@charset "UTF-8";
@import url(style/hljs-github.css);
html {
  height: 100%;
  min-height: 300px; }

body {
  color: #555555;
  font-family: sans-serif;
  font-weight: normal;
  margin: 0;
  height: 100%;
  overflow: hidden;
  background-color: white; }

a {
  text-decoration: none;
  color: #005048; }

.text a {
  color: #00775E; }

a:hover {
  text-decoration: underline;
  color: #00969c; }

.content-pane {
  overflow: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.content-pane-inner {
  width: 100%;
  overflow: hidden; }

.bottom {
  clear: both; }

footer {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px; }
  footer small.copyright-notice {
    font-size: 12px; }

.adframe-footer {
  padding-top: 20px;
  padding-bottom: 20px; }

.popup-background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all;
  transition-duration: 0.3s; }
  .popup-background .popup-frame {
    position: absolute;
    left: 2%;
    top: 2%;
    width: 96%;
    height: 96%; }

.popup-background.is-opening {
  visibility: visible;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all;
  transition-duration: 0.2s; }

.single-image-page-popup-background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #222222;
  min-width: 300px; }
  .single-image-page-popup-background .popup-frame {
    position: absolute;
    left: 2%;
    top: 30px;
    bottom: 2%;
    right: 2%; }
  .single-image-page-popup-background .back-link {
    padding: 8px 8px;
    color: #dddddd;
    font-family: sans-serif;
    font-weight: bold;
    font-weight: bold; }

.popup-frame {
  min-height: 300px;
  min-width: 300px; }
  .popup-frame .image-space .main-image {
    height: 100%;
    width: 100%;
    object-fit: contain; }
  .popup-frame .desc-frame {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    background-color: #EEEEEE; }
    .popup-frame .desc-frame .metadata-area {
      padding: 2px;
      border-bottom: 1px dashed #666666;
      background-color: white;
      vertical-align: middle; }
    .popup-frame .desc-frame .title {
      margin: 0;
      padding: 3px 0 0 3px;
      font-family: sans-serif;
      font-weight: bold;
      font-size: 13px;
      vertical-align: middle; }
    .popup-frame .desc-frame .place-tag {
      font-size: 11px;
      padding-left: 6px;
      float: left;
      vertical-align: bottom; }
    .popup-frame .desc-frame .social {
      font-size: 8px;
      padding-left: 6px;
      float: left;
      vertical-align: bottom; }
    .popup-frame .desc-frame .date {
      font-size: 11px;
      padding-left: 6px;
      float: left;
      vertical-align: bottom; }
    .popup-frame .desc-frame .detail {
      font-size: 12px;
      padding-left: 6px;
      float: left;
      vertical-align: bottom; }
    .popup-frame .desc-frame .text {
      clear: both;
      padding: 4px;
      font-size: 10px; }
      .popup-frame .desc-frame .text p {
        margin: 4px 0; }
    .popup-frame .desc-frame .tags {
      font-size: 8px;
      padding-left: 6px;
      float: left;
      vertical-align: bottom; }

.social-share-button-link {
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  height: 18px;
  font-family: sans-serif;
  font-weight: normal;
  padding-right: 4px;
  margin-right: 2px; }
  .social-share-button-link img {
    vertical-align: middle;
    width: 18px;
    height: 18px; }
  .social-share-button-link span {
    font-size: 9px;
    color: white; }

.social-share-button-link.facebook-share {
  background-color: #305097; }

.social-share-button-link.twitter-share {
  background-color: #00aced; }

.social-icon-large {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  margin: 4px; }

.social-icon-small {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  margin: 2px; }

.social-icon-facebook {
  background-color: #3B5998; }

.social-icon-twitter {
  background-color: #1DA1F2; }

.social-icon-instagram {
  background-color: #E4405F; }

.social-icon-youtube {
  background-color: #FF0000; }

.social-icon-github {
  background-color: #181717; }

.social-icon-email {
  background-color: #00C300; }

.debug-toolbar {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 14px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 9px;
  color: white;
  padding: 0 8px 0 8px; }

/**
 * 標準の記事スタイル
 */
.default-style-article {
  margin: 8px;
  padding-left: 6px;
  padding-right: 6px;
  border: 1px solid #DDDDDD;
  background-color: #FCFCFC; }
  @media (min-width: 540px) {
    .default-style-article {
      margin-right: 12px; } }
  .default-style-article .metadata-below-title {
    padding-left: 6px;
    padding-top: 4px;
    vertical-align: bottom;
    font-size: 85%; }
    .default-style-article .metadata-below-title .left {
      float: left; }
    .default-style-article .metadata-below-title .right {
      float: right; }
    .default-style-article .metadata-below-title .date {
      padding-left: 4px; }
    .default-style-article .metadata-below-title .place-tag {
      padding-left: 4px; }
    .default-style-article .metadata-below-title .tags {
      padding-left: 4px; }
  .default-style-article .social {
    text-align: right;
    padding-right: 8px;
    font-size: 10px; }
  .default-style-article h1.article-title {
    margin: 0;
    padding: 8px;
    font-size: 130%;
    border-bottom: 1px dashed #555555; }
  .default-style-article .article-update-history {
    list-style-type: square;
    padding-left: 30px; }
    .default-style-article .article-update-history > .item {
      font-size: 85%; }
  .default-style-article .text {
    padding-bottom: 20px;
    line-height: 1.4em; }
    .default-style-article .text h1 {
      font-size: 120%;
      border-left: 8px solid #dddddd;
      padding: 2px 0 2px 8px;
      background-color: #f0f0f0;
      clear: both;
      margin: 24px 0 16px 0; }
    .default-style-article .text h2 {
      font-size: 110%;
      background-color: #f0f0f0;
      padding: 2px 4px 2px 8px;
      clear: both;
      margin: 16px 4px 10px 4px; }
    .default-style-article .text h3 {
      font-size: 110%;
      clear: both; }
    .default-style-article .text p {
      margin: 16px 4px 16px 4px; }
    .default-style-article .text ul {
      padding-left: 26px;
      margin-right: 6px; }
    .default-style-article .text table {
      border-collapse: collapse;
      margin-left: 4px; }
    .default-style-article .text th {
      border: 1px solid black;
      padding: 2px 6px 2px 6px; }
    .default-style-article .text td {
      border: 1px solid black;
      padding: 2px 6px 2px 6px; }
    .default-style-article .text pre {
      word-wrap: break-word;
      white-space: pre-wrap;
      background-color: #F9F9F9;
      margin: 8px;
      border: 1px solid #AAAAAA;
      padding: 8px; }
    .default-style-article .text code {
      font-family: monospace; }
    .default-style-article .text .katex-outer-block {
      display: block; }
    .default-style-article .text .katex-outer-inline {
      padding: 2px 4px;
      display: inline-block; }
  @media (max-width: 540px) {
    .default-style-article h3 {
      margin-left: 6px;
      margin-right: 6px; }
    .default-style-article .text p {
      margin-left: 6px;
      margin-right: 6px; } }
  .default-style-article div.comment-space {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #555555; }

.single-image-article-page {
  padding-top: 4px;
  padding-bottom: 30px; }
  .single-image-article-page h1.article-title {
    margin: 2px 0 2px 0;
    font-size: 140%;
    border-bottom: 1px dashed #555555; }
  .single-image-article-page .main-image {
    max-width: 98%;
    max-height: 600px;
    max-height: 80vh;
    max-height: calc(98vh - 130px);
    object-fit: contain;
    margin: 8px auto 8px auto;
    display: block;
    float: none;
    clear: both; }

.general-article-page, .park-article-page, .blog-single-entry-page, .bookread-article-page {
  padding-top: 4px;
  padding-bottom: 30px; }

/**
  Bookread関連のスタイル
  */
.bookread-article-page .article-body-text {
  clear: both; }
.bookread-article-page .product-info-large {
  padding-top: 10px; }
.bookread-article-page .bottom-ref-link {
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 540px) {
  .bookread-article-page .product-info-large .product-metadata-table th {
    font-size: 80%;
    text-align: right;
    width: 70px;
    padding-right: 4px; }
  .bookread-article-page .product-info-large .product-metadata-table td {
    font-size: 80%; }
  .bookread-article-page .product-info-large .product-image-area {
    display: inline; }
  .bookread-article-page .product-info-large .product-image {
    max-height: 400px;
    max-width: 120px;
    object-fit: contain;
    float: left;
    padding: 0px 0px 10px 10px; }
  .bookread-article-page .product-info-large .protuct-metadata-table th {
    width: 100px; }
  .bookread-article-page .product-info-large .product-info-text {
    list-style: none;
    margin: 0; }
    .bookread-article-page .product-info-large .product-info-text li {
      margin-left: 20px; } }
@media (max-width: 540px) {
  .bookread-article-page .product-info-large .product-metadata-table th {
    font-size: 80%;
    text-align: right;
    width: 70px;
    padding-right: 4px; }
  .bookread-article-page .product-info-large .product-metadata-table td {
    font-size: 80%; }
  .bookread-article-page .product-info-large .product-image-area {
    display: inline; }
  .bookread-article-page .product-info-large .product-image {
    max-height: 200px;
    max-width: 80px;
    object-fit: contain;
    float: left;
    padding: 4px 0px 20px 6px; }
  .bookread-article-page .product-info-large .product-title {
    font-size: 100%;
    padding-top: 4px;
    margin: 0; }
  .bookread-article-page .product-info-large .product-info-text {
    font-size: 85%;
    list-style: none;
    padding-left: 80px;
    margin: 0; }
    .bookread-article-page .product-info-large .product-info-text li {
      margin-left: 20px; } }
.tags .tag-item {
  border-radius: 4px;
  background-color: #587263;
  padding: 1px 4px 1px 4px; }
  .tags .tag-item a {
    color: white;
    text-decoration: none; }
.tags .tag-item:hover {
  background-color: #789884;
  color: #d5ffdf; }

@media (min-width: 540px) {
  .cover-image {
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 8px; } }
@media (max-width: 540px) {
  .cover-image {
    width: 100%;
    height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; } }
.image-ref-style-large {
  padding-top: 4px;
  padding-bottom: 4px; }
  .image-ref-style-large img.main-image {
    max-width: 90%;
    max-height: calc(90vh - 150px);
    display: block;
    margin: auto;
    object-fit: contain; }
  .image-ref-style-large .entity-ref-title {
    padding-top: 1px;
    padding-bottom: 4px;
    margin: 0 auto 2px auto;
    text-align: center; }

.image-ref-style-medium, .image-ref-style-default {
  padding-top: 4px;
  padding-bottom: 4px; }
  .image-ref-style-medium img.main-image, .image-ref-style-default img.main-image {
    width: 600px;
    max-width: 85%;
    max-height: 500px;
    display: block;
    margin: auto;
    object-fit: contain; }
  .image-ref-style-medium .entity-ref-title, .image-ref-style-default .entity-ref-title {
    padding-top: 1px;
    padding-bottom: 4px;
    margin: 0 auto 2px auto;
    text-align: center; }

.image-ref-style-small {
  padding-top: 2px;
  padding-bottom: 2px; }
  .image-ref-style-small img.main-image {
    max-width: 200px;
    max-height: 200px;
    display: block;
    margin: auto;
    object-fit: contain; }
  .image-ref-style-small .entity-ref-title {
    padding-top: 1px;
    padding-bottom: 2px;
    margin: 0 auto 2px auto;
    text-align: center; }

@media (min-width: 540px) {
  .image-ref-style-small.image-ref-style-wide {
    padding: 0px 2px 0px 2px; }
    .image-ref-style-small.image-ref-style-wide img.main-image {
      width: 240px;
      height: 180px;
      display: block;
      margin: auto;
      object-fit: contain; }
    .image-ref-style-small.image-ref-style-wide .entity-ref-title {
      padding-top: 1px;
      padding-bottom: 2px;
      margin: 0 auto 2px auto;
      text-align: center; } }
@media (max-width: 540px) {
  .image-ref-style-small.image-ref-style-wide {
    padding: 4px; }
    .image-ref-style-small.image-ref-style-wide img.main-image {
      width: 90vw;
      max-height: 80vh;
      display: block;
      margin: auto;
      object-fit: contain; }
    .image-ref-style-small.image-ref-style-wide .entity-ref-title {
      padding-top: 1px;
      padding-bottom: 2px;
      margin: 0 auto 2px auto;
      text-align: center; } }

.image-ref-style-left {
  float: left;
  padding: 6px; }

.image-ref-style-right {
  float: right;
  padding: 6px; }

.text p {
  margin: 10px 8px; }
.text iframe {
  max-width: 100%; }

.map {
  margin: 0 auto 0 auto;
  max-width: 90%;
  max-height: 70vh;
  width: 500px;
  height: 400px; }

.place h2 {
  font-size: 130%;
  margin: 0 6px 10px 6px; }

blockquote {
  position: relative;
  font-style: italic;
  padding: 8px;
  margin: 6px;
  border-left: solid 8px #ccc;
  box-sizing: border-box;
  background: #f3f3f3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  content: "\"";
  font-family: sans-serif;
  color: #ccc;
  font-size: 40px;
  font-webkit: bold;
  line-height: 1; }

blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7; }

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em; }

/**
  /blog のエントリリストに関するスタイル。
  個別記事内容の異スタイルはarticle.scssで管理する。
  (タイトルは除く)

*/
.blog-multi-entry-page .blog {
  box-sizing: border-box;
  padding-top: 4px;
  padding-bottom: 30px; }
  .blog-multi-entry-page .blog h1.article-title {
    font-size: 130%;
    font-family: sans-serif;
    font-weight: bold;
    padding: 8px;
    border-bottom: 1px dashed #999999; }
  .blog-multi-entry-page .blog .blog-entry iframe {
    max-width: 100%; }
  .blog-multi-entry-page .blog .default-style-article {
    margin-bottom: 30px; }
  .blog-multi-entry-page .blog .blog-bottom-nav-list {
    padding-top: 20px;
    padding-bottom: 80px;
    text-align: center;
    user-select: none; }
    .blog-multi-entry-page .blog .blog-bottom-nav-list .nav-item {
      display: inline-block;
      padding: 8px; }
    .blog-multi-entry-page .blog .blog-bottom-nav-list .nav-item.nav-item-current {
      color: #999999; }
    .blog-multi-entry-page .blog .blog-bottom-nav-list .nav-item.nav-item-space {
      font-size: 50%;
      padding: 2px; }

.disqus-area {
  padding-right: 20px;
  padding-bottom: 20px; }

body.top-page {
  height: auto;
  overflow: auto; }

.top-page h1 {
  text-align: center;
  font-size: 46px;
  margin-bottom: 10px; }
.top-page div.subtitle {
  text-align: center;
  color: #888888;
  font-size: 14px;
  margin-bottom: 30px; }
.top-page h2 {
  text-align: center;
  font-size: 26px; }
.top-page ul {
  padding: 0;
  list-style-type: none; }
  .top-page ul li {
    width: auto;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px; }
.top-page ul.horizontal {
  text-align: center; }
  .top-page ul.horizontal li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px; }
.top-page .gallery {
  height: auto; }
.top-page .main-list li {
  font-size: 22px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  background-color: #EEEEEE;
  border: 1px dashed #AAAAAA;
  padding: 4px 12px 4px 12px;
  border-radius: 4px;
  margin-top: 16px;
  margin-bottom: 16px; }
  .top-page .main-list li a {
    display: inline-block;
    width: 80%; }
.top-page .sns-list {
  margin-bottom: 0; }
.top-page .small-list {
  margin-top: 0; }
  .top-page .small-list li {
    font-weight: normal;
    font-size: 14px; }
    .top-page .small-list li a {
      color: #569182; }
.top-page .gallery-list li {
  padding: 4px 12px 4px 12px;
  background-color: #EEEEEE;
  border: 1px dashed #AAAAAA;
  border-radius: 4px; }

@media (min-width: 730px) {
  .title-gallery .gallery-list .item {
    height: 160px;
    width: 300px; }
  .title-gallery .gallery-list .single-image-item .item-image img {
    height: 160px;
    width: 300px; }
  .title-gallery .gallery-list .single-image-item .item-subject {
    display: none; }
  .title-gallery .gallery-list .term-item .item-image img {
    height: 160px;
    width: 300px; }
  .title-gallery .gallery-list .term-item .item-subject {
    font-size: 130%; } }
@media (max-width: 730px) {
  .title-gallery .gallery-list .item {
    height: 160px;
    width: calc(50% - 4px); }
  .title-gallery .gallery-list .single-image-item .item-image img {
    height: 160px;
    width: 100%; }
  .title-gallery .gallery-list .single-image-item .item-subject {
    display: none; }
  .title-gallery .gallery-list .term-item .item-image img {
    height: 160px;
    width: 100%; }
  .title-gallery .gallery-list .term-item .item-subject {
    font-size: 130%; } }

.main-nav h1 {
  padding-left: 4px;
  font-size: 15px;
  border-left: 8px solid #00825d; }
.main-nav h1.show-only-narrow {
  padding-top: 2px;
  padding-bottom: 4px;
  cursor: pointer;
  width: auto; }
.main-nav h2 {
  padding-left: 4px;
  border-left: 4px solid #00825d;
  font-size: 100%; }
.main-nav .item {
  font-size: 95%; }

@media (max-width: 540px) {
  .main-nav {
    user-select: none;
    z-index: 100; }
    .main-nav h1 {
      float: none; }
    .main-nav .main-nav-items {
      transition: all 0.05s linear;
      position: absolute;
      z-index: 100;
      width: 100%;
      opacity: 1;
      overflow: hidden; }

  .main-nav:not(.is-expanded) .main-nav-items {
    opacity: 0;
    transition: all 0.05s linear;
    overflow: hidden;
    visibility: hidden; } }
@media (min-width: 540px) {
  .main-nav {
    width: 150px;
    float: left; }
    .main-nav h1, .main-nav h2 {
      margin: 12px 0 10px 6px; }
    .main-nav .item {
      margin: 12px 0px 12px 14px; }
    .main-nav .sns-items {
      margin-left: 10px;
      width: 120px; }
      .main-nav .sns-items .item {
        margin: 0;
        letter-spacing: -.4em;
        display: inline-block; }
        .main-nav .sns-items .item img {
          margin: 2px; }

  .show-only-narrow {
    display: none; } }
@media (max-width: 540px) {
  .main-nav {
    background-color: #eeeeee; }
    .main-nav .main-nav-items {
      background-color: #eeeeee;
      border-bottom: 1px dashed darkgreen;
      padding-bottom: 10px; }
    .main-nav h1, .main-nav h2 {
      width: 70px;
      clear: both;
      height: 30px;
      line-height: 30px; }
    .main-nav h1 {
      margin: 0; }
    .main-nav h2 {
      margin: 10px 0 0 0; }
    .main-nav .item {
      display: inline-block;
      font-size: 85%;
      text-align: center;
      padding-left: 16px;
      padding-right: 16px;
      height: 20px; }
    .main-nav .bottom {
      clear: both; }
    .main-nav .sns-items {
      margin-left: 10px; }
      .main-nav .sns-items .item {
        margin: 0;
        padding: 0 4px 0 4px;
        letter-spacing: -.4em;
        display: inline-block; }
        .main-nav .sns-items .item img {
          margin: 2px; }

  .show-only-wide {
    display: none; } }
.page-top-nav {
  padding: 8px 2px 0 2px; }

@media (min-width: 540px) {
  .gallery {
    padding-right: 6px; } }

@media (min-width: 540px) {
  .gallery-inner .gallery-top {
    padding-top: 20px; }
    .gallery-inner .gallery-top h1 {
      margin: 6px 0 4px 6px;
      font-size: 130%; } }
@media (max-width: 540px) {
  .gallery-inner .gallery-top {
    border-top: 1px dashed #CCCCCC;
    padding-top: 0; }
    .gallery-inner .gallery-top h1 {
      font-size: 140%;
      text-align: center;
      margin: 6px 0 4px 0; } }
.gallery-inner .gallery-list {
  margin-top: 8px;
  text-align: center;
  letter-spacing: -.4em; }
  .gallery-inner .gallery-list * {
    letter-spacing: 0;
    vertical-align: top; }
  .gallery-inner .gallery-list .item {
    position: relative;
    border: 0;
    margin: 2px;
    display: inline-block; }
  .gallery-inner .gallery-list .single-image-item .item-image img {
    object-fit: cover; }
  .gallery-inner .gallery-list .single-image-item .item-subject {
    display: none; }
  .gallery-inner .gallery-list .term-item .item-image img {
    object-fit: cover; }
  .gallery-inner .gallery-list .term-item .item-work-in-progress-mask {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: rgba(200, 200, 200, 0.8);
    text-align: center;
    overflow: hidden;
    font-size: 120%;
    line-height: 100px;
    vertical-align: bottom; }
  .gallery-inner .gallery-list .term-item .item-work-in-progress-mask:before {
    content: "制作中"; }
  .gallery-inner .gallery-list .term-item .item-subject {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    color: white;
    padding: 10px 4px 2px 4px;
    font-size: 18px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, rgba(0, 0, 0, 0.7)), color-stop(0.3, rgba(0, 0, 0, 0.5)), color-stop(0, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.7) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.7) 100%); }

.photo-gallery .gallery-list .no-image-item {
  background-image: url("static-img/webpage.png");
  background-size: 80% 80%;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .photo-gallery .gallery-list .no-image-item > a {
    display: block;
    width: 100%;
    height: 100%; }
    .photo-gallery .gallery-list .no-image-item > a > span.title {
      padding-top: 4px; }
  .photo-gallery .gallery-list .no-image-item.target-content-type-bookread {
    background-image: url("static-img/book.png"); }
@media (min-width: 540px) {
  .photo-gallery .gallery-list .item {
    height: 200px;
    width: 200px; }
  .photo-gallery .gallery-list .single-image-item .item-image img {
    height: 200px;
    width: 200px; }
  .photo-gallery .gallery-list .single-image-item .item-subject {
    display: none; }
  .photo-gallery .gallery-list .term-item .item-image img {
    height: 200px;
    width: 200px; } }
@media (max-width: 540px) {
  .photo-gallery .gallery-list .item {
    height: calc(50vw - 4px);
    width: calc(50% - 4px); }
  .photo-gallery .gallery-list .single-image-item .item-image img {
    height: calc(50vw - 4px);
    width: 100%; }
  .photo-gallery .gallery-list .single-image-item .item-subject {
    display: none; }
  .photo-gallery .gallery-list .term-item .item-image img {
    height: calc(50vw - 4px);
    width: 100%; } }

body.park-main .park-info th {
  text-align: left;
  vertical-align: top;
  padding-left: 4px;
  padding-right: 20px;
  background-color: #F0F0F0;
  border-width: 4px; }
body.park-main .park-info td {
  border-width: 4px; }
body.park-main .park-info .park-name-main-value, body.park-main .park-info .park-name-kana-value, body.park-main .park-info .park-name-en-value {
  display: block; }

/*# sourceMappingURL=site.css.map */
