/* リンク関係 START*/
	.link_lang:link,.link_lang:visited{
		color: #fff;
		text-decoration: none;
	}

	.link_lang:hover{
		text-decoration: underline;
	}

	.link_area{
		width: 40%;
		margin: 2em auto;
		text-align: center;
	}

	.link_btn1 a:link{
		width: 100%;
		display: inline-block;
		background-color: rgba(0, 30, 50, 1);
		font-size: 1rem;
		color: #fff;
	}
	
	.link_btn1 a:hover,.link_btn1 a:visited{
		background-color: rgba(255, 255, 255, 1);
		color: rgba(0, 30, 50, 1);
	}
	
	.link_btn2 a:link, .link_btn2 a:visited{
		width: 100%;
		display: inline-block;
		background-color: rgba(165, 147, 32, 1);
		font-size: 1rem;
		color: #fff;
	}
	
	.link_btn2 a:hover{
		background-color: rgba(0, 30, 50, 1);
		color: rgba(255, 255, 255, 1);
	}
	
	.link_btn3 a:link{
		width: 100%;
		display: inline-block;
		background-color: rgba(255, 255, 255, 1);
		font-size: 1rem;
		color: rgba(200, 0, 0, 1);
	}
	
	.link_btn3 a:hover{
		background-color: rgba(0, 30, 50, 1);
		color: rgba(255, 255, 255, 1);
	}
	
	.link_btn_text{
		margin: 1em;
		display: inline-block;
		line-height: 1.7em;
	}
	
	.img_btn{
		width: 100%;
		height: auto;
	}
	
/* リンク関係 END*/

/* メニュー部分 START */

/* メニュー部分 END */

/* ヘッダー START*/
	#site_title{
	position: relative;
    top: 10px;
    left: 20px;
    float: left;
    text-indent: -9999px;
    background-image: url(../img_base/main-logo-w.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: auto;
	}
	
	#change_lang{
	    position: absolute;
	    top: 0.3em;
	    right: 1em;
	    list-style-type: none;
	    color: #fff;
	    font-size: 0.9em;
	}
	
	#change_lang li:first-child{
		margin-left: 0;
	}
	
	#change_lang li{
		float: left;
		margin-left: 0.5em;
	}
	
	/* ナビゲーション START */
	
	#glv_nav_pc ul{
		margin: -0.2vh 0 0 0;
		padding: 0;
		float: left;
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		max-width: 920px;
	}
	
	#glv_nav_pc li{
		height: 40px;
		font-size: 1.4vw;
		font-weight: bold;
		padding: 0 0.7vw 0 0.8vw;
		color: #000;
		line-height: 3;
		flex-direction: row;
	}
	
	#glv_nav_pc a:link, #glv_nav_pc a:visited{
		display: block;
		height: 40px;
		color: #000;
		text-decoration: none;
		border: 0;
	}
	
	#glv_nav_pc a:hover{
		border-bottom: 3px solid rgb(165, 147, 32)
	}
	
	
	ul#nav_sns_pc {
		/* float: right; */
		position: absolute;
	    top: -0.1em;
	    right: 6.5em;
		margin-top: 1em;
		width: 13%;
		display: flex;
		list-style-type: none;
	}
	
	ul#nav_sns_pc li{
   		margin: 0;
   		padding: 0 0.7em;
   		width: 0.8em;
   		flex-direction: row;
	}
	
	.icn_sns{
		width: 1.3em;
		height:auto;
		display: inline-block;
	}
	
	/* ナビゲーション END */
	
/* ヘッダー END*/

/* main START */
	h2{
		font-size: 1.3em;
	    font-weight: normal;
	    color: #000;
	    border-bottom: 1px solid rgba(165,147,32, 1);
	    width: 96%;
	    margin: 1.5em auto 0.5em;
	}
	
	h2 span{
		padding-bottom: 3px;
		border-bottom: 4px solid rgba(165,147,32, 1);
	}
/* main END */

/* 展覧会 START */
	#index_exhi h2{
		text-indent: -9999px;
		border-bottom: none;
	}
	
	#exhi_period_area p{
		clear: both;
		color: #fff;
		font-size: 1.1em;
	}
	
	#exhi_description p{
		font-size: 1em;
	    line-height: 2em;
	    letter-spacing: 0.1em;
	    text-align: justify;
	    padding: 0.5em 0;
	    margin: 0 auto;
	    width: 70%;
	    border-top: 1px solid #ccc;
	}
	
	.btn_area_accordion{
		width: 25px;
		margin: 0 auto;
	}
	
	.accordion_button{
		display: inline-block;
		margin-left: calc(50% - 100px);
		background-image: url(../img_base/back_accordion.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 200px;
	}

/* 展覧会 END */
/* イベント START */
	.ev_list{
		overflow: hidden;
		width: 95%;
		margin: 0.5em auto 0;
		/* display: flex;
		flex-direction: row; */
	}
	
	.ev_list li{
		margin-right: 2%;
		margin-top: 1em;
		width: 23%;
		float: left;
	}
	
	.ev_list li:last-child{
		margin-right: 0;
	}

	.ev_detail{
		overflow: hidden;
		clear: both;
	}
	.ev_detail p{
		margin: 0 0 0.3em 0;
	}
	
	.ev_date{
		font-size: 1.5em;
		font-weight: bold;
		color: #000;
	}
	
	.ev_fee {
		float: left;
		color: #fff;
		font-size: 0.8em;
		padding: 0.3em;
	}
	
	.ev_booking{
		float: left;
		color: #fff;
		font-size: 0.8em;
		background-color: #666;
		padding: 0.3em;
	}
	
	.free{
		background-color: rgb(100, 200, 213);
	}
	
	.toll{
		background-color: rgb(165, 147, 32);
	}
	
	.ev_title{
		color: #000;
		margin: 0;
		font-size: 1em;
		line-height: 1.2em;
		height: 100px;
		/* background-color: rgb(0,30,50); */
	}
	
	.ev_ban {
		width: 100%;
		height: auto;
		position: relative;
		bottom: 0px;
	}
/* イベント END */

/* お知らせ START */
	#index_info{
		width: 50%;
		float: right;
		clear: none;
	}

	.info_list{
		overflow: hidden;
		width: 95%;
		margin: 0 auto;
		list-style-type: none;
		list-style-position: inside;
		margin: 0 auto;
		padding: 0;
	}
	
	.info_list li{
		float: left;
		width: 48.5%;
		margin: 1em 0 0;
	}
	
	.info_list li:nth-child(even){
		margin-left: 3%;
	}
	
	.info_ban{
		width: 100%;
		height: auto;
	}
	
