@charset "UTF-8";

#under_main {
  background: url(../images/bg-overview.jpg) no-repeat center bottom 20% /cover;
}


/* =======================================================
* overview
* ======================================================= */
#overview {
  position: relative;
}
#overview table {
  margin-top: 30px;
}
#overview td, #overview th {
    padding-bottom: 10px;
    padding-top: 10px;
    height: 55px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    line-height: 1.8;
}
#overview th {
    width: 200px;
    font-weight: normal;
}
#overview td {
    width: 450px;
}
.overview_img {
  position: absolute;
  top: -30%;
  right: 0;
  width: 30%;
}

@media screen and (max-width:768px) {
  #overview td, #overview th {
    padding-bottom: 0px;
    vertical-align: middle;
  }
  #overview th {
    width: 35%;
  }
}

/* =======================================================
* phArea
* ======================================================= */
#phArea {
  position: relative;
}
#phArea .catch_left {
  width: 25%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 40px;
  padding-right: 20px;
  box-sizing: border-box;
}
#phArea .catch_left span {
  font-family: 'EB Garamond', serif;
  letter-spacing: .05em;
  font-size: 28px;
}
#phArea .catch_left .btnArea {
  -webkit-writing-mode: unset;
  -ms-writing-mode: unset;
  writing-mode: unset;
}
#phArea .catch_right {
  width: 75%;
}
@media screen and (max-width:768px) {
  #phArea .catch_left {
    width: 55%;
    font-size: 28px;
    padding-right: 0;
    line-height: 1.3;
    padding: 30px 0;
  }
  #phArea .catch_left span {
    font-size: 22px;
  }
  #phArea .catch_right {
    width: 90%;
    margin: 0 0 0 auto;
  }
}



/* =======================================================
* map
* ======================================================= */
#map iframe {
  width: 100%;
  height: 450px;
  filter: grayscale(100%);
}







