@charset "utf-8";

/** ***************************************************************************
 * お産のスタイル
 * ************************************************************************* */

/**
 * 紹介文
 */

#birth div.lead em[style="2"] {
  font-size: 1.22em;
}

/**
 * LDRルーム
 */

#birth-1 div.contents {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

@media screen and (min-width:768px) {

  #birth-1 div.contents {
    flex-direction: row;
  }

}

/* 内容 */

@media screen and (min-width:768px) {

  #birth-1 div.contents div.content {
    width: calc(50% + 200px);
    max-width: none;
    padding: 30px 60px 30px 0;
    flex-shrink: 0;
  }

}

/* 画像 */

#birth-1 div.contents div.image {
  margin-bottom: 25px;
  aspect-ratio: 888 / 478;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  order: -1;
}

@media screen and (min-width:768px) {

  #birth-1 div.contents div.image {
    max-width: none;
    width: calc(var(--innerWidth) / 2 - 200px);
    margin: unset;
    aspect-ratio: unset;
    border-radius: unset;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-shrink: 0;
    order: unset;
   }

}
