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

#top #container #wrapper #main .inner {
  text-align: center;
  margin-top: 50px;
}
/*#top #container #wrapper #main .inner #times {
	background-image: url(./img/times.jpg);
	height: 183px;
	width: 545px;
	text-align: left;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}*/

/*駐車場*/
#top #container #wrapper #main .inner #times {
  background-image: url(./img/parking.jpg);
  height: 408px;
  width: 545px;
  text-align: left;
  position: relative;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
#top #container #wrapper #main .inner #times .timestext {
  position: absolute;
  top: 258px;
  left: 142px;
  /* [disabled]height: 144px; */
  width: 374px;
  /* [disabled]line-height: 1.5em; */
  font-size: 12px;
}

/*================================

　ここからPC適用

================================*/
@media(min-width: 1024px) {

	
}

/*================================

　ここからTABLET・SP適用

================================*/
@media(max-width: 1023px) {

}


/*================================

　ここからTABLETのみ適用
　※この中には基本的に書き込まないでください

================================*/
@media screen and (max-width: 1023px) and (min-width: 701px) {

}



/*================================

　ここからSP適用（広）

================================*/
@media screen and (max-width: 700px) {

  #top #container #wrapper #main .inner {
    width: 100%;
    height: auto;
  }

  #top #container #wrapper #main .inner #times::before {
    content: "";
    background: url(./img/sp_pic.jpg) no-repeat top center;
    display: block;
    margin: 0 auto 10px;
    width: 180px;
    height: 140px;
  }
  #top #container #wrapper #main .inner #times {
    background: none;
    border: solid 10px #e4e2d1;
    border-radius: 30px;
    position: relative;
    height: auto;
    width: 100%;
    padding: 15px;
  }

  #top #container #wrapper #main .inner #times .timestext {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }

}

/*================================

　ここからSP適用

================================*/
@media(max-width: 480px) {

  #top #container #wrapper #main .inner {
    margin-top: 0;
  }

}