@charset "utf-8";
body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #333333;
	font-weight: 400;
}
.text {
  /*  margin-top: 20px;*/
}
/*.text.boldline {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 2px solid #000;
}*/
.text.bold {
  font-weight: 600;
}
strong {
  font-weight: 600;
}
.indent {
  padding-left: 5em;
}
.small {
  font-size: 0.8em;
}
.text_small {
	font-size: 0.9em;
	color: #3F3F3F;
	line-height: 1.6;
}
.norap {
  white-space: nowrap;
}
.is_height_high {
  line-height: 1.94;
}
.bg_green {
  background-color: #FCFDFA;
}
.bg_line {
  border: 2px solid #c60606;
}
.color_red {
  color: #c60606;
}
.info_red a {
  text-decoration: underline;
  color: #c60606;
}
.info_red a:hover {
  text-decoration: none;
  color: #c60606;
  background-color: #FFE2E1;
}
#contact ul {
	font-size: 0.9em;
	line-height: 1.6em;	
}
img {
  max-width: 100%;
  vertical-align: top;
}
img {
  border: 0;
}
.slick_museum_image img {
  max-width: 100%;
  border-left: 1px #d9d9d9 solid;
}
.clear {
  clear: both;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
/* bugfix */
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}

.gg-software-download {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 16px;
    height: 6px;
    border: 2px solid;
    border-top: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-top: 8px
}

.gg-software-download::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 2px;
    bottom: 4px
}

.gg-software-download::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 10px;
    background: currentColor;
    left: 5px;
    bottom: 5px
}


a {
  color: #005C0D;
  font-weight: 600;
  text-decoration: underline;
}
a:hover {
  color: #005C0D;
  text-decoration: none;
  background-color: #EFFFEC;
  transition: .4s;
}
h1 {
  font-size: 1.4em;
  border-left: 8px solid #6fba2c;
  border-bottom: 2px solid #6fba2c;
  padding: 0 0 2px 10px;
  line-height: 1.4;
  margin: 0.5em 0;
}
h2 {
  margin: 2em 0 1em;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.3;
  border-bottom: 3px solid #6fba2c;
  padding-bottom: 3px;
  padding-left: 2px;
}
h3 {
  border-left: 5px solid #6fba2c;
  padding-left: 5px;
  font-size: 1.2em;
  line-height: 1.3;
  /*maring-top: 2em;*/
  margin: 2em 0 1em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
  margin: 1em 0 0.3em;
  color: #6fba2c;
}
h5::before {
  content: "◉ ";
}
.data {
  text-align: right;
  padding: 0 1em;
}
section {
  margin: 50px 0px 20px;
}

#contents {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  color: #333333;
}
#lead {
  text-align: justify;
    margin-top: 20px;
}
#contact ul li {
  list-style-type: none;
  margin: 0 0 15px 0;
}
#contents ul.patronage p {
  margin: 0;
  text-indent: 0;
}
.img_center_flex {
  display: flex;
  justify-content: center;
}
.img_center_flex_cap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sub_title {
  /* border-bottom: 3px solid #ccc;*/
  display: block;
  margin-bottom: 0.5em;
  position: relative;
}
#data {
  position: relative;
}
#data span {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: .9em;
}
/* 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 th.kikaku {
  background: #f1d6e3;
}
#contents th.tokuten {
  background: #cde9f7;
}
#contents thead th, #contents thead td {
  background: #333;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
/*上下左右中央*/
.outer {
  display: table;
  width: 100%;
}
.inner {
  display: table-cell;
  vertical-align: middle;
}
/*上下左右中央2*/
.outer2 {
  position: relative;
}
.inner2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 2rem;
}
.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: #F6FAE0;
  font-weight: 600;
  width: 18%;
  padding: 1em;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  text-align: center;
}

dd {
  background: #FCFDFA;
  padding: 1em;
  margin: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 82%;
  box-sizing: border-box;
}

#night .info dt {
  background: #FFF1DB;
}

#night .info dd {
  background: #FFFDFC;
}

