/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 21 2021 | 00:22:49 */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');

* {
font-family: 'Noto Sans JP', sans-serif;
}

main {
  min-height: 100% !important;	
}

h2 {
  color: #0A5A9C;
	margin: 50px 0px 10px;
}
/*
h2.advgb-post-title span{
	margin-right: 10px !important;
}
*/
h2 a {
	color: #0A5A9C;
}

h1,h3, h3 a{
	color: #0A5A9C;
}
.wp-block-separator {
	margin: 10px auto;
}
a:focus, *:focus {
  outline:none; 
}
a:hover {
	text-decoration: underline;
}
.underline{text-decoration: underline;}

img.attachment-large {
	display: block;
	max-height: 500px;
	width: auto;
	margin: auto;
}
body.home header.page-header{
	display: none;
}

table.tbl_no_border{
	border: none;
	width: auto;
}
table.tbl_no_border td {
	border:none;
  padding: 5px 10px;
}

table.schedule {
	border: solid 1px #666666 !important;
	border-spacing: 2px;
	border-collapse: collapse;
}
table.schedule tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
table.schedule tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	border: dotted 1px #999999;
}
table.schedule td {
	display: table-cell;
	border: dotted 1px #999999 !important;
	vertical-align: middle;
	padding: 2px 5px 2px 5px !important;
}

table.schedule2 {
	border-collapse: collapse !important;
	display: table;
	width: 100%;
}
table.schedule2 tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
table.schedule2 tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
table.schedule2 td {
	display: table-cell;
	vertical-align: middle !important;
	border: 1px solid #84C2E8 !important;
	padding: 2px 5px !important;
	text-align: left !important;
}
table.schedule2 tr td:nth-of-type(1) { 
	width: 2%;
}
table.schedule2 tr td:nth-of-type(2) { 
	width: 9%;
}
table.schedule2 tr td:nth-of-type(3) { 
	width: 23%;
}
table.schedule2 tr td:nth-of-type(4) {
	width: 16%;
}
table.schedule2 tr td:nth-of-type(5) { 
	width: 50%;
}
/*
table.schedule2 tr td:nth-last-child(4) {
	text-align: center !important;
}
table.schedule2 tr td:nth-last-child(5){
	text-align: center !important; 
}
*/

table.schedule3 {
	border-collapse: collapse !important;
	display: table;
	width: 100%;
}
table.schedule3 tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
table.schedule3 tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
table.schedule3 td {
	display: table-cell;
	vertical-align: middle !important;
	border: 1px solid #84C2E8 !important;
	padding: 2px 5px !important;
	text-align: left !important;
}
table.schedule3 tr td:nth-of-type(1) { 
	width: 2%;
}
table.schedule3 tr td:nth-of-type(2) { 
	width: 10%;
}
table.schedule3 tr td:nth-of-type(3) { 
	width: 14%;
}
table.schedule3 tr td:nth-of-type(4) {
	width: 24%;
}
table.schedule3 tr td:nth-of-type(5) { 
	width: 50%;
}

table.schedule4 {
	border-collapse: collapse !important;
	display: table;
	width: 100%;
}
table.schedule4 tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
table.schedule4 tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
table.schedule4 td {
	display: table-cell;
	vertical-align: middle !important;
	border: 1px solid #84C2E8 !important;
	padding: 2px 5px !important;
	text-align: left !important;
}
table.schedule4 tr td:nth-of-type(1) { 
	width: 5%;
}
table.schedule4 tr td:nth-of-type(2) { 
	width: 10%;
}
table.schedule4 tr td:nth-of-type(3) { 
	width: 13%;
}
table.schedule4 tr td:nth-of-type(4) {
	width: 72%;
}

table.schedule5 {
	border-collapse: collapse !important;
	display: table;
	width: 100%;
}
table.schedule5 tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
table.schedule5 tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
table.schedule5 td {
	display: table-cell;
	vertical-align: middle !important;
	border: 1px solid #84C2E8 !important;
	padding: 2px 5px !important;
	text-align: left !important;
}
table.schedule5 tr td:nth-of-type(1) { 
	width: 12%;
}
table.schedule5 tr td:nth-of-type(2) { 
	width: 10%;
}
table.schedule5 tr td:nth-of-type(3) { 
	width: 22%;
}
table.schedule5 tr td:nth-of-type(4) {
	width: 56%;
}

