@media screen and (min-width: 1051px) {
  .l-room__wrap {
    margin: 0 auto;
    padding: 100px 0 60px;
    max-width: 1050px;
    display: flex;
    justify-content: space-between;
    position: relative; }
  .l-contentsRoom {
    max-width: 720px; }
  .p-contentsRoom__title {
    font-size: 2.4rem;
    width: 500px;
    letter-spacing: 2px;
    border-bottom: 4px double #00a5e7; }
  .l-roomEnter,
  .l-roomRelax,
  .l-roomCare,
  .l-roomBtore,
  .l-roomfitting,
  .l-roomHygene {
    padding: 60px 20px 0;
    position: relative; }
  .p-roomPhoto__common {
    border-radius: 50%;
    width: 300px;
    height: 300px; }
  .p-roomText__common {
    font-size: .9rem;
    line-height: 1.5;
    letter-spacing: 2px;
    padding: 10px;
    border-radius: 8px;
    background-color: #ffedb3; }
  /* enter */
  .p-roomEnter__text {
    width: 650px;
    font-size: .9rem;
    line-height: 2;
    letter-spacing: 2px; }
  .p-roomEnter__photo {
    border-radius: 12px;
    width: 450px;
    margin-bottom: 30px; }
  /* relax */
  .p-roomRelax__listSun {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
  .p-roomRelax__sunPhoto {
    width: 200px;
    height: 200px;
    margin-right: 30px; }
  .p-roomRelax__text {
    width: 300px; }
  .p-roomRelax__listBed {
    display: flex;
    align-items: baseline;
    justify-content: flex-end; }
  .p-roomRelax__bedPhoto {
    width: 280px;
    height: 280px;
    margin-right: 30px; }
  .p-roomRelax__textBed {
    width: 300px; }
  /* care */
  .p-roomCare__list {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .p-roomCare__text {
    font-size: .9rem;
    width: 300px; }
  .p-roomCare__photo {
    width: 180px;
    height: 180px;
    margin-left: 30px; }
  /* Btore */
  .p-roomBtore__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    flex-wrap: wrap; }
  .p-roomBtore__list:last-of-type {
    justify-content: flex-end;
    margin-top: 30px; }
  .p-roomBtore__mashine {
    width: 180px;
    height: 180px; }
  .p-roomBtore__textMashine {
    width: 350px;
    margin-left: 30px; }
  .p-roomBtore__mashineRoom {
    width: 240px;
    height: 240px; }
  .p-roomBtore__text {
    width: 350px;
    margin-left: 30px; }
  /* fitting */
  .p-roomFitting__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 15%;
    margin-top: 20px; }
  .p-roomFitting__photo {
    width: 200px;
    height: 200px; }
  .p-roomFitting__text {
    margin-right: 30px; }
  /* sysgene */
  .p-roomHygene__list {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .p-roomHygene__photo {
    width: 180px;
    height: 180px; }
  .p-roomHygene__text {
    margin-left: 30px; }
  /* circle */
  .c-circle__room03 {
    width: 160px;
    height: 157px;
    top: 380px;
    left: -50px; }
  .c-circle__room04 {
    width: 95px;
    height: 100px;
    top: 48%;
    right: 30%; }
  .c-circle__room05 {
    width: 150px;
    height: 145px;
    right: -10%;
    top: 92%; } }

@media screen and (max-width: 1050px) {
  .l-room__wrap {
    margin: 0 auto;
    padding: 80px 0 60px;
    position: relative; }
  .l-contentsRoom {
    padding: 0 15px; }
  .p-roomBox {
    max-width: 800px;
    margin: 0 auto; }
  .p-contentsRoom__title {
    font-size: 2.4rem;
    width: 500px;
    letter-spacing: 2px;
    border-bottom: 4px double #00a5e7; }
  .l-roomEnter,
  .l-roomRelax,
  .l-roomCare,
  .l-roomBtore {
    padding: 50px 20px 0;
    position: relative; }
  .p-roomPhoto__common {
    border-radius: 50%;
    width: 300px;
    height: 300px; }
  .p-roomText__common {
    font-size: .9rem;
    line-height: 1.5;
    letter-spacing: 2px;
    padding: 10px;
    border-radius: 8px;
    background-color: #ffedb3; }
  /* enter */
  .p-roomEnter__text {
    width: 650px;
    font-size: .9rem;
    line-height: 2;
    letter-spacing: 2px; }
  .p-roomEnter__photo {
    border-radius: 12px;
    width: 450px;
    height: 300px;
    margin-bottom: 30px; }
  /* relax */
  .p-roomRelax__listSun {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
  .p-roomRelax__sunPhoto {
    width: 200px;
    height: 200px;
    margin-right: 30px; }
  .p-roomRelax__text {
    width: 300px; }
  .p-roomRelax__listBed {
    display: flex;
    align-items: baseline;
    justify-content: flex-end; }
  .p-roomRelax__bedPhoto {
    width: 280px;
    height: 280px;
    margin-right: 30px; }
  .p-roomRelax__textBed {
    width: 300px; }
  /* care */
  .p-roomCare__list {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .p-roomCare__text {
    font-size: .9rem;
    width: 300px; }
  .p-roomCare__photo {
    width: 180px;
    height: 180px;
    margin-left: 30px; }
  /* Btore */
  .p-roomBtore__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    flex-wrap: wrap; }
  .p-roomBtore__list:last-of-type {
    justify-content: flex-end;
    margin-top: 20px; }
  .p-roomBtore__mashine {
    width: 180px;
    height: 180px; }
  .p-roomBtore__textMashine {
    width: 350px;
    margin-left: 30px; }
  .p-roomBtore__mashineRoom {
    width: 240px;
    height: 240px; }
  .p-roomBtore__text {
    width: 350px;
    margin-left: 30px; }
  /* fitting */
  .l-roomFitting {
    padding: 0 20px;
    margin-right: 15%;
    margin-top: 20px; }
  .p-roomFitting__list {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .p-roomFitting__photo {
    width: 200px;
    height: 200px; }
  .p-roomFitting__text {
    margin-right: 30px; }
  /* sysgene */
  .l-roomHygene {
    padding: 0 20px; }
  .p-roomHygene__list {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .p-roomHygene__photo {
    width: 180px;
    height: 180px; }
  .p-roomHygene__text {
    margin-left: 30px; }
  /* circle */
  .c-circle__room03 {
    width: 160px;
    height: 157px;
    top: 380px;
    left: -50px; }
  .c-circle__room04 {
    width: 95px;
    height: 100px;
    top: 48%;
    right: 30%; }
  .c-circle__room05 {
    width: 150px;
    height: 145px;
    right: -10%;
    top: 92%; } }

@media screen and (max-width: 768px) {
  .l-room__wrap {
    margin: 0 auto;
    padding: 30px 0 20px;
    position: relative; }
  .l-contentsRoom {
    padding: 5px; }
  .p-roomBox {
    max-width: auto;
    margin: 0 auto; }
  .p-contentsRoom__title {
    font-size: 1.6rem;
    width: 60%;
    letter-spacing: 2px;
    border-bottom: 4px double #00a5e7; }
  .l-roomEnter,
  .l-roomRelax,
  .l-roomCare,
  .l-roomBtore,
  .l-roomFitting,
  .l-roomHygene {
    padding: 30px 0 0; }
  .p-roomPhoto__common {
    border-radius: 50%;
    width: 300px;
    height: 300px; }
  .p-roomText__common {
    font-size: .7rem;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 10px;
    border-radius: 8px;
    background-color: #ffedb3; }
  /* enter */
  .p-roomEnter__text {
    width: 99%;
    font-size: .8rem;
    line-height: 2;
    letter-spacing: 1px; }
  .p-roomEnter__photo {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    margin-bottom: 30px; }
  /* relax */
  .p-roomRelax__listSun {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
  .p-roomRelax__sunPhoto {
    width: 100px;
    height: 100px;
    margin-right: 10px; }
  .p-roomRelax__text {
    width: 185px; }
  .p-roomRelax__listBed {
    display: flex;
    align-items: baseline;
    justify-content: flex-end; }
  .p-roomRelax__bedPhoto {
    width: 160px;
    height: 160px;
    margin-right: 10px; }
  .p-roomRelax__textBed {
    width: auto; }
  /* care */
  .p-roomCare__list {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .p-roomCare__text {
    width: auto; }
  .p-roomCare__photo {
    width: 120px;
    height: 120px;
    margin-left: 30px; }
  /* Btore */
  .p-roomBtore__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    flex-wrap: wrap; }
  .p-roomBtore__list:last-of-type {
    justify-content: flex-end;
    margin-top: 20px; }
  .p-roomBtore__mashine {
    width: 100px;
    height: 100px; }
  .p-roomBtore__textMashine {
    width: 190px;
    margin-left: 10px; }
  .p-roomBtore__mashineRoom {
    width: 150px;
    height: 150px; }
  .p-roomBtore__text {
    width: 140px;
    margin-left: 10px; }
  /* fitting */
  .p-roomFitting__list {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .p-roomFitting__photo {
    width: 180px;
    height: 180px; }
  .p-roomFitting__text {
    margin-right: 10px; }
  .p-roomHygene__list {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .p-roomHygene__photo {
    width: 140px;
    height: 140px; }
  .p-roomHygene__text {
    margin-left: 10px; }
  /* circle */
  .c-circle__room03 {
    width: 120px;
    height: 120px;
    top: 380px;
    left: -50px; }
  .c-circle__room04 {
    width: 95px;
    height: 100px;
    top: 48%;
    right: -20px; }
  .c-circle__room05 {
    width: 75px;
    height: 75px;
    right: -5px;
    top: 92%; } }

/*# sourceMappingURL=room.css.map */
