/*! ========================================================================
===========================================================================

	style.css
	---------------------------
	// Last modified: 2020/09/16 14:03:21

===========================================================================
======================================================================== */



@media(max-width: 700px) {
  body {
    padding-top: 50px
  }
  body.overflow-hidden {
    overflow: hidden
  }
}

@media(min-width: 701px) {
  body.page--sub {
    padding-top: 100px
  }
}

.siteWrapper {
  overflow: hidden;
  min-width: 1080px;
  margin-right: auto;
  margin-left: auto
}

@media(max-width: 700px) {
  .siteWrapper {
    min-width: 0
  }
}

.l-inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px
}

@media(max-width: 700px) {
  .l-inner {
    max-width: 100%;
    padding-right: 5%;
    padding-left: 5%
  }
}

.l-inner.-full {
  max-width: 100%
}

.l-inner.-narrow {
  max-width: 800px
}

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

@media(max-width: 700px) {
  .globalNav {
    display: none
  }
}

.gNav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 100%
}

.gNav .navItem {
  font-size: 14px
}

@media(min-width: 701px) {
  .gNav .navItem {
    flex: 1 0 auto;
    text-align: center;
    line-height: 1.2
  }
}

@media(max-width: 700px) {
  .gNav .navItem {
    width: 50%
  }
}

.gNav .navItem a {
  display: flex;
  width: 100%;
  height: 40px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff
}

.gNav .navItem a:hover {
  background: #333;
  opacity: 1
}

.gNav .navItem.is-inactive a {
  pointer-events: none;
  opacity: .25
}

.gNav .navItem.is-new a {
  position: relative
}

@media(max-width: 700px) {
  .gNav .navItem.is-new a {
    border: 1px solid rgba(255, 255, 0, .5)
  }
}

.gNav .navItem.is-new a:after {
  content: "NEW";
  position: absolute;
  top: 100%;
  right: 1%;
  display: block;
  width: 98%;
  background: #ff0;
  font-size: 10px;
  text-align: center;
  letter-spacing: .5em;
  line-height: 1.1;
  color: #000;
  opacity: 1;
  -webkit-animation: 1s blinkOpacity 1s infinite alternate;
  animation: 1s blinkOpacity 1s infinite alternate
}

@-webkit-keyframes blinkOpacity {
  0% {
    opacity: 1
  }
  100% {
    opacity: .8
  }
}

@keyframes blinkOpacity {
  0% {
    opacity: 1
  }
  100% {
    opacity: .8
  }
}

@media(max-width: 700px) {
  .gNav .navItem.is-new a:after {
    top: 0
  }
}

.page--home .gNav .navItem.-home a, .page--concept .gNav .navItem.-concept a, .page--redevelopment .gNav .navItem.-redevelopment a, .page--access .gNav .navItem.-access a, .page--location .gNav .navItem.-location a, .page--design .gNav .navItem.-design a, .page--roomplan .gNav .navItem.-roomplan a, .page--luxurytime .gNav .navItem.-luxurytime a, .page--modelroom .gNav .navItem.-modelroom a, .page--gallery .gNav .navItem.-gallery a, .page--nextgeneration .gNav .navItem.-nextgeneration a, .page--equipment .gNav .navItem.-equipment a, .page--structure .gNav .navItem.-structure a {
  background: #fff;
  color: #000
}

@media(min-width: 701px) {
  .page--sub .gNav .navItem a {
    color: #000;
    background: #fff
  }
  .page--sub .gNav .navItem a:hover {
    background: #f2f2f2
  }
}

@media(min-width: 701px) {
  .page--sub.page--home .gNav .navItem.-home a, .page--sub.page--concept .gNav .navItem.-concept a, .page--sub.page--redevelopment .gNav .navItem.-redevelopment a, .page--sub.page--access .gNav .navItem.-access a, .page--sub.page--location .gNav .navItem.-location a, .page--sub.page--design .gNav .navItem.-design a, .page--sub.page--roomplan .gNav .navItem.-roomplan a, .page--sub.page--luxurytime .gNav .navItem.-luxurytime a, .page--sub.page--modelroom .gNav .navItem.-modelroom a, .page--sub.page--gallery .gNav .navItem.-gallery a, .page--sub.page--nextgeneration .gNav .navItem.-nextgeneration a, .page--sub.page--equipment .gNav .navItem.-equipment a, .page--sub.page--structure .gNav .navItem.-structure a {
    background: #e5e5e5;
    color: #000
  }
}

