@charset "utf-8";
#wrapper {
  overflow: hidden;
}
img {
  border: 0;
}
li {
  list-style-type: none;
}
/* bugfix */
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
section {
  padding: 0 1em;
  margin-bottom: 4em;
}
a {
  font-weight: 600;
  color: #916f3d;
  transition: all 0.5s;
  text-decoration: underline;
}
a:hover {
  color: #916f3d;
  background-color: #FDE08A;
  text-decoration: none;
}
.norap {
  white-space: nowrap;
}
/* contents */
h2 {
  border-left: 8px solid #3C2829;
  border-bottom: 1px solid #3C2829;
  padding: 0 0 2px 10px;
  line-height: 1.4;
  margin-bottom: 2em;
  font-size: 1.4em;
}
h2 span {
  font-weight: 300;
  font-size: .8em;
}
h3 {
  margin: 1em 0 1em;
  font-size: 1.2em;
  border-bottom: 3px solid #3C2829;
  padding-bottom: 2px;
  padding-left: 4px;
}
#contact h3 {
  margin: 1em 0 1em;
  font-size: 1em;
  border-bottom: 0px solid #3C2829;
  padding-bottom: 2px;
  padding-left: 4px;
}
h4 {
  margin: 1em 0 0.3em;
  margin: 0 0 0.3em;
  color: #333;
  font-size: 1em;
  position: relative; /*インデント*/
  padding-left: 24px;
}
h4::before {
  content: "◉ ";
  left: 0; /*インデント*/
  position: absolute;
}
.highlite_flex h4 span {
  padding-right: .5em;
}
.highlite_flex h4::before {
  content: "";
  left: 0;
  position: absolute;
}
h5 {
  /*margin: 1em 0 0.3em;*/
  margin: 0 0 0 0;
  color: #333;
  font-size: 1em;
  position: relative; /*インデント*/
  padding-left: 24px;
}
h5::before {
  content: "◎ ";
  left: 0; /*インデント*/
  position: absolute;
}
#viewing_notes h4 {
  margin: 1em 0 0.3em;
  margin: 0 0 0.3em;
  color: #333;
  font-size: 1em;
  position: inherit;
  padding-left: 0px;
}
#viewing_notes h4::before {
  content: none;
}
#contents {
  /*width: 900px;*/
  margin: 15px auto 0;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
#contents p {
  margin: 0 1em 0.6em 1em;
  text-indent: 0em;
  color: #605749;
}
#contents #highlite p {
  margin: 0 0 0.6em 1.5em;
  text-indent: 0em;
}
#contents #viewing_notes p {
  margin: 0;
  text-indent: 0em;
}
#viewing_notes .text {
  width: 92%;
  margin: 0 auto;
  border: 1px #9d9d9f solid;
  /* padding: 1em 1em 0; 画像を入れたら*/
  padding: 1em 1em 1em;
}
#lead {
  text-align: justify;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* table */
#contents table {
  border-collapse: collapse;
  font-size: 90%;
  width: 95%;
  margin: 1em auto;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
#contents th, #contents td {
  padding: 5px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  font-weight: 300;
}
#contents th {
  width: 8%;
}
#contents thead th, #contents thead td {
  background: #333;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.flexbox-container-vertical-center {
  display: flex; /* 子要素をflexboxで揃える */
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center; /* 子要素をflexboxにより中央に配置する */
  /*width:; /* 見た目用 */
  /*height:; /* 見た目用 */
  border: 0px solid; /* 見た目用 */
}
/*info表*/
dl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-top: none;
}
.info dt {
  background: #F5F5F5;
  font-weight: 600;
  width: 20%;
  padding: 1em;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  text-align: center;
}
dd {
  padding: 1em;
  margin: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 80%;
  background: #fff;
  box-sizing: border-box;
}
/* access */
#contents #access_box {
  display: flex;
  justify-content: space-between;
}
#contents #access_box .map, #contents #access_box .access {
  width: 49%;
}
#contents #access_box .map img {
  border: 1px solid #ccc;
}
#contents #access table {
  border-collapse: collapse;
  font-size: 100%;
  width: 100%;
  margin: 0 auto 1em;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
