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

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

	.link_area{
		width: 85%;
		margin:5vw auto;
		text-align: center;
	}

	.link_btn1:link{
		width: 100%;
		display: inline-block;
		background-color: rgba(0, 30, 50, 1);
		font-size: 4vw;
		color: #fff;
	}
	
	.link_btn1:hover,.link_btn1:visited{
		background-color: rgba(255, 255, 255, 1);
		color: rgba(0, 30, 50, 1);
	}
	
	.link_btn2:link{
		width: 100%;
		display: inline-block;
		background-color: rgba(165, 147, 32, 1);
		font-size: 4vw;
		color: #fff;
	}
	
	.link_btn2:hover,.link_btn1:visited{
		background-color: rgba(0, 30, 50, 1);
		color: rgba(255, 255, 255, 1);
	}
	
	.link_btn3:link{
		width: 100%;
		display: inline-block;
		background-color: rgba(255, 255, 255, 1);
		font-size: 1rem;
		color: rgba(200, 0, 0, 1);
	}
	
	.link_btn3:hover,.link_btn1:visited{
		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;
	}
	
	.link_btn_text{
		margin: 4vw;
		display: inline-block;
	}
	
	.img_btn{
		width: 100%;
		height: auto;
	}
	
/* リンク関係 END*/

/* ヘッダー START*/
	#site_title{
		position: relative;
		top:2vh;
		left: 10px;
		float: left;
		text-indent: -9999px;
		background-image: url(../img_base/main-logo-w.png) ;
		background-size: contain;
		background-repeat:  no-repeat;
		width: 150px;
		height: auto;
	}
	
	#change_lang{
		float: right;
		position: relative;
		top:2vw;
		right:5vw;
		list-style-type: none;
		color: #fff;
		font-size: 3vw;
	}
	
	#change_lang li:first-child{
	}
	
	#change_lang li{
		float: left;
		margin-left: 3vw;
	}
/* ヘッダー END*/

/* ナビゲーション START*/

	/* メニュー部分 START */
	nav#glv_nav_mb{
		display: none;
		position: absolute;
		top:8vh;
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 20, 50, 0.85);
	}
	
	#glv_nav_mb ul{
		margin: 5% auto;
		width: 90%;
		padding: 0;
	}
	
	#glv_nav_mb ul li{
		text-align: center;
		height: 4vh;
		font-size: 4.5vw;
		margin: 3vh 0;
	}
	
	#glv_nav_mb ul li:last-child{
	}
	
	#glv_nav_mb li a:link,a:visited{
		color: rgb(165, 147, 32);
		text-decoration: none;
	}
	
	#glv_nav_mb li a:visited{
		color: rgb(165, 147, 32);
		text-decoration: none;
	}
	
	#glv_nav_mb ul li a:hover{
		color: rgb(255, 255, 255);
	}
	
	ul#nav_sns_mb {
		display: flex;
		text-align: center;
		width: 34vw;
	}
	
	ul#nav_sns_mb li{
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
     	justify-content: space-between;
   		margin:0 8vw 0 0;
	}
	
	.icn_sns{
		width: 6vw;
		height:auto;
		display: inline-block;
	}

/* ナビゲーション END*/

/* main START */
	h2{
		font-size: 5vw;
		font-weight: normal;
		color: #000;
		border-bottom: 1px solid rgba(165,147,32, 1);
		width: 96%;
		margin: 6vw auto 2vw;
		text-align: center;
	}
	
	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: 4vw;
	}
	
	#exhi_description p{
		font-size: 4vw;
		line-height: 1.8em;
		letter-spacing: 0.1vw;
		text-align: justify;
		padding: 5vw;
	}
	
	.btn_area_accordion{
		width: 25px;
		margin: 0 auto;
	}
	
	.accordion_button{
		display: inline-block;
		margin-top: -1px;
		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 auto;
	}
	
	.ev_list li{
		margin: 3vw 0 0;
	}
	
	.ev_list li:nth-child(2n){
		margin-left: 3%;
	}

	.ev_detail{
		overflow: hidden;
		clear: both;
	}
	.ev_detail p{
		margin: 0;
	}
	
	.ev_date{
		float: left;
		font-size: 4vw;
		font-weight: bold;
		color: #000;
	}
	
	.ev_fee {
		float: right;
		color: #fff;
		font-size: 3vw;
		padding: 1vw;
	}
	
	.free{
		background-color: rgb(100, 200, 213);
	}
	
	.toll{
		background-color: rgb(165, 147, 32);
	}
	
	.ev_booking{
		float: right;
		color: #fff;
		font-size: 3vw;
		background-color: rgb(0, 0, 0);
		padding: 1vw;
	}
	
	.ev_title{
		color: #000;
		margin: 2vw 0 0;
		font-size: 3.5vw;
		line-height: 4.7vw;
		height: 14vw;
	}
	
	.ev_ban {
		width: 100%;
		height: auto;
		position: relative;
		bottom: 0px;
	}