@media(max-width: 700px) {
  .utilityNav {
    display: none
  }
}

.uNav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 100%
}

.uNav .navItem {
  font-size: 14px
}

@media(min-width: 701px) {
  .uNav .navItem {
    margin-left: 5px;
    flex: 1 0 auto;
    font-size: 12px
  }
}

@media(max-width: 700px) {
  .uNav .navItem {
    width: 50%
  }
}

.uNav .navItem a {
  display: flex;
  width: 115px;
  height: 30px;
  border: 1px solid;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff
}

@media(min-width: 1180px) {
  .uNav .navItem a {
    width: 130px
  }
}

@media(max-width: 700px) {
  .uNav .navItem a {
    width: 100%;
    height: 40px
  }
}

.uNav .navItem a:hover {
  background: #333;
  opacity: 1
}

@media(min-width: 701px) {
  .page--sub .uNav .navItem:not(.-conv) a {
    color: #000
  }
  .page--sub .uNav .navItem:not(.-conv) a:hover {
    background: #e5e5e5
  }
}

.uNav .navItem.-mr_map {
  letter-spacing: -0.05em
}

@media(min-width: 701px) {
  .uNav .navItem.-conv {
    font-size: 14px
  }
}

.uNav .navItem.-request a {
  border: none;
  background: #c1272d;
  background: #c14b4c;
  background: linear-gradient(to right, #c14b4c 0%, #622627 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c14b4c", endColorstr="#622627", GradientType=1);
  position: relative;
  overflow: hidden;
  z-index: 2
}

.uNav .navItem.-request a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 200%;
  height: 200%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  transform: translate3d(-100%, 0, 0);
  -webkit-animation: shinyBtn 3s linear 1s infinite;
  animation: shinyBtn 3s linear 1s infinite
}

@-webkit-keyframes shinyBtn {
  0% {
    transform: translate3d(-100%, 0, 0)
  }
  30% {
    transform: translate3d(100%, 0, 0)
  }
  100% {
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes shinyBtn {
  0% {
    transform: translate3d(-100%, 0, 0)
  }
  30% {
    transform: translate3d(100%, 0, 0)
  }
  100% {
    transform: translate3d(100%, 0, 0)
  }
}

.uNav .navItem.-reserve a {
  border: none;
  background: #a67c52;
  background: #aa7b32;
  background: linear-gradient(to right, #aa7b32 0%, #573f19 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#aa7b32", endColorstr="#573f19", GradientType=1);
  position: relative;
  overflow: hidden;
  z-index: 2
}

.uNav .navItem.-reserve a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 200%;
  height: 200%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  transform: translate3d(-100%, 0, 0);
  -webkit-animation: shinyBtn 3s linear 1s infinite;
  animation: shinyBtn 3s linear 1s infinite
}

@keyframes shinyBtn {
  0% {
    transform: translate3d(-100%, 0, 0)
  }
  30% {
    transform: translate3d(100%, 0, 0)
  }
  100% {
    transform: translate3d(100%, 0, 0)
  }
}

@media(min-width: 701px) {
  .spMenuBtn {
    display: none
  }
}

@media(max-width: 700px) {
  .spMenuBtn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 64px;
    border-left: 1px solid #333;
    background-color: #000
  }
  .pointerevents .spMenuBtn:hover {
    opacity: 1
  }
}

.spMenuBtn .spMenuBtn__text {
  height: 100%;
  text-transform: uppercase;
  color: #900;
  display: none
}

.spMenuBtn .spMenuBtn__icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  width: 24px;
  height: 2px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  transition: .2s
}