div.ul_nostyle li {
  list-style-type: none;
  text-indent: -1em;
	font-size: inherit;
}
div.ul_nostyle ul li:before {
  display: inline;
  content: "※";
}

div.ul_parentheses{
  padding:0 0 0 1em;
  /*margin:0;*/
}
div.ul_parentheses li{
  list-style-type:none;
  list-style-position:outside;
  counter-increment: cnt;
	font: inherit;
}
div.ul_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
	color: inherit !important;
  vertical-align: inherit;
	font: inherit;
}


figure.wp-block-table th, figure.wp-block-table td{
	padding: 10px !important;
}

figure.wp-block-table th {
  white-space: nowrap;
}

div.border_bottom{
	border-bottom: dotted 1px #929292;
}
div.border_all_hei {
	border: solid 1px #f9990b;
	padding: 10px;
	margin-bottom: 3px;
}
div.border_all_yok {
	border: solid 1px #548235;
	padding: 10px;
	margin-bottom: 3px;
}
div.border_all_kaigai {
	border: solid 1px #0070c0;
	padding: 10px;
	margin-bottom: 3px;
}
.div_s_margin {
	margin-bottom: 10px;
}

p.new_icon {
  display: inline;
  font-weight: bold;
  font-style: italic;
  font-size:80%;
  color: #ff0000;
  width: 80px;
  /*min-height: 10px;*/
  /*padding-left: 10px;*/
  /*float: left;*/
  /*line-height: 180%;*/
}

p.note {
	padding: 10px;
	border: solid 1px #333333;
	border-radius: 10px;
	display: inline-block;
}

.note_blue {
	padding: 8px;
	border: 1px solid #84C2E8;
}
.note_double_blue {
	padding: 8px;
	border: double  #84C2E8;
}
.note_black {
	padding: 8px;
	border: 1px solid #000000;
}

/* 青色、underline付きリンク*/
p.href_underline a {
	color: #0000ff;
	text-decoration: underline;
}

p.corner_title_hei {
	background: #f9990b;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px 3px;
	display: inline-block;
	margin-bottom: 0px;
}
p.corner_title_yok {
	background: #548235;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px 3px;
	display: inline-block;
	margin-bottom: 0px;
}
p.corner_title_hik {
	background: #0070c0;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px 3px;	display: inline-block;
	margin-bottom: 0px;
}

p.padding-left1{
	padding-left: 1em;
}
p.padding-left2 {
	padding-left: 2em;
}

/* 矢印 */
ul.advgb-list li:before  {
  color: #82a4ca;
}
ul.advgb-list li {
	font-size: 100%;
}


/********** header **********/
#headall {
	background: url(/wp-content/uploads/common/top.png) repeat-x;
}

/* ロゴ */
#site-logo {
	/*
	position: relative;
	top: -10px;
	*/
	position: absolute;
	top: -20px;
	width: 500px;
	height: 75px;
}
	#site-logo {
		background-image :url(/wp-content/uploads/common/logoz.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	#site-logo a {
		opacity: 0;
		position: absolute;
		top:0;
		left: 0;
		height: 100%;
		width: 100%;
	}

/* 検索ボタン */
#medium-searchform {
	padding-right: 4px;
}
#medium-searchform input {
	min-height: 30px;
	padding: 4px 10px 4px 10px !important;
}
#medium-searchform button,
#medium-searchform  label {
  line-height: 34px !important;
}

/********** メニュー **********/
.responsive-menu-label {
    margin: 0 0px !important;
}


/********** main **********/
#main {
	background: url(/wp-content/uploads/common/backimg.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	/*background-size: 100% auto;*/
}

/* 過去の投稿へ、次の投稿へ */
.single nav.post-navigation .nav-links .title, 
.single nav.post-navigation .nav-links a:hover {
  color: #0a5a9c;
}
.single nav.post-navigation {
  border-top: 1px solid #929292;
}

