@charset "utf-8";
/* CSS Document */

/*===============
base
=================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,input,p,blockquote,th,td {
margin:0;
padding:0;
}  
img{
border:0;
vertical-align: top;
}

body{
min-width:300px;
font-size: 62.5%;
font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
line-height:1.4;
color:#333;
background:#fff;
}


a:link,
a:visited,
a:active{
color:#333;
text-decoration:none;
}

a:hover{
color:#069;
text-decoration:none;
}

ul,ol{
list-style: none;
}

/*clearfix*/
.clearfix:after{  
visibility:hidden;/*見えなくする*/ 
height:0;/*見えなくする*/
display: block;/*block要素にする*/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.ad{
	width:100%;
	min-width:0px;
}

p,dd{
font-size:1.2em;
}

/*デフォルト背景指定*/
html{
background:white;
}

.nonpc{
display:block;
}
.pc{
display:none;
}

/*==================
header
====================*/

#header{
width:100%;
background:none;
}
#header h1 {
	top:17vw;
	line-height:160%;
}
#header .header-logo {
width:100%;
min-width: 240px;
height:calc(16vw + 3em);
}
#header .header-logo .logo-box {
	width:100%;
}
#header .header-logo .logo-box a{
	padding-top:17.5vw;
}
#h1_position{
	top:25px;
	left:43px;
	transform :scale(0.9);
}
/*header左側の設定*/

#logogroup{
width:310px;
height:80px;
margin:0 5px;
}

#citylogo{
	width:100%;
	height: auto;
}


/*header右側の設定*/

#subnav{
width:200px;
float:right;
}

#subnav li{
float:left;
font-size:1.1em;
}

#subnav li.sitemap{
/*background:url(../images/icon_sitemap.gif) no-repeat 0 2px;*/
padding:0 0 0 15px;
margin:0 24px 0 0;
}

#subnav li.rss{
background:url(../images/icon_rss.gif) no-repeat 0 1px;
padding:0 0 0 16px;
}

/*グローバルナビゲーション*/
.breadcrumb {
width:calc(100% - 36px);
min-width: 640px;
margin: 0 auto;
}

#nav{
width:100%;
margin: 0 auto;
}

#nav li{
float:left;
padding-bottom: 10px;
}


/*==================
contents
====================*/
#contents{
width:100%;
margin:0 auto;
}

#info {
width:100%;
margin: 0 auto;
}

#sidebar {
width:100%;
margin: 0 auto;
}


/*イベント情報*/

#info h2{
background:url(../images/icon_01.gif) no-repeat 0 0;
padding:0 0 3px 13px;
line-height:29px;
border-bottom:1px solid #CCC;
margin:25px 0 0 0;
}

#info h3{
font-size:1.3em;
background:url(../images/icon_02.gif) no-repeat 0 2px;
padding-left:18px;
margin:20px 0 10px 0;
}

.section{
width:316px;
float:left;
margin-right:26px;
}


/*更新情報*/


#event img{
float:left;
margin-right:10px;
border:1px solid #ccc;
padding:1px;
}


#news dt{
font-size:1.3em;
font-weight:bold;
background:url(../images/icon_02.gif) no-repeat 0 2px;
padding-left:18px;
margin:20px 0 10px 0;
}

#news dt span{
font-weight:normal;
padding-left:20px;
}


#news dd{
padding-bottom:12px;
border-bottom:1px dashed #ccc;
}

#news dd:last-child{
border-bottom:none;
}

/*==================
sidebar
====================*/

#sideber,
#sidebox{
	width:768px;
	float:left;
}

#sidebar h2{
margin-top:25px;
/*background: url(../images/bg_title_01.gif) repeat-x;*/
}

#sidebar p{
border:1px solid #ccc;
border-top:none;
padding:10px 7px 10px 10px;
}

#bnrarea{
margin-top:24px;
float:left;
}

#bnrarea li{
margin:20px 30px 10px 0;
border:1px solid #ccc;
padding:1px;
float:left;
}


/*==================
footer
====================*/

#footer{
display:none;
width:0;
margin:0 auto;
background:#dedede;/* url(../images/footer_bg.gif) repeat-x;*/
margin-top:60px;
text-align:right;
}

#footer_inner{
width:100%;
min-width:100%;
margin:0 auto;
}

#footer_inner address{
padding:15px 15px 4px;
font-size:1.2em;
}

#footer_inner p{
padding:0 15px 15px;
font-size:1.2em;
}

