@charset "UTF-8";

body, h1, h2, h3, h4, ul, li, p {
	padding: 0px;
	margin: 0px;
}


body {
	background-image: url(../images/bg-01.png);
	bottom: 0px;
	clear: both;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
}

.container {
    /*最大幅の固定*/
    /* [disabled]max-width: 980px; */
}

h1 {
	color: #969696;
	font-size: 10px;
	text-align: right;
	margin-top: 0px;
}
h2 {
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: auto;
	padding-left: 30px;
	margin-top: 0px;
	height: 55px;
	color: #421F00;
	margin-bottom: 20px;
}
h3 {
	color: #713E00;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	margin-left: 30px;
	margin-bottom: 5px;
}
h4 {
	color: #713E00;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
h5 {
	color: #E67700;
	font-size: 15px;
	text-align: center;
}

.text p {
	margin-top: 10px;
	font-size: 13.5px;
	margin-bottom: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#pagetop {
/*ページトップへのスクロール*/
	position: fixed;
	right: 20px;
	cursor: pointer;
	bottom: 0px;
	z-index: 999;
}

/*##########左メニュー##########*/
.container .said-menu {
	width: 230px;
}
.container .said-menu strong {
    color: #672403;
    font-size: 20px;
}

ul {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
ul li {
	margin-top: 10px;
}
ul li a {
	color: #000000;
	font-size: 15px;
	text-decoration: none;
	margin-top: 0px;
}
.container .said-contents {
	width: 230px;
}
.said-contents .box.time {
	width: 210px;
	margin-bottom: 20px;
}
.said-contents .box.time p {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.said-contents .box.charge {
	width: 210px;
	margin-bottom: 20px;
}
.said-contents .box.charge p {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.said-contents .box.calendar {
	width: 210px;
	margin-bottom: 20px;
}
.said-contents .box.calendar iframe {
	padding-left: 10px;
	padding-top: 10px;
}
.said-contents .box.car_park {
	padding-bottom: 10px;
	width: 210px;
}
.box.car_park .alpha p {
	margin-left: 15px;
}
footer 
{
	background-color: #FFD887;
	clear: both;
	bottom: 0px;
}
footer ul {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	width: auto;
}
footer ul li {
	float: left;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}
footer p {
	padding-bottom: 30px;
	clear: both;
	padding-left: 20px;
}


section .box.news {
	max-width: 700px;
	margin-bottom: 20px;
}
section .box.news .news {
	max-width: 660px;
	max-height: 220px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 20px;
}



/*boxシャドウ*/
.box {
	box-shadow: 0px 0px 5px 0px #c2c2c2;
	-moz-box-shadow: 0px 0px 5px 0px #c2c2c2;
	-webkit-box-shadow: 0px 0px 5px 0px #c2c2c2;
	/*角丸*/
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

/*マウスオーバー*/
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/*ハンバーガーメニュー*/
#ham-menu {
	background-color: #fff; /*メニュー背景色*/
	box-sizing: border-box;
	height: 100%;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 10px; /*メニュー内左右上下余白*/
	position: fixed;
	right: -300px; /*メニュー横幅 width と合わせる*/
	top: 0;
	transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
	width: 300px; /*メニュー横幅*/
	z-index: 1000;
	line-height: 40px;
	font-size: 20px;
}

#menu-background {
    background-color: #333; /*黒背景*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%;
    z-index: -1;
}

#menu-icon {
	background-color: #fff; /*アイコン部分背景色*/
	border-radius: 10px 0 0 10px; /*左下角丸*/
	color: #6E3C19; /*アイコン（フォント）色*/
	cursor: pointer;
	display: block;
	font-size: 50px; /*アイコン（フォント）サイズ*/
	height: 50px; /*アイコン縦高さ*/
	line-height: 43px; /*縦位置中央化*/
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px; /*アイコン横幅*/
	transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
	z-index: 1000;
	margin-top: 20px;
}

#menu-cb {
    display: none; /*チェックボックス本体は消しておく*/
}

#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ #menu-icon {
    transform: translate(-300px); /*メニュー本体横幅 width と合わせる*/
}

#menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 999;
}

/*右側メインコンテンツ*/
.main {
	float: right;
	margin-top: 10px;
	max-width: 700px;
	margin-left: 0px;
	margin-right: 0px;
}


/*########## 991px以下で適用##########*/

@media only screen and (max-width: 991px) {

.container h1 {
	display: none;
}	
	
.said-contents  {
	display: none;
}
header img .container .img-responsive {
	display: none;
}
.container .rogo .img-responsive.logo {
	display: none;
}
}

/*########## 991px以上で適用 ##########*/

@media screen and (min-width: 991px){

#menu-icon {
	display: none;
}

.time-body {
	display: none;
}
.container .rogo_small_01 {
    display: none;
}
}


/*########## 767px以下で適用##########*/

@media only screen and (max-width: 767px) {
}


/*########## 679px以下で適用 ##########*/

@media only screen and (max-width: 679px) {

.container h1 {
	display: none;
}
.tel {
	display: none;	
}
.container .rogo_small_01 {
    display: none;
}
}


/*########## 767px以上で適用 ##########*/

@media screen and (min-width: 767px) {
	
.box.jiko_navi_700 {
	display: none;
}

}


/*########## 679px以上で適用 ##########*/

@media screen and (min-width: 679px){

.container .logo-small {
	display: none;
}

}
