@charset "utf-8";

/*===================================================================================*/
/*common*/

*
{
	margin:0px;
	padding:0px;
	font-size:15px;
	line-height: 1.7em;
	font-family:"Meiryo" , "メイリオ" , "ＭＳ Ｐゴシック" , "Hiragino Kaku Gothic Pro" ,  "Osaka" , "Verdana";
	font-style:normal;
}

/*------------------------------*/
/*ヘッダ*/


nav li
{
	list-style: none;
	display: block;
}

nav li a
{
	font-size: 20px;
	text-decoration: none;
	color: #000000;
}

#navtwitter
{
	display: none;
}
#twitter
{
	display: none;
}



/*--------------------------------------------------------------*/
/*メディアページ*/

.medialist li
{
	list-style-position: outside;
	margin-left: 46px
}

.medialist .tv
{
	list-style-image: url(../img/TVIcon.png);
}
.medialist .book
{
	list-style-image: url(../img/bookIcon.png);
}
.medialist .mag
{
	list-style-image: url(../img/magazineIcon.png);
}
.medialist .web
{
	list-style-image: url(../img/webIcon.png);
}
.medialist .other
{
	list-style-image: url(../img/otherIcon.png);
}


/*--------------------------------------------------------------*/
/*カレンダー*/

.calender
{
	line-height: 1;
	display: inline-block;
	vertical-align:top;
	border-spacing: 0px;
	border-collapse: collapse;
}

.calender th
{
	font-weight: bold;
	vertical-align: top;
	background: #ccc;
	border:  1px solid #bbb;
}

.calender td
{
	padding: 8px;
	vertical-align: top;
	text-align: center;
	background: #efefef;
	border:  1px solid #bbb;
}

.cellSUN
{
	color: #b00;
}
.cellSAT
{
	color: #04c;
}
.cellClosed 
{
	background: #fba!important;
}

/*--------------------------------------------------------------*/
/*本文*/

article
{
	background: #fffbd6;
	border-style: solid;
	border-width: 10px;
	border-color: #008461;
	
	padding: 2em;
	padding-bottom: 340px;
}

h1
{
	background: url(../img/rabel.jpg) no-repeat right;
	font-size: 30px;
	padding-left: 30px;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 1em;
	text-shadow: 0 0 5px #fff;
}
h2
{
	margin-top: 2em;
	margin-bottom: 1em;
}


section
{
	margin-bottom: 3em;
}

.photocap img
{
	max-width:100%;
}
.swipebox
{
	display:flex;
}



footer
{
	background: #000000;
	color: #ffffff;
}

.clear
{
	clear: both;
}