/* イベント END */

/* お知らせ START */
	.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: 3vw 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: 5vw auto;
		padding: 0;
		width: 95%;
		height: 300px;
		overflow: auto;
	}
	
	.news_ol li{
		border-bottom: 1px dotted #ddd;
	}
	
	.news_ol p{
		color: #555;
		font-size: 3vw;
		margin: 3vw 0 1vw;
	}
	
	.news_ol h3{
		color: #000;
		font-size: 4vw;
		line-height: 5.5vw;
		font-weight: normal;
		text-align: justify;
		text-indent: -4vw;
		margin-left: 4vw;
		margin-bottom: 2vw;
	}
	
	.news_ol a:link,.news_ol a:visited{
		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: center;
		clear: both;
		margin: 0 0 1vw;
		padding: 0;
		font-size: 3vw;
	}
	
	.index_press_area{
		width: 95%;
		margin: 4vw auto 0;
	}
	
	.index_press_area h3{
		text-align: center;
		color: rgb(0, 30, 50);
		line-height: 8vw;
	}
	
	.exhi_period{
		text-align: center;
		color: #000;
		background-color: #fff790;
		padding: 1vw;
		margin:3vw auto;
	}
/* プレスリリース END */

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

	.price{
		color: #000;
		text-align: center;
		clear: both;
		margin: 8vw 0 3vw;
		padding: 0;
		font-size: 3vw;
	}

/* 料金表示 END */

/* コピーライト START */
	#copyright_area{
		width:95%;
		margin:0 auto;
		padding: 0.5vw 0;
		height:27vw;
		padding-top:2vw;
	}
	
	#copyright{
		width:80%;
		font-size:3vw;
		line-height:4vw;
		color:rgb(165,147,32);
		font-weight: normal;
	}
/* コピーライト END */


/* フッター START */
	#pg_nav_mb{
		position: absolute;
		top: 2vw;
		left: 50px;
		font-size: 3.3vw;
		z-index: 100;
	}
	
	/* サイトマップ START */
	
	#footer_title{
		
	}
	
	.sitemap1{
		list-style-type: none;
		list-style-position: inside;
		margin: 0 auto 20px;
		padding: 0px;
		width: 90%;
	}
	
	.sitemap1 li{
		float: none;
		clear: both;
		overflow: hidden;
		margin-top: 20px;
	}
	
	.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: 100%;
	}
	
	.sitemap2 li{
		display: inline-block;
		width: 45%;
		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);
	}
	
	/* サイトマップ END */
		
	/*開閉ボタン*/
	#nav_toggle{
		display: inline-block;
		width: 24px;
		height: 24px;
		position: relative;
		top: 3vw;
		left: 4.5vw;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:8px;
	}
	#nav_toggle span:nth-child(3){
		top:16px;
	}
	
	/*開閉ボタンopen時*/
	.open#nav_toggle span:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open#nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open#nav_toggle span:nth-child(3) {
		top: 8px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
			
	#nav_page{
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	
	ul#nav_page li{
		flex-direction: row;
		border-right: 1px solid #666;
		padding: 1vw 2.5vw;
		margin-bottom: 1px;
	}
	
	ul#nav_page li:last-child{
		border-right:none;
	}
	
	ul#nav_page li a:link, a:visited{
		color: #fff;
		text-decoration: none;
	}
	
	ul#nav_page li a:hover{
		text-decoration: underline;
	}
	/* メニュー部分 END */

	#totop_area{
		display: inline-block;
		position: absolute;
		right: 1vw;
		top: -10.5vw;
		width: 27vw;
		height:27vw;
		background-image: url(../img_base/back_totop_bl.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	#totop_btn_area{
		position: absolute;
		top: 1.5vw;
		right: 10vw;
		width: 7vw;
		max-width: 7vw;
	}
/* フッター END */