/* お知らせ END */

/* NEWS START */
	.news_ol{
		list-style-type: none;
		margin: 1.5em auto 0;
		padding: 0 0.8rem 0 0;
		width: 95%;
		height: 320px;
		overflow: auto;
	}
	
	.news_ol li{
		border-bottom: 1px dotted #ddd;
	}
	
	.news_ol p{
		color: #555;
		font-size: 0.8em;
		margin: 1em 0 0.2em;
	}
	
	.news_ol h3{
		color: #000;
		font-size: 0.9em;
		line-height: 1.5em;
		text-align: justify;
		text-indent: -1em;
		margin:0 0 0.4rem 1em; 
	}
	
	
	.news_ol a:link{
		text-decoration: none;
		color: rgb(165, 147, 32);
	}
	
	.news_ol a:hover {
		color: rgb(0, 30, 50);
	}
/* NEWS END */

/* プレスリリース START */
	.update{
		color: #000;
		text-align: right;
		clear: both;
		margin: 0 2em;
		padding: 0;
		font-size: 0.8em;
	}
	
	.index_press_area{
		width: 95%;
		margin: 4vw auto 0;
	}
	
	.index_press_area h3{
		font-size: 1.5rem;
		line-height: 1.5;
		text-align: center;
		color: rgb(0, 30, 50);
	}
	
	.exhi_period{
		font-size: 1rem;
		text-align: center;
		color: #000;
		background-color: #fff790;
		padding: 1rem;
		margin:1rem auto;
	}
/* プレスリリース END */

/* Twitter START */
	#index_tw_cntn{
		margin-top:35px;
		margin-left: 1rem;
	}
/* Twitter END */

/* Facebook START */
	#index_fb_cntn{
		
	}
/* Facebook END */


/* 料金表示 START */
	#attentions{
		background-color: #fff;
	}

	.price{
		color: #000;
		text-align: right;
		clear: both;
		margin: 2rem 1.5em 0.5rem;
		padding: 0;
		font-size: 0.8em;
	}

/* 料金表示 END */

/* フッター START */
	#footer_title_pc{
		position: relative;
	    top: 10px;
	    left: 2%;
	    text-indent: -9999px;
	    background-image: url(../img_base/main-logo-w.png);
	    background-size: contain;
	    background-repeat: no-repeat;
	    width: 150px;
	    height: auto;
	}

	.sitemap1{
		font-size: 1em;
		padding: 0;
		list-style-type: none;
		display: inline-block;
		width: 90%;
		max-width: 800px;
		margin: 0.5em 1em;
		border-top: 1px dotted #666;
	}
	
	.sitemap1>li{
		vertical-align: top;
		display: inline-block;
		width: 150px;
		margin:1em 1em 2em 0;
	}
	
	.sitemap1 li>a:link, .sitemap1 li>a:visited{
		text-decoration: none;
		color: rgb(165, 147, 32);
	}
	
	.sitemap1 li>a:hover{
		text-decoration: underline;
		color: rgb(165, 147, 32);
	}
	
	.sitemap2{
		font-size: 0.8em;
		margin:0 0 0 2em;
		padding: 0;
		list-style-type: none;
		width: 150px;
	}
	
	.sitemap2 li{
		display: inline-block;
		width: 150px;
		float: none;
		margin-top: 1em;
	}
	
	.sitemap2 li>a{
		text-decoration: none;
		color: rgb(165, 147, 32);
	}
	
	.sitemap2 li>a:hover{
		text-decoration: underline;
		color: rgb(165, 147, 32);
	}

	#totop_area{
		position: fixed;
		right: 50px;
		bottom: 60px;
		width: 70px;
		height: 70px;
		background-image: url(../img_base/back_totop_bl.png);
		background-size: contain;
		background-repeat: no-repeat;
		z-index: 1000;
	}
	
	#totop_btn_area{
		margin: 0 auto;
		margin-top: 12px;
		width: 40px;
		height: auto;
	}
	
	address{
		font-size: 0.7em;
		color: rgb(165, 147, 32);
		text-align: center;
		margin: 1em 0;
	}
/* フッター END */