/* _setting CSS */
@keyframes stroke {
  0% {
    stroke-dashoffset: 1800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #sec1 {
    margin-bottom: 100px;
  }
  #sec1 .room_map {
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto 140px;
  }
  #sec1 .room_map .img {
    width: 540px;
    padding: 0 0 0 33px;
  }
  #sec1 .room_map .text {
    width: 430px;
    padding: 0 70px 0 0;
  }
  #sec1 .room_map .text ul {
    margin: 0 0 40px;
  }
  #sec1 .room_map .text ul li {
    border-bottom: 1px solid #ccc;
  }
  #sec1 .room_map .text ul li a {
    display: flex;
    align-items: center;
    padding: 15px 20px 15px 10px;
    font-size: 1.6rem;
  }
  #sec1 .room_map .text ul li a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin: 0 15px 0 0;
    border-radius: 100%;
    background: #8b6990;
    color: #fff;
    font-family: trajan-sans-pro, sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  #sec1 .room_map .text ul li a i {
    margin: 0 0 0 auto;
  }
  #sec1 .room_map .text table th,
#sec1 .room_map .text table td {
    padding: 4px 10px 4px 0;
  }
  #sec1 .room_map .text table th {
    width: 80px;
  }
  #sec1 .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #sec1 .list li {
    display: flex;
    flex-direction: column;
    width: 580px;
    margin: 0 0 100px;
  }
  #sec1 .list li .text {
    order: 2;
    padding: 0 10px;
  }
  #sec1 .list li .text h3 {
    margin: 0 0 5px;
    font-family: "Noto Serif JP", sans-serif;
    font-size: 2.6rem;
    font-weight: 200;
  }
  #sec1 .list li .text p {
    line-height: 2.2;
    letter-spacing: 0.03em;
  }
  #sec1 .list li .img {
    margin: 0 0 15px;
  }
  #sec1 .list .last {
    width: 100%;
  }
  #sec1 .list .last .text {
    padding: 0;
  }
  #sec1 .list .last .text h3 {
    font-size: 2.2rem;
  }
  #sec1 .list .last .img {
    display: flex;
    justify-content: space-between;
  }
  #sec1 .list .last .img img {
    width: 385px;
  }

  #sec2 {
    margin: 0 0 200px;
    padding: 100px 0;
    background: #f8f7f3;
  }
  #sec2 .text1 {
    position: absolute;
    top: 0;
    right: 55px;
    line-height: 1.8;
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
  #sec2 .inner {
    padding: 0 195px 0 0;
  }
  #sec2 .inner > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #sec2 .inner > div .text {
    width: 460px;
  }
  #sec2 .inner > div h3 {
    margin: 0 0 5px;
    font-size: 2.2rem;
  }
  #sec2 .inner > div p {
    line-height: 2.2;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
  #sec2 .inner .sec_1 {
    margin: 0 0 30px;
  }
  #sec2 .inner .sec_1 .text {
    order: 2;
  }

  #sec3 {
    margin-bottom: 165px;
  }
  #sec3 .list1 {
    margin: 0 0 160px;
  }
  #sec3 .list1 li {
    width: 345px;
  }
  #sec3 .list1 li span {
    display: block;
    padding: 10px;
    font-size: 2rem;
  }
  #sec3 .list1.jcc li {
    margin: 0 15px;
  }
  #sec3 table {
    margin: 0 0 75px;
  }
  #sec3 .notice {
    padding: 0 0 115px 60px;
    font-size: 1.4rem;
  }
  #sec3 .notice span {
    margin: 0 50px 0 0;
    color: #e17c20;
    font-size: 1.6rem;
  }
  #sec3 .list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sec3 .list2 li {
    width: 350px;
    margin: 0 0 15px;
  }

  #sec5 {
    width: 940px;
    margin: 0 auto 250px;
  }
  #sec5 h2 {
    margin: 0 0 20px;
    font-size: 2.8rem;
    text-align: center;
  }
  #sec5 .u_lw {
    display: block;
    margin: 0 auto 100px;
    stroke: #333333;
    stroke-width: 1px;
    animation: stroke 2s ease-in-out forwards;
  }
  #sec5 section {
    margin: 0 0 80px;
  }
  #sec5 section h3 {
    margin: 0 0 30px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    font-size: 2.2rem;
  }
  #sec5 section p {
    line-height: 2.2;
    font-size: 1.4rem;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
