/* FUNCTION */
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.on {
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.on:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 767px) {
  .on:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.background-contain {
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  background-size: contain;
}
.background-cover {
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.transition-no {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.icon-glyphicon--instagram:before {
  content: "\e913";
}
.icon-glyphicon--facebook:before {
  content: "\e914";
}
#globalfooter {
  margin: 0 auto;
  position: relative;
  max-width: 1600px;
  min-width: 1024px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #globalfooter {
    min-width: inherit;
  }
}
/* **************************************** footer information **************************************** */
.gf-info {
  margin: 0 auto;
  padding: 60px 0 60px;
  background-color: #474644;
  *zoom: 1;
}
.gf-info:before,
.gf-info:after {
  content: " ";
  display: table;
}
.gf-info:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .gf-info {
    padding: 38px 0 30px;
    background-color: #454240;
  }
}
.gf-info-inner {
  margin: 0 auto;
  position: relative;
  max-width: 980px;
}
@media screen and (max-width: 767px) {
  .gf-info-inner {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.gf-logo {
  margin: -3px 0 18px;
  width: 180px;
}
.gf-logo img {
  width: 100%;
}
.gf-address {
  font-size: 13px;
  font-size: 0.65rem;
  font-style: normal;
  line-height: 1.53846154;
  letter-spacing: .05em;
  color: #fff;
  margin: -0.23076923em 0 1.23076923em;
  -webkit-font-smoothing: antialiased;
}
.gf-address a {
  color: #fff;
}
.gf-address small {
  font-size: .9em;
  color: #aeaeae;
}
.gf-tel,
.gf-contact {
  line-height: 1;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  margin: auto;
  width: 330px;
  border: 1px #fff solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.gf-tel > a,
.gf-contact > a {
  font-size: 15px;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  padding: 21px 0 21px;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.gf-tel > a:hover,
.gf-contact > a:hover {
  border-color: #b7985b;
  background-color: #b7985b;
}
.gf-tel > a span,
.gf-contact > a span {
  display: inline-block;
  vertical-align: middle;
}
.gf-tel > a small,
.gf-contact > a small {
  font-size: .9em;
}
.gf-tel > a .label,
.gf-contact > a .label {
  font-size: 10px;
  font-size: 0.5rem;
  margin-right: 0.7em;
}
.gf-tel > a .telnumber,
.gf-contact > a .telnumber {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 15px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
}
.gf-tel > a .telnumber span,
.gf-contact > a .telnumber span {
  font-size: 18px;
  margin: -3px 5px 0 0;
  vertical-align: middle;
}
.gf-tel > a .telnumber a,
.gf-contact > a .telnumber a {
  color: #fff;
}
.gf-tel > a .time,
.gf-contact > a .time {
  margin: 0 0 0 2px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 11.25px;
  font-size: 0.5625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .gf-tel,
  .gf-contact {
    position: static;
    top: auto;
    left: auto;
    margin-top: 20px;
    width: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}
.gf-tel {
  left: 315px;
}
@media screen and (max-width: 767px) {
  .gf-tel {
    margin-top: 40px;
  }
}
.gf-contact {
  line-height: 1.25;
  left: 650px;
  text-align: center;
}
.gf-contact a {
  font-size: 13px;
  font-size: 0.65rem;
  padding: 14px 0 12px;
  letter-spacing: .05em;
}
.gf-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .gf-social {
    padding-bottom: 40px;
    border-bottom: 1px #6e6e6f solid;
  }
}
.gf-social__label {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 12px;
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-right: 12px;
  -webkit-font-smoothing: antialiased;
}
.gf-social-list {
  display: inline-flex;
}
.gf-social-list__item {
  font-size: 0;
  line-height: 0;
  padding: 0 6px;
}
.gf-social-list__item .icon-glyphicon--instagram,
.gf-social-list__item .icon-glyphicon--facebook {
  display: inline-block;
  vertical-align: top;
}
.gf-social-list__link {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}
.gf-social-list__link:hover {
  color: #e0e0e0;
}
/* **************************************** footer promo **************************************** */
.gf-risonare-promo {
  margin: 0 auto;
  padding: 60px 50px;
  background-color: #333231;
}
.gf-risonare-promo ul {
  margin: 0 auto;
  max-width: 1310px;
  *zoom: 1;
}
.gf-risonare-promo ul:before,
.gf-risonare-promo ul:after {
  content: " ";
  display: table;
}
.gf-risonare-promo ul:after {
  clear: both;
}
.gf-risonare-promo ul li {
  width: 25%;
  padding: 0 5px;
  float: left;
  box-sizing: border-box;
}
.gf-risonare-promo ul li a {
  position: relative;
  display: block;
  width: 100%;
}
.gf-risonare-promo ul li a:hover .promo-image {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.gf-risonare-promo ul li .promo-image {
  position: relative;
  height: 110px;
  margin: 0;
  background-color: #000;
  overflow: hidden;
  transition-duration: .3s;
}
.gf-risonare-promo ul li .promo-text {
  font-weight: 600;
  padding: 36px 0 1px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 2px;
  width: 100%;
  color: #fff;
  background: url(/rc/globalfooter/1.0/jp/images/ttl_risonare_atami.svg) no-repeat center top;
  font-size: 13px;
  font-size: 0.65rem;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
  -moz-background-size: auto 34px;
  -webkit-background-size: auto 34px;
  -o-background-size: auto 34px;
  -ms-background-size: auto 34px;
  background-size: auto 34px;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -moz-transform: translateY(-50%) translateZ(0);
  -o-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
}
.gf-risonare-promo ul li .promo-text h2 {
  line-height: 1;
}
.gf-risonare-promo ul li .promo-text > * .en {
  font-size: 10px;
  font-size: 0.5rem;
  font-weight: bold;
  letter-spacing: -0.025em;
}
.gf-risonare-promo ul li.yatsugatake .promo-text {
  background-image: url(/rc/globalfooter/1.0/jp/images/ttl_risonare_yatsugatake.svg);
}
.gf-risonare-promo ul li.tomamu .promo-text {
  background-image: url(/rc/globalfooter/1.0/jp/images/ttl_risonare_tomamu.svg);
}
.gf-risonare-promo ul li.kohamajima .promo-text {
  background-image: url(/rc/globalfooter/1.0/jp/images/ttl_risonare_kohamajima.svg);
}
.gf-risonare-promo ul li.nasu .promo-text {
  background-image: url(/rc/globalfooter/1.0/jp/images/ttl_risonare_nasu.svg);
}
.gf-risonare-promo ul li img {
  position: absolute;
  top: 0;
  right: -100%;
  left: -100%;
  margin: auto;
  width: auto;
  height: 100%;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.gf-risonare-promo ul li.atami img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.gf-risonare-promo ul li:last-of-type {
  margin-right: 0;
}
.home .gf-risonare-promo {
  display: none;
}
@media screen and (max-width: 1134px) {
  .gf-risonare-promo {
    padding-left: 0;
    padding-right: 0;
  }
  .gf-risonare-promo ul {
    max-width: 990px;
  }
}
@media screen and (max-width: 767px) {
  .gf-risonare-promo {
    padding: 25px 0;
  }
  .gf-risonare-promo ul {
    padding: 0 22px;
  }
  .gf-risonare-promo ul li {
    margin: 0 0 10px;
    width: 100%;
    padding: 0;
    float: none;
  }
  .gf-risonare-promo ul li a {
    width: auto;
  }
  .gf-risonare-promo ul li a .promo-image {
    height: auto;
  }
  .gf-risonare-promo ul li img {
    position: static;
    width: 100%;
    height: auto;
  }
  .gf-risonare-promo ul li:last-of-type {
    margin-bottom: 0;
  }
}
/* **************************************** footer navi **************************************** */
.gf-nav {
  margin: 0 auto;
  position: relative;
  max-width: 980px;
  font-size: 11px;
  font-size: 0.55rem;
}
@media screen and (max-width: 767px) {
  .gf-nav {
    margin: 0 auto;
    padding: 30px 0 15px;
    position: relative;
    font-size: 11px;
    font-size: 0.55rem;
  }
}
.gf-copyright {
  padding: 17px 2em 0 0;
  display: inline-block;
  color: #666;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .gf-copyright {
    padding: 0 22px 8px;
    display: block;
    font-size: 10px;
    font-size: 0.5rem;
  }
}
.gf-menu {
  display: inline-block;
  color: #989898;
}
.gf-menu ul li {
  display: inline-block;
}
.gf-menu ul li a {
  color: #989898;
  letter-spacing: .05em;
}
.gf-menu ul li a:hover {
  text-decoration: underline;
}
.gf-menu ul li:after {
  margin: 0 0.72727273em;
  content: "|";
}
.gf-menu ul li:last-of-type:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .gf-menu {
    margin: 0 22px;
    display: block;
  }
}
.gf-switch {
  position: absolute;
  top: 16px;
  right: 18px;
}
.gf-switch .widget-title {
  width: 70px;
  color: #fff;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 12px;
  font-size: 0.6rem;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.gf-switch .widget-title:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 767px) {
  .gf-switch .widget-title:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.gf-switch .widget-title span {
  padding: 0 12px 0 0;
  position: relative;
  display: block;
}
.gf-switch .widget-title span:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
}
.gf-switch ul {
  display: none;
}
@media screen and (max-width: 767px) {
  .gf-switch {
    margin: 0 0 25px;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
  }
  .gf-switch .widget-title {
    margin: 0 22px;
    border: 1px #fff solid;
    width: auto;
    height: 48px;
    line-height: 48px;
    text-align: center;
  }
  .gf-switch .widget-title span {
    display: inline-block;
  }
  .gf-switch .widget-title span:after {
    margin: -1.5px 0 0;
    top: 50%;
    right: 0;
  }
  .gf-switch ul {
    padding: 0 0;
    display: block;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 0;
    max-height: inherit;
    overflow: hidden;
    background-color: #000;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
  }
  .gf-switch ul li {
    margin: 0 22px;
    height: 49px;
    line-height: 49px;
  }
  .gf-switch ul li a,
  .gf-switch ul li span {
    display: block;
    color: #fff;
    background-color: #63615e;
    text-align: center;
  }
  .gf-switch ul li:firs-child a,
  .gf-switch ul li:firs-child .icl_lang_sel_current {
    font-size: 13px;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: .1em;
  }
  .gf-switch ul li:last-child {
    border-top: 2px #777572 solid;
  }
  .gf-switch ul li:last-child a,
  .gf-switch ul li:last-child .icl_lang_sel_current {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 12px;
    font-size: 0.6rem;
    font-weight: 400;
  }
  .gf-switch.gf-switch-open ul {
    padding-top: 30px;
    height: 100px;
  }
}
/* **************************************** footer logo **************************************** */
.gf-logo-bottom {
  margin: 14px auto 0;
  padding: 31px 0 34px;
  border-top: 2px #222 solid;
  max-width: 980px;
  text-align: center;
}
.gf-logo-bottom img {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .gf-logo-bottom {
    margin: 0;
    padding: 26px 0 28px;
  }
  .gf-logo-bottom img {
    width: 32%;
  }
}
