@charset "UTF-8";

/******************************
common
******************************/

/******************************
pagesec-message
******************************/
.pagesec-message{
  padding-bottom: 0;
}
.pagesec-message .fimgbox img{
  box-shadow: 8px 8px #b9b2a8;
}
.pagesec-message .ftxtbox .name {
  font-size: 2rem;
  font-weight: 500;
  text-align: right;
}
.pagesec-message .ftxtbox .name span{
  font-size: 1.6rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-message .fimgbox {
    margin: 0 auto 3rem;
    width: 60%;
  }
  .pagesec-message .ftxtbox {
    margin: 0 auto;
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-message .fimgbox {
    width: 80%;
  }
  .pagesec-message .ftxtbox {
    width: 95%;
  }
}

/******************************
pagesec-summary
******************************/
.tblbox1{
  background: rgba(255,255,255,.6);
  padding: 2rem 2rem 4rem;
}
.map {
  margin-top: 4rem;
}
.map iframe{
  aspect-ratio: 4 / 1.1;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .map iframe{
    aspect-ratio: 1/1;
  }
}