@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : rooms.css
 author     : Ability Consultant
 style info : お部屋
=================================================================== */
/* -----------------------------------------------------------
	rooms_pnav
----------------------------------------------------------- */
.rooms_pnav .pnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 960px;
}
.rooms_pnav .pnav li {
  text-align: center;
  margin-right: 1em;
  position: relative;
  width: 25%;
}
.rooms_pnav .pnav li:last-child {
  margin-right: 0;
}
.rooms_pnav .pnav li a {
  text-decoration: none;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  display: block;
  padding: 0;
  color: #000;
}
.rooms_pnav .pnav li a img {
  margin-bottom: 1em;
  width: 210px;
}
.rooms_pnav .pnav li a img:hover {
  opacity: 0.5;
  -webkit-transition: 1s;
  transition: 1s;
}
.rooms_pnav .pnav li a:after {
  content: '\f107';
  margin-left: .5em;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 124%;
  line-height: 1;
  font-family: FontAwesome;
}

.box_pnav .pnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 960px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.box_pnav .pnav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 2em 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@-webkit-keyframes slickDots {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes slickDots {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes flowMainimg {
  0% {
    -webkit-transform: translate(-49%, -50%);
    transform: translate(-49%, -50%);
  }
  100% {
    -webkit-transform: translate(-51%, -50%);
    transform: translate(-51%, -50%);
  }
}
@keyframes flowMainimg {
  0% {
    -webkit-transform: translate(-49%, -50%);
    transform: translate(-49%, -50%);
  }
  100% {
    -webkit-transform: translate(-51%, -50%);
    transform: translate(-51%, -50%);
  }
}
@-webkit-keyframes flowImg {
  0% {
    left: 0;
  }
  100% {
    left: -5%;
  }
}
@keyframes flowImg {
  0% {
    left: 0;
  }
  100% {
    left: -5%;
  }
}
@-webkit-keyframes flowBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -50px 0;
  }
}
@keyframes flowBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -50px 0;
  }
}
@-webkit-keyframes scrBorder {
  10% {
    height: 100%;
  }
  49.9% {
    height: 0;
    bottom: 0;
  }
  50% {
    bottom: 100%;
  }
  90% {
    height: 100%;
    bottom: 0;
  }
}
@keyframes scrBorder {
  10% {
    height: 100%;
  }
  49.9% {
    height: 0;
    bottom: 0;
  }
  50% {
    bottom: 100%;
  }
  90% {
    height: 100%;
    bottom: 0;
  }
}
/* -----------------------------------------------------------
	ページ全体背景
----------------------------------------------------------- */
#rt-service-hidden + div {
  overflow: hidden;
}

#abi_header #nav {
  padding-bottom: 30px;
}

#abi_header .con_header {
  z-index: 1;
}

/* -----------------------------------------------------------
	#con_mainimg_lower
----------------------------------------------------------- */
#con_mainimg_lower {
  background: url(../../rooms/images/img_main.jpg) #eee no-repeat;
  width: 950px;
  height: 167px;
}

#con_mainimg_lower::before {
  content: "お部屋";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box_ttlroom {
  padding-top: 90px;
  margin-bottom: 40px;
  text-align: center;
}

.box_txtroom {
  margin-top: 70px;
  margin-bottom: 40px;
  text-align: center;
}

.grp_room {
  position: relative;
}

.grp_first {
  background: url(../../rooms/images/bg1.jpg) repeat top left;
  padding-bottom: 150px;
  margin-top: 8em;
}
.grp_first:before {
  content: '';
  display: block;
  width: 33.75%;
  height: 41.66667%;
  position: absolute;
  background: url(../../rooms/images/dec_hana.png) no-repeat top left;
  background-size: contain;
  right: 0;
  top: 0;
}
.grp_first .box_txtroom {
  padding-bottom: 70px;
}

