@charset "UTF-8";


*{
margin:0px;
padding:0px;


}

html{
height: 100%;
}

body{
color:#444544;
height: 100%;
text-align:center;
font:14px "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
*font-size:small;
*font:x-small;
background: #FFF;
}

body#museum{
color:#444544;
height: 100%;
text-align:center;
font:14px "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
*font-size:small;
*font:x-small;
background: url(../museum/images/bg_museum.jpg);
}


* html #container{
    height:100%;
}

* html #container_m{
    height:100%;
}

* html #container_naka{
    height:100%;
}

#container{
	width:998px;
	margin:0 auto;
	position:relative;
    min-height: 100%;
	border-left:1px solid #BBBBBB;
border-right:1px solid #BBBBBB;

}


#container_m{
	width:1000px;
	margin:0 auto;
	position:relative;
    min-height: 100%;

}


#container_naka{
	width:998px;
	margin:0 auto;
	position:relative;
    min-height: 100%;
	border-left:1px solid #BBBBBB;
border-right:1px solid #BBBBBB;
}


body > #container {height: auto;}

body#museum > #container_m {height: auto;}

body#museum > #container_naka {height: auto;}


#wrap{

	margin:0 auto;
	width:998px;
	height: 100%;
	/* padding-bottom:50px;*/
	padding-bottom:0px;

}

#wrap_naka{

	margin:0 auto;
	width:998px;
	height: 100%;
	 /*padding-bottom:50px;*/
	 background:url(../images/naka_bg.jpg) repeat-y;
padding-bottom:0px;
}



#wrap_m{

	margin:0 auto;
	width:1000px;
	height: 100%;
	/* padding-bottom:50px;*/
	padding-bottom:0px;
}




/* ---------- int ---------- */
img {
border: 0 none;
}

a{
border: 0 none;
}

h1,h2,h3,h4,p,ul,body{
margin:0;
padding:0;
	line-height: 1.5em;
}

form{
margin:0;
padding:0;
}


ul,li{
list-style:none;
}

table{
border-collapse:collapse;
}


a:visited{
color:#CC6666;
text-decoration:none;
}

a:link{
color: #CC6666;
text-decoration:none;
}

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

body#museum a:visited{
	color:#68711E;
text-decoration:none;
}

body#museum a:link{
	color:#68711E;
text-decoration:none;
}

body#museum a:hover{
	color:#68711E;
text-decoration:underline;
}




/* ---------- CLEAR FIX---------- */

.clear{
clear:both;
display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;

}



/*---------- HEADER---------- */

#header{
	text-align:left;
	width:940px;
	margin:0 auto;
	background:#fff;
}


#header h1{
	float:left;
	margin:45px 0 45px 0;
	background:url(../images/logo.jpg) no-repeat;

	text-indent:-9999px;
}

#header h1 a{
	display:block;
	width:215px;
	height:44px;
}


/*---------- HEADER_museum---------- */

#header_m{
	text-align:left;
	width:1000px;
	margin:0 auto;
}


#header_m h1{
	float:left;
	margin:30px 0 30px 0;
	background:url(../museum/images/logo-trans.png) no-repeat;
text-indent:-9999px;
}

#header_m h1 a{
	display:block;
	width:200px;
	height:47px;
}


/*---------- GMENU---------- */

#gmenu{
float:right;
width:450px;
}

#gmenu ul{
	margin:0;
	padding:0;
}

#gmenu li{
	list-style-type:none;
	float:left;
	width:90px;
}


/*---------- GMENU_museum---------- */

#gmenu_m{
float:right;
margin:35px 0 0 0;
}

#gmenu_m ul{
	margin:0;
	padding:0;
}

#gmenu_m li{
	list-style-type:none;
	float:left;
}

.gmenu_m--inner li {
    padding: 8px 10px 5px;
    border-left: 1px solid #cccccc;
font-weight:bolder;
}

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

body#museum .gmenu_m--inner li a{
    position: relative;
    color: #333333;
    font-family: 'Noto Serif JP',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

