@charset "UTF-8";

body {
  background: #fff;
}
#vsm-switch {
  text-align: center;
  background: #EBEAE4;
  padding: 0 50px 0;
  margin: 0 0 20px;
  background: #fff;
  border-bottom: 2px solid #006450;
}
ul#vsm-switch li {
  width: 364px;
  height: 68px;
  padding: 0;
  background: transparent;
  margin-bottom: 0;
  letter-spacing: 3px;
  background: #fff;
  color: #006450;
  font-size: 24px;
  display: inline-block;
  cursor: pointer;
}
ul#vsm-switch li:hover {
  background: #006450;
  color: #fff;
}
ul#vsm-switch li.active {
  background: #006450;
  color: #fff;
}
ul#vsm-switch li:hover span,
ul#vsm-switch li.active span {
  color: #fff;
}
ul#vsm-switch li a,
ul#vsm-switch li span {
  height: 68px;
  line-height: 68px;
  padding: 0px 55px;
  color: #3C3C3C;
  font-size: 24px;
  font-family: Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
}
div#hacobune-gallery-wrap h2 {
  line-height: 1.6;
  color: #006450;
  font-size: 33px;
  font-weight: normal;
  letter-spacing: 3px;
  text-align: center;
  font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
  margin: 30px 0 38px;
  padding: 0px;
}
div#hacobune-gallery-wrap h2 span {
  display: block;
  color: #006450;
  font-size: 14px;
  font-family: YuGothic, "游ゴシック Medium", "YuGothic M","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
}
div#hacobune-gallery-wrap h2 .icon img {
  max-width: 48px;
  margin-bottom: -10px;
}
div#hacobune-gallery-wrap #hacobune-main .hacobune-item {
  display: none;
}
div#hacobune-gallery-wrap #hacobune-main .hacobune-item.active {
  display: block;
}
div#hacobune-gallery-wrap #hacobune-main .hacobune-layout-base {
  width: 1000px;
}
div#hacobune-gallery-wrap #hacobune-main .hacobune-mix-search {
  display: none;
}
div#hacobune-gallery-wrap #hacobune-main .hacobune-mix-list-item {
  padding: 4px 4px 5px 4px;
}
div#hacobune-gallery-wrap #hacobune-main .hacobune-mix-list-item-wrapper {
  border-radius: 10px;
  overflow: hidden;
}
div#hacobune-gallery-wrap #hacobune-main .hacobune-mix-list-item-title,
div#hacobune-gallery-wrap #hacobune-main .hacobune-mix-list-item-description,
div#hacobune-gallery-wrap #hacobune-main .hacobune-mix-list-item-caption {
  margin-top: 10px;
  padding: 0 15px;
}
div#hacobune-gallery-wrap #hacobune-main .hacobune-mix-list-item-title span {
  font-size: 13px;
}
div#hacobune-gallery-wrap #hacobune-main .hacobune-mix-list-item-description span {
  font-weight: normal;
  font-size: 12px;
}
.hacobune-dialog-close-button-container svg {
  display: block;
}