/* ////.min-width:751px | 751px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #sec1 {
    margin-bottom: 13.3333333333vw;
  }
  #sec1 .room_map {
    margin: 0 0 13.3333333333vw;
  }
  #sec1 .room_map .img {
    padding: 12vw 12.8vw 8vw 6.6666666667vw;
  }
  #sec1 .room_map .text {
    display: flex;
    flex-direction: column-reverse;
  }
  #sec1 .room_map .text ul {
    display: flex;
    flex-wrap: wrap;
  }
  #sec1 .room_map .text ul::after {
    content: "";
    width: 50%;
    border-bottom: 1px solid #ccc;
  }
  #sec1 .room_map .text ul li {
    width: 50%;
    border-bottom: 1px solid #ccc;
  }
  #sec1 .room_map .text ul li a {
    display: flex;
    align-items: center;
    padding: 3.3333333333vw 4vw 3.3333333333vw 0;
    font-size: 2.5rem;
  }
  #sec1 .room_map .text ul li a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    margin: 0 2.2666666667vw 0 0;
    border-radius: 100%;
    background: #8b6990;
    color: #fff;
    font-family: trajan-sans-pro, sans-serif;
    font-size: 2rem;
    letter-spacing: 0;
  }
  #sec1 .room_map .text ul li a i {
    margin: 0 0 0 auto;
  }
  #sec1 .room_map .text table {
    margin: 0 0 8vw;
  }
  #sec1 .room_map .text table th,
#sec1 .room_map .text table td {
    padding: 0.9333333333vw 0;
    font-size: 2.2rem;
  }
  #sec1 .room_map .text table th {
    width: 16vw;
  }
  #sec1 .list li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 0 17.3333333333vw;
  }
  #sec1 .list li .text {
    order: 2;
  }
  #sec1 .list li .text h3 {
    margin: 0 0 1.3333333333vw;
    font-family: "Noto Serif JP", sans-serif;
    font-size: 4.2rem;
    font-weight: 200;
  }
  #sec1 .list li .img {
    margin: 0 0 2.6666666667vw;
  }
  #sec1 .list .last {
    width: 100%;
  }
  #sec1 .list .last .text {
    padding: 0;
  }
  #sec1 .list .last .text h3 {
    font-size: 3.4rem;
  }
  #sec1 .list .last .img {
    margin: 0;
  }
  #sec1 .list .last .img img {
    margin: 0 0 8vw;
  }
  #sec1 .list .last .img img:last-child {
    margin: 0 0 5.3333333333vw;
  }

  #sec2 {
    position: relative;
    margin: 0 0 20vw;
    padding: 16.6666666667vw 0;
    background: #f8f7f3;
  }
  #sec2 .text1 {
    line-height: 1.8;
    margin: -4vw 0 50.6666666667vw;
    font-size: 3.8rem;
    writing-mode: inherit;
    letter-spacing: 0.05em;
  }
  #sec2 .img2 {
    position: absolute;
    top: 36.5333333333vw;
    left: 8vw;
    width: 84vw;
  }
  #sec2 .inner > div h3 {
    margin: 0 0 2vw;
    font-size: 3.6rem;
  }
  #sec2 .inner > div p {
    font-size: 2.4rem;
    letter-spacing: 0.02em;
  }
  #sec2 .inner .sec_1 {
    margin: 0 0 8.6666666667vw;
  }
  #sec2 .inner .sec_1 .img {
    width: 92vw;
    margin: 13.3333333333vw 0 0 -8vw;
  }

  #sec3 {
    margin-bottom: 20vw;
  }
  #sec3 .list1 {
    margin: 0 0 17.3333333333vw;
  }
  #sec3 .list1 li {
    margin: 0 0 6vw;
  }
  #sec3 .list1 li span {
    display: block;
    margin: 2.6666666667vw 0 0;
    font-size: 3.4rem;
  }
  #sec3 table {
    margin: 0 0 8vw;
  }
  #sec3 .notice {
    padding: 0 0 21.3333333333vw;
    font-size: 2.4rem;
  }
  #sec3 .notice span {
    display: block;
    margin: 0 0 1.3333333333vw;
    color: #e17c20;
    font-size: 3.6rem;
  }
  #sec3 .list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 97.3333333333vw;
    margin: 0 0 0 -6.6666666667vw;
  }
  #sec3 .list2 li {
    width: 48vw;
    margin: 0 0 1.3333333333vw;
  }

  #sec5 {
    padding: 0 8vw 13.3333333333vw;
  }
  #sec5 h2 {
    margin: 0 0 3.3333333333vw;
    font-size: 4.2rem;
    text-align: center;
  }
  #sec5 .u_lw {
    display: block;
    margin: 0 auto 9.3333333333vw;
    stroke: #333333;
    stroke-width: 1px;
    animation: stroke 2s ease-in-out forwards;
  }
  #sec5 section {
    margin: 0 0 12vw;
  }
  #sec5 section h3 {
    margin: 0 0 4.6666666667vw;
    padding: 0 0 1.3333333333vw;
    border-bottom: 1px solid #ccc;
    font-size: 3.8rem;
  }
  #sec5 section p .notice {
    display: block;
    padding: 2vw 0 0;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}

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