#contents .info th, #contents .info td {
  padding: 0.6em 1em;
}
#contents .info dd table {
  width: 98%;
}
#contents .info dd th {
  background-color: #FFF1DB;
  text-align: left;
}
#contents .info dd td {
  background-color: #fff;
}
/* access */
#contents #access_box {
  display: flex;
  justify-content: space-between;
}
#contents #access h4 {
  width: 100%;
  margin-bottom: 1em;
}
#contents #access_box .access {
  width: 90%;
}
#contents #access_box .map {
  width: 60%;
}
#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: #FCEFE4;
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
  color: #333;
}
#contents #access tbody th {
  width: 5em;
  background: #FCEFE4;
  font-weight: 600;
}
#contents #access tbody td {
  background: #FEFCFA;
}
/*発掘ピカチュウ*/
.caption {
  display: inline-block;
  font-family: HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, ヒラギノ丸ゴ Pro W4, ヒラギノ丸ゴ Pro, Hiragino Maru Gothic Pro;
  font-size: 0.8em;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.access dt {
  background: #FFF1DB;
  font-weight: 600;
  width: 30%;
  padding: 1em;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  text-align: center;
}
.access dd {
  background: #FEFCFA;
  padding: 1em;
  margin: 0;
  /*  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;*/
  width: 70%;
  box-sizing: border-box;
}
br.br {
  display: none;
}
/* credit_pokemon */
div#credit_pokemon {
  padding: 20px 0;
  border-top: 1px dotted #999;
}
#credit_pokemon p {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 0.8em;
  color: #666;
  line-height: 1.4em;
  text-align: center;
}
/* flyer */
.flyerPDF a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: url("flyer.jpg") center left 10px no-repeat;
  background-size: 71px 100px;
  min-height: 3em;
  width: 78%;
  margin: 1em 0;
  padding: 25px 11%;
}
.flyerPDF a:hover {
  background-color: #e9f2ff;
}
/*ボタン　公式ページへ*/
.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;
  font-size: 1.2rem;
	line-height: 1.2em;
  /*  -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;
  position: relative;
  cursor: pointer;
  text-decoration: none !important;
  color: #6fba2c;
  border: 4px solid #6fba2c;
  background-color: #fff;
}
.button span {
  position: relative;
  z-index: 1;
}
.button:hover {
  color: #fff;
  border: 4px solid transparent;
  background: #6fba2c;
  /*border-color: #6fba2c;*/
}
#page-top {
  position: fixed;
  background: rgba(111, 186, 44, 0.90);
  min-width: 50px;
  min-height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  bottom: 9%;
  right: 2%;
}
#page-top:hover {
  cursor: pointer;
  /*background: rgba(0,0,0,.3);*/
  background: rgba(111, 186, 44, 0.50);
}

/*shop_box*/
#shop_info .inner_tk {
	border: 1px solid #999;
	padding: 1em;
}
#shop_info li {
	list-style: none;
	display: flex;
	margin-bottom: .2em;
}
#shop_info li a {
	display: flex;
	text-decoration: none;
}
#shop_info li .news_list_date {
}
#shop_info .news_item {
	background: #005C0D;
	color: #fff;
	padding: 0 8px;
	margin: 0 0 0 10px;
	font-size: .85em;
	border-radius: 8px;
	width: 11.5em;
	text-align: center;
}
#shop_info .news_topics {
	text-decoration: underline;
	margin-left: .5em;
}
#shop_info .news_topics time {
	padding-left: 1em;
	text-decoration: none!important;
}

#shop_box ul {
	position: relative;
	list-style: none;
	margin-left: 1.5em
}
#shop_box ul li {
	position: relative;
	margin: 0 0 .3em 0;
}
#shop_box ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .8em;
	left: -.7em;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border: 1px solid #6fba2c;
	border-radius: 100%;
}

.vr_wrapper a {
  /*transition: opacity 0.4s ease;*/
}
.vr_wrapper a:hover {
  transition: opacity 0.4s ease !important;
  opacity: 0.6;
}