.spMenuBtn .spMenuBtn__icon::before, .spMenuBtn .spMenuBtn__icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
  transition: .2s
}

.spMenuBtn .spMenuBtn__icon::before {
  bottom: 8px
}

.spMenuBtn .spMenuBtn__icon::after {
  top: 8px
}

.is-nav-shown .spMenuBtn {
  background-color: #333
}

.is-nav-shown .spMenuBtn .spMenuBtn__icon {
  background-color: rgba(255, 255, 255, 0)
}

.is-nav-shown .spMenuBtn .spMenuBtn__icon::before, .is-nav-shown .spMenuBtn .spMenuBtn__icon::after {
  background-color: #fff
}

.is-nav-shown .spMenuBtn .spMenuBtn__icon::before {
  bottom: 0;
  transform: rotate(45deg)
}

.is-nav-shown .spMenuBtn .spMenuBtn__icon::after {
  top: 0;
  transform: rotate(-45deg)
}

@media(min-width: 701px) {
  .mobileNav {
    display: none
  }
}

@media(max-width: 700px) {
  .mobileNav {
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 1000;
    height: 100%;
    width: 100%;
    padding: 5%;
    padding-bottom: 50px;
    visibility: hidden;
    overflow-y: auto;
    background-color: #000;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    transition: transform .4s 0s, visibility 0s .4s;
    transform: translateX(100%)
  }
}

.mobileNav .gNav .navItem a, .mobileNav .uNav .navItem a {
  height: 60px
}

.is-nav-shown .mobileNav {
  transform: translateX(0);
  visibility: visible;
  transition: transform .4s 0s, visibility 0s 0s;
  -webkit-overflow-scrolling: touch
}

.c-link {
  transition: .2s
}

.c-link:link {
  color: #333
}

.c-link:visited {
  color: #666
}

.c-link:hover {
  color: #7c2929;
  text-decoration: none
}

.c-link:active {
  color: #583535
}

.no-touch .c-link:hover {
  opacity: .6;
  filter: alpha(opacity=60)
}

.c-media {
  margin-bottom: 29px
}