body#museum .gmenu_m--inner li a:hover,
body#museum .gmenu_m--inner li a.is-current{
    position: relative;
    color: #6e7621;
    text-decoration: none;
}

body#museum .gmenu_m--inner li a:after {
    position: absolute;
}

body#museum .gmenu_m--inner li a:hover:after,
body#museum .gmenu_m--inner li a.is-current:after{
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    margin: auto;
    width: 9px;
    height: 5px;
    background: url("/museum/images/menu_hvr.png") center no-repeat;
    content: "";
}


/*---------- FOOTER---------- */

#footer {
	width:998px;
	text-align:center;
	position:relative;
	height: 50px;
	clear:both;
	bottom:0px;
	background:#FFF;
	border-top:1px solid #BBB;
	margin:0 auto;
}

#footer_inn{
	width:940px;
	margin:10px auto 0 auto;
}

#footer_inn_menu{
	float:left;
	width:400px;
}

#copyright{
	float:right;
}


/*---------- FOOTER_museum---------- */

#footer_m {
	width:1000px;
	text-align:center;
	position:relative;
	height: 50px;
	clear:both;
	bottom:0px;
	border-top:1px solid #BBB;
	margin:0 auto;
}

#footer_m_inn_menu{
	float:left;
	width:400px;
	margin:10px 0 0 0;
}

#copyright_m{
	float:right;
	margin:10px 0 0 0;
}



/*---------- MAIN---------- */

#main{
	width:998px;
	margin:0 auto;

}

.mainVi{
	padding:0;
	margin:0;
}



#main_m{
	width:1000px;
	margin:0 auto;
}

#main_m_inn{
	border:5px solid #000;
	margin:0;
	padding:0;
	height:130px;
}

#main_m_inn_top{
	border:5px solid #000;
	margin:0;
	padding:0;
	height:310px;
}




/*----------TOP CONTENTS---------- */

#Top_content_inn{
	width:940px;
	margin:45px auto 30px auto;
}

#Top_content_inn_m{
	width:1000px;
	margin:30px auto 60px auto;
}


#Top_content_innL{
	float:left;
	width:693px;
	text-align:left;
}


#Top_content_innL_m{
	float:left;
	width:593px;
	text-align:left;
}

.TopInfoTit{
	margin:0 0 10px 0;
}

.TopInfoTit_plan{
	margin:0 0 15px 0;
}


.TopInfoAll{
	margin:10px 0 0px 0;
	text-align:right;
}

table.TopInfoT{
	padding:0;
	margin:0;
	width:100%;
	text-align:left;
}

table.TopInfoT th{
	padding:15px 0;
	border-bottom:1px dotted #D6D6D6;
	vertical-align: top;
	line-height:170%;
	width:18%;

}

table.TopInfoT td{
	padding:15px 0;
	border-bottom:1px dotted #D6D6D6;
	vertical-align: top;
	line-height:170%;
	width:82%;
}

table.TopInfoT td a:visited{
	color:#444544;
text-decoration:none;
}


table.TopInfoT td a:link{
color:#444544;
text-decoration:none;
}

table.TopInfoT td a:hover{
color: #CC6666;
text-decoration:none;
}



table.gallT{
	padding:0;
	margin:0;
	width:100%;
	text-align:left;
}

table.gallT th{
	padding:15px 0;
	border-bottom:1px dotted #D6D6D6;
	vertical-align:middle;
	text-align:left;
	width:20%;

}

table.gallT td{
	padding:15px 0;
	border-bottom:1px dotted #D6D6D6;
	vertical-align: middle;

	width:82%;
}

table.gallT th.monthG{
		padding:25px 0 0px 0;
	font-size:108%;
	line-height:170%;
	border-bottom:none;
	border-top:none;
}

table.gallT td.monthGD{
border-bottom:none;
	border-top:none;
}





#Top_content_innR{
	float:right;
	width:187px;

}


