@charset "UTF-8";
/* TEMP
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/*  */
/*  */
/* 1280 */
/* フルワイド */
.area_copy .ill {
  width: 7vw;
  right: 37%;
  bottom: 4vw;
}
@media all and (max-width: 1367px) {
  .area_copy .ill {
    right: 33%;
  }
}
@media all and (max-width: 896px) {
  .area_copy .ill {
    width: 80px;
    right: 18%;
    bottom: 0px;
  }
}

.area_list {
  background-color: #F4F2E9;
  padding: 0 0 5vw;
}
@media all and (max-width: 896px) {
  .area_list {
    padding: 0 20px 40px;
  }
}

.roomBlock {
  max-width: 980px;
  margin: auto;
}

.itsukiBlock {
  padding: 20px 0 30px;
  position: relative;
}

.roomBlock h2 {
  background-image: url(../../common/images/bg_body02.jpg);
  font-size: 2rem;
  line-height: 1.2em;
  padding: 8px;
}

.itsukiiMain {
  padding: 16px 0 0;
  line-height: 0em;
}

.itsukiSec {
  width: 100%;
  height: auto;
  top: 390px;
  padding: 16px 0 0;
  display: flex;
  justify-content: space-between;
  position: absolute;
}

.itsukiImg {
  width: 470px;
  height: auto;
  line-height: 0em;
  margin: 0 0 0 10px;
}

.itsukiTxt {
  width: 480px;
  height: auto;
  padding: 80px 0 0;
}

p {
  line-height: 1.4em;
  font-size: 1.3rem;
}

.queRoom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.itsukiRoom {
  background-image: url(../../common/images/bg_case.jpg);
  padding: 0 20px 10px;
  margin: 20px 0 0;
}

.itsuki_floor {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.itsuki_ttl {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 0;
}

.itsuki_ttl h2 {
  font-size: 1.8rem;
  line-height: 1em;
  background-image: none;
  padding: 4px 0 0;
}

.roomBox_f {
  background-image: url(../../common/images/bg_case.jpg);
  margin: 10px 0;
  width: 460px;
}

.itsuki_ttl .res a {
  border-radius: 6px;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1em;
  padding: 5px 40px 5px 45px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../../common/images/arrow02.png);
  background-position: 40px 10px;
  background-color: #6e793e;
  transition: all 0.5s;
}

.roomBox {
  background-image: url(../../common/images/bg_case.jpg);
  padding: 10px;
  margin: 20px 0 0;
  width: 480px;
}

.roomBoxImg {
  width: auto;
  height: auto;
  padding: 0 0 10px;
}

.roomBoxImg img {
  width: 100%;
  height: auto;
}

.roomBoxTxt {
  padding: 0px 0 0;
  display: flex;
  justify-content: space-between;
}

.roomTtl {
  display: flex;
}

.roomTtl h3 {
  font-size: 2.6rem;
  line-height: 1em;
}

.roomTtl h4 {
  padding: 11px 0 0 11px;
}

.roomBoxTxt ul {
  display: flex;
  justify-content: right;
  padding: 6px 0 0;
}

.roomBoxTxt li {
  margin: 0 0 0 10px;
}

.roomBoxTxt li a {
  border-radius: 6px;
  color: #FFF;
  font-size: 1.4rem;
  padding: 5px 7px 5px 15px;
  background-repeat: no-repeat;
  background-image: url(../../common/images/arrow02.png);
  background-position: 9px 12px;
}

.roomBoxTxt_ya {
  padding: 0 0 18px;
}

.roomBoxTxt_ya ul {
  display: flex;
  justify-content: center;
  padding: 18px 0 0;
}

.roomBoxTxt_ya li {
  margin: 0 0 0 10px;
}

.roomBoxTxt_ya li a {
  border-radius: 6px;
  color: #FFF;
  font-size: 1.4rem;
  padding: 5px 7px 5px 15px;
  background-repeat: no-repeat;
  background-image: url(../../common/images/arrow02.png);
  background-position: 9px 12px;
}

.res a {
  background-color: #6e793e;
  transition: all 0.5s;
}

.mov a {
  background-color: #945a17;
  transition: all 0.5s;
}