/* お問い合わせ */
body.page-id-14740 #main {
  background: url("");
}

.container{
	/*padding-top:0px !important;*/
}

.h2_s_margin {
	margin-top: 10px;
}
.h2_whatsnew {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: thick solid #0A5A9C;
}

/* 館からのお知らせ */
div.whatsnew {
	margin-top: 30px;
}
div.whatsnew .newmark {
	background-color: #ff9900;
}
div.div_news {
  flex-basis: 66.6%;
}

div.div_shownews {
	text-align: right;
}

/* 開館閉館 */
div#xo_event_list_comment {
	background-color: /*#336699*/#0A5A9C;
	text-align: center;
	/*height: 90px;*/
	/*width: 209px;*/
	padding: 10px;
	margin-top: 10px;
}
div#xo_event_list_comment span.title {
	color: white;
	font-weight: bold;
	font-size: 120%;
}
div#xo_event_list_comment span.time {
	color: white;
	font-weight: normal;
	font-size:85%;
}

/* カレンダー */
div#xo-event-calendar-1 {
	margin-top: 30px;
}
div#xo-event-calendar-1 #dow {
	font-size: 80%;
	text-transform: capitalize;
}
div#xo-event-calendar-1 thead {
	line-height: 1.5;
}
div.div_calendar {
	flex-basis: /*33.3*/26%;
}
.today {
	color: inherit !important;
}
/* 土日 */
table.month-dayname td:nth-of-type(1)  {
	color : red !important;
}
table.month-dayname td:nth-of-type(7)  {
	color : blue !important;
}
.month-header {
	text-align: center;
}
/* 祝日*/
.holiday-syukujituopen, 
.holiday-syukujituclose {
  color : red !important;
}
/* 祝日の凡例 */
.holiday-title:nth-of-type(2),
.holiday-title:nth-of-type(3) {
  display: none;
}

/* twitter, inst */
#div_twiins img {
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
}

/* バナー */
.top_banner {
	margin-bottom: 10px;
}

/* 文字サイズ */
#fontresizer {
	/*position: absolute;
	top: 5px;*/
	
	width: /*990px*/ 1200px;
	text-align: right;
	margin: 0px auto 0px auto;
}
#fontresizer button {
	width:20px;
	height:20px;
	font-size: 10px;
	padding:0px;
}

#fontresizer2 {
	height: 25px;
}
#fontresizer2 span {
	position: relative;
	top: 5px;
	color: white;
}
#fontresizer2 button{
  position: relative;
	top: 5px;
	z-index: 9999;
}

/* 入館無料 */
#div_nyukan {
	position: absolute;
	top: 5px;
	width: /*68%*/100%;
	margin: 0px auto 0px auto;
}
#div_nyukan2 {
	/*width: 100%;*/
	margin: 0px auto 0px auto;
	width: 580px;
	text-align: right;
}

/* アクセス */
#div_access {
	/*
	position: absolute;
	top: 5px;
	width: 100%;
	z-index: 999;*/
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: 215px;
	width: 150px;
	z-index: 999;
}
#div_access2 {
	/*
	margin: 0px auto 0px auto;
	width: 730px;
	text-align: right;*/
	width: 150px;
	text-align: right;
}

/* やさしいブラウザ */
#div_yasashii {
	position: absolute;
	top: 40px;
left: 50%;
	margin-left: 215px;
	width: /*100%*/150px;
	z-index: 999;
}
#div_yasashii2 {
	/*margin: 0px auto 0px auto;*/
	width: /*730px*/150px;
	text-align: right;
}

/* 検索ボタン */
button.wpr_submit {
	color: white !important;
}
.wpr-search-field::-webkit-input-placeholder {
	color: white;
}
.wpr-search-field::-moz-placeholder {
	color: white;
}
.wpr-search-field:-ms-input-placeholder {
	color: white;
}

/* menu */
.dropdown-menu .sub-menu {
border-top: 1px solid white !important;
}
/* パンフレットダウンロード織曲がり禁止 */
#site-navigation ul li {
	white-space: nowrap;
}

