@charset "utf-8";
/* CSS Document */

.slicknav_menu {
 display:none;/*PC時は非表示*/
}
@media screen and (max-width:767px){
 #gnav {
 display:none;/*モバイル時は非表示*/
}
 .slicknav_menu {
 display:block;/*モバイル時は表示*/}
}




/************************
    トップ用コンテンツ
************************/

.cont_top{
	width:100%;
	max-width:1040px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:12px;
}
h2{
	background:url(../lib_img/h2_icon.gif) no-repeat left;
	padding-left:40px;
	margin-bottom:15px;
	font-size:130%;
}
.txtm{
	font-size:85%;
	margin-bottom:15px;
}
.cont_top .sec01{
	width:70%;
	float:left;
}
.map_navi{
	letter-spacing: -.4em;  /*マイナスを指定*/
	padding-bottom:15px;
}
.map_navi li{
	display:inline-block;
	letter-spacing: normal; /*通常に戻す*/
	vertical-align:top;
	width:32.5%;
	margin:0 1% 8px 0;
}
.map_navi li a{
	width:100%;
	display:block;
	padding:5px 5px 5px 10px ;
	border:1px solid #bbb;
	border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */
	font-size:90%;
	overflow:hidden;
}
.map_navi li a:hover{
	background:#ececec;
}
.map_navi li i{
	color:#07a33e;
	margin-right:5px;
}
.map_navi img{
	float:right;
	max-width:27px;
}

.map_navi li:nth-child(3n){
	margin-right: 0;
}

.cont_top .sec02{
	width:28%;
	float:right;
}
.sec02 #news{
	margin-bottom:20px;
	border-bottom:1px solid #ececec;
}
.sec02 #news dl{
	border-top:1px solid #ececec;
	padding:5px 0;
}
.sec02 #news dl:hover{
	text-decoration:underline;
}
.sec02 #news dt{
	font-size:80%;
	color:#666;
}



@media screen and (max-width:767px){
.cont_top .sec01{
	width:90%;
	margin: 0 5%;
}
.map_navi li{
	width:100%;
}
.cont_top .sec02{
	width:90%;
	margin: 30px 5%;
}
	
}


/************************
    駐車場・駐輪場ページ
************************/

.contents{
	width:100%;
	max-width:1040px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:12px;
}


.contents h1 {
	background: -moz-linear-gradient(to right, rgb(175, 221, 55), transparent);
	background: -webkit-linear-gradient(to right, rgb(175, 221, 55), transparent);
	background: linear-gradient(to right, rgb(175, 221, 55), transparent);
	padding:0;
	height:50px;
	margin-bottom:15px;
	margin-left:20px;
}

.contents h1 span {
	float:left;
	display:block;
	padding:10px;
	height:50px;
	background:#13a73e;
	border-radius: 40px;		/* CSS3草案 */
	-webkit-border-radius: 40px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 40px;	/* Firefox用 */
	margin-left:-20px;
}
.contents h1 strong{
	float:left;
	display:block;
	font-size:140%;
	padding-left:20px;
	padding-top:5px;
}
@media screen and (max-width:767px){
.contents h1 strong{
	font-size:120%;
	padding-left:10px;
	padding-top:8px;
}
}

.contents h1 i{
	color:#fff;
}
.contents h2{
	float:left;
}
.contents .pk_box h3{
	border-bottom:1px solid #07a33e;
	padding-bottom:5px;
	margin-top:30px;
	color:#07a33e;
}
.contents h3 strong{
	border-left:5px solid #07a33e;
	padding:0 10px;
	font-size:120%;
}
.contents dl{
	border-bottom:1px solid #e0e0e0;
	overflow:hidden;
}
.pk_box dt{
	width:47%;
	padding:5px 0 5px 20px;
	float:left;
}
.pk_box dt span{
	font-size:80%;
}
.pk_box dd span{
	font-size:70%;
	line-height:1.5em;
	display:block;
}

.pk_box dd a{
	border:1px solid #bbb;
	background:url(../parking/img/icon_pdf.png) no-repeat left;
	padding:5px 8px 5px 40px;
	font-size:0.9rem;
	border-radius:5px;
	margin:10px 0;
	display:block;
	color:#03C;
}
.pk_box dd a:hover{
	background:url(../parking/img/icon_pdf.png) no-repeat left #ececec;
}



.pk_box dd{
	margin-left:50%;
	padding:5px 0;
}
.pk_img{
	overflow:hidden;
	padding-bottom:23px;
}
.pk_img img{
	float:left;
	width:63%;
	height:340px;
}
.pk_img iframe{
	float:right;
	width:35%;
	padding:10px;
	border:1px solid #d0d0d0;
}
.pk_box{
	overflow:hidden;
	padding-bottom:100px;
	padding-top:20px;
}
.pk_box p{
	padding:15px 0;
}
.pk_box .icon{
	width:600px;
	float:right;
}
.pk_box .icon img{
	margin-left:5px;
	max-width:55px;
	float:right;
}
.pk_box .left{
	width:48%;
	float:left;
}
.pk_box .right{
	width:48%;
	float:right;
}

.car_info{
	background:url(../parking/img/car_info.jpg) no-repeat left top #e0e0e0;
	width:250px;
	float:right;
	padding-left:120px;
	margin-bottom:10px;
	border:1px solid #e0e0e0;
}
.car_info img{
	float:right;
	width:45px;
}