/*===================================================================================*/
/*smartphone*/
@media screen and (max-width:999px)
{

body
{
	background: #b55;
}
/*--------------------------------------------------------------*/
/*トップページ*/

#topheader
{
}
#topheader img
{
	margin-bottom: -87px;
	width: 100%;
	height: auto;
}

/*------------------------------*/
/*ヘッダ*/

header
{
	width: 100%;
}

#toplink
{
	overflow: hidden;
	width: 100%;
	height: 80px;
	text-align: center;
	display: table-cell;
	
	float: left;
	margin-right: -80px;
	padding-right: 80px;
	box-sizing: border-box;
	line-height: 80px;
}

#toplink img
{
	width: auto;
	max-width: 100%;
	margin: auto;
	max-height: 80px;
	vertical-align: middle;
}

/*
#toplink img
{
	margin: auto;
	width: auto;
	max-height: 80px;
}
*/
.navbutton
{
	background: url(../img/navToggleButton.png) no-repeat;
	background-position: 0% 0%;
	display: block;
	width: 80px;
	height: 80px;
	
	float: right;
	position: relative;
	z-index: 25;
}


header:after
{
	content: "";
	display: table;
	clear:both;
}

.open
{
	background-position: 0% 100%;
}


#nav
{
	background: linear-gradient(#ea9f63, #9b4e1c);
	display: none;
	width: 100%;
}

#nav li
{
	width: 100%;
}

#nav li a
{
	padding: 15px 0px;
	
	border-style: solid;
	border-width: 1px 0px 0px;
	border-color: #5a0000;
	
	text-align: center;
	font-weight: bold;
	display: block;
}


#navtwitter
{
	display: inline;
}
#twitter
{
	display: none;
}

/*--------------------------------------------------------------*/
/*本文*/

article
{
	padding: 1em;
}

h1
{
	margin: 0px -15px;
}

.photocap
{
	background: #eee;
	border: solid 1px #888;
	padding: 0px;
	margin-bottom: 10px;
	display: inline-block;
	max-width: 100%;
}
.photocap p
{
	display: block;
	margin: 0px;
}
.photocap div
{
	max-width: 100%;
}


.in_img 
{
	width: auto;
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
}
.in_img img
{
	width: 100%;
	border: solid #000;
	border-width: 1px 0px;
	display: inline-block;
}




/*------------------------------*/
/*フッタ*/

footer
{
	padding: 1em;
}
footer p
{
	text-align: center;
}
#footerhead p
{
	font-size: 20px;
	font-weight: bold;
}
#copyright p
{
	font-size: 10px;
}


/*--------------------------------------------------------------*/
/*地図*/

.embedmap
{
	display: none;
}

.maplink
{
 	padding: 1em 0;
}



}



/*===================================================================================*/
/*PC*/
@media screen and (min-width:1000px)
{

body
{
	background: url(../img/BG.jpg) fixed center top;
}

#bodydiv
{
	max-width: 1280px;
	margin: 0px auto;
}

/*------------------------------*/
/*ヘッダ*/

header
{
	width: 100%;
}

#toplink
{
	display: block;
	width: 100%;
	height: 90px;
	text-align: center;
}
#toplink img
{
	width: 400px;
	height: 90px;
}

.navbutton
{
	display: none;
}

nav
{
	background: linear-gradient(#ea9f63, #9b4e1c);
	height: 60px;
	border-style: solid;
	border-width: 2px;
	border-color: #5a0000;
	border-radius: 10px;
	
	display: block;
	padding-left: 370px;
	padding-right: 50px;
}


#nav
{
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
	text-align: center;
	position: relative;
}
#nav li
{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
#nav li a 
{
	display: block;
	font-size: 20px;
	font-weight: bold;
}

#toppage::before, #inside::before, #time::before, #map::before, #media::before
{
	content: "";
	position: absolute;
	top:15px;
	width: 0px;
	height: 30px;
	display: table-cell;
	vertical-align: middle;
	border-left: solid 2px #5a0000;
}
#media::after
{
	content: "";
	position: absolute;
	top: 15px;
	right: 0px;
	width: 0px;
	height: 30px;
	display: table-cell;
	vertical-align: middle;
	border-left: solid 2px #5a0000;
}


#navtwitter
{
	display: none !important;
}


#twitter
{
	background: url(../img/SideOni.png) no-repeat;
	display: block;
	float: left;
	width: 370px;
	padding-top: 550px;
	margin-bottom: -80px;
	
	position: relative;
	top: -80px;
}



/*--------------------------------------------------------------*/
/*トップページ*/

#topheader
{
	height: 500px;
}





/*--------------------------------------------------------------*/
/*本文*/

article
{
	background: #fffbd6 url(../img/articleBG_01.png) no-repeat bottom left;
	margin-left: 370px;
	width: auto;
	max-width: 830px;
	min-height: 860px;
	/*overflow: hidden;*/
}


.photocap
{
	background: #eee;
	border: solid 1px #888;
	padding: 8px;
	margin-bottom: 10px;
	display: inline-block;
}
.photocap p
{
	display: block;
	margin: 0px;
}

.in_img 
{
	width: auto;
	text-align: center;
	margin-left: -30px;
	margin-right: -30px;
}
.in_img img
{
	width: 100%;
	border: solid #000;
	border-width: 1px 0px;
}


/*------------------------------*/
/*フッタ*/

footer
{
	max-width: 1280px;
	margin: 0px auto;
	clear: both;
	background: url(../img/kanabou.png) no-repeat;
	height: 105px;
	padding-top: 65px;
}

footer p
{
	display: inline;
}
#footerhead
{
	margin-left: 340px;
	font-size: 24px;
	text-decolation: bold;
}
#tel
{
	margin-left: 40px;
}
#address
{
	margin-left: 40px;
}
#copyright
{
	margin-left:15px;
	position: relative;
	top: 25px;
	font-size: 10px;
}


/*--------------------------------------------------------------*/
/*入館料テーブル*/

#price
{
	border: 2px solid #000;
	border-collapse: collapse;
}

#price th
{
	border: 1px solid #000;
	padding: 0.5em 1em 0.5em;
}

#price td
{
	border-top: 1px dashed #000;
	border-left: 1px solid #000;
	text-align: center;
	padding: 0.2em 1em 0.2em;
}

/*--------------------------------------------------------------*/
/*地図*/

.embedmap
{
	width: 100%;
	background: #eee;
	border: solid 1px #888;
	padding: 8px;
	margin-bottom: 10px;
	display: inline-block;
}

.maplink
{
 	display: none;
}





}