#site-header.medium-header #site-navigation-wrap .dropdown-menu>li>a {
  padding: 0 20px;
}

#site-navigation .sub-menu ul{
	border-left: 0;
	top: 32px;
	left: 70px;
}

#site-navigation .nav-content {
	display: none;
}

#site-navigation-wrap div.container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/* メニュー折り曲げなし */
#site-navigation {
	/*overflow: hidden;*/
}
#site-navigation ul {
	white-space: nowrap;
	
}

/* サイトマップ */
.sitemap {
	font-weight: bold;
	background-color: #0A5A9C;
	color: white;
	height: 43px;
	width: 100%;
	padding: 10px;
}
.sitemap a {
	color: white;
}

/* リンク集 */
.link-index {
	font-weight: bold;
	background-color: #0A5A9C;
	color: white;
	height: 43px;
	width: 100%;
	padding: 10px;
}



/********** サイドバー **********/
#right-sidebar  {
	border: solid 1px #929292;
	padding-right: 10px !important;
}

#right-sidebar  li {
	border-bottom: dotted 1px #929292;
}
#right-sidebar  li:last-child {
	border-bottom: none;
}

#right-sidebar .sub-menu li {
	padding-left: 10px;
}

.sidebar-box {
	margin-bottom: 10px;
}

/* カレント */
li.current-menu-item > a{
	/*background-color: #336699;*/
	color:#0A5A9C;
}
/*
li.current-menu-item > ul.sub-menu {
	background-color:rgba(255,255,255,0.9);
}
li.current-menu-item > a {
	color: #ffffff;
}*/


/********** コンテンツ **********/
/* hr */
hr.wp-block-separator.is-style-wide{
	/* max-width: 1000px;*/
	max-width: 1250px;
}

/* img */
#content article div.blog-entry-inner img {
  width: 300px; height: 300px;
  object-fit: contain;
	text-align: center;
	object-position: top;
}
#content .thumbnail{
	text-align: center;
}

/* 学校関係者の方へ */
table.tbl_school_list{ 
	border-collapse: collapse !important;
}
table.tbl_school_list td {
	border: solid 1px #84C2E8 !important;
}
table.tbl_school_list td:nth-of-type(1) {
	background-color: #EBF5FC;
	text-align:center;
	font-weight: bold;
	color: #0A5A9C;
	width: 100px;
}

/* 休館日のお知らせ */
table.tbl_gorical td:nth-of-type(1) {
	width: 200px;
}

/* 平和祈念展示資料館とは */
table.tbl_towa td:nth-of-type(1){
		width: 100px;
}

/* popup */
.pum-title {
	padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}

/* コメント欄 */
div.blog-entry-bottom {
  display: none !important;
}

/* 投稿一覧 */
.blog-entry.thumbnail-entry {
	border-bottom: 1px solid #929292;
}
.blog-entry.thumbnail-entry .blog-entry-content {
	width: 65%;
}
.blog-entry.thumbnail-entry .thumbnail {
	width: 35%;
}
.blog-entry.thumbnail-entry .blog-entry-readmore a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    text-transform: uppercase;
		margin-bottom: 10px;
	  text-decoration: none;
}
.blog-entry.thumbnail-entry .blog-entry-readmore a i {
    margin-left: 5px;
}

.blog-entry.post .blog-entry-header {
	margin-bottom: 5px !important;
}

/* 投稿 */
.div_box, .div_box a {
	width: 100%;
}

/* ライブラリー */
ul.style5{ 
  list-style-type:none; 
}
ul.style5 li { 
  padding-left: 13px;
  background:url('/wp-content/uploads/2019/09/icon_tri1.gif') no-repeat 3px 5px;
	width: 170px;
  float:left; 
  margin-left: 0px;
}

.library_header {
	background: #EBF5FC;
	color: #0A5A9C;
	border: 1px solid #84C2E8;
}
.library_header td {
	font-weight: bold !important;
}

