@charset "UTF-8";
/* CSS Document */
/*　下層ページのメニュー　*/

red{
  color: red;
}

#LowerNav li{
  font-size: 10px;

}

#LowerNav ul{
  width: 1080px;
  height: 120px;
  margin: 0 auto;
}

#LowerNav ul li{
  float: left;
  position: relative;
  display: inline;
}

#LowerNav ul li a{
  background-color: white;
  color: #2b2b2b;
  display: block;
  width:130px;
  height:120px;
}

#LowerNav ul li a:hover{
  background-color: #008aff;
  color: white;
-webkit-transition: background 0.7s ease-out;
-moz-transition: background 0.7s ease-out;
-o-transition: background 0.7s ease-out;
-ms-transition: background 0.7s ease-out;
transition: background 0.7s ease-out;
}

#LowerNav ul li img{
  display: block;
  margin: 0 auto;
}



#icon00,#icon00_on{
  width: 90px;
  height: auto;
  padding-top: 20px;

}

#icon00_on{
  display: none;
}

#LowerNav ul li a:hover #icon00{
  display: none;
}

#LowerNav ul li a:hover #icon00_on{
  display: inherit;
}

#icon01{
  width: 75px;
  height: auto;
  padding-top: 5px;
}

#icon02{
  width: 80px;
  height: auto;
  padding-top: 30px;
}

#icon03{
  width: 75px;
  height: auto;
  padding-top: 10px;
}

#icon04{
  width: 65px;
  height: auto;
  padding-top: 15px;
}

#icon05{
  width: 80px;
  height: auto;
  padding-left: 5px;
  padding-top: 25px;
}

#icon06{
  width: 70px;
  height: auto;
  padding-top: 30px;
}

#icon07{
  width: 73px;
  height: auto;
  padding-top: 12px;
  padding-left: 12px;
}

#LowerNav ul li span{
  font-size: 1.3em;
  font-family: "M PLUS 1p";
  /* font-family:　serif; */
  font-weight: 600;
  font-style: normal;
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}

section h2{
  display: table;
  width: 350px;
  height: 50px;
  margin: 0 auto;
  padding: 10px 50px;
  font-size: 1.8em;
  text-align: center;
  letter-spacing: 0.2em;
  /* font-weight: bold; */

  background-image: url(../images/icon_h2.svg);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 120px auto;

}

section h2 span{
  display: block;
  font-size: 0.6em;
  color: #008aff;
  border-top: 2px solid #008aff;
  margin-top: 3px;
  letter-spacing: 0.5em;
  padding-top: 7px;
}

main #mainLeft section{
  width: 650px;
  margin-top: 50px;
  /* margin-left: 40px; */
}

main h2{
  margin-bottom: 50px;
}

main h3{
  padding: 5px 0 5px 20px;
  background-image: url(../images/bg/white-wave.png);

  background-color: #008aff;
  border-radius: 5px;
  color: white;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
}

main table, main p{
  width: 550px;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 10px;
}


table td{
  padding: 12px 0;
  vertical-align: middle;
}

main #intro01 p{
  color: red;
  font-size: 1.2em;
}

main #intro01 table tr th{
  width: 150px;
  padding: 5px 0 5px 10px;
  background-color: #f0f8ff;
  border: 1px solid #778899;
  border-right: none;
  vertical-align: middle;
}

main #intro01 table tr td:nth-of-type(1){
  width: 130px;
  background-color: #f0f8ff;
  padding-left: 10px;
  border: 1px solid #778899;
  border-left: none;
}

main #intro01 table tr td:nth-of-type(2){
  text-align: right;
  padding-right: 5px;
  border: 1px solid #778899;
}

main #intro02{
  margin: 50px auto;
  width: 500px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

main #intro02 div{
  width: 180px;
  height: 220px;
  margin-right: 20px;
}

main #intro02 div:nth-child(3){
  margin-right: 0px;
}

main #intro02 div:nth-child(4){
  margin-left: 100px;
  margin-top: 20px;
}

main #intro02 div:nth-child(5){
  margin-top: 20px;
}

main #intro02 p{
  text-align: center;
  width: 180px;
}

/* 料金のご案内 */

main #parking01 table tr th{
  width: 300px;
  padding: 5px 0 5px 10px;
  background-color: #f0f8ff;
  /* background-image: url(../images/bg/pixel-weave.png); */
  border: 1px solid #778899;
  vertical-align: middle;
}

main #parking01 table tr td{
  text-align: right;
  padding-right: 5px;
  border: 1px solid #778899;
}

main #parking01 p{
  color: red;
  font-size: 1.2em;
}

main #parking01 p span{
  color: black;
  font-size: 1.1em;
}

/* リンク */

#link ul{
  margin: 0 auto;
  width: 400px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

#link ul li{
  margin: 0 auto;
  width: 70%;
  padding-bottom: 20px;
}


#link img{
  width: 100%;
}


/* アクセス */

#access p{
  margin-top: 30px ;
}

iframe{margin-top: 30px;}