.grp_second {
  margin-top: 8em;
}
.grp_second:before {
  content: '';
  display: block;
  width: 33.75%;
  height: 41.66667%;
  position: absolute;
  background: url(../../rooms/images/dec_hana.png) no-repeat top left;
  background-size: contain;
  left: -20px;
  top: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.grp_last {
  padding-bottom: 110px;
  margin-top: 12em;
  border-top: 1px #eae9e7 solid;
}
.grp_last:before {
  content: '';
  display: block;
  width: 33.75%;
  height: 41.66667%;
  position: absolute;
  background: url(../../rooms/images/dec_hana.png) no-repeat top left;
  background-size: contain;
  right: 0;
  top: 0;
}

.con_roomstype .con_rooms:not(:first-of-type) {
  margin-top: 150px;
}

.con_rooms {
  position: relative;
  padding-top: 110px;
  margin-top: -110px;
}
.con_rooms .btns {
  position: absolute;
  bottom: -70px;
  left: 375px;
  margin-top: 40px;
}

.c1 {
  margin-right: 10px;
}

.box_fac {
  margin-top: 60px;
  margin-bottom: 110px;
}
.box_fac:before {
  content: '';
  display: block;
  width: 950px;
  height: 1px;
  position: absolute;
  background: #eae9e7;
  top: -1px;
}

.temp_pnav {
  background: #615b54;
}

.temp_pnav .pnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .temp_pnav .pnav {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: .5em 0;
  }

  .temp_pnav .pnav > * {
    width: 50%;
  }
}
.temp_pnav .pnav li {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .temp_pnav .pnav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print {
  .temp_pnav .pnav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.temp_pnav .pnav li a {
  color: #FFF !important;
  text-decoration: none;
  text-align: center;
  height: 100%;
  font-size: 92%;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 400ms;
  transition: background 400ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1200px) {
  .temp_pnav .pnav li a {
    padding: 1em 1.5em 2em;
    letter-spacing: .2em;
  }
}
@media print {
  .temp_pnav .pnav li a {
    padding: 1em 1.5em 2em;
    letter-spacing: .2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .temp_pnav .pnav li a {
    padding: .8em .5em 1.5em;
    font-size: 108%;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  .temp_pnav .pnav li a {
    text-decoration: none;
    padding: .3em .5em 1em;
    white-space: nowrap;
    font-size: 100%;
  }
}
.temp_pnav .pnav li a:after {
  content: '\f107';
  margin-left: .5em;
  position: absolute;
  bottom: .5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 124%;
  line-height: 1;
  font-family: FontAwesome;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .temp_pnav .pnav li a:after {
    bottom: .3em;
  }
}
@media only screen and (max-width: 767px) {
  .temp_pnav .pnav li a:after {
    font-size: 108%;
    bottom: 0;
  }
}
.temp_pnav .pnav li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_rooms .btns {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .btns {
    margin-top: 1.5em;
  }
}
.con_rooms .btns p {
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_rooms .btns p {
    width: 200px !important;
  }

  .con_rooms .btns p a {
    padding: 0.8em 1em !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .btns p {
    width: 100% !important;
    margin-bottom: .5em;
  }
}
.con_rooms .btns p.c1 {
  background: #FFF;
  width: 228px;
}

@media only screen and (max-width: 767px) {
  .con_rooms .btns p.c1 {
    width: 70%;
  }
}
.con_rooms .btns p.c1 a, .con_rooms .btns p.c1 span {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 100%;
  cursor: pointer;
  padding: 1em 3em;
  letter-spacing: .03em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: background 400ms, border-color 400ms, color 400ms, opacity 400ms;
  transition: background 400ms, border-color 400ms, color 400ms, opacity 400ms;
}

.con_rooms .btns p.c1 a:before, .con_rooms .btns p.c1 a:after, .con_rooms .btns p.c1 span:before, .con_rooms .btns p.c1 span:after {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: baseline;
}

.con_rooms .btns p.c1 a:after, .con_rooms .btns p.c1 span:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: .5em;
  display: inline-block;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  font-size: 116%;
}

.con_rooms .btns p.c1 span, .con_rooms .btns p.c1 a {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  padding: 1em 2em;
}

.con_rooms .btns p.c1 span:before, .con_rooms .btns p.c1 a:before {
  content: '';
  width: 6px;
  background: #ce7a19;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.con_rooms .btns p.c1 span:hover, .con_rooms .btns p.c1 a:hover {
  background: rgba(206, 122, 25, 0.2);
}

.con_rooms .btns p.c1 span:hover:after, .con_rooms .btns p.c1 a:hover:after {
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
}

.con_rooms .btns p.c1 a {
  border: 1px solid #edeae6;
  color: #000;
}

.con_rooms .btns p.c2 {
  background: #FFF;
  width: 228px;
}

@media only screen and (max-width: 767px) {
  .con_rooms .btns p.c2 {
    width: 70%;
  }
}
.con_rooms .btns p.c2 a, .con_rooms .btns p.c2 span {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 100%;
  cursor: pointer;
  padding: 1em 3em;
  letter-spacing: .03em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: background 400ms, border-color 400ms, color 400ms, opacity 400ms;
  transition: background 400ms, border-color 400ms, color 400ms, opacity 400ms;
}

.con_rooms .btns p.c2 a:before, .con_rooms .btns p.c2 a:after, .con_rooms .btns p.c2 span:before, .con_rooms .btns p.c2 span:after {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: baseline;
}

.con_rooms .btns p.c2 a:after, .con_rooms .btns p.c2 span:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: .5em;
  display: inline-block;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  font-size: 116%;
}

.con_rooms .btns p.c2 span, .con_rooms .btns p.c2 a {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  padding: 1em 2em;
}

.con_rooms .btns p.c2 span:before, .con_rooms .btns p.c2 a:before {
  content: '';
  width: 6px;
  background: #ce7a19;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.con_rooms .btns p.c2 span:hover, .con_rooms .btns p.c2 a:hover {
  background: rgba(206, 122, 25, 0.2);
}

.con_rooms .btns p.c2 span:hover:after, .con_rooms .btns p.c2 a:hover:after {
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
}

.con_rooms .btns p.c2 a {
  border: 1px solid #edeae6;
  color: #000;
}

.con_rooms .btns p.c2 a:before {
  display: none;
}