#contents #access th, #contents #access td {
  padding: 1em;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  font-weight: 300;
}
#contents #access thead th, #contents #access thead td {
  background: #f5f5f5;
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
  color: #333;
}
#contents #access tbody th {
  width: 5em;
  background: #f5f5f5;
}
#contents #access tbody th {
  font-weight: 600;
}
br.br {
  display: none;
}
/*ボタン*/
/*.button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.button-block__element {
  position: relative;
  margin: 0 20px;
}
.button {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;*/
/*  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);*/
/*border-radius: 60px;
  min-width: 240px;
  text-align: center;
  padding: 9px 40px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border: 4px solid transparent;
  position: relative;
  cursor: pointer;
  text-decoration: none !important;
  background: #006B9B;
}
.button span {
  position: relative;
  z-index: 1;
}
.button:hover {
  color: #006B9B;
  border: 4px solid #006B9B;
  border-color: #006B9B;
  background-color: #fff;
}*/
/*ボタン2*/
/*.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 380px;
  height: 50px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
  background-color: #006B9B;
  border: 1px solid #006B9B;
  border-radius: 25px;
  text-align: center;
}
.btn a:hover {
  color: #006B9B;
}*/
/*.btn06 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #f2f2f2;
}
.btn06 a:hover {
  background-color: #EFFAFF;
  border: 1px solid #006B9B;
  }
  .btn06 a:hover::after {
    border-color: #006B9B #006B9B transparent transparent;
  }*/