.c-media__image {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.c-media__caption {
  display: block;
  padding-top: 4px;
  font-size: 10px;
  font-size: 1rem;
  text-align: right
}

.c-btn {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  background: #000;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem
}

.c-btn:link, .c-btn:visited {
  color: #fff
}

.pointerevents .c-btn:hover {
  opacity: 1;
  background-color: #78d900
}

.c-btn.-border {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff
}

.c-btn.-border:link, .c-btn.-border:visited {
  color: #fff
}

.pointerevents .c-btn.-border:hover {
  background-color: #fff;
  color: #000
}

.c-btn.-block {
  display: block
}

.c-btn.-conv {
  background-color: #c1272d;
  color: #333
}

.c-btn.-conv:link, .c-btn.-conv:visited {
  color: #333
}

.pointerevents .c-btn.-conv:hover {
  background-color: #571214;
  color: #fbecec
}

.c-table {
  width: 100%;
  margin-bottom: 29px;
  vertical-align: middle;
  text-align: left;
  font-size: 12px;
  line-height: 1.6
}

.c-table th, .c-table td {
  padding: 5px 10px;
  border-bottom: 1px solid #555
}

.c-table th {
  text-align: left;
  font-weight: bold
}

@media(max-width: 700px) {
  .c-table.-responsive th, .c-table.-responsive td {
    display: block
  }
  .c-table.-responsive th {
    border-bottom: none
  }
  .c-table.-responsive td {
    margin-bottom: .5em;
    padding-bottom: 1em;
    padding-left: 2em;
    border-bottom: none
  }
}

.c-breadcrumbs {
  padding: 1em 1em
}

.c-breadcrumbs__item {
  display: inline-block
}

.c-breadcrumbs__item:after {
  content: "＞";
  margin-left: .25em
}

.c-breadcrumbs__item:last-child:after {
  display: none
}

.p-heading {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.8
}

.p-heading.-lv1 {
  font-size: 28px;
  font-size: 2.8rem
}

@media(max-width: 700px) {
  .p-heading.-lv1 {
    font-size: 22px
  }
}

.p-heading.-lv2 {
  font-size: 20px;
  font-size: 2rem
}

.p-heading.-lv3 {
  font-size: 18px;
  font-size: 1.8rem
}

.p-heading.-lv4 {
  font-size: 16px;
  font-size: 1.6rem
}

.p-heading.-border {
  padding-bottom: .5em;
  border-bottom: 1px solid #333
}

.p-heading small, .p-heading .small {
  display: inline-block;
  font-size: 80%;
  opacity: .5
}

.p-lead {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2.4
}

@media(max-width: 700px) {
  .p-lead {
    font-size: 18px
  }
}

.p-lead.-border:after {
  content: "";
  display: block;
  width: 4em;
  height: 1px;
  margin: 1.5em auto;
  background: #333
}

.p-lead.-large {
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: .1em
}

@media(max-width: 700px) {
  .p-lead.-large {
    font-size: 22px
  }
}

.p-text {
  text-align: justify;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2
}

@media(max-width: 700px) {
  .p-text {
    font-size: 14px;
    font-size: 1.4rem
  }
}

.p-notes {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  text-align: justify
}

.p-btn {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 3px;
  color: #fff;
  background: #590;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem
}

.p-btn:link, .p-btn:visited {
  color: #fff
}

.no-touch .p-btn:hover {
  opacity: 1;
  background-color: #78d900
}

.p-btn.-border {
  border: 1px solid #590;
  background-color: #fff;
  color: #590
}

.p-btn.-border:link, .p-btn.-border:visited {
  color: #590
}

.no-touch .p-btn.-border:hover {
  background-color: #590;
  color: #d2ff99
}

.p-btn.-conv {
  background-color: #c1272d;
  color: #333
}

.p-btn.-conv:link, .p-btn.-conv:visited {
  color: #333
}

.no-touch .p-btn.-conv:hover {
  background-color: #571214;
  color: #fbecec
}

.pageNotesBlock {
  padding: 40px 0
}

.js-inview.-fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s ease .4s
}

.js-inview.-fadeInUp.is-inview {
  opacity: 1;
  transform: translateY(0)
}

.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all
}

.u-tac {
  text-align: center !important
}

.u-tal {
  text-align: left !important
}

.u-tar {
  text-align: right !important
}

.u-clear {
  clear: both !important
}

.u-clearfix:after {
  content: "";
  display: block;
  clear: both
}

.u-hidden {
  display: none !important
}

.u-visibility-hidden {
  visibility: hidden !important
}

.u-fl {
  float: left !important
}

.u-fr {
  float: right !important
}

@media(min-width: 701px) {
  .u-hidden-desktop {
    visibility: hidden !important;
    display: none !important
  }
}

@media(max-width: 700px) {
  .u-hidden-mobile {
    visibility: hidden !important;
    display: none !important
  }
}

.u-fz10 {
  font-size: 10px !important
}

.u-fz11 {
  font-size: 11px !important
}

.u-fz12 {
  font-size: 12px !important
}

.u-fz13 {
  font-size: 13px !important
}

.u-fz14 {
  font-size: 14px !important
}

.u-fz15 {
  font-size: 15px !important
}

.u-fz16 {
  font-size: 16px !important
}

.u-fz17 {
  font-size: 17px !important
}

.u-fz18 {
  font-size: 18px !important
}

.u-fz19 {
  font-size: 19px !important
}

.u-fz20 {
  font-size: 20px !important
}

.u-fz21 {
  font-size: 21px !important
}

.u-fz22 {
  font-size: 22px !important
}

.u-fz24 {
  font-size: 24px !important
}

.u-fz28 {
  font-size: 28px !important
}

.u-fz30 {
  font-size: 30px !important
}

.u-fz32 {
  font-size: 32px !important
}

.u-fz36 {
  font-size: 36px !important
}