#Top_content_innR_m{
	float:right;
	width:352px;
	text-align:left;

}

.Top_kikaku_L{
	float:left;
	width:100px;
}

.Top_kikaku_L_ph{
	border:1px solid #D0CFC9;
	background:#fff;
	padding:3px;
	text-align:center;
	width:80px;
	height:80px;
}

.Top_kikaku_L_Txt{
	float:left;
	line-height:170%;
	width:252px;
}

.Top_kikaku_L_Txt_tit{
	padding:0 0 5px 0;
	display:block;
}


/*----------CONTENTS---------- */

#content_inn{
	width:998px;
	padding:0;
	border-top:1px solid #BBBBBB;
	height:100%;
	margin:0;
}


#content_innW{
width:940px;
margin:0 auto;
height:100%;
}


#content_innWL{
	width:261px;
	float:left;
}

#content_innWR{
	width:647px;
	float:right;
}

#pan{
	text-align:right;
	font-size:85%;
	padding:15px 0;
}

.BTNpagetop{
	text-align:right;
	padding:15px 0;

}


#content_Tit{
	padding:0px 39px 0 10px;
	float:left;
}

#content_TitPh{
	background:#000;
	height:100%;
	float:left;
	width:142px;
}

/*----------イベント---------- */

#eventdate{
	padding:0px 0 15px 0;
	font-size:	93%;
	text-align:left;
}

#eventdate ul li{
	float:left;
	padding:0 15px 0 0;
}


#eventdate2{
	padding:15px 0 15px 0;
	font-size:	93%;
	text-align:center;
}


table.eventT{
	padding:0;
	margin:0;
	width:100%;
	text-align:left;
}


table.eventT td{
	padding:15px 0;
	border-bottom:1px dotted #D6D6D6;
	vertical-align: top;
	line-height:170%;
	width:100%;
}

table.eventT td.month{
	padding:25px 0 20px 0;
	font-size:108%;
	line-height:170%;
	border-bottom:none;
}

/*----------美術館---------- */


#mCont{
	width:1000px;
	margin:0px auto 0px auto;
}


#mContL{
	float:left;
	width:222px;

}


#mContR{
	float:right;
	width:738px;
	text-align:left;
}

#mContR p{
	line-height:180%;
	padding:0 0 15px 0;
	display:block;

}

.micontMi{
	padding:0 0 20px 0;
	display:block;
}

.micontMi2{
	padding:0 0 10px 0;
	display:block;
}

.micontPh{
	float:right;
	margin:0 0 15px 15px;
	border:1px solid #DCDAD0;
	padding:5px;
	background:#fff;
	text-align:center;
	display:block;
}

.textRight{
	display:block;
	text-align:right;
}


table.kikakuT{
	padding:0;
	margin:0;
	width:530px;
	text-align:left;
	float:left;
}

table.kikakuT th{
	padding:5px 0;
	vertical-align: top;
	line-height:170%;
	width:18%;

}

table.kikakuT td{
	padding:5px 0;
	vertical-align: top;
	line-height:170%;
	width:82%;
}

.kukakuTph{
	float:right;
}

.mphL{
	float:left;
	margin:0 15px 0 0;
}

.mphL_end{
	float:left;
	margin:0 0px 0 0;
}


.mphTxt{
	text-align:center;
	display:block;
	padding:5px 0 0 0;
	font-size:11px;
}



.mshop_ex{
	background:#DAD9C6;
	padding:15px;
}


.mshop_ex_ph{
	float:left;
	width:133px;
	margin:0 0px 0 0;
}

.mshop_ex_txt{
	display:block;
	float:right;
	width:555px;
	font-size:12px;
	line-height:145%;
}

.mshop_ex_txtL{
	display:block;
	font-weight:bold;
	margin:5px 0 10px 0;
	font-size:16px;
}


table.collTxtT{
	padding:0;
	margin:0;
	width:100%;
	text-align:left;
	font-size:108%;
}