#north_pk1 dl strong,
#north_pk2 dl strong,
#south_pk dl strong{
	color:#F60;
	font-weight:normal;
}
.teiki{
	background:#F60;
	color:#fff;
	padding:2px 7px;
	margin-right:10px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.nomal{
	background:#666;
	color:#fff;
	padding:2px 7px;
	margin-right:10px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

#north_pk1 dt{
	width:42%;
}
#north_pk1 dd{
	margin-left:45%;
}



@media screen and (max-width:767px){
.contents{
	width:90%;
	margin:0 5%;
}
.pk_box h2{
	width:100%;
}
.car_info{
	float:left;
	margin-bottom:20px;
}
.pk_img img{
	float:left;
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.pk_img iframe{
	float:left;
	width:100%;
	padding:10px;
	border:1px solid #d0d0d0;
}
.pk_box .icon{
	width:100%;
	float:left;
	margin-bottom:15px;
}
.pk_box .icon img{
	margin-left:1%;
	width:13.2%;
	margin-bottom:5px;
}
.pk_box .left,
.pk_box .right{
	width:100%;
	float:left;
}
.pk_box{
	padding-bottom:50px;
}


}



/************************
    会社案内ページ
************************/

.company_box h2{
	display:block;
	float:none;
	margin-top:50px;
}
#gaiyou p{
	margin-bottom:20px;
}
.company_box a{
	text-decoration:underline;
}
.company_box .chart{
	margin:50px 0;
	border-top:1px solid #d0d0d0;
}

.company_box dl{
	background:url(../lib_img/dl_line_bg.gif) no-repeat bottom left;
	margin:2px 0;
}
.company_box dt{
	width:17%;
	padding:5px 0 5px 20px;
	float:left;
	color:#07a33e;
}
.company_box dd{
	margin-left:20%;
	padding:5px 0;
}
.company_box table{
	width:100%;
}
.company_box th,
.company_box td{
	padding:5px 30px 5px 0;
}
.company_box tr:first-child{
	border:none;
}
.company_box tr{
	border-top:1px dashed #d0d0d0;
}



@media screen and (max-width:767px){
.company_box dl{
	background:none;
}	
.company_box dt{
	width:100%;
	padding:5px 0;
	font-weight:bold;
}
.company_box dd{
	margin-left:0;
}
.company_box th{
	width:40%;
	display:block;
	float:left;
}
.company_box .name{
	width:60%;
	display:block;
	float:left;
}
.company_box .position{
	margin-left:40%;
	width:60%;
	display:block;
}
	
}


/************************
    お問い合わせ
************************/

#contact{
	padding-bottom:50px;
}

#contact h2{
	display:block;
	float:none;
	margin-top:50px;
}

#contact dl{
	background:url(../lib_img/dl_line_bg.gif) no-repeat bottom left;
	margin:2px 0;
}
#contact dt{
	width:27%;
	padding:5px 0 5px 20px;
	float:left;
	color:#07a33e;
}
#contact dt span{
	color:red;
}
#contact dd{
	margin-left:30%;
	padding:5px 0;
}
#contact .end{
	margin-bottom:40px;
	text-align:center;
	padding:20px;
}
input,textarea {
	padding:5px;
}
input#submit_button {
    width: 150px;
    height: 50px;
}

#contact input[type="text"],
#contact textarea {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 0.3em;      /* 角丸 */
}

#contact input[type="text"]:focus,
#contact textarea:focus {
	box-shadow: 0 0 7px #b1da3e;
	border: 1px solid #b1da3e;
}
#submit_button {
   /* input要素全部に対して装飾 */
   background-image: linear-gradient(0deg, #b1da3e, #fff); /* グラデーション */
   border: 1px solid #b1da3e; /* 枠線 */
   border-radius: 0.3em;      /* 角丸 */
}
#submit_button:hover {
   /* マウスが上に載ったとき */
   background-image: linear-gradient(0deg, #99cc33, #fff);
   border: 1px solid #99cc33;
}
#submit_button:active {
   /* 押されたとき */
   background-image: linear-gradient(180deg, #99cc33, #fff);
   border: 1px solid skyblue;
}
#contact .chuui{
	font-size:80%;
	padding:50px 0;
}


@media screen and (max-width:767px){
	
#contact dl{
	background:none;
	padding-bottom:5px;
}	
#contact dt{
	width:100%;
	padding:5px 0;
	font-weight:bold;
}
#contact dd{
	margin-left:0;
}
input,textarea {
	width:100%;
}
	
}


.mfp_buttons button{
	font-size: 18px;
	cursor: pointer;
	border:1px solid #07a33e;
	color:#fff;
	background:#07a33e;
	margin:2rem auto 0 auto;
	text-align:center;
	display:block;
	padding:18px 30px;
	max-width:230px;
	border-radius:5px;
	position: relative;
	clear:both;
}
.mfp_buttons button:hover{
	opacity:0.7;
}




/************************
    イベントページ
************************/

#report{
	width:75%;
	float:left;
}
#side_navi{
	float:right;
	width:20%;
}
#side_navi .widget form{
	margin-top:15px;
}

@media screen and (max-width:767px){
#report{
	width:100%;
}
#side_navi{
	float:left;
	width:100%;
}
#side_navi .widget #searchform{
	margin-top:10px;
}
#side_navi .widget #searchsubmit{
	width:50px;
}


}
