/*===============================================
●style.css 画面の横幅が737px以上
===============================================*/
@media print, screen and (min-width: 737px){
.museum_navi	{	height: 1060px;}
.access	{
	display: inline;
	float: right;
	text-align: left;
	width: 712px;
	height: auto;
	margin: 0;
	background-color: #E1E3EA;
	border-left: solid 2px #F6F6F6;
}
.access_nv	{
	width: 630px;
	margin: 67px auto 0;
	padding-bottom: 12px;
	border-bottom: solid 1px #CCC;
}
.access_nv	h2.ttl	{
	display: inline-block;
	float: left;
	width: 430px;
	margin-bottom: 12px;
}
.access_nv	p	{
	padding-right: 5px;
	color: #999;
	text-align: right;
	font-size: 12px;
}
.access_nv	p.jp	{	padding-top: 10px;}
.access_nv	p	a	{	color: #06F;	text-decoration: none;}
.access_nv	p	img	{
	width: 18px;
	height: 12px;
	margin-right: 4px;
	margin-left: 14px;
	vertical-align: middle;
}
.box_jp	{
	clear: both;
	width: 616px;
	height: auto;
	margin: 0 auto;
	padding-top: 32px;
	font-size: 12px;
}
.box_jp	h3	{	font-weight: bold;	line-height: 21px;}
.box_jp	dl	{	margin-top: 21px;	font-size: 12px;	line-height: 14px;}
.box_jp	dl	dt	{	display: inline-block;	float: left;	width: 88px;	padding: 2px 0;}
.box_jp	dl	dd	{	width: auto;	margin-left: 88px;	padding: 2px 0;}
.box_jp	dl	dd	a	{	text-decoration: none; color:#000;}
img.ph_jp		{	display: inline;	float: right;	width: 247px;	 margin-right: 8px;}
img.map_jp	{	display: inline;	float: left;	width: 330px;	margin-right: 28px; padding-bottom: 17px; }

.box_calendar	{
	clear: both;
	width: 616px;
	margin: 0 auto;
	padding-top: 32px;
}
.box_calendar	img	{
	float:left;
	width:204px;
}

.box_en	{
	clear: both;
	width: 630px;
	margin: 0 auto;
	padding-bottom: 19px;
	padding-top: 36px;
	font-size: 12px;
}
.box_en	h3	{	font-weight: bold;	line-height: 21px;}
.box_en	p.add	{	padding-bottom: 8px;}
.box_en	p.info	{	font-size: 11px; line-height: 15px; margin: 1px 0;}
img.ph_en		{	display: inline;	float: right;	width: 247px;}
img.map_en	{	display: inline;	float: left;	width: 330px;	margin-right: 35px;	margin-left: 15px;}

.metro01	{	margin-bottom: 16px;	padding-top: 32px;}
.metro02	{	margin-bottom: 35px;	white-space: nowrap;}
.metro01,.metro02	{	font-size: 12px;	line-height: 18px;}
.box_en	.metro01,.box_en	.metro02	{	white-space: nowrap;	font-size: 11px;}
.metro01	span	{	color:#22942B;	font-size: 15px;	vertical-align: top;}
.metro02	span	{	color: #0083C1;	font-size: 15px;	vertical-align: top;}

.g_map	{	text-align: right;	font-weight: bold;	font-size: 13px; line-height:160%;}
.g_map.en	{	margin-top: 57px;}
.g_map	a	{	color: #06F;}

/*=画像ポップアップ=*/

.tmb_img {
  padding-bottom: 15px;
}

.tmb_img:hover {
  cursor: pointer;
}
.popup {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
}
.popup__btn {
  display: block;
  z-index: 13;
  position: absolute;
  top: 1vh;
  right: 1vh;
  width: 5vh;
  height: 5vh;
  cursor: pointer;
}
.popup__btn::before,
.popup__btn::after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  content: '';
}
.popup__btn::before {
  transform: rotate(45deg);
}
.popup__btn::after {
  transform: rotate(-45deg);
}
.popup__btnarea {
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup__img {
  z-index: 11;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}
.popup__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked ~ .popup {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.3s;
}


}
/*===============================================
●smart.css  画面の横幅が736pxまで
===============================================*/
@media only screen and (max-width:736px){
.access	{
	width: 100%;
	margin: 0 auto;
	background-color: #E1E3EA;
}
.access_nv	{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 12px;
	padding-top: 8%;
	border-bottom: solid 1px #CCC;
}
.access_nv	h2.ttl	{
	display: inline-block;
	float: left;
	width: 40%;
}
.access_nv	p	{
	padding-top: 1%;
	color: #999;
	text-align: right;
	font-size: 0.8em;
	line-height: 1em;
}
.access_nv	p.jp	{	padding-top: 5%;}
.access_nv	p	a	{	color: #06F;	text-decoration: none;}
.access_nv	p	img	{
	width: 18px;
	height: 12px;
	margin-right: 4px;
	margin-left: 18px;
	vertical-align: middle;
}
.box_calendar	{
	clear: both;
	width: 94%;
	margin: 5% auto 0;
	text-align: center;
}
.box_calendar	img	{
	width:100%;
}

.box_jp,.box_en	{
	clear: both;
	width: 94%;
	margin: 5% auto 0;
	text-align: left;
	font-size: 1;
}
.box_jp	h3,.box_en	h3	{	line-height: 1.8em;}
.box_jp	dl	{	width: 100%;	margin: 5% auto;	font-size: 0.8em;	line-height: 1.2em;}
.box_jp	dl	dt	{	clear:both;	display: inline-block;	float: left;	width: 88px;	padding: 2px 0;}
.box_jp	dl	dd	{	width: auto;	margin-left: 88px;	padding: 1px 0;}
.box_jp	dl	dd	a	{	text-decoration: none; color:#000;}

img.ph_jp,img.map_jp,img.ph_en,img.map_en	{	width: 100%;	margin: 5% auto;}

.box_en	p.add	{	 margin-bottom: 8px;}
.box_en	p.info	{	font-size: 0.9em; line-height: 1.2em;}

.metro01	{	padding-top: 5%;}
.metro02	{	padding-top: 5%;}
.metro01,.metro02	{	font-size: 0.9em;	line-height: 1.2em;}
.metro01	span	{	color:#22942B;	vertical-align: top;	padding-right: 5px;}
.metro02	span	{	color: #0083C1;	vertical-align: top;	padding-right: 5px;}

.g_map	{	padding: 7% 0 9%;}
.g_map	a	{	color: #06F;}


/*=画像ポップアップ=*/
.popup__img {
	visibility: hidden;
}
.popup__img img {
  width: 0;
  height: 0;
  object-fit: contain;
}
input[type="checkbox"] {
  display: none;
}
}
	
