@charset "utf-8";
/* CSS Document */
/* PC・スマホ共通CSS */

body{
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	word-break: break-word;
	letter-spacing:0.1em;
	color:#041726;
	-webkit-text-size-adjust:100%;
	-webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, p{
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 100%;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a{
	text-decoration: none;
	color: #005782;
}

a:hover{
	text-decoration: underline;
	color: #960002;
}

a:visited{
	color: #255D92;
}


/*###############################
ヘッダー
###############################*/
#header{
	
}

/*###############################
メインメニュー
###############################*/

#main_menu li a{
	text-decoration: none;
}

.logo{
	background-image: url("../contents_images/background_img_red.jpg");
}

/***** クイックメニューの装飾 *****/
#quick_link{
}

#quick_link > div{
	background-color: #966E2D;
}

#quick_link > div a{
	padding-top: 50px;
	display: block;
	color: #FFF;
}

#quick_link > div:last-child{
	margin-right: 0;
}

#quick_link > div .inner{
	height: 2.8em;
	display: block;
	background-color: #333;
	padding: 5px;
	box-align: center;
}

#quick_link > div a .inner span{
	display: block;
	text-align: center;
	font-size: 85%;
}

#quick_link > div a .inner{
	line-height: 2.8em;
}

#quick_link > div.fee,
#quick_link > div.access,
#quick_link > div.service{
	background-repeat: no-repeat;
	background-position: center 8px;
}

#quick_link > div.fee{
	background-image: url("../contents_images/icon_main_fee.png");
}

#quick_link > div.access{
	background-image: url("../contents_images/icon_main_access.png");
}

#quick_link > div.service{
	background-image: url("../contents_images/icon_main_service.png");
}

/*###############################
コンテンツ
###############################*/

#wrap{
	background-color: #FCF9EE;
	/*padding-bottom: 40px;*/
}

.home #wrap{
	padding-bottom: 0;
}

#wrap .post{
	margin: auto;
	line-height: 1.8em;
}


/*###############################
トップコンテンツ
###############################*/

/* 特別なお知らせ */

#top_cont_02 .special_block {
    margin: 25px;
}

/* 直下h2設定 */
#top_cont_01 > h2,
#top_cont_02 > h2,
#top_cont_04 > h2,
#top_cont_news > h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
	font-weight: bold;
	position: relative;
	border-top: 1px solid #666;
}

#top_cont_01 > h2:before,
#top_cont_02 > h2:before,
#top_cont_04 > h2:before,
#top_cont_news:before{
	content: "";
	width: 150px;
	height: 3px;
	display: block;
	background-image: url("../contents_images/background_img_red.jpg");
	position: absolute;
	top: 0;
	left: 0;
}

#top_cont_01 > h2 span,
#top_cont_02 > h2 span,
#top_cont_04 > h2 span,
#top_cont_news > h2 span{
	color: #A6823A;
	margin-left: 10px;
	font-size: 70%;
	vertical-align: top;
	display: inline-block;
	position: relative;
	top: 0.2em;
}

#top_cont_01 > h2 span:after,
#top_cont_02 > h2 span:after,
#top_cont_04 > h2 span:after,
#top_cont_news > h2 span:after{
	content: "";
	width: 25px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	background-color: #A6823A;
	margin-left: 10px;
}

#top_cont_01 > h2 a,
#top_cont_02 > h2 a,
#top_cont_04 > h2 a,
#top_cont_news > h2 a{
	color: #000;
}

/* 注目情報ブロック */
#top_cont_01 a{
	color: #333;
}


/* お知らせ */

#top_cont_news {
	width: 100%;
	position: relative;
	border-top: 1px solid #666;
	margin-top: 25px;
}

#top_cont_news > h2 {
	position: absolute;
	top: 10px;
	left: 0px;
	border-top: none;
}

#top_cont_news ul li a,.post-type-archive-news .event_list ul li a{
	color: #333;
	text-decoration: underline;
}

#top_cont_news ul li a:hover,.post-type-archive-news .event_list ul li a:hover{
	text-decoration: none;
}

#top_cont_news ul li,.post-type-archive-news .event_list ul li{
	list-style: none;
	border-bottom: 1px dashed #ccc;
	display: table;
	width: 100%;
	padding: 10px;
	color: #000;
	font-size: 1.05em;
}

#top_cont_news ul li span,.post-type-archive-news .event_list ul li span{
	display: table-cell;
}

#top_cont_news ul li span.date,.post-type-archive-news .event_list ul li span.date{
	width: 10em;
	font-size: 0.8em;
	color: #333;
}

#top_cont_news .more {
	max-width:15em;
	margin: 35px auto 25px;
}


