h1 {
  color: #08294d;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 36px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
h2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 60px;
  display: inline-block;
  background-color: #45688C;
  padding: 10px 20px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
dt {
  font-size: 18px;
  font-weight: 600;
  color: #800608;
  margin: 20px 0 10px;
}
.stay {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 10px 0 5px;
}
.staff {
  margin-bottom: 50px;
}
.staff img {
  float: left;
  width: 210px;
}
.staff dl {
  float: left;
  width: 300px;
  margin-left: 25px;
  margin-right: 25px;
}
.staff dt {
  margin: 0;
}
.staff dd:first-of-type {
  font-weight: 700;
  margin-bottom: 10px;
}
iframe {
  float: left;
  margin-top: 10px;
}


@media only screen and (max-width:640px) {
 
	.staff img {
  float: inherit;
  width: 100%;
}
.staff dl {
  float: inherit;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

iframe {
  float: inherit;
  margin-top: 10px;
	width: 100%;
}
}