@charset "UTF-8";
/*==================================================================================
 headerContainer
==================================================================================*/
.headerContainer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  transition: top .3s;
  background: #fff;
}
.headerContentwrap {
  box-sizing: border-box;
  border-top: 4px solid var(--black-2);
  padding: 7px 30px 10px;
  display: flex;
  justify-content: center;
  font-family: var(--font-family-sans);
  font-feature-settings: normal;
}
.headerContent {
  width: 1180px;
  min-height: 50px;
}
.headerTitleContainer {
  display: flex;
  justify-content: flex-end;
  line-height: 1.6;
}
.headerRow {
  display: flex;
  align-items: center;
}
.headerNavbarContainer {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.headerLogo {
  width: auto;
  margin-right: 30px;
  cursor: pointer;
  max-width: 240px;
  margin-top: -8px;
}
.headerWelcomeTitle {
  font-size: 13px;
  line-height: 1.6;
  color: var(--black-2);
  margin-bottom: 6px;
}
.headerNavbarLeft {
  display: flex;
  align-items: center;
}
.headerNavbarLeftItem {
  color: var(--black-4);
  font-size: 13px;
  line-height: 1.6;
  padding: 0 24px;
  border-left: 1px solid var(--black-4);
  border-right: 1px solid var(--black-4);
  cursor: pointer;
}
.headerNavbarLeftItem a {
  color: var(--black-4);
}
.headerNavbarLeftItem:hover {
  text-decoration: underline;
}
.headerNavbarLeftItemNoBorder {
  border: none;
}
.headerNavbarRight {
flex: 1;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-self: flex-end;
}
.headerNavbarRightItem {
  margin-left: 20px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--black-4);
  text-decoration: underline;
  cursor: pointer;
}
.headerNavbarRightItem a {
  color: var(--black-4);
}
.headerNavbarRightItem:hover {
  text-decoration: none;
}
.headerMobileMenuContainer {
  display: none;
}
.headerMobileMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.headerMobileMenu > i {
  font-size: 25px !important;
  color: var(--black-2);
}
.headerIconButton {
  color: var(--black-4);
  margin-left: 16px;

  @media screen and (max-width: 786px) {
    margin-left: 0;
    margin-right: 10px;
  }
}
.headerIconButton:hover {
  cursor: pointer;
  opacity: 0.8;
}
.headerIconWithBadgeContainer {
  position: relative;
}
.headerIconWithBadge {
  background: var(--pink-2);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: var(--white);
  font-size: 8px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50%;
  right: -40%;
}
@media screen and (max-width: 1180px) {
  .headerNavbarLeftItem {
    padding: 0 1.5vw;
  }
}
@media screen and (max-width: 1080px) {
  .headerNavbarLeftItem {
    padding: 0 1vw;
  }
  .headerLogo {
    height: 30px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .headerContentwrap {
    min-width: auto;
    width: 100%;
    padding: 5px 12px 0px 12px;
  }
  .headerContent {
    width: 100%;
  }
  .headerRow {
    display: none;
  }
  .headerNavbarContainer {
    align-items: center;
  }
  .headerLogo {
    margin-right: 10px;
  }
  .headerWelcomeTitle {
    display: none;
  }
  .headerNavbarLeft {
    display: none;
  }
  .headerNavbarRight {
      display: none;
  }
  .headerMobileMenuContainer {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    cursor: pointer;
    align-items: center;
    margin: 10px 0;
  }
}
.socialMediaContainer {
  display: flex;
}
.socialMediaTwitterButton {
  margin-right: 15px;
}
.socialMediaTwitterButton img {
  margin-top: 1px;
}
.socialMediaInstagramButton {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.socialMediaYoutubeButton {
  margin-left: 10px;
  line-height: 15px;
}
.socialMediaYoutubeButton > img {
  height: 15px;
}
.socialMediaDropdownIcon {
  color: var(--black-2);
  margin-left: 3px;
  font-size: 14px;
}
.socialMediaDropdownMenu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 0;
  z-index: 102;
  margin-top: 25px;
  width: 135px;
  padding: 5px 0px;
  border: 1px solid var(--gray-1);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.25rem;
  overflow-y: auto;
  background: var(--white);
}
.socialMediaInstagramLink {
  color: var(--black-2);
  padding: 10px 12.5px;
  font-size: 12px;
  text-decoration: none;
}
.socialMediaInstagramLink:hover {
  background: var(--gray-2);
  text-decoration: underline;
}
.languageSelectorContainer {
  display: flex;
  align-items: center;
  margin-left: 20px;
  width: 106px;
  cursor: pointer;
  position: relative;
}
.languageSelectorIcon {
  height: 16px;
  width: 16px;
  margin-right: 6px;
}
.languageSelectorLabel {
  font-size: 13px;
  line-height: 1.6;
  color: #4c4c4c;
  width: 80px;
}
.languageSelectorDropdownIcon {
  font-size: 15px;
  color: #4c4c4c;
}
.languageSelector {
  display: none;
  position: absolute;
  top: 25px;
  z-index: 102;
  left: 0;
  right: 0;
}
.languageSelectorItem {
  font-size: 13px;
  line-height: 1.4;
  color: var(--white);
  padding: 5px 10px;
  background: var(--black-4);
  border-bottom: 0.5px solid #888;
}
.languageSelectorItem:last-child {
  border-bottom: none;
}
.languageSelectorItem:hover {
  text-decoration: underline;
  background: var(--black-2);
}
.languageSelectorMobileWrapper {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.sp-navigation {
  display: none;
  background-color: #fff;
  color: #666666;
  right: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  min-height: 100vh;
  max-height: 100vh;
  width: 260px;
  z-index: 1000;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -ms-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}

@-webkit-keyframes slideIn {
  0% {
    transform: translateX(260px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes slideIn {
  0% {
    transform: translateX(260px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(260px);
  }
  100% {
    transform: translateX(0);
  }
}

.sp-navigation-slide-in {
  -webkit-animation: slideIn 0.5s forwards;
  -moz-animation: slideIn 0.5s forwards;
  animation: slideIn 0.5s forwards;
}

@-webkit-keyframes slideOut {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(260px);
  }
}
@-moz-keyframes slideOut {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(260px);
  }
}
@keyframes slideOut {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(260px);
  }
}

.sp-navigation-slide-out {
  -webkit-animation: slideOut 0.3s forwards;
  -moz-animation: slideOut 0.3s forwards;
  animation: slideOut 0.3s forwards;
}

@media (min-width: 1025px) {
  .sp-navigation {
    display: none !important;
  }
}

.sp-navigation .sp-navigation-container {
  position: relative;
  font-size: 13px;
  padding: 14px 0;
  max-height: 100vh;
  /* max-height: calc(var(--vh, 1vh) * 100); */
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: scroll;
}
.sp-navigation .sp-navigation-container::-webkit-scrollbar {
    display: none;
  }
.sp-navigation a {
  color: #666666;
}
.sp-navigation a:hover {
  text-decoration: none;
}
.sp-navigation .sp-navigation-close {
  position: absolute;
  right: 8px;
  top: 10px;
  z-index: 1;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -ms-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  border: none;
}
.sp-navigation .sp-navigation-close .close-btn {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 30px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.sp-navigation .sp-navigation-close .close-btn span {
  display: inline-block;
  background-color: #666666;
  height: 5px;
  position: absolute;
  width: 22px;
  border-radius: 10px;
}
.sp-navigation .sp-navigation-close .close-btn span:nth-of-type(1) {
  left: 4px;
  top: 15px;
  transform: rotate(-45deg);
}
.sp-navigation .sp-navigation-close .close-btn span:nth-of-type(2) {
  left: 4px;
  top: 15px;
  transform: rotate(45deg);
}
.sp-navigation .sp-navigation-contents .nav-btn-list {
  padding: 0 15px;
  list-style-type: none;
}
.sp-navigation .sp-navigation-contents .nav-btn-list .nav-item {
  margin-bottom: 12px;
}
.sp-navigation .sp-navigation-contents .nav-btn-list .nav-item.nav-item__register {
  margin-bottom: 27px;
}
.sp-navigation .sp-navigation-contents .nav-btn-list .nav-item .nav-link {
  color: #666666;
  display: block;
  text-align: center;
  padding: 15px 13px;
  line-height: 1.4;
  border-radius: 50px;
  cursor: pointer;
}
.sp-navigation
  .sp-navigation-contents
  .nav-btn-list
  .nav-item__login
  .nav-link {
  border: 1px solid #666666;
  background-color: #666666;
  color: #fff;
}
.sp-navigation
.sp-navigation-contents
.nav-btn-list
.nav-item__logout
.nav-link {
  border: 1px solid #cdced0;
  background-color: #f5f5f5;
  color: #666666;
}
.sp-navigation
  .sp-navigation-contents
  .nav-btn-list
  .nav-item__register
  .nav-link {
  border: 1px solid #666666;
}
.sp-navigation
  .sp-navigation-contents
  .nav-btn-list
  .nav-item__mypage
  .nav-link {
  border: 1px solid #666666;
}
.sp-navigation .sp-navigation-contents .nav-btn-list .nav-item__edit .nav-link {
  color: #666666;
  text-decoration: underline;
  padding: 8px;
  border-radius: 0;
}
.sp-navigation .sp-navigation-contents .nav-text-list {
  border-top: 1px solid #cdced0;
  margin: 30px 0 35px;
  list-style-type: none;
  padding-left: 0;
}
.sp-navigation .sp-navigation-contents .nav-text-list .nav-item {
  border-bottom: 1px solid #cdced0;
}
.sp-navigation .sp-navigation-contents .nav-text-list .nav-item .nav-link {
  color: #666666;
  display: flex;
  align-items: center;
  padding: 15.5px 18px 15.5px 15px;
}
.sp-navigation
.sp-navigation-contents
.nav-text-list
.nav-item
.nav-link
.link-text {
  flex: 1;
  margin-right: auto;
}
.sp-navigation .sp-navigation-contents .nav-text-list .nav-item .nav-link .fa {
  color: #666666;
  font-size: 140%;
  margin-left: auto;
}
.sp-navigation .sp-navigation-contents .user-welcome {
  text-align: center;
  margin: 20px 0;
  line-height: 1.6;
}
.sp-navigation .sp-navigation-contents .sp-navigation-sns {
  margin-top: 30px;
}
.sp-navigation .sp-navigation-contents .sp-navigation-sns .sns-list li {
  min-width: 160px;
  margin-bottom: 21px;
}
.sp-navigation .sp-navigation-contents .sp-navigation-sns .sns-list li a {
  display: flex;
  align-items: center;
  width: 100%;
}
.sp-navigation
.sp-navigation-contents
.sp-navigation-sns
.sns-list
li
a
.link-icon {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-navigation
.sp-navigation-contents
.sp-navigation-sns
.sns-list
li:last-child
a
.link-icon
img {
  height: 15px;
  width: auto;
}
.sp-navigation
.sp-navigation-contents
.sp-navigation-sns
.sns-list
li
a
.link-text {
  display: block;
  white-space: nowrap;
}
.is-spnav-open .sp-navigation {
  transform: translateX(0);
}
.languageSelectorIcon {
  height: 16px;
  width: 16px;
  margin-right: 6px;
}

.languageSelectorLabel {
  font-size: 13px;
  color: #4c4c4c;
  width: 80px;
}

.languageSelectorDropdownIcon {
  font-size: 15px;
  color: #4c4c4c;
}

.languageSelectorItem {
  font-size: 13px;
  color: var(--white);
  padding: 5px 10px;
  background: var(--black-4);
  border-bottom: 0.5px solid #888;
}

.languageSelectorItem:last-child {
  border-bottom: none;
}

.languageSelectorItem:hover {
  text-decoration: underline;
  background: var(--black-2);
}

.languageSelectorMobileWrapper {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

/*==================================================================================
 footerContainer
==================================================================================*/
.footerContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0px;
  padding: 16px 0px;
  background: var(--black-2);
  min-width: 1180px;
  font-feature-settings: normal;
}
/* .footerContentWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--white);
}
.footerContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1180px;
  padding: 0px 25px;
  padding-bottom: 16px;
  box-sizing: border-box;
}
.footerGridNavbar {
  display: none;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.footerGridNavbarItem {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff29;
  padding: 12px;
  color: var(--white);
  font-size: 13px;
  cursor: pointer;
  line-height: 1.6;
}
.footerExpandButton {
  cursor: pointer;
  margin-bottom: 8px;
}
.footerExpandButton > i {
  font-size: 25px !important;
  color: var(--white);
}
.footerNavbar {
  display: flex;
  align-items: center;
}
.footerNavbarItem {
  font-size: 12px;
  line-height: 1.7;
  color: var(--white);
  padding: 0px 20px;
  cursor: pointer;
}
.footerNavbarItem:hover {
  text-decoration: underline;
}
.footerBorderLeft {
  border-left: 0.5px solid var(--white);
}*/
.footerExpandContent {
  display: flex;
  justify-content: center;
  width: 1180px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.footerExpandColumnTitle {
  font-size: 22px;
  line-height: 1.6;
  color: var(--white);
}
.footerExpandColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.footerMiddleBorder {
  border-right: 1px solid var(--white);

  @media screen and (max-width: 786px) {
    border-right: 0;
  }
}
.footerExpandColumnContent {
  display: flex;
  width: 100%;

  @media screen and (max-width: 786px) {
    flex-direction: column;
  }
}
.footerColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 786px) {
  .footerColumn:first-child {
    border-top: none;
  }
}
.footerColumnDataTitle {
  font-size: 10px;
  color: #fff;
  margin: 0;
  margin-bottom: 8px;
}
.footerColumnHeader {
  display: flex;
}
.footerMobileExpandButton {
  display: none;
}
.footerMobileExpandButton > img {
  height: 13px;
  width: 13px;
}
.footerImageContainer {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  cursor: pointer;
}
.footerImageContainer > img {
  height: 50px;
  width: 144px;
  object-fit: contain;
}
.footerImageContainer:hover {
  opacity: 0.8;
}
.footerImageContainerCenter {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  cursor: pointer;
}
.footerImageContainerCenter:hover {
  opacity: 0.8;
}
.footerItemContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.footerLink,
.footerLinkBottom {
  color: var(--white);
  font-size: 13px;
  text-decoration: none;
  margin-bottom: 2px;
  line-height: 1.6;
}
.footerLink:hover,
.footerLinkBottom:hover {
  text-decoration: underline;
}
.footerLinkDisabled {
  color: var(--gray-4);
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
  margin-bottom: 2px;
  cursor: not-allowed;
}
.footerLogoSpacer {
  display: flex;
  align-items: center;
  justify-content: center;
  /*width: 1080px;*/
  padding-top: 24px;
}
.footerLogoTitle img {
  margin: 0 32px;
}
@media screen and (max-width: 786px) {
  .footerLogoTitle img {
    width: 70px;
    height: 72px;
    margin: 0 10px;
  }
}
.footerLine {
  flex: 1;
  height: 1px;
  background-color: var(--white);
}
.footerExpandContentFooter {
  padding-top: 30px;
  border-top: 1px solid var(--white);
  width: 1080px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerRow {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.footerRow img {
  height: 35px;
}
.footerFlexMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1080px;
  padding-top: 50px;
  border-top: 1px solid var(--white);
  margin-top: 30px;
  margin-bottom: 10px;
  box-sizing: border-box;
  gap: 0px 40px;

  @media screen and (max-width: 786px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    width: 100%;
    padding-top: 50px;
    margin-top: 30px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.footerFlexMenu > .footerLink {
  font-size: 13px;
  color: var(--white);
  cursor: pointer;
  min-width: 0px;
  text-align: center;
  margin-bottom: 20px;

  @media screen and (max-width: 786px) {
    text-align: left;
    min-width: 0;
    font-size: 12px;
    margin-bottom: 0px;
  }
}
.footerCopyRight {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: var(--white);
}
.footerLogo {
  padding: 15px;
  background: var(--white);
  display: flex;
  justify-content: center;
}
.footerLogo > img {
  height: 50px;
  width: auto;
  cursor: pointer;
}
@media screen and (max-width: 1180px) {
  .footerContainer {
    min-width: unset;
  }
  /*.footerContent,*/
  .footerExpandContent,
  .footerExpandContentFooter,
  .footerFlexMenu {
    width: 100vw;
  }
}
@media screen and (max-width: 786px) {
  .footerContainer {
    min-width: auto;
    width: 100%;
    margin-top: 0px;
  }
  /*.footerContent {
    width: 100%;
    flex-direction: column;
  }
  .footerNavbar {
    display: none;
  }
  .footerGridNavbar {
    display: grid;
  }*/
  .footerExpandContent {
    flex-direction: row;
    gap: 24px;
    padding-bottom: 0;
    width: 100vw;
    padding: 0px 10px;
  }
  .footerExpandContentFooter {
    width: 100%;
    border-top: unset;
  }
  .footerExpandColumn {
    width: 100%;
  }
  /*.footerExpandColumn:nth-child(2) {
    padding-top: 30px;
    border-top: 1px solid var(--white);
  }*/
  .footerColumn {
    width: 100%;
    height: fit-content;
    padding: 12px;
    justify-content: flex-start;
    border-top: 1px solid #fff;
  }
  .footerMobileExpandButton {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
  }
  .footerImageContainer,
  .footerImageContainer > img {
    height: 40px;
    width: 100px;
    object-fit: contain;
  }
  .footerColumnBorderSP {
    border-bottom: 1px solid #fff;
  }
  .footerImageContainerCenter {
    width: 40vw;
  }
  .footerColumnData {
    width: 100%;
  }
  .footerItemContainer {
    display: none;
    flex-direction: column;
  }
  .footerLink {
    line-height: 24px;
  }
  /*.footerLink:not(:last-child)::after {
    content: "/";
    padding-left: 10px;
  }*/
  .footerLink:hover {
    text-decoration: none;
  }
}

.footerFixingButtons {
  display: flex;
  position: fixed;
  right: 0;
  bottom: -1px;
  left: 0;
  font-size: 12px;
  font-weight: bold;
  z-index: 101;
  background: #DADADA;
}
@media (min-width: 1025px) {
  .footerFixingButtons {
    display: none;
  }
}
.footerFixingButtons li {
  flex: 0 0 25%;
  box-sizing: border-box;
}
.footerFixingButtons li.reserveButton {
  flex-grow: 1;
}
.footerFixingButtons.footerFixingButtons--two li:first-child {
  flex: 0 0 70%;
}
.footerFixingButtons.footerFixingButtons--two li:last-child {
  flex: 0 0 30%;
}
.footerFixingButtons.footerFixingButtons--no-spa-yoyaaku li {
  flex: 0 0 50%;
}
/* 大浴場なし（野乃福井、四日市）: 宿泊予約50% + アクセス25% + MENU25% */
.footerFixingButtons.footerFixingButtons--no-spa li.reserveButton {
  flex: 0 0 50%;
}
.footerFixingButtons.footerFixingButtons--no-spa li:nth-child(2) a:before {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-pin03.svg");
}
#staging .footerFixingButtons.footerFixingButtons--no-spa li:nth-child(2) a:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-pin03.svg");
}
#develop .footerFixingButtons.footerFixingButtons--no-spa li:nth-child(2) a:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-pin03.svg");
}
/* 大浴場なし,予約なし（千歳）: アクセス50% + MENU50% */
.footerFixingButtons.footerFixingButtons--no-spa-yoyaaku li.reserveButton {
  flex: 0 0 100%;
}
.footerFixingButtons.footerFixingButtons--no-spa-yoyaaku li:nth-child(2) a:before {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-pin03.svg");
}
#staging .footerFixingButtons.footerFixingButtons--no-spa-yoyaaku li:nth-child(2) a:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-pin03.svg");
}
#develop .footerFixingButtons.footerFixingButtons--no-spa-yoyaaku li:nth-child(2) a:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-pin03.svg");
}
.footerFixingButtons.footerFixingButtons--three {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.footerFixingButtons.footerFixingButtons--three.is-visible {
  opacity: 1;
  visibility: visible;
}
.footerFixingButtons li:not(:last-child) {
  border-right: 1px solid #DADADA;
}
.footerFixingButtons li:first-child a {
  color: #fff;
  font-size: 16px;
  background: #B29259;
}
.footerFixingButtons.footerFixingButtons--no-spa-yoyaaku li:first-child a {
  color: #2B4571;
  font-size: 12px;
  background: #E3E3E3;
}
.footerFixingButtons li:nth-child(2) a:before {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-spa04.svg");
}
#staging .footerFixingButtons li:nth-child(2) a:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-spa04.svg");
}
#develop .footerFixingButtons li:nth-child(2) a:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-spa04.svg");
}
.footerFixingButtons li.telIcon a:before {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-phone.svg");
}
#staging .footerFixingButtons li.telIcon a:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-phone.svg");
}
#develop .footerFixingButtons li.telIcon a:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-phone.svg");
}
.footerFixingButtons li:nth-child(3) a:before {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-pin03.svg");
}
#staging .footerFixingButtons li:nth-child(3) a:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-pin03.svg");
}
#develop .footerFixingButtons li:nth-child(3) a:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-pin03.svg");
}
.footerFixingButtons li:last-child.open a {
  color: #fff;
  background: #2B4571;
}
.footerFixingButtons li:last-child.open a:before {
  filter: brightness(10);
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-close05.svg");
}
#staging .footerFixingButtons li:last-child.open a:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-close05.svg");
}
#develop .footerFixingButtons li:last-child.open a:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-close05.svg");
}
.footerFixingButtons li:last-child a {
  gap: 7px 0;
}
.footerFixingButtons li:last-child a:before {
  height: 18px;
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-menu03.svg");
}
#staging .footerFixingButtons li:last-child a:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-menu03.svg");
}
#develop .footerFixingButtons li:last-child a:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-menu03.svg");
}
.footerFixingButtons.footerFixingButtons--two li:last-child a:before {
  height: 18px;
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-pin03.svg");
}
#staging .footerFixingButtons.footerFixingButtons--two li:last-child a:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-pin03.svg");
}
#develop .footerFixingButtons.footerFixingButtons--two li:last-child a:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-pin03.svg");
}
.footerFixingButtons.footerFixingButtons--no-spa-yoyaaku li:nth-child(1) a:before {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-pin03.svg");
}
#staging .footerFixingButtons.footerFixingButtons--no-spa-yoyaaku li:nth-child(1) a:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-pin03.svg");
}
#develop .footerFixingButtons.footerFixingButtons--no-spa-yoyaaku li:nth-child(1) a:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-pin03.svg");
}
.footerFixingButtons.footerFixingButtons--no-spa-yoyaaku li:nth-child(2) a:before {
  background-image: url("https://img.dormy-hotels.com/static/img/common/icon-menu03.svg");
}
#staging .footerFixingButtons.footerFixingButtons--no-spa-yoyaaku li:nth-child(2) a:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-menu03.svg");
}
#develop .footerFixingButtons.footerFixingButtons--no-spa-yoyaaku li:nth-child(2) a:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-menu03.svg");
}
.footerFixingButtons a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px 0;
  box-sizing: border-box;
  padding-top: 2px;
  position: relative;
  height: 65px;
  line-height: 1;
  color: #2B4571;
  background: #E3E3E3;
}
.footerFixingButtons a:before {
  content: '';
  display: block;
  width: 100%;
  height: 22px;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-search.svg") no-repeat center center;
  background-size: auto 100%;
}
#staging .footerFixingButtons a:before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-search.svg");
}
#develop .footerFixingButtons a:before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-search.svg");
}
.footerFixingButtons a.noIcon:before {
  display: none;
}
#staging .footerFixingButtons a.noIcon:before {
  display: none;
}
#develop .footerFixingButtons a.noIcon:before {
  display: none;
}
.footerFixingButtons .reserveButton a:before {
  display: none;
}
.footerFixingButtons .reserveButton a .reserveButtonSubText {
  display: block;
  font-size: 10px;
  line-height: 1.1;
  font-weight: normal;
  text-align: center;
}
.footerFixingButtons.color02 {
  font-family: 'Noto Serif JP', YuMincho, Yu Mincho, "游明朝", serif;
  background: #333;
}
.footerFixingButtons.color02 li:not(:last-child) {
  border-right: 1px solid #C9C9C9;
}
.nono .footerFixingButtons.color02 li:not(:last-child) {
  border-right: 1px solid #fff;
}
.nono .footerFixingButtons.color02 li:first-child {
  position: relative;
  background-image: url("https://img.dormy-hotels.com/static/img/hotels/detail/nono/content_bg.webp");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
#staging .nono .footerFixingButtons.color02 li:first-child {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/hotels/detail/nono/content_bg.webp");
}
#develop .nono .footerFixingButtons.color02 li:first-child {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/hotels/detail/nono/content_bg.webp");
}
.nono .footerFixingButtons.color02 li a {
  background-color: #333;
}
.nono .footerFixingButtons.color02 li:first-child a {
  background-color: rgba(78,115,63,.5);
}
.footerFixingButtons.color02 li:first-child a {
  background: #B29259;
}
.nono .footerFixingButtons.color02 li:first-child a {
  background-color: rgba(78,115,63,.5);
}
.footerFixingButtons.color02 li:nth-child(2) a {
  color: #333;
}
.nono .footerFixingButtons.color02 li:nth-child(2) a {
  color: #fff;
}
.footerFixingButtons.color02 li:nth-child(2) a:before {
  filter: grayscale(1) brightness(1);
}
.nono .footerFixingButtons.color02 li:nth-child(2) a:before {
  filter: brightness(10);
}
.footerFixingButtons.color02 li:nth-child(3) a {
  color: #333;
}
.nono .footerFixingButtons.color02 li:nth-child(3) a {
  color: #fff;
}
.footerFixingButtons.color02 li:nth-child(3) a:before {
  filter: grayscale(1) brightness(1);
}
.nono .footerFixingButtons.color02 li:nth-child(3) a:before {
  filter: brightness(10);
}
.footerFixingButtons.color02 li:last-child a {
  color: #333;
}
.nono .footerFixingButtons.color02 li:last-child a {
  color: #fff;
}
.footerFixingButtons.color02 li:last-child a:before {
  filter: grayscale(1) brightness(1);
}
.nono .footerFixingButtons.color02 li:last-child a:before {
  filter: brightness(10);
}
.footerFixingButtons.color02 li:last-child.open a {
  color: #fff;
  background: #333;
}
.footerFixingButtons.color02 li:last-child.open a:before {
  filter: brightness(10);
}
.footerFixingButtons.color02 a {
  background: #DADADA;
}
.footerMenuArea {
  position: fixed;
  right: 0;
  bottom: -100vh;
  left: 0;
  border-bottom: 80px solid #2B4571;
  z-index: 100;
  transition: bottom .3s;
}
@media (min-width: 1025px) {
  .footerMenuArea {
    display: none !important;
  }
}
.footerMenuArea.active {
  bottom: 0;
}
.footerMenuArea .footerMenuCloseButton {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 30px;
  border-radius: 10px 10px 0 0;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #7993C0;
}
.footerMenuArea .footerMenuCloseButton:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 3%;
  width: 14px;
  height: 14px;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-close05.svg") no-repeat center center;
  background-size: 100% 100%;
  filter: brightness(10);
}
#staging .footerMenuArea .footerMenuCloseButton:after {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-close05.svg");
}
#develop .footerMenuArea .footerMenuCloseButton:after {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-close05.svg");
}
.footerMenuArea .links {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: bold;
  background: #283E63;
}
.footerMenuArea .links li {
  flex: 0 0 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #7993C0;
}
.footerMenuArea .links li:nth-child(2) a, .footerMenuArea .links li:nth-child(3) a, .footerMenuArea .links li:nth-child(6) a, .footerMenuArea .links li:nth-child(7) a, .footerMenuArea .links li:nth-child(10) a {
  background: #283E63;
}
.footerMenuArea .links li:nth-child(2n-1) {
  border-right: 1px solid #7993C0;
}
.footerMenuArea .links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 calc((100% - 6em - 35px) / 2);
  height: 60px;
  color: #fff;
  background: #2B4571;
}
.footerMenuArea .links a:after {
  content: '';
  display: block;
  width: 100%;
  width: 24px;
  height: 24px;
  background: url("https://img.dormy-hotels.com/static/img/common/icon-arrow15.svg") no-repeat center center;
  background-size: 100% 100%;
}
#staging .footerMenuArea .links a:after {
  background-image: url("https://staging-img.kyoritsu-hotels.net/static/img/common/icon-arrow15.svg");
}
#develop .footerMenuArea .links a:after {
  background-image: url("https://develop-img.kyoritsu-hotels.net/static/img/common/icon-arrow15.svg");
}
.footerMenuArea.color02 {
  border-bottom-color: #fff;
  font-family: 'Noto Serif JP', YuMincho, Yu Mincho, "游明朝", serif;
}
.footerMenuArea.color02 .footerMenuCloseButton {
  background: #B29259;
}
.footerMenuArea.color02 .links li {
  border-bottom-color: #e5e5e5;
}
.footerMenuArea.color02 .links li:nth-child(2n-1) {
  border-right-color: #C9C9C9;
}
.footerMenuArea.color02 .links a {
  padding: 0 calc((100% - 7em - 35px) / 2);
  color: #333 !important;
  background: #fff !important;
}
.footerMenuArea.color02 .links a:after {
  filter: brightness(0.2);
}

/*==================================================================================
 footerContainer footerLogo
==================================================================================*/
@media (max-width:767px) {
  .footerLogo {
    padding-bottom: 78px;
  }
  .footerLogo.reserveButtonOn {
    padding-bottom: 110px;
  }
  #hotelsDetail .footerLogo {
    padding-bottom: 88px;
  }
  #top .footerLogo {
    padding-bottom: 15px;
  }
}