.footer_content{
	background-color: #333;
	color: #FFF;
	font-size: 90%;
	padding-bottom: 20px;
	letter-spacing: 0;
}

.footer_content a{
	color: #FFF;
}

.footer_logo{
	text-align: center;
	border-bottom: 1px solid #000;
}

.footer_logo img{
	height: 70px;
	width: auto;
}





.more{
	background-color: #966E2D;
	color: #FFF;
}

.more a{
	color: #FFF;
	display: block;
	text-align: right;
	padding: 4px 40px 4px 10px;
	position: relative;
}

.more a:before{
	content: "";
	display: block;
	background-color: #FFF;
	position: absolute;
	width: 20px;
	height: 1px;
	right: 10px;
	top: 16px;
}

.more a:after{
	content: "";
	display: block;
	background-color: #FFF;
	position: absolute;
	width: 6px;
	height: 1px;
	right: 10px;
	top: 14px;
	transform:rotate(45deg);
}

/* これからの展示会 */
.event_more{
    background: none;
    margin-top: 20px;
}

.event_more a{
    width: 150px;
	color: #FFF;
	display: block;
	text-align: right;
	padding: 4px 40px 4px 10px;
	position: relative;
	background-color: #966E2D;
    float: right;
}

.event_more a:before{
	content: "";
	display: block;
	background-color: #FFF;
	position: absolute;
	width: 20px;
	height: 1px;
	right: 10px;
	top: 16px;
}

.event_more a:after{
	content: "";
	display: block;
	background-color: #FFF;
	position: absolute;
	width: 6px;
	height: 1px;
	right: 10px;
	top: 14px;
	transform:rotate(45deg);
}



/***** 各ブロックタイトル *****/
.block_title{
	background-color: #000;
	text-align: center;
	color: #FFF;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.block_title span{
	display: block;
	text-shadow:0px 0px 10px #000000;
}

.block_title_main{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
}

.block_title a{
	display: block;
	background-image: url("../contents_images/background_img_red.jpg");
	color: #FFF;
	margin-top: 20px;
	padding: 10px;
}

.page_top_box{
	background-image: url("../contents_images/category_information.jpg");
}

.cat_img_info,
.page_top_box.information{
	background-image: url("../contents_images/category_information.jpg");
}

.cat_img_exhi,
.page_top_box.exhibitions{
	background-image: url("../contents_images/category_exhibitions.jpg");
}

.cat_img_about,
.page_top_box.about{
	background-image: url("../contents_images/category_about.jpg");
}

.cat_img_mat,
.page_top_box.materials{
	background-image: url("../contents_images/category_materials.jpg");
}

.page_top_box.welcome{
	background-image: url("../contents_images/category_youkoso.jpg");
}

.page_top_box.news-list{
	background-image: url("../contents_images/category_news.jpg");
}

/*** トップh2設定 ***/
.top_block .top_block_text h2{
	border-top: 1px solid #666;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
	font-weight: bold;
	position: relative;
}

.top_block .top_block_text h2:before{
	content: "";
	width: 150px;
	height: 3px;
	display: block;
	background-image: url("../contents_images/background_img_red.jpg");
	position: absolute;
	top: 0;
	left: 0;
}


.top_block .top_block_text h2 span{
	color: #A6823A;
	margin-left: 10px;
	font-size: 70%;
	vertical-align: top;
	display: inline-block;
	position: relative;
	top: 0.2em;
}

.top_block .top_block_text h2 span:after{
	content: "";
	width: 25px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	background-color: #A6823A;
	margin-left: 10px;
}

.top_block .top_block_text h2 a{
	color: #000;
}


/*** トップh3設定 ***/
.top_block .top_block_text h3{
	border-top: 1px solid #666;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
	font-weight: bold;
	position: relative;
}

.top_block .top_block_text h3:before{
	content: "";
	width: 150px;
	height: 3px;
	display: block;
	background-image: url("../contents_images/background_img_red.jpg");
	position: absolute;
	top: 0;
	left: 0;
}

.top_block .top_block_text h3 span{
	color: #A6823A;
	margin-left: 10px;
	font-size: 70%;
	vertical-align: top;
	display: inline-block;
	position: relative;
	top: 0.2em;
}

.top_block .top_block_text h3 span:after{
	content: "";
	width: 25px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	background-color: #A6823A;
	margin-left: 10px;
}

.top_block .top_block_text h3 a{
	color: #000;
	display: block;
}

.home .banner_box{
	text-align: center;
	margin: 80px auto 40px;
	max-width: 980px;
}


/*###############################
下層ページ
###############################*/

.page_top_box{
	background-color: #000;
	background-size: cover;
}