@media screen and (max-width: 479px) {
	#shop_info .inner_tk {
		padding: 10px 0;
	}
	#shop_info .news_item {
		line-height: 1.2;
		/*padding: 15px 10px;*/
		padding: 4px 10px;
		width: 7em;
	}
	#shop_info .news_topics {
		line-height: 1.2;
	}
}

@media screen and (max-width: 479px) {
  .button {
    display: block;
    font-weight: bold;
    font-size: 1.1rem;
  }
 .vr_wrapper {
    margin: 0 auto;
    width: 98%;
  }
}
/*----------------------------------------------------
PC TB min-width: 480px
----------------------------------------------------*/
@media screen and (min-width: 480px) {
    .vr_wrapper {
    margin: 0 auto;
    width: 50%;
  }
}
/*----------------------------------------------------
PC min-width: 751px
----------------------------------------------------*/
@media screen and (min-width: 751px) {
  /* contents */
  #contents {
    max-width: 960px;
    width: 98%;
    margin: 15px auto 0;
    line-height: 1.8em;
  }
  h1 {
    width: 100%;
  }
  div #img_title {
    margin: 2em 0 2.5em 0;
    width: 612px;
  }
  div #img_pikachu {
    margin: 1.5em 0 1em 0;
    width: 234px;
  }
  .sub_title {
    /* border-bottom: 3px solid #ccc;*/
    display: block;
    margin-bottom: 0.5em;
    position: relative;
  }
  #data {
    position: relative;
  }
  #data span {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 0.9em;
  }
  /* table */
  table .norap {
    white-space: nowrap;
  }
  .highlite_img {
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
  }
  .credit {
    position: absolute;
    right: 0;
    top: 16px;
    font-size: 0.9em;
  }
  img.change_sp {
    display: none;
  }
  .box {
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #contact ul {
    margin-left: 40px;
  }
  .no_pc {
    display: none;
  }
    
 
}
/*----------------------------------------------------
max-width: 750px
----------------------------------------------------*/
@media screen and (max-width: 750px) {
  br.br {
    display: inline;
  }
  #contents {
    width: 99%;
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 auto;
    padding: 0 1%;
  }
  /*   #contents p {
      text-indent: 0;
    padding: .7em;*/
  /*line-height: 1.4;
  }*/
  .data {
    text-align: right;
    padding: 0;
  }
  section {
    padding: 0 0.5em;
  }
  h1 {
    font-size: 1.1em;
  }
  h2 {
    font-size: 1.1em;
    line-height: 1.3;
    /*margin: 1em 0 1em;*/
  margin: 2em 0 1em;
  }
  h3 {
    border-left: 5px solid #6fba2c;
    padding-left: 5px;
    /*padding: 5px 0 5px 10px;*/
    font-size: 1.1em;
    line-height: 1.3;
    /*margin: 1em 0;*/
  margin: 2em 0 1em;
  }
  h4 {
    font-size: 1em;
  }
  /*  h5 {
    color: #006B9B;
    line-height: 1em;
  }*/
  p#data {
    text-align: right;
    padding-right: 10px;
  }
  div #img_title {
    margin: 1em 0 0 0;
    width: 80%;
  }
  div #img_pikachu {
    margin: 0;
    width: 50%;
  }
  /*info表*/
  dl {
    display: inline;
    border: none;
  }
  .info dt {
    background: #EAF5E0;
    color: #333;
    font-weight: 600;
    width: 100%;
    padding: 10px 1em;
    box-sizing: border-box;
    text-align: left;
    border: 0px solid #EAF5E0;
    letter-spacing: 0.2em;
  }
  dd {
    padding: .7em;
    margin: 0;
    width: 100%;
    background: #FCFDFA;
    box-sizing: border-box;
    border: none;
    line-height: 1.4em;
  }
  .flexbox-container-vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 0px solid;
  }
  /* access */
  #contents #access_box {
    display: block;
  }
  #contents #access_box .map, #contents #access_box .access {
    width: 100%;
  }
  /*access表*/
  .access dl {
    display: inline;
    border: none;
  }
  .access dt {
    background: #FCEFE4;
    color: #333;
    font-weight: 600;
    width: 100%;
    padding: 10px 1em;
    box-sizing: border-box;
    text-align: left;
    border: 0px solid #FCEFE4;
    letter-spacing: 0.2em;
  }
  .access dd {
    padding: .7em;
    margin: 0;
    width: 100%;
    background: #fefcfa;
    box-sizing: border-box;
    border: none;
    line-height: 1.4em;
  }
  .highlite_img {
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
  /* flyer */
  .flyerPDF a {
    width: 62%;
    margin: 0;
    padding: 25px 5% 25px 31%;
  }
  .credit {
    position: absolute;
    right: 0;
    top: 38px;
    font-size: 0.8em;
    margin-right: 0.5em;
  }
  img.change_pc {
    display: none;
  }
  #contact ul {
    text-indent: 0;
    padding: 0.7em;
    line-height: 1.4;
  }
  .box {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #faq .box {
    padding-bottom: 40px;
  }
  #contents #access_box .map img {
    border: 1px solid #ccc;
    max-width: 75%;
  }
  .no_sp {
    display: none;
  }
}
/*----------------------------------------------------
SP max-width: 374px
----------------------------------------------------*/
@media screen and (max-width: 374px) {
  #contents {
    width: 99%;
    font-size: 14px;
    line-height: 1.6em;
  }
}
/*----------------------------------------------------
Tb (min-width: 480px) and (max-width: 750px)
----------------------------------------------------*/
@media screen and (min-width: 480px) and (max-width: 750px) {
  .no_tb {
    display: none;
  }
}
/*----------------------------------------------------
ticket_info 赤枠
----------------------------------------------------*/
#ticket_info .box {
  background-color: #FFF7F7;
}
#ticket_info .bold {
  font-weight: 600;
}
@media screen and (min-width: 751px) {
  #ticket_info {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 3em;
  }
  #ticket_info .box {
    padding: 1.5em 2em;
  }
  #ticket_info .sub {
    margin: 1em auto 0;
    font-size: 16px;
    width: 65%;
  }
  #ticket_info .start_date {
    text-align: center;
    /*font-weight: 600;*/
    font-size: 24px;
    width: 65%;
    border-bottom: 3px solid #c60606;
    margin: 1.5rem auto 0;
  }
  #ticket_info .start_date_0221 {
    text-align: center;
    /*font-weight: 600;*/
    font-size: 20px;
    width: 65%;
    border-bottom: 2px solid #c60606;
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 750px) {
  #ticket_info {
    margin-bottom: 3em;
  }
  #ticket_info .box {
    padding: 20px 20px;
  }
  #ticket_info .lead {
    font-size: 1rem;
  }
  #ticket_info .start_date {
    text-align: center;
    /*font-weight: 600;*/
    font-size: 18px;
    width: 80%;
    border-bottom: 3px solid #c60606;
    margin: 1em auto;
  }
  #ticket_info .start_date_0221 {
    text-align: center;
    /*font-weight: 600;*/
    font-size: 16px;
    width: 18em;
    border-bottom: 2px solid #c60606;
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 374px) {
  #ticket_info .box {
    padding: 15px;
  }
  #ticket_info .start_date {
    text-align: center;
    font-size: 16px;
    width: 95%;
  }
  #ticket_info .start_date_0221 {
    text-align: center;
    /*font-weight: 600;*/
    font-size: 14px;
    width: 100%;
    border-bottom: 2px solid #c60606;
    margin: 1rem auto 0;
  }
}
/*----------------------------------------------------
#visit bg_green list
----------------------------------------------------*/
#visit .box.bg_green ul {
  padding: 0 2em 0 3em;
}
#visit .box.bg_green ul li {
  list-style: disc;
  padding: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.8em;
}
@media screen and (min-width: 751px) {}
@media screen and (max-width: 750px) {
  #visit .box.bg_green ul {
    padding: 0 0 0 1em;
  }
  #visit .box.bg_green ul li {
    padding: 0;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.6em;
  }
}