.library_ul {
	list-style: none;
}
.library_ul li {
	padding: 0.4em 1em ;
	border-bottom: dotted 1px #999999;
}

/* 用語解説 */
table.tbl_term_list{ 
	border-collapse: collapse !important;
}
table.tbl_term_list td {
	border: solid 1px #84C2E8 !important;
	padding: 5px !important;
}
table.tbl_term_list td:nth-of-type(1) {
	background-color: #EBF5FC;
	text-align:center;
	font-weight: bold;
	color: #0A5A9C;
	width: 100px;
}
table.tbl_term_list td:nth-of-type(2) {
	width: 100px;
}

table.tbl_term_list tr:nth-child(1) td {
	background-color: #EBF5FC;
	text-align:center;
	font-weight: bold;
	color: #30A5A9C;
}

/* インスタ */
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;

}
.insta_btn2 .fa-instagram {
    font-size: 16px;
    position: relative;
    top: 3px;
}
.insta_btn2 {
	color: #FFF;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    height: 20px;
    width: 80px;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    text-decoration: none;
}


/* footer */
#footer-bottom #copyright{
	float: right;
	text-align: right;
}
#copy {
	display: inline-block;
}

#footer-bottom #footer-bottom-menu {
	float: left;
	text-align: left;
}

div#ftr_jas {
	float: right;
	padding: 0 0 5px 5px;
}
div#ftr_jas img {
	/*margin-top: 5px;*/
	margin-right: 5px;
	float: left;
}
div#ftr_jas p {
	float: left;
	/*padding-top: 0px;*/
}


@media (max-width: 599px) {
	#site-logo-inner a {
		font-size: 14px!important;
		font-weight: bold;
	}
	
/** コンテンツ **/
	/* 投稿一覧 */
.blog-entry.thumbnail-entry .blog-entry-content {
	width: 100%;
}
.blog-entry.thumbnail-entry .thumbnail {
	width: 100%;
}
	
	/* 用語解説 */
	table.tbl_term_list td:nth-of-type(1) {
		width: 50px;
	}
	
}

@media (min-width: 420px) and (max-width: 599px) {

  .top_banner img {
    max-width: 312px;
    text-align: center;
  }
}


/********** モバイル **********/
/* ########### 359px以下 ########### */
@media (max-width: 359px) {
	#main {
		background: url("");
	}
	h1,h2,h3,h4,h5,h6 {
		margin: 0 0 10px;
	}
	p {
		margin: 0 0 10px;
	}
	ul, ol {
		margin: 10px 0 10px 20px;
	}
	.wp-block-columns {
		margin-bottom: 10px;
	}
	.page-header-title, .blog-entry-title {
		font-size: 20px !important;
	}
	
	/***** 上部バー *****/
	#top-bar-wrap, #top-bar, #top-bar-inner, #top-bar-content {
		padding: 0px !important;
		margin: 0px !important;
		max-width : 100% !important;
	}
	#top-bar-nav {
		display: none;
	}
	
	#xo_event_list_comment {
		margin: 0px !important;
		/*position: absolute;
		top: 0px;
		left: 0px;*/
		width: 100%;
		z-index: 9999;
	}
	#xo_event_list_comment dt {
		text-align: left;
	}
	#xo_event_list_comment br {
		display: none;
	}
	#xo_event_list_comment dt  span.titile::after {
		content: "　";
	}
	
	.page-header {
		padding: 10px 0 7px 0 !important;
	}
	
	/* アクセス */
  #div_access {
    display: block !important;
		top: 3px;
		right: 5px !important;
		
		left: auto !important;
		margin-left: auto !important;
		width: 100% !important;
  }
	#div_access2 {
    width: 100% !important;
    margin-right: 100px !important;
  }
	
	/***** header *****/
	#site-logo {
		/*position: relative;
		top: 0px;
		width: 80%;
		*/
		position: absolute;
	  top: 5px;
		left: 15px;
    width: 70%;
  }
	#site-logo {
		background-image :url(/wp-content/uploads/common/logo-s.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	#site-logo a {
		opacity: 0;
	}
	
	/* 入館無料 */
	#div_nyukan{
		display: none;
	}
	
	/* 文字サイズ */
  #fontresizer {
    display: none;
  }
	
	/* やさしいブラウザ */
	#div_yasashii {
		display: none;
	}
	
	/***** main *****/
	
	/* 本日は開館日 */
	#content #xo_event_list_comment {
		display: none;
	}
	
	/* スライドショー */
	div.wp-block-nextend-smartslider3  div {
		line-height: 10px !important;
	}
	
	/* twitter,insta */
  #div_twiins {
		text-align: center;
	}
	
	/* 館からのお知らせ */
	.h2_whatsnew {
    margin-top: 10px;
    margin-bottom: 10px;
	}
	.advgb-recent-post {
    margin-bottom: 10px !important;
  }
	
	/* 休館日のお知らせ */
  table.tbl_gorical td:nth-of-type(1){
	  width: 130px;
  }
	
	/* 投稿一覧 */
	.blog-entry-summary {
		margin-bottom: 5px !important;
	}
	.blog-entry {
		margin-bottom: 0px !important;
	}
	.blog-entry-readmore {
		/*text-align: center;*/
	}

}