.page_top_box .inner{
	background-color: rgba(255,255,255,0.9);
}

.page_top_title{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
	font-weight: bold;
}

.page_top_slug{
	color: #966E2D;
	display: none !important;
}


.aligncenter{
	margin: auto;
	display: block;
}

img.aligncenter{
	margin: auto !important;
	display: block;
}

.alignright{
	display: block;
    float: right;
    margin: 0.5em 0 0.5em 1em;
    overflow: hidden;
}


/***** パンくず *****/
#breadcrumb{
	background-color: #FFF;
}

#breadcrumb li{
	display: inline-block;
}

#breadcrumb li:before{
	content: ">";
	margin-left: 5px;
	margin-right: 5px;
}

#breadcrumb li:first-child:before{
	content: "";
	margin: 0;
}

#breadcrumb a{
	text-decoration: underline;
	color: #333;
}

#breadcrumb a:hover{
	text-decoration: none;
}

/***** h1設定 *****/
.under h1{
	color: #966E2D;
	padding-bottom: 20px;
	text-align: center;
	font-weight: 500;
}

/***** h2設定 *****/
.under h2{
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	position: relative;
	font-weight: 500;
}

.under h2:before{
	content: "";
	width: 150px;
	height: 3px;
	display: block;
	background-image: url("../contents_images/background_img_red.jpg");
	position: absolute;
	top: 0;
	left: 0;
}

/***** h3設定 *****/
.under h3{
	background-color: #E5D6C3;
	font-weight: 500;
	border-radius: 5px;
}

/***** h4設定 *****/
.under h4{
	border-left: 6px solid #966E2D;
	font-weight: 500;
}

/***** h5設定 *****/
.under h5{
	background-image: url("../contents_images/icon_menu_parent.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px 16px;
	padding-left: 20px;
	overflow: hidden;
	font-weight: 500;
}

/***** テーブル設定 *****/
.under .post table{
	margin: 10px 0;
}

.under .post table.aligncenter {
	display: table !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.under .post table.alignright {
	display: table !important;
	margin-left: auto;
	overflow: hidden;
}

.under .post table,
.under .post table td,
.under .post table th{
	padding: 5px;
}

.under .post table[border="1"]{
	table-layout: fixed;
}

.under .post table[border="1"],
.under .post table[border="1"] td,
.under .post table[border="1"] th{
	border-collapse: collapse;
	border:1px solid #E5D6C3;
	background-color: #FFF;
}

.under .post table[border="1"] th{
	background-color: #F5F2E4;
}

.under .post table h2{
	margin: 20px 0;
}

/* カレンダープラグイン対応 */
.under .post .eo-fullcalendar table{
	margin: 0;
}

#content .eo-fullcalendar-reset .fc-view-container .fc-day-number{
	padding-right: 10px !important;
}

.eo-fullcalendar-reset.fc-unthemed .fc-today{
	margin: 1px;
}
#eo_fullcalendar_1_loading{
	padding: 10px;
	opacity: 0.8;
	margin: 10px;
	border-radius: 10px;
}

#content thead .fc-sat{
	background-color: #E3EEF1;
}

#content thead .fc-sun{
	background-color: #F1E8EB;
}

.fc-toolbar h2:before{
	content: "";
	background: none;
}

/* スクロールバー対応 */





/***** リスト設定 *****/
.post li{
	margin-left: 20px;
}

.post ol li{
	list-style-type:none;
	list-style-position: outside;
	counter-increment: cnt;
	margin-left: 0;
}

.post ol li:before{
	display: marker;
	content: "(" counter(cnt) ")";
}

/***** イベントリスト表示設定 *****/
.event_list li{
	padding: 5px;
	border-bottom: 1px dashed #E5D6C3;
}

.event_list_title{
	margin-right: 10px;
}

