@charset "UTF-8";
/* method */
div.main.method .oisogi_box .info_box h3 {
  color: #00709E;
}
div.main.method section.room_gaiyo ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
div.main.method section.room_gaiyo ul li {
  height: 168px;
  display: table;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  div.main.method section.room_gaiyo ul li {
    height: auto;
    padding: 1em 0;
  }
}
div.main.method section.room_gaiyo ul li:first-child {
  color: #fff;
  background: #00709e;
  border: 1px solid #00709e;
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.main.method section.room_gaiyo ul li:first-child {
    width: 100%;
  }
}
div.main.method section.room_gaiyo ul li:last-child {
  width: 72%;
  background: rgba(0, 112, 158, 0.2);
  padding: 0 3em;
}
@media screen and (max-width: 768px) {
  div.main.method section.room_gaiyo ul li:last-child {
    width: 100%;
    padding: 1em 4%;
  }
}
div.main.method section.room_gaiyo ul li h2, div.main.method section.room_gaiyo ul li p {
  display: table-cell;
  vertical-align: middle;
}
div.main.method section.room_gaiyo ul li h2 {
  font-size: 21px;
}
div.main.method section.room_gaiyo ul li p {
  font-size: 16px;
}
div.main.method section.room_gaiyo ul li p span {
  font-size: 14px;
}
div.main.method section.room_gaiyo ul::after {
  content: "↓";
  color: #00709e;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  bottom: -46px;
  left: 106px;
}
@media screen and (max-width: 768px) {
  div.main.method section.room_gaiyo ul::after {
    display: inline-table;
    left: 0;
    right: 0;
    margin: auto;
  }
}
div.main.method section.room_gaiyo ul.bottom::after {
  content: none;
}

span.red {
  color: #cc0000;
}

section.announcement {
  background: rgba(249, 229, 229, 0.5019607843);
  padding: 0 0 1.5em;
}
section.announcement h3 {
  text-align: center;
  color: #a44444;
  background: #f9e5e5;
  padding: 0.5em;
  margin: 0 0 1em;
  font-size: 20px;
  font-weight: bold;
}
section.announcement p {
  max-width: 920px;
  width: calc(100% - 4.5rem);
  font-size: 16px;
  margin: 0 0 0 2em;
}
section.announcement p.red {
  color: #f00;
  font-weight: bold;
}/*# sourceMappingURL=method.css.map */