.u-fz40 {
  font-size: 40px !important
}

.u-w-auto {
  width: auto !important
}

.u-w-0 {
  width: 0 !important
}

.u-w-05p {
  width: 5% !important
}

.u-w-10p {
  width: 10% !important
}

.u-w-15p {
  width: 15% !important
}

.u-w-20p {
  width: 20% !important
}

.u-w-25p {
  width: 25% !important
}

.u-w-30p {
  width: 30% !important
}

.u-w-35p {
  width: 35% !important
}

.u-w-40p {
  width: 40% !important
}

.u-w-45p {
  width: 45% !important
}

.u-w-50p {
  width: 50% !important
}

.u-w-55p {
  width: 55% !important
}

.u-w-60p {
  width: 60% !important
}

.u-w-65p {
  width: 65% !important
}

.u-w-70p {
  width: 70% !important
}

.u-w-75p {
  width: 75% !important
}

.u-w-80p {
  width: 80% !important
}

.u-w-85p {
  width: 85% !important
}

.u-w-90p {
  width: 90% !important
}

.u-w-95p {
  width: 95% !important
}

.u-w-100p {
  width: 100% !important
}

.u-mt-0 {
  margin-top: 0 !important
}

.u-pt-0 {
  padding-top: 0 !important
}

.u-mt-auto {
  margin-top: auto !important
}

.u-pt-auto {
  padding-top: auto !important
}

.u-mt-S {
  margin-top: 29px !important
}

.u-pt-S {
  padding-top: 29px !important
}

.u-mt-M {
  margin-top: 58px !important
}

.u-pt-M {
  padding-top: 58px !important
}

.u-mt-L {
  margin-top: 87px !important
}

.u-pt-L {
  padding-top: 87px !important
}

.u-mt-XL {
  margin-top: 116px !important
}

.u-pt-XL {
  padding-top: 116px !important
}

.u-mr-0 {
  margin-right: 0 !important
}

.u-pr-0 {
  padding-right: 0 !important
}

.u-mr-auto {
  margin-right: auto !important
}

.u-pr-auto {
  padding-right: auto !important
}

.u-mr-S {
  margin-right: 29px !important
}

.u-pr-S {
  padding-right: 29px !important
}

.u-mr-M {
  margin-right: 58px !important
}

.u-pr-M {
  padding-right: 58px !important
}

.u-mr-L {
  margin-right: 87px !important
}

.u-pr-L {
  padding-right: 87px !important
}

.u-mr-XL {
  margin-right: 116px !important
}

.u-pr-XL {
  padding-right: 116px !important
}

.u-mb-0 {
  margin-bottom: 0 !important
}

.u-pb-0 {
  padding-bottom: 0 !important
}

.u-mb-auto {
  margin-bottom: auto !important
}

.u-pb-auto {
  padding-bottom: auto !important
}

.u-mb-S {
  margin-bottom: 29px !important
}

.u-pb-S {
  padding-bottom: 29px !important
}

.u-mb-M {
  margin-bottom: 58px !important
}

.u-pb-M {
  padding-bottom: 58px !important
}

.u-mb-L {
  margin-bottom: 87px !important
}

.u-pb-L {
  padding-bottom: 87px !important
}

.u-mb-XL {
  margin-bottom: 116px !important
}

.u-pb-XL {
  padding-bottom: 116px !important
}

.u-ml-0 {
  margin-left: 0 !important
}

.u-pl-0 {
  padding-left: 0 !important
}

.u-ml-auto {
  margin-left: auto !important
}

.u-pl-auto {
  padding-left: auto !important
}

.u-ml-S {
  margin-left: 29px !important
}

.u-pl-S {
  padding-left: 29px !important
}

.u-ml-M {
  margin-left: 58px !important
}

.u-pl-M {
  padding-left: 58px !important
}

.u-ml-L {
  margin-left: 87px !important
}

.u-pl-L {
  padding-left: 87px !important
}

.u-ml-XL {
  margin-left: 116px !important
}

.u-pl-XL {
  padding-left: 116px !important
}