.photo_txt {
  text-align: center;
  margin: 0 auto;
  color: #666;
}
.highlite_flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 1em 0;
}
.highlite_img {
  /*margin-top: 2em;*/
  margin-right: 0;
  width: 30%;
  padding: 0;
  /*padding: 0 0 0 5px;*/
}
.vr_wrapper a {
  /*transition: opacity 0.4s ease;*/
}
.vr_wrapper a:hover {
  transition: opacity 0.4s ease !important;
  opacity: 0.6;
}
/* 公式ページボタン*/
.button03 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  /*  width: 500px;*/
  background-color: #efefef;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #333333;
  transition: all 0.5s;
}
.button03 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}
.button03 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #E4DEDC !important;
}
.button03 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}
.slick_museum_image img {
  max-width: 100%;
  border-left: 1px #d9d9d9 solid;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
@media only screen and (min-width: 960px) { /*PC*/
  /* contents */
  h3 {
    width: 864px;
    font-size: 1.4em;
    line-height: 1.4;
  }
  #contents {
    width: 900px;
    margin: 15px auto 0;
  }
  /* table */
  /*  table .norap {
    white-space: nowrap;
  }*/
  .credit {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 0.9em;
  }
  .youtube_wrapper {
    width: 613px;
    height: 345px;
    margin: 0 auto;
  }
  .vr_wrapper {
    margin: 0 auto;
    width: 50%;
  }
  .img_dl_flex { /*チラシダウンロード*/
    display: flex;
    align-items: center;
  }
  .img_dl {
    width: 150px;
    margin-right: 2em;
  }
  .img_attention {
    width: 58%;
    margin: 0 auto;
  }
  .highlite_flex_inner {
    width: 80%;
  }
  .highlite_tenji {
    width: 90%;
    margin-left: 3em;
    /*margin: 0 0 0 3em;*/
  }
  .pc_only {
    display: inherit;
  }
  .sp_only {
    display: none;
  }
  #contents #movie .mov_credit {
    font-size: 14px;
    width: 613px;
    margin: 1em auto 0;
    text-align: left;
  }
  /* 公式ページボタン PC*/
  .button03 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 500px;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #333333;
    transition: all 0.5s;
  }
  .button03 a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    transform: rotate(45deg);
  }
  .button03 a:hover {
    color: #333333;
    text-decoration: none;
    background-color: #EFE6D9 !important;
  }
  .button03 a:hover::after {
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
  }


}
@media only screen and (max-width: 960px) { /*TB SP*/
  br.br {
    display: inline;
  }
  #contents {
    width: 98%;
    margin: 0 1%;
    line-height: 1.2;
  }
  #contents p {
    text-indent: 0;
    padding: .4em;
    line-height: 1.4;
  }
  #contents #viewing_notes p {
    margin: 0;
    text-indent: 0em;
    text-indent: 0;
    padding: 0em;
    line-height: 1.4;
  }
  section {
    padding: 0 2%;
  }
  h2 {
    font-size: 1.2em;
    line-height: 1.3;
  }
  h3 {
    padding: 5px 0 5px 10px;
    font-size: 1.2em;
    line-height: 1.3;
  }
  h3 span {
    display: block;
    line-height: 1.2;
    margin-top: .5em;
  }
  .highlite_flex h4 {
    margin: 0 0 0 -.5em;
  }
  /*info表*/
  dl {
    display: inline;
    border: none;
  }
  .info dt {
    background: #f5f5f5;
    color: #333;
    font-weight: 600;
    width: 100%;
    padding: 10px 1em;
    box-sizing: border-box;
    text-align: left;
    border: 0px solid #333;
    letter-spacing: 0.2em;
  }
  dd {
    padding: .7em;
    margin: 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border: none;
    line-height: 1.4;
  }
  .flexbox-container-vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 0px solid;
  }
  #contents #access_box {
    display: flex;
    justify-content: space-between;
  }
  /* flyer */
  .flyerPDF a {
    width: 62%;
    margin: 0;
    padding: 25px 5% 25px 31%;
  }
  .credit {
    position: absolute;
    right: 0;
    top: 32px;
    font-size: 0.8em;
    margin-right: 0.5em;
  }
  /*リンクボタン*/
  /*.button_ws {
    margin: 10px auto 0 auto;
    display: block;
    width: 350px;
    height: 60px;
    line-height: 60px;
    font-size: 1.2em;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    background-color: #001345;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  }*/
  .vr_wrapper {
    margin: 0 auto;
    width: 60%;
  }
  .img_dl_flex { /*チラシダウンロード*/
    display: flex;
    align-items: center;
  }
  .img_dl {
    width: 120px;
    margin-right: 2em;
  }
  .highlite_flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 1em 0;
  }
  .highlite_flex_inner {
    width: 70%;
  }
  .highlite_img {
    /*margin-top: 2em;*/
    margin-right: 0;
    text-align: right;
    width: 30%;
    padding: 0;
    /*padding: 0 0.5em 0 1em;*/
  }
  .highlite_tenji {
    width: 80%;
    margin: 0 auto;
    /*margin: 0 0 0 2em;*/
  }
  .img_attention {
    width: 70%;
    margin: 0 auto;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: none;
  }
  .youtube_wrapper {
    width: 95%;
    margin: 0 auto;
  }
  #contents #movie .mov_credit {
    font-size: 0.9em;
    width: 95%;
    margin: 1em auto 0;
    text-align: left;
  }
  /* 公式ページボタン TB*/
  .button03 a {
    width: 500px;
  }
}
@media only screen and (max-width: 768px) { /*TB2*/
  .button03 a {
    width: 80%;
  }
}
@media only screen and (max-width: 520px) { /*SP*/
  /*ボタン2*/
  /*.button-block {
    padding: 0 1em;
  }
  .btn a {
    width: 250px;
  }*/
  .vr_wrapper {
    margin: 0 auto;
    width: 98%;
  }
  .img_dl_flex { /*チラシダウンロード*/
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .img_dl {
    width: 25%;
    margin-right: 1em;
  }
  .highlite_flex {
    display: flex;
    /*width: 98%;*/
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 1em 0;
  }
  .highlite_flex_inner {
    width: 55%;
  }
  .highlite_img {
    /*margin-top: 2em;*/
    margin-right: 0;
    width: 48%;
    padding: 0;
    /*padding: 0 0.5em 0 1em;*/
  }
  .highlite_tenji {
    width: 90%;
    margin: 0 auto;
  }
  #contents {
    width: 98%;
    margin: 0 auto;
    line-height: 1.2;
  }
  #contents p {
    margin: 0 0 0.6em 0;
    text-indent: 0em;
  }
  #contents #highlite p {
    margin: 0 0 0.6em 0.5em;
    text-indent: 0em;
  }
  #contents #viewing_notes p {
    margin: 0;
    text-indent: 0em;
  }
  #viewing_notes .text {
    width: 90%;
    margin: 0 auto;
    border: 1px #9d9d9f solid;
    /*padding: 1em 1em 0;*/
    padding: 1em;
  }
  .footerLogo {
    position: absolute;
    top: 16px;
    left: 5px;
  }
  .img_attention {
    width: 100%;
    margin: 0 auto;
  }
  /* access */
  #contents #access_box {
    display: block;
  }
  #contents #access_box .map, #contents #access_box .access {
    width: 100%;
  }
  .credit {
    position: absolute;
    right: 0;
    top: 32px;
    font-size: 0.7em;
    margin-right: 0.5em;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: inherit;
  }
  .youtube_wrapper {
    width: 98%;
    margin: 0 auto;
  }
  #contents #movie .mov_credit {
    font-size: 0.8em;
    width: 98%;
    margin: 1em auto 0;
    text-align: left;
  }
  /* 公式ページボタン SP*/
  .button03 a {
    width: 80%;
    font-size: 16px;
  }
}