@charset "UTF-8";

h1 {
  font-size: 48px;
  color: blue;
  margin-bottom: 20px;
}

body{
  min-width: 1024px;
}
header,footer{
  padding: 20px;
  background-color: rgb(182, 196, 241);
}

header{
  justify-content: space-between;
  align-items: center;
}

.container{
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.left-header{
  padding: 20px;
}


.container_header{
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  justify-content: space-between;
  display: flex;
}

.right-header dt{
  text-align: right;
  padding: 20px;
  font-size: 25px;
}

.right-header dd{
  font-size: 25px;
  text-align: right;
  margin: 0 20px;
}


.d-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav .d-flex{
  gap: 20px;
  justify-content: right;
  padding: 20px 20px 0 0;
}

nav li a:hover{
  background-color: rgb(224, 232, 240);
}

nav{
  font-size: 25px;
  text-align: right;
}

.right-header{
  text-align: center;
}

.main-visual{
  background-image: url(./mainvisual-parking.png);
  background-size: cover;
  background-position: center;
  height: 800px;
}

h2{
  font-size: 35px;
  color: #72632B;
  text-align: center;
  padding: 150px 0 50px 0;
}


p{
  font-size: 25px;
}

table td{
  padding: 20px;
  font-size: 20px;
}

#sec-4{
  font-size: 25px;
  padding-bottom: 50px;
  line-height: 1.5;
}

#sec-4 dt{
  font-size: 30px;
  margin-bottom: 20px;
}

#sec-2 p{
  padding-top: 25px;
}

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

h1{
  font-size: 35px;
  margin-bottom: 10px;
}  

h2{
  font-size: 25px;
}

.container{
  width: 100%;
}
.container_header{
  width: 100%;
}

nav{
  font-size: 20px;
}

.nav{
  padding: 20px 20px 0 0;
}
.main-visual{
  height: 400px;
}

p{
  font-size: 20px;
}

#sec-4{
  font-size: 20px;
}
dt{
  font-size: 25px;
}

.container{
  overflow: hidden;
}
}


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

h1{
  font-size: 30px;
}

h2{
  font-size: 20px;
}

.container{
  width: 100%;
}

}
  
