@import url(common.css);

/* tittle */
main h1 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 80px;
}
/* addres and map setting */
main section {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 100px;
}
main dl {
  text-align: left;
  line-height: 3;
  border-right: 2px solid black;
  padding-right: 25px;
  font-size: 18px;
}
main dl span {
  font-weight: bold;
}
/* maparea */
main h2,
main p iframe {
  width: 600px;
  margin-bottom: 10px;
  font-weight: bold;
}
/*
bigslidepicture */
main ul .image {
  width: 100%;
  text-align: left;
}

main ul .image img {
  width: 60%;
  margin-bottom: 20px;
}

/*
bigslidepicturebutton */
.flexbutton p img {
  cursor: pointer;
  border-radius: 70% 70%;
}
.flexbutton {
  width: 400px;
  display: flex;
  text-align: left;
  gap: 20px;
}
.flexbutton .left,
.flexbutton .right {
  width: 120px;
}

@media screen and (max-width: 1150px) {
  /* addres and map setting */
  main section {
    display: block;
    padding: 20px;
  }
  main dl {
    line-height: 2;
    border-right: none;
    border-bottom: 2px solid black;
    margin-bottom: 30px;
  }
  /* maparea */
  main h2,
  main p iframe {
    width: 100%;
  }
  /*
bigslidepicture */
  main ul .image {
    text-align: center;
    padding: 5px 20px;
  }
  main ul .image img {
    width: 100%;
    margin-bottom: 10px;
  }
  /*
bigslidepicturebutton */
  .flexbutton {
    width: 100%;
    padding: 0px 20px;
  }
  .flexbutton .left,
  .flexbutton .right {
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  /*
bigslidepicture */
  main ul .image {
    text-align: center;
    padding: 5px 20px;
  }

  main ul .image img {
    width: 100%;
    margin-bottom: 10px;
  }

  /*
bigslidepicturebutton */

  .flexbutton {
    width: 100%;
  }
  .flexbutton .left,
  .flexbutton .right {
    width: 150px;
  }
 main dl {
  text-align: left;
  /* line-height: 3; */
  border-right:unset;
  padding-right: 25px;
  font-size: 15px;
}
}
