@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
.mincho {
  font-family: "Noto Serif JP"; }

.softly:hover {
  -webkit-box-shadow: 0px 0px 8px 3px #ccc;
          box-shadow: 0px 0px 8px 3px #ccc; }
  .softly:hover a {
    color: #eb46a2; }

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto; }

.outerWidth {
  width: 1100px;
  margin-right: auto;
  margin-left: auto; }

.fullWidth {
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 1200px) {
  .fullWidth {
    width: 1200px; }
  .inrWidth {
    width: 1000px; } }

@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .fullWidth {
    width: 100%; }
  .outerWidth {
    width: 1100px; }
  .inrWidth {
    width: 1000px; } }

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .fullWidth {
    width: 90% !important; } }

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .outerWidth {
    width: 95% !important; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important; } }

@media screen and (max-width: 768px) {
  .inrWidth {
    width: 90%; }
  .outerWidth {
    width: 90% !important; }
  .fullWidth {
    width: 90% !important; } }

/* PC */
@media screen and (min-width: 769px) {
    .heading-col2__blk:first-of-type {
        width: 58%;
        margin-right: 3%;
    }
    .heading-col2__blk:last-of-type {
        width: 39%;
    }
  .heading-col2__blk:first-of-type p {
    font-size: 1.2rem; }
  .foruse dl:first-of-type {
    margin-bottom: 35px; }
  .foruse dl dd:nth-of-type(2) {
    margin-top: 15px; }
  .foruse dl dd:nth-of-type(n+2) span {
    /*color: #e4007f;*/
    padding-right: 10px; }
  .facility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .facility__blk {
      width: 30%;
      margin-bottom: 15px; }
      .facility__blk:not(:nth-of-type(3n)) {
        margin-right: 5%; }
      .facility__blk--img {
        margin-bottom: 10px; }
      .facility__blk--txt {
        font-weight: bold;
        text-align: center;
        line-height: 1.5; } }

/* SP */
@media screen and (max-width: 768px) {
  .heading-col2__blk:first-of-type p {
    font-size: 1.1rem; }
  .foruse dl:first-of-type {
    margin-bottom: 20px; }
  .foruse dl dd:nth-of-type(2) {
    margin-top: 10px; }
  .foruse dl dd:nth-of-type(n+2) span {
    /*color: #e4007f;*/
    padding-right: 10px; }
  .facility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .facility__blk {
      width: 47.5%;
      margin-bottom: 15px; }
      .facility__blk:not(:nth-of-type(2n)) {
        margin-right: 3%; }
      .facility__blk--img {
        margin-bottom: 5px; }
      .facility__blk--txt {
        font-weight: bold;
        text-align: center;
        line-height: 1.5; } }

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