@import url(../css/common.css);

header {
  background-color: rgb(37, 76, 122, 0.7);
}

.setumei h2 {
  color: #fff;
  font-family: "BIZ UDPMincho";
  font-size: 30px;
  background-image: url(../img/introdction/titleback.png);
  background-repeat: no-repeat;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 16px;
  margin-bottom: 60px;
}

.setumei p {
  padding-bottom: 250px;
}

.sisetusetumei {
  padding-bottom: 177px;
}

.flex {
  display: flex;
  justify-content: left;
  gap: 179px;
  background-image: url(../img/introdction/maru.png);
  background-repeat: no-repeat;
  background-position: 1003px center;
}

.flex h2 {
  writing-mode: vertical-rl;
  font-size: 55px;
  font-family: "BIZ UDPMincho";

  border-left: 1px solid #212121;
  padding-left: 50px;
  height: 417.5px;
}

.flex p img {
  padding-bottom: 50px;
}

main .sisetusetumei {
  font-size: 24px;
  line-height: 45px;
}

.photoflex {
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 119px;
}

.photoflex figure img {
  padding-bottom: 25px;
}

.photoflex figcaption {
  font-size: 24px;
  text-align: center;
}

.relaxroom p a {
  text-align: center;
  font-size: 16px;
  background-color: #e2e0d5;
  background-image: url(../img/top/yajirushi.png);
  background-repeat: no-repeat;
  background-position: 165px 20px;
  display: block;
  max-width: fit-content;
  margin: 0 auto 300px auto;
  padding: 13px 53px 13px 26px;
  transition: 0.1s;
}

.relaxroom p a:hover {
  transform: translate(1.5px, 1.5px);
}

.flexcontents {
  max-width: 515px;
}

.massargeflex p img {
  flex-basis: 651px;
}

.massargeflex {
  display: flex;
  justify-content: center;
  gap: 37px;
}

.massargeflex h3 {
  font-family: "BIZ UDPMincho";
  font-size: 28px;
  padding-bottom: 33px;
  &::after {
    content: "";
    display: block;
    background-color: #000;
    max-width: 382px;
    margin: 13.5px 0 4.5px 0;
    height: 1px;
    border-radius: 1px;
  }
}

.massargeflex p {
  font-size: 20x;
  line-height: 40px;
}

.flexcontents p a {
  text-align: left;
  font-size: 16px;
  background-color: #e2e0d5;
  background-image: url(../img/top/yajirushi.png);
  background-repeat: no-repeat;
  background-position: 180px 25px;
  display: block;
  max-width: fit-content;
  margin: 44px auto 180px 0;
  padding: 7px 66px 7px 39px;
  transition: 0.1s;
}

.flexcontents p a:hover {
  transform: translate(1.5px, 1.5px);
}

.eigyoujikan {
  background-color: #ebedd3;
  padding: 11px 260px 11px 260px;
  text-align: center;
  line-height: 43px;
  margin-bottom: 116px;
  font-family: "BIZ UDPMincho";
  font-size: 21px;
}

.webyoyaku {
  text-align: center;
  padding-bottom: 229px;
}

.webyoyaku a {
  padding: 17px 70px 17px 60px;
  background-color: #254c7a;
  background-image: url(../img/contact/yajirushi.png);
  background-repeat: no-repeat;
  background-position: 160px 28px;
  color: #fff;
  transition: 0.1s;
}

.webyoyaku a:hover {
  opacity: 0.7;
}
