body {
    color: #6c2c2f;
  }

.p-global-nav .c-navbar__item>a {
    font-size: 20px;
    }

.l-body:not(.home) .l-contents {
      margin-top: 100px;
      }

/*
# TOPページ背景
---------------------------------- */
.concept {
    background: linear-gradient(90deg, rgba(255, 255, 224, 0.6) 0%, rgba(255, 255, 224, 0.6) 80%, #ffffff 80%, #ffffff 100%);
  }

.room {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 20%, rgba(255, 255, 224, 0.6) 20%, rgba(255, 255, 224, 0.6) 100%);
  }

.bluewave {
    background: linear-gradient(90deg, rgba(255, 255, 224, 0.6) 0%, rgba(255, 255, 224, 0.6) 80%, #ffffff 80%, #ffffff 100%);
  }

.tourisumspot {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 20%, rgba(255, 255, 224, 0.6) 20%, rgba(255, 255, 224, 0.6) 100%);
  }

/*
# BLUE WAVE TOPスライダー
---------------------------------- */
.smb-spider-slider .spider__slide div.smb-spider-slider__item {
  bottom: auto;
}

.smb-panels[data-image-padding=true] .smb-panels__item__figure {
  padding: 0px 0px 0;
}

/*
# スマホ固定フッター
---------------------------------- */
.p-footer-sticky-nav {
  background-color: #ffffe0; /* 背景色 */
}

.p-footer-sticky-nav a {
  font-size: 13px;
}

/* メニュー項目 #menu-item-430 HOME を赤にする */
.p-footer-sticky-nav #menu-item-430 {
  color: #6c2c2f !important;
}

/* メニュー項目 #menu-item-429 TEL を赤にする */
.p-footer-sticky-nav #menu-item-429 {
  color: #6c2c2f !important;
}

/* メニュー項目 #menu-item-431 MAIL を赤にする */
.p-footer-sticky-nav #menu-item-431 {
  color: #6c2c2f !important;
}

/* メニュー項目 #menu-item-432 RESERVE を赤にする */
.p-footer-sticky-nav #menu-item-432 {
  color: #cb4154 !important;
}

/*
# ハンバーガーメニュー
---------------------------------- */
/* ボタンのサイズ */
.c-hamburger-btn__bars {
	width: 26px;  /* 好きなサイズを設定 */
	height: 18px; /* バーの太さと位置から計算して設定 */
}

/* バーの太さ */
.c-hamburger-btn__bar {
	height: 2px;
}

/* 2本目のバーのy位置 */
.c-hamburger-btn__bar:nth-of-type(2) {
	top: 8px;
}

/* 3本目のバーのy位置 */
.c-hamburger-btn__bar:nth-of-type(3) {
	top: 16px;
}

/* MENU の文字サイズ */
.c-hamburger-btn__label {
	font-size: 12px;
}
.c-drawer__item, .c-drawer__menu {
  font-size: 20px;
}

/* サイト全体のフォント指定 */
body {
font-family: "Kiwi Maru", serif;
}