/* ########### 360px以上599px以下 ########### */
@media (min-width: 360px) and (max-width: 599px) {
	#main {
		background: url("");
	}
	h1,h2,h3,h4,h5,h6 {
		margin: 0 0 10px;
	}
	p {
		margin: 0 0 10px;
	}
	ul, ol {
		margin: 10px 0 10px 20px;
	}
	.wp-block-columns {
		margin-bottom: 10px;
	}
	.page-header-title, .blog-entry-title {
		font-size: 20px !important;
	}
	
	/***** 上部バー *****/
	#top-bar-wrap, #top-bar, #top-bar-inner, #top-bar-content {
		padding: 0px !important;
		margin: 0px !important;
		max-width : 100% !important;
	}
	#top-bar-nav {
		display: none;
	}
	
	#xo_event_list_comment {
		margin: 0px !important;
		/*position: absolute;
		top: 0px;
		left: 0px;*/
		width: 100%;
		z-index: 9999;
	}
	#xo_event_list_comment dt {
		text-align: left;
	}
	#xo_event_list_comment br {
		display: none;
	}
	#xo_event_list_comment dt  span.titile::after {
		content: "　";
	}
	
	.page-header {
		padding: 10px 0 7px 0 !important;
	}
	
	/* アクセス */
  #div_access {
    display: block !important;
		top: 3px;
		right: 5px !important;
		
		left: auto !important;
		margin-left: auto !important;
		width: 100% !important;
  }
	#div_access2 {
    width: 100% !important;
    margin-right: 100px !important;
  }
	
	/***** header *****/
	#site-logo {
		/*
		position: relative;
		top: 0px;
    width: 80%;
		*/
		position: absolute;
		top: 5px;
		left: 15px;
		width: 225px;
  }
		#site-logo {
		background-image :url(/wp-content/uploads/common/logo-s.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	#site-logo a {
		opacity: 0;
	}

	/* 文字サイズ */
  #fontresizer {
    display: none;
  }
	
	/* やさしいブラウザ */
	#div_yasashii {
		display: none;
	}
	
	
	/***** main *****/
	/* 本日は開館日 */
	#content #xo_event_list_comment {
		display: none;
	}
	
	/* スライドショー */
	div.wp-block-nextend-smartslider3  div {
		line-height: 10px !important;
	}
	
	/* twitter,insta */
  #div_twiins {
		text-align: center;
	}
	
	/* 館からのお知らせ */
	.h2_whatsnew {
    margin-top: 10px;
    margin-bottom: 10px;
	}
	.advgb-recent-post {
    margin-bottom: 10px !important;
  }
	
	/* 休館日のお知らせ */
  table.tbl_gorical td:nth-of-type(1){
	  width: 130px;
  }
	
	/* 投稿一覧 */
	.blog-entry-summary {
		margin-bottom: 5px !important;
	}
	.blog-entry {
		margin-bottom: 0px !important;
	}
	.blog-entry-readmore {
		/*text-align: center;*/
	}

}


