@charset "utf-8";
.cont h1 {
  background-image: url(../images/title.png);
}
#philosophy img {
  display: block;
  float: right;
  padding: 0 0 30px 30px;
}
#philosophy strong {
  font-weight: bold;
  font-size: 17px;
  padding-bottom: 15px;
  display: block;
  letter-spacing: 0.05em;
}
#message img {
  display: block;
  padding: 10px 0 30px 0;
}
#message .name {
  text-align: right;
}
table.info {
}
table.info tr {
  border-bottom: 1px solid #eeeeee;
}
table.info th, table.info td {
  padding-top: 16px;
  padding-bottom: 16px;
}
table.info th {
  width: 120px;
  border-radius: 0;
  background-color: #001c58;
  color: #FFF;
}
table.info td {
}
#map {
  height: 350px;
}

@media only screen and (max-width: 768px) {
.cont h1 {
  background-image: url(../images/title_sp.png);
}
#philosophy img {
  float: none;
  padding: 0 0 20px 0;
  width: 100%;
  padding-top: 40.29850746%;
  height: 0;
  overflow: hidden;
  background: url(../images/01_sp.jpg) no-repeat left top;
  background-size: 100%;
}
#message img {
  padding: 0 0 20px 0;
  width: 100%;
  padding-top: 44.77611940%;
  height: 0;
  overflow: hidden;
  background: url(../images/02_sp.jpg) no-repeat left top;
  background-size: 100%;
}
table.info th {
  width: 100px;
}
}