table.collTxtT th{
	padding:15px 0;
	margin:0;
	width:20%;
	border-bottom:1px dotted #D6D6D6;
	font-size:138.5%;
}


table.collTxtT td{
	padding:15px 0 15px 15px;
	margin:0;
	border-bottom:1px dotted #D6D6D6;
}



/*----------出版物グッズ---------- */

.g_tit{
	margin:0 0 15px 0;
	text-align:left;
}


table.goodsT{
	padding:0;
	margin:0;
	width:647px;
	text-align:left;
}

table.goodsT img{
	border:solid 1px #E3E2E2;
}

table.goodsT td{
	padding:20px 60px 20px 60px;
	/*border-bottom:1px dotted #D6D6D6;*/
	vertical-align: top;
	line-height:170%;

}

.goodsT_txt{
	padding:15px 0;
}


/*----------サイトマップ---------- */

.sitemap ul{
	margin:0;
	padding:0;
	text-align:left;
}


.sitemap li{
	background:url(../sitemap/images/s_icon.jpg) no-repeat left center;
	margin:15px 0 15px 0;
	padding:0 0 0 15px;
	line-height:150%;
}


.sitemap li.under2{
	background:url(../sitemap/images/s_icon.jpg) no-repeat left center;
	margin:15px 0 15px 100px;
	padding:0 0 0 15px;
	line-height:150%;
}


/*----------コンタクト---------- */

table.contform{
	padding:0;
	margin:30px 0 20px 0;
	width:95%;
	text-align:left;
}

table.contform th{
	padding:15px 0;
	border-bottom:1px dotted #D6D6D6;
	border-top:1px dotted #D6D6D6;
	vertical-align: top;
	line-height:170%;
	width:25%;

}

table.contform td{
	padding:15px 0 15px 15px;
	border-bottom:1px dotted #D6D6D6;
	border-top:1px dotted #D6D6D6;
	vertical-align: top;
	line-height:170%;
	width:65%;
}

.contformBTN{
	padding:0;
	margin:0;
}



/*----------ギャラリー---------- */

.gallW{
	padding:0;
	margin:20px 0 0 0;
	width:100%;
}

.gall_thum{
	float:left;
	padding:0 0px 0 0 ;
	width:110px;
	height:600px;
	overflow:auto;
	text-align:left;
}



.gall_main{
	float:right;
	width:510px;
	text-align:right;
}

/*.gall_main img{
padding:3px;
	border:1px solid #D6D6D6;
}

*/

.gall_thumc{
	float:left;
	margin:0 15px 15px 0;
	border:#CCC solid 1px;
}


/*add nihei*/
.gallcomment {
	width: 400px;
	margin-left: 60px;
	margin-top: 25px;
	text-align: left;
	line-height: 1.5em;
}




#intro{
border-bottom:1px solid #999;
}
.TopInfoTit h1{
font-family: 'Noto Serif JP',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

#intro p{
padding:0 0px 20px 0px;
font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
font-size:16px;
line-height:170%;
font-family: 'Noto Serif JP',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}


#profile h2{
font-family: 'Noto Serif JP',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
position: relative;
display: inline-block;
padding:0px 55px;
margin-bottom:10px;
}
#profile h2:before, #profile h2:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: black;
}

#profile h2:before {left:0;}
#profile h2:after {right: 0;}

#profile p{
font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
font-size:14px;
line-height:170%;
/*font-family: 'Noto Serif JP',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
}

p#title-font{
font-family: 'Noto Serif JP',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
width:222px;
height:140px;
background-color:black;
vertical-align:middle;
display:table-cell;
color:#fff;
text-align:center;
font-size:20px;
font-weight:bolder;
}

div.Top_kikaku{
float:left;
height:260px;
margin:0 10px 20px 0;
}

div#lightgallery p{
float:left;
margin:0 10px 0 0;
}
div#lightgallery img{
width:355px;
}

div#shop-cafe img{
width:350px;
}
div#shop-cafe li{
margin:0 10px 10px 0;
}