/***** これまでのイベント表示設定 *****/
.event_schedule_box{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.event_schedule_item{
	background-color: #FFF;
	box-shadow: 4px 4px 0 0 rgba(0,0,0,0.1);
}

.event_schedule_item span{
	padding: 3px 10px;
}

.event_schedule_item .item_title,
.event_schedule_item .itemdate{
	display: block;
}

/***** ページャー *****/
.pagination{
	text-align: center;
	margin-top: 20px;
}

.pagination .page-numbers{
	display: inline-block;
	border: 1px solid #CCC;
	background-color: #FFF;
	width: 1.6em;
	height: 1.6em;
	vertical-align: middle;
	border-radius: 5px;
}

.pagination .page-numbers a{
	display: block;
}

/***** 特別研究設定 *****/
.reserch_title{
	color: #FFF;
	background-color: #573D13;
	font-size: 160%;
	text-align: center;
}

/***** お知らせ *****/
.news_ul li{
	list-style: none;
	border-bottom: 1px dashed #DDD;
	padding: 8px;
	margin-left: 0;
}

.news_ul li .date{
	color: #555;font-size: 90%;
}

.cat_name_disp{
	border: 1px solid #A6823A;
	width: 6em;
	text-align: center;
	background-color: #FFF;
	font-size: 80%;
	display: inline-block;
	color: #6B4D25;
}

.carousel_slider .cat_name_disp{
	margin: 10px 0 5px 0;
}

.news_ul .cat_name_disp{
	margin: auto 10px;
}


/***** 年報ページ内リンク *****/
.report_list{
	text-align: left;
}

.report_list li{
	list-style: none;
	display: inline-block;
	width: 5em;
	border: 1px solid #DDD;
	margin: 5px;
	border-radius: 5px;
	background-color: #FFF;
}

.report_list li a{
	display: block;
	padding: 6px 0;
	text-align: center;
}


/***** iframeレスポンシブ対応 *****/
iframe{
	max-width: 100%;
}

/***** ファイルアイコン *****/
#content a{
	background:no-repeat center right;
}

#content a[target="_blank"],
#content a[href$="pdf"],
#content a[href$="xlsx"],
#content a[href$="xls"],
#content a[href$="docx"],
#content a[href$="doc"]{
	padding-right:20px;
	margin-right:3px;
}

#content a[target="_blank"]{
	background-image:url(../contents_images/icon/ico_blank.png);
}

#content a[href$="pdf"]{
	background-image:url(../contents_images/icon/ico_pdf.png);
}

#content a[href$="xlsx"],
#content a[href$="xls"]{
	background-image:url(../contents_images/icon/ico_xls.png);
}

#content a[href$="docx"], #content a[href$="doc"]{
	background-image:url(../contents_images/icon/ico_doc.png);
}


#content a[target="_blank"] img,
#content a[href$="pdf"] img,
#content a[href$="xlsx"] img,
#content a[href$="xls"] img,
#content a[href$="docx"] img,
#content a[href$="doc"] img{
	vertical-align:-3px;
	margin-right:-20px;
}

/***** 編集するボタン *****/
body #content a.post-edit-link{
	background-color: #0F7586;
	color: #FFF;
	padding: 12px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
}

body #content a.post-edit-link:hover{
	box-shadow: none;
}

/*############################################
サイドバー
############################################*/

.categorytitle {
	background-image: url(../contents_images/background_img_red.jpg);
	color: #fff;
	font-size: 1.1em;
	font-weight: 500;
}

.categorytitle a {
	color: #fff;
	display: block;
	padding: 10px;
}

.categorymenu{
	background:#111; 
	color: #fff;
	padding-bottom: 40px;
	font-size: 0.95em;
}

.categorymenu li{
	border-bottom: 1px solid #444;
    background-image: url(../contents_images/icon_menu_parent.png);
    background-repeat: no-repeat;
    background-position: left 10px top 1em;
    background-size: 12px 16px;
    padding-left: 30px;
    overflow: hidden;
}

.categorymenu li li:last-child{
	border-bottom: none;
}

/*
.categorymenu li{
	display: flex;
}
*/

.categorymenu li a,
.categorymenu li span
{
	display: block;
	padding: 8px;
	color: #fff;

}

.home .categorytitle,
.home .categorymenu {
	display: none;	
}



/*############################################
SNSシェアボタン
############################################*/

#social{
	clear: both;
	padding: 30px 0;
}

#social .spcial_title{
	margin-bottom: 10px;
}

#social ul li{
	display: inline-block;
}

#social ul li:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

#social ul li img {
	margin-left: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

#social ul li,
#social ul li a{
	padding: 0;
	margin: 0;
}

#social ul li::before{
	content: none !important ;
}

#social ul li a{
	background-image: none !important;
}


/*###############################
フッター
###############################*/

#footer{
	background-image: url("../contents_images/background_img_red.jpg");
	color: #FFF;
	overflow: hidden;
	font-size: 90%;
}

#footer .footer_menu li{
	display: inline-block;
}

#footer .footer_menu li a{
	color: #FFF;
}

/***** トップへ戻る *****/
#page-top{
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 45px;
	height: 45px;
	border-radius: 50px;
	background: #333;
	opacity: 0.5;
	transition: 0.2s;
}

#page-top:hover{
	opacity: 1;
}

#page-top::before{
	content:"";
	position:absolute;
	display:block;
	left:0;
	top:5px;
	right: 0;
	bottom: 0;
	margin: auto;
	width:10px;
	height:10px;
	border-top:5px solid #FFF;
	border-right:5px solid #FFF;
	transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}