.res a:hover {
  background-color: #F89294;
  transition: all 0.5s;
}

.mov a:hover {
  background-color: #F89294;
  transition: all 0.5s;
}

.rotenBlock {
  padding: 60px 0 0;
}

.rotenBox {
  background-image: url(../../common/images/bg_case.jpg);
  padding: 10px;
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
}

.rotenImg {
  width: 560px;
  height: auto;
}

.rotenImg img {
  width: 100%;
  height: auto;
}

.rotenInfo {
  width: 389px;
  height: auto;
  padding: 3px 0 0;
}

.rotenTxt {
  border-top: #666 solid 1px;
  margin: 8px 0 0;
  padding: 8px 0 0;
}

.rotenTxt h4 {
  padding: 0 0 8px;
}

.rotenTxt p {
  line-height: 1.3em;
}

.rotenThumb {
  padding: 15px 0 0;
}

.rotenThumb ul {
  display: flex;
  justify-content: space-between;
}

.honkanBlock {
  padding: 60px 0 0;
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 896px) {
  .itsukiBlock {
    padding: 20px 0 0;
    position: relative;
  }
  .roomBlock h2 {
    background-image: url(../../common/images/bg_body02.jpg);
    font-size: 131%;
    line-height: 1.2em;
    padding: 8px;
  }
  .itsukiiMain {
    padding: 10px 0 0;
    line-height: 0em;
  }
  .itsukiiMain img {
    width: 100%;
    height: auto;
  }
  .itsukiSec {
    width: 100%;
    height: auto;
    top: auto;
    padding: 10px 0 0;
    display: block;
    position: relative;
  }
  .itsukiImg {
    width: auto;
    height: auto;
    line-height: 0em;
    margin: 0 0 0 0px;
  }
  .itsukiImg img {
    width: 100%;
    height: auto;
  }
  .itsukiTxt {
    width: auto;
    height: auto;
    padding: 10px 0 0;
  }
  .itsukiTxt p {
    line-height: 1.4em;
  }
  .itsukiRoom {
    display: block;
  }
  .roomBox {
    background-image: url(../../common/images/bg_case.jpg);
    padding: 10px;
    margin: 10px 0 0;
    width: auto;
  }
  .roomBoxImg {
    width: auto;
    height: auto;
    padding: 0 0 10px;
  }
  .roomBoxImg img {
    width: 100%;
    height: auto;
  }
  .roomBoxTxt {
    padding: 0px 0 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  .roomTtl {
    display: block;
  }
  .roomTtl h3 {
    font-size: 197%;
    line-height: 1.2em;
  }
  .roomTtl h4 {
    padding: 8px 0 0 0px;
    font-size: 93%;
  }
  .roomBoxTxt li {
    line-height: 1.4em;
    white-space: nowrap;
  }
  .roomBoxTxt li a {
    display: block;
    border-radius: 6px;
    color: #FFF;
    font-size: 93%;
    padding: 5px 7px 5px 15px;
    background-repeat: no-repeat;
    background-image: url(../../common/images/arrow02.png);
    background-position: 9px 12px;
  }
  .rotenBlock {
    padding: 30px 0 0;
  }
  .rotenBox {
    background-image: url(../../common/images/bg_case.jpg);
    padding: 10px;
    margin: 10px 0 0;
    display: block;
  }
  .rotenImg {
    width: auto;
    height: auto;
  }
  .rotenImg img {
    width: 100%;
    height: auto;
  }
  .rotenInfo {
    width: auto;
    height: auto;
    padding: 3px 0 0;
  }
  .rotenTxt {
    border-top: #666 solid 1px;
    margin: 8px 0 0;
    padding: 8px 0 0;
  }
  .rotenTxt h4 {
    padding: 0 0 8px;
  }
  .rotenTxt p {
    line-height: 1.4em;
  }
  .rotenThumb {
    padding: 15px 0 0;
  }
  .rotenThumb ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 0 0 5px;
  }
  .rotenThumb li {
    width: 49%;
    line-height: 0em;
  }
  .rotenThumb li img {
    width: 100%;
    height: auto;
  }
  .honkanBlock {
    padding: 0px 0 30px;
    display: block;
  }
  .honkanBox {
    padding: 30px 0 0;
  }
}