@charset "utf-8";

body {
  background-color: white;
}

.gazou {
  background-image: url(../images/mapimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  max-width: 1200px; 
  margin: 0 auto;
  padding-bottom: 30px;
}




.title h1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 10px black;
  /* font-family: 'montserrat', sans-serif; */
  font-size: 35px;
  padding-top: 130px;
}


.yoyaku-gazou {
  display: flex;
}


.contact h2{
  max-width: 1000px;
  width: 90%;
  margin: 40px auto 40px auto;
  height: 35px;
  border-bottom: 2px solid gray;
  font-size: 25px;
  font-weight: bold;
  padding: 4px 0 4px 30px;
  color: #666666;
}

.map h2 {
  max-width: 1000px;
  width: 90%;
  margin: 40px auto 40px auto;
  height: 35px;
  border-bottom: 2px solid gray;
  font-size: 25px;
  font-weight: bold;
  padding: 4px 0 4px 30px;
  color: #666666;
}



.access {
  max-width: 1000px;
  width: 100%;
  margin: 20px auto;
  font-size: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  column-gap: 90px;
  row-gap: 60px;
  justify-content: center;
}

.access img {
  height: 100px;
}

.access p {
  text-align: center;
  font-size: 18px;
}

.tel-reserve a img {
  padding-left: 50px;
}

.contact p {
  max-width: 1000px;
  width: 100%;
  margin: 20px auto;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  font-weight: 400;
}

.contact {
  margin-bottom: 70px;
}

.map .ifr {
  max-width: 1000px;
  width: 100%;
  height: 600px;
  margin: 20px auto;
}

.map iframe {
  width: 100%;
  height: 600px;
}

.link-button {
  background-color: burlywood;
  display: inline-block;
  min-width: 100px;
  height: 90px;
  line-height: 40px;
  border-radius: 32px;
  font-family: 'montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-left: 45px;
}

a.link-button {
  padding-top: 10px;
}


.button p {
  text-align: center;
  color: brown;
  font-weight: bold;
  padding-top: 5px;
}

.tel-reserve p {
  color: brown;
  font-weight: bold;
  margin-top: 20px;
}

.tel-reserve img {
margin: 0 auto;
}

.jyusyo {
  color: #666666;
  font-weight: 400;
}

.footer-tel {
  font-size: 25px;
}



  @media (max-width: 800px) {
    .gazou {
      background-image: url(../images/map222.jpg);
      height: 120px;
    }
.title h1 {
  font-size: 25px;
  padding-top: 65px;
}

.contact p {
  font-size: 16px;
}

.contact h2 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.map h2 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.jyusyo p {
  font-size: 14px;
}

.map .ifr {
  height: 300px;
}
  .map iframe {
    height: 300px;
    /* overflow: hidden; */
  }

  .contact {
    margin-bottom: 25px;
  }

  }