/********** タブレット **********/
/* ########### 600px以上899px以下 ########### */
@media (min-width: 600px) and (max-width: 899px) {
	/***** 上部バー *****/
	#top-bar-wrap, #top-bar, #top-bar-inner, #top-bar-content {
		padding: 0px !important;
		margin: 0px !important;
		max-width : 100% !important;
		width: 100%;
	}
	#top-bar-nav {
		display: none;
	}
	
	#xo_event_list_comment {
		margin: 0px !important;
		/*position: absolute;
		top: 0px;
		left: 0px;*/
		width: 100%;
		z-index: 9999;
	}
	#xo_event_list_comment dt {
		text-align: left;
	}
	#xo_event_list_comment br {
		display: none;
	}
	#xo_event_list_comment dt  span.titile::after {
		content: "　";
	}
	
	/* アクセス */
  #div_access {
    display: block !important;
		top: 3px;
		right: 5px !important;
		
		left: auto !important;
		margin-left: auto !important;
		width: 100% !important;
  }
	#div_access2 {
    width: 100% !important;
    margin-right: 100px !important;
  }
	
	/***** header *****/
	#headall {
		height: 80px;
	}
	#site-logo {
		/*
		position: relative;
		top: 0px;
    width: 75%;
		*/
		position: absolute;
		top: 2px;
		left: 15px;
		width: 300px;
		height: 40px;
  }
	#site-logo {
		background-image :url(/wp-content/uploads/common/logo-m.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	#site-logo a {
		opacity: 0;
	}
	
	/* 検索フォーム */
	#medium-searchform {
		display: none;
	}
	
		/* 入館無料 */
	#div_nyukan{
		display: none;
	}
	
	/* 文字サイズ */
  #fontresizer {
    display: none;
  }
	
	/* やさしいブラウザ */
	#div_yasashii {
		display: none;
	}
	
  /********** main **********/
		/* 本日は開館日 */
	#content #xo_event_list_comment {
		display: none;
	}
	
	/* 館からのお知らせ */
  div.div_news {
    flex-basis: 100%;
  }

  /* カレンダー */
  div.div_calendar {
    flex-basis: 100%;
  }
	
	/* twitter,insta */
  #div_twiins {
		text-align: center;
	}
}



/********** PC **********/
/* ########### 900px以上1189以下 ########### */
@media (min-width: 900px) and (max-width: 1189px) {
	/* 上部バー */
	#top-bar-wrap {
		display: none;
	}
	
	/***** header *****/
	#site-logo {
	  position: absolute;
	  top: -15px;
	  width: 400px;
		height: 75px;
	}
	/*#site-logo {
		background-image :url(/wp-content/uploads/common/logo-m.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	#site-logo a {
		opacity: 0;
	}*/
	
	#site-header.medium-header #site-navigation-wrap .dropdown-menu >li >a {
	padding: 0 12px 0 12px !important;
		letter-spacing: 1px !important;
	}
	
}

/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {
	/* 上部バー */
	#top-bar-wrap {
		display: none;
	}
}

@media (max-width: /*1105px*/1330px) {
	/* 文字サイズ */
	#fontresizer {
		width: /*94*/90%;
		text-align:right;
	}
	
	/* 入館無料 */
	#div_nyukan2 {
		width: 48%;
		margin-right: 250px;
	}
	
	/* アクセス */
		#div_access {
		margin-left:auto;
		right: 300px;
	}
	#div_access2 {
	/*
		width: 48%;
	  	margin-right: 300px;*/
	}
	
	/* やさしいブラウザ */
	#div_yasashii {
		margin-left:auto;
		right: 300px;
	}
	#div_yasashii2 {
	  /*width: 48%;*/
		/*margin-right: 300px;*/
  }
}

/* パンくずとカテゴリーのレポートリンクを無効にする */
ol.trail-items a[href*="/category/report"]  {
	pointer-events: none;
	display: inline-block;
}
ul.meta a[href*="/category/report/"] {
	pointer-events: none;
	display: inline-block;
}
