@charset "utf-8";

/* -------------------------------------------------
Theme Name: oyamakobo
Theme URI: http://oyamakobo.com
Author: miki
Description: おおやま工房のテンプレート

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

/* common
----------------------------------------------------*/
body {
  background-size: 100%;
  border: 0;
  border-top: 10px solid #AAC45F;
  width: 100%;
}
#wrap {
  margin: 50px 0 0;
  z-index: 0;
}
article {
  width: auto;
}
article nav {
  display: none;
}

.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
  width: 1.6rem;
}

.drawer-hamburger-icon {
  margin-top: 2px;
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  top: -8px;
}
.drawer-hamburger-icon:after {
  top: 8px;
}

nav.drawer-nav {
  background-color: #333;
  margin: 0;
  text-align: center;
  width: 10.25rem;
}
.drawer--left.drawer-open .drawer-hamburger {
  left: 11.25rem;
}
nav li {
  display: block;
  vertical-align: top;
}
nav li a,
nav li span {
  border-radius: 0;
  color: #fff;
  display: block;
  height: auto;
  padding: 10px;
  position: relative;
  text-indent: 0;
  width: auto;
}
nav li .top {
  background: #AAC45F;
}
#exhibition footer,
nav li .exhibition {
  background: #EE8D8A;
}
#works footer,
nav li .works {
  background: #AF9FD5;
}
#claystudio footer,
nav li .claystudio {
  background: #F2EC92;
  color: #5C4B51;
}
#link footer,
nav li .link {
  background: #F4B65A;
}
#map footer,
nav li .map {
  background: #7ED2D0;
}
nav li a:hover,
nav li span {
  opacity: 1;
  padding: 10px;
}

#pageTopFixed {
  bottom: 20px;
  position: fixed;
  right: 0;
}




/* header
----------------------------------------------------*/
header {
  background: #fff;
  box-shadow: 0 0 2px #666, 0 0 8px #222;
  display: block;
  height: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
#home header {
  background: transparent;
  box-shadow: none;
  display: block;
  height: auto;
  position: relative;
}


header h1 {
  display: block;
}
header h1 a {
  background: url("./img/logo.png") no-repeat;
  background-size: contain;
  display: block;
  height: 40px;
  margin: 10px auto 0;
  overflow: hidden;
  text-indent: -999px;
  width: 120px;
  z-index: 1;
}


/* #home
----------------------------------------------------*/
#home header {
  margin: 100px auto 20px;
  text-align: center;
}
#home header h1 {
  background: url("./img/logo.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 50px;
  overflow: hidden;
  text-indent: -999px;
  width: 250px;
}
#home header h2 {
  font-weight: lighter;
}

#home section {
  max-height: 500px ! important;
}
#home #mainImg img {
  border: 1px #AAC45F solid;
  display: block;
  height: auto;
  margin: 0 auto 50px;
  padding: 3px;
  width: 90%;
}


/* #exhibition
----------------------------------------------------*/
#exhibition .entry-header {
  font-size: 160%;
  margin: 0 0 10px;
}
#exhibition section {
  border-bottom: 1px solid #EE8D8A;
  clear: both;
  overflow: hidden;
  padding: 50px 0;
}
#exhibition section:nth-child(2) {
  padding: 0 0 50px;
}
#exhibition section:last-child {
  border: 0;
}
#exhibition .entry-content p {
  margin: 0 0 5px;
}
#exhibition .entry-content a:before {
  border-color: transparent transparent transparent #EE8D8A;
  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 {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 96%;
}


/* #works
----------------------------------------------------*/
#works article {
  width: auto;
  text-align: center;
}
#works section a {
  border: 1px #AF9FD5 solid;
  display: block;
  margin: 20px auto;
  overflow: hidden;
  padding: 3px;
  text-align: center;
  width: 90%;
}
#works section img {
  height: auto;
  width: 100%;
}

#controls {
  display: none;
}

#titleText {
  font-size: 140%;
}


/* #claystudio
----------------------------------------------------*/
#claystudio section h1 {
  font-size: 160%;
  margin: 0 0 10px;
}
#claystudio section h2 {
  font-size: 130%;
  margin: 20px 0;
}

#claystudio01,
#claystudio02 {
  margin: 0 0 100px;
  position: relative;
  z-index: 1;
}
#claystudio aside {
	display: none;
}



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

#claystudio03 {
  clear: both;
}
#claystudio03 .imgs {
  text-align: center;
}
#claystudio03 img {
  margin: 10px auto;
  width: 90%;
}

/* #link
----------------------------------------------------*/
#link section {
  border-bottom: 1px solid #F4B65A;
  padding: 50px 0;
}
#link section:nth-child(2) {
  padding: 0 0 50px;
}
#link section:last-child {
  border: 0;
}
#link section a {
  display: block;
  margin: 0 auto;
  text-align: center;
  vertical-align: top;
}
#link section a img {
  background: #fff;
  border: 1px #ccc solid;
  padding: 5px;
}
#link .description {
  display: inline-block;
  vertical-align: top;
}
#link address {
  background: #FEFCF8;
  border: 1px solid #F4B65A;
  border-radius: 10px;
  color: #5C4B51;
  display: block;
  margin: 20px 0;
  opacity: 0.8;
  padding: 20px;
}
#link section ul {
  display: block;
  margin: 20px 0 0;
  text-align: center;
}
#link section li {
  display: inline-block;
  margin: 0 0 5px;
}
#link section li img {
  margin: 0 auto;
  max-width: 95%;
}
#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 iframe {
  display: block;
  margin: 0 auto;
  width: 96%;
}
#map dt {
  font-size: 140%;
  margin: 20px 0 10px;
}
#map dd {
  margin: 0 0 10px;
}


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



/* footer
----------------------------------------------------*/
footer {
  margin: 100px 0 0;
}



/*EOF*/
