@charset "utf-8";

/* リセット */
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
.clearfix::after{
	content:"";
	display:block;
	clear:both;
}
.clear{
	clear:both;
}


/* 全体の設定 */
body{
	font-family:"メイリオ", "ＭＳ Ｐゴシック",sans-serif;
	font-size:16px;
	color:#111;
}

a {
	text-decoration: none;
	outline:none;
}


/*ここからヘッダー*/
#header{
	margin:8px auto 0px;
	width:980px;
	background:#210000;
}
h1{
	float:left;
	margin:8px;
	width:72px;
	height:72px;
}
h1 img{
	width:72px;
	height:72px;
}

#nav{
	position:relative;
}
#nav ul{
	float:left;
	position:relative;	
	left:45%;
	line-height:14px;
	margin-top:40px;
}
#nav li{
	float:left;
	position:relative;
	left:-50%;
	text-decoration:none;
	list-style:none;
	width:104px;
	text-align:center;
	color:#fff;
	border-radius:25px;
}
#nav li a{
	color:#fff;
	display:block;
	border-radius:25px;
	padding-top:3px;
}
#nav li a:hover {
	color:#210000;
}
#nav li:hover {
	color: #210000;
	background-color:#fff;
}

#nav li br{
  line-height: initial;
  line-height:14px;
}
.nav-alp{
	font-size:16px;
	text-align:center;
}
.nav-ja{
	font-size:10px;
	text-align:center;
}
/* ヘッダーここまで */


/* ここからコンテンツ */
.contents{
	width:980px;
	height:1570px;
	margin:0 auto;
	background:url(images/texture2.gif); /*背景テクスチャ */
}

/* h2のpadding-top48pxは共通*/ 
h2{
	text-align:center;
	font-size:24px;
	padding:48px 30px 8px;/**/
	margin:0px auto 16px;
/*	border-bottom:2px dotted #333;*/
}

h3{
	font-size:24px;
	border-bottom:3px solid #333;
	margin:30px 0px 40px;
	padding-top:30px;
	text-align:left;
}

h4{
	font-size:20px;
	margin:30px 0 5px;
	text-align:left;
}

/*
#site-box{
	width:980px;
	background:url(./images/texture2.gif);	
}

*/
.a-box{
	width:980px;
}

.b-box{
	width:980px;
}

.c-box{
	width:980px;
}


/*top写真ここから*/

.item1{
	flort:left;
/*	padding-top:48px;*/
}

.item2{
	flort:left;
}

.right{
	margin:0 4px 8px 0;/**/
}

.left{
	margin:0 0 8px 4px;/**/
}

.cf{
	clear:both;
}
/*top写真ここまで*/


/*カレンダーここから*/
table{
	border-collapse:collapse;
}

th, td{
	border:1px solid #333;
	padding:8px;
	width:45px;
	height:25px;
	text-align:center;
	background:#fff;
}

.close{
	color:#fbb;
	background:#210000;
}

.time{
	margin-top:60px ;
	line-height:250%;
}

.open{
	border:1px solid #210000;
	background:#210000;
	padding:0 1em;
	color:#fff;
}

.teikyuu{
	border:1px solid #210000;
	background:#210000;
	padding:0 1.5em;
	color:#fff;	
}
/**/
.calendar1{
	width:800px;
	margin:0 auto;
	text-align:center;
}

.calendar2{
	float:left;
	margin:0 80px 20px 0px;
}

.calendarcf{
	clear:both;
}
/*カレンダーここまで*/


/*地図ここから*/
.add{
	border:1px solid #210000;
	background:#210000;
	padding:0 2em;
	color:#fff;
}


*/
.map{
	margin:10px 0px 24px;
}
*/
.accesscf{
	clear:both;
}

.access1{
	width:800px;
	margin:0 auto;
	text-align:center;
}

.access2{
	float:left;
	line-height:200%;
	margin:0px 20px 20px 0;
	text-align:left;
}

.ekikara{
	margin-left:20px;
}

.parking{
	border:1px solid #210000;
	background:#210000;
	padding:0 1.5em;
	color:#fff
}

.route{
	color:#333;
	border:3px dotted #210000;
	padding:3px 25px;
/*	border-radius:5px;
	background:#fff;*/
}

.route:hover{
	color:#fbb;
}
/*地図ここまで*/
/*コンテンツここまで*/


/* ここからフッター */
#footer{
	margin:0 auto;
	width:980px;
	text-align:center;
	font-size:12px;
	overflow:hidden;
	position:rilative;
	background:#210000;
	color:#fff;
}
.fb-logo a img{
	background:url(f_logo_RGB-Grey_1024.png);
	width:40px;
	height:40px;
	margin-top:24px;
}
.footer-logo a img{
	width:120px;
	height:120px;
	margin-top:40px;
}
.fnav ul{
	float:left;
	position:relative;
	left:50%;
}
.fnav li{
	float:left;
	position:relative;
	left:-40%;
	list-style:none;
	margin:16px 24px 8px;
	padding:0 10px;
	text-align:center;
}
#footer li a{
	color:#fff;
}
#footer li a:hover{
	color:#ddd;
}
#footer p{
	font-size:11px;
	text-align:center;
	margin-bottom:32px;
	color:#fff;
}
/* フッターここまで */

/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #777;
	text-decoration: none;
}
/* 上に戻るボタンここまで */