@charset "utf-8";
/* CSS Document */
html {
  cursor: default;
}
body, h1, h2, h3, h4, h5, h6, th, td, button, p, blockquote, div, pre.ul, ol, input, .btn, .menu {
  margin: 0;
  padding: 0;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 100%;
  color: #333;
  line-break: strict;
  voice-family: inherit;
  -webkit-text-size-adjust: 100%;
}
ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:link, a:active {
  cursor: pointer;
}
a:link:hover {
  text-decoration: none;
}
img {
  border: none;
}
input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}
input[type="checkbox"] + span::before {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  border: 2px solid #ccc;
  border-radius: 5px;
  margin-right: 0.5rem;
  margin-bottom: -2px !important;
}
input[type="checkbox"]:checked + span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%230bd' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 2px;
}
*, ::after, ::before {
  box-sizing: border-box;
}
/* iPhone用ベーススタイル適用 */
input, select {
  -webkit-appearance: none;
  appearance: none;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　ヘッダー
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /* すべてのトランジションにアニメーションを追加 */
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}
/* すべてが100％の高さであることを確認 */
html, body {
  position: relative;
  height: 100%;
  background: #F6F6F6;
  scroll-behavior: smooth;
}
a {
  color: #333;
}
.contract-list h1 {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: .95rem;
  margin: 0;
}
.contract-list h2 {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: .85rem;
  font-weight: normal;
  margin: 0 0 10px;
}
.container h1 {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: .95rem;
  margin: 0;
}
.container h2 {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: .85rem;
  font-weight: normal;
  margin: 0 0 10px;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　「ハンバーガー」メニュー
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#drawer-toggle {
  position: absolute;
  opacity: 0;
}
#drawer-toggle-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right: 0px;
  height: 50px;
  width: 50px;
  display: block;
  position: fixed;
  background: rgba(255, 255, 255, .90);
  z-index: 5;
  cursor: pointer;
}
/* 「ハンバーガー」メニューアイコンを追加 */
#drawer-toggle-label:before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #333;
  left: 13px;
  top: 13px;
  box-shadow: 0 6px 0 #333, 0 12px 0 #333;
}
header {
  width: 100%;
  position: fixed;
  right: 0px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 5px 50px 5px 10px;
  font-size: 30px;
  line-height: 30px;
  z-index: 4;
}
/* ヘッダーロゴ */
.header_logo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 40px;
  position: relative;
}
.header_logo svg {
  width: 131px;
  height: 40px;
}
.header_logo span {
  height: 20px;
  line-height: 18px;
  padding: 0 5px;
  margin-top: 4px;
  margin-left: 5px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #333;
  border: 1px solid #333;
  border-radius: 3px;
}
.daysLogin {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.5rem;
  margin-left: auto;
  margin-top: 5px;
  line-height: 1.7
}
.daysLogin i {
  font-size: 1.5rem;
  color: #ff0808;
}
.daysLogin a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* メニューアイコン下の文字 */
.topLabel {
  position: relative;
}
.menuTitle {
  font-size: 0.6rem;
  position: absolute;
  bottom: 2px;
  right: 4px;
}
/* ドロワーメニュー - 幅0pxに注意 */
#drawer {
  position: fixed;
  top: 0;
  right: -250px;
  height: 100%;
  width: 250px;
  background: #fff;
  border-left: 1px solid #666;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px 0 58px;
  z-index: 5;
  -webkit-overflow-scrolling: touch;
}
/* 実際のページコンテンツ */
#page-content {
  margin-left: 0px;
  margin-top: 50px;
  width: 100%;
  height: calc(100% - 50px);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0; /*padding: 20px; */
}
/* チェック styles (メニューを開いた状態) */
#drawer-toggle:checked ~ #drawer-toggle-label {
  height: 100%;
  width: calc(100% - 250px);
  background: rgba(255, 255, 255, .8);
}
#drawer-toggle:checked ~ #drawer-toggle-label, #drawer-toggle:checked ~ header {
  right: 250px;
}
#drawer-toggle:checked ~ #drawer {
  right: 0px;
}
#drawer-toggle:checked ~ #page-content {
  margin-right: 250px;
}
#drawer-toggle:checked ~ #drawer-toggle-label:before {
  font-family: "Font Awesome 5 pro";
  content: '\f00d';
  font-size: 1.6rem;
  color: #333;
  height: 0;
  width: 0;
  top: 10px;
}
/* メニュー項目 styles */
#drawer ul {
  list-style-type: none;
}
#drawer ul a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
}
#drawer ul a:hover {
  color: #FF9900;
}
/* レスポンシブ MQ */
@media all and (max-width:350px) {
  #drawer-toggle:checked ~ #drawer-toggle-label {
    height: 100%;
    width: 50px;
  }
  #drawer-toggle:checked ~ #drawer-toggle-label, #drawer-toggle:checked ~ header {
    right: calc(100% - 50px);
  }
  #drawer-toggle:checked ~ #drawer {
    width: calc(100% - 50px);
    padding: 20px;
  }
  #drawer-toggle:checked ~ #page-content {
    margin-right: calc(100% - 50px);
  }
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　ナビゲーションメニュー（都道府県選択）
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.humMenu {
  width: 100%;
}
.humMenu li {
  width: 100%;
}
.humMenu li:first-child {
  text-align: center;
}
.areaSelect {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 50px auto 20px;
  border: 1px solid #666;
}
.areaSelect::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
.areaSelect select {
  appearance: none;
  width: 180px;
  height: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: none;
  border-radius: 3px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　ナビゲーションメニュー（コンテンツ）
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.menulistTitle {
  width: 100%;
  height: 40px;
  line-height: 41px;
  font-size: 1.1rem;
  font-weight: 700;
  background: #ff0808;
  color: #fff;
  text-align: center;
}
.myDays-regist {
  color: #fff;
}
.myDays-regist a {
  display: block;
  width: 60%;
  height: 40px;
  line-height: 39px;
  margin: 10px auto;
  color: #fff !important;
  text-align: center;
  background: #19BD4E;
  border-radius: 8px;
  padding: 0 !important;
}
.myDays-regist i {
  margin-right: 5px;
}
.myDays-login {
  color: #fff;
}
.myDays-login a {
  display: block;
  width: 60%;
  height: 40px;
  line-height: 40px;
  margin: 10px auto;
  color: #fff !important;
  text-align: center;
  background: #FF64CC;
  border-radius: 8px;
  padding: 0 !important;
}
.myDays-login i {
  margin-left: 5px;
}
/* 検索メニュー */
.menulist-search {
  display: flex;
  flex-direction: column;
}
.menulist-search div {
  border-bottom: 2px solid #666;
  width: 100%;
  padding-left: 13%;
}
.menulist-search div:last-child {
  border-bottom: none;
}
.menulist-search a {
  font-weight: 600;
}
.menulist-search i {
  font-size: 1.2rem;
  margin-right: 4px;
}
/* ランキングメニュー */
.menulist-ranking {
  display: flex;
  flex-direction: column;
}
.menulist-ranking div {
  display: flex;
  border-bottom: 2px solid #ff0808;
  background: #FFFAE0;
  width: 100%;
}
.menulist-ranking div:first-child {
  padding-left: 12%;
}
.menulist-ranking > div:first-child img {
  width: 18px;
  margin-right: -2px;
  margin-top: 5px
}
.menulist-ranking > div:nth-child(2) {
  padding-left: 9%;
}
.menulist-ranking > div:nth-child(2) img {
  width: 30px;
  margin-right: -5px;
}
.menulist-ranking div:last-child {
  border-bottom: none;
  padding-left: 11%;
}
.menulist-ranking > div:last-child img {
  width: 22px;
  margin-right: -2px;
}
.menulist-ranking a {
  font-weight: 600;
  color: #ff0808 !important;
}
.menulist-ranking i {
  margin-right: 5px;
}
/* イベント情報 */
.menulist-event {
  display: flex;
  flex-direction: column;
}
.menulist-event div {
  display: flex;
  border-bottom: 2px solid #ff0808;
  background: #FFFAE0;
  width: 100%;
  padding-left: 12%;
}
.menulist-event a {
  font-weight: 600;
  color: #ff0808 !important;
}
.menulist-event i {
  margin-right: 5px;
}
.menulist-event > div:first-child img {
  width: 25px;
  margin-right: -2px;
}
.menulist-event > div:nth-child(2) {
  padding-left: 6.5%;
}
.menulist-event > div:nth-child(2) img {
  width: 40px;
  margin-right: -2px;
}
.menulist-event div:last-child {
  border-bottom: none;
  padding-left: 11%;
}
.menulist-event > div:last-child img {
  width: 30px;
  margin-right: -3px;
}
/* 新着情報 */
.menulist-new {
  display: flex;
  flex-direction: column;
}
.menulist-new div {
  display: flex;
  align-items: center;
  background: #FFEFFA;
  width: 100%;
  padding-left: 12%;
}
.menulist-new div:first-child {
  border-bottom: 2px solid #FF439E;
}
.menulist-new div:last-child {
  border-bottom: none;
}
.menulist-new > div:first-child img {
  width: 22px;
}
.menulist-new > div:last-child img {
  width: 22px;
}
.menulist-new a {
  font-weight: 600;
  color: #FF439E !important;
}
.menulist-new i {
  margin-right: 5px;
}
/* PR企画 */
.menulist-pr {
  display: flex;
  flex-direction: column;
}
.menulist-pr div {
  display: flex;
  align-items: center;
  background: #FFEFFA;
  width: 100%;
  padding-left: 12%;
  border-bottom: 2px solid #FF439E;
}
.menulist-pr div:first-child {}
.menulist-pr > div:first-child img {
  width: 22px;
}
.menulist-pr div:nth-child(2) {}
.menulist-pr > div:nth-child(2) img {
  width: 22px;
}
.menulist-pr div:last-child {
  border-bottom: none;
}
.menulist-pr > div:last-child img {
  width: 22px;
}
.menulist-pr a {
  font-weight: 600;
  color: #FF439E !important;
}
.menulist-pr i {
  margin-right: 5px;
}
/* ホテル情報 */
.menulist-hotel {
  display: flex;
  flex-direction: column;
}
.menulist-hotel div {
  display: flex;
  align-items: center;
  background: #FFEFFA;
  width: 100%;
  padding-left: 12%;
  border-bottom: 2px solid #FF439E;
}
.menulist-hotel div:first-child {}
.menulist-hotel > div:first-child img {
  width: 22px;
}
.menulist-hotel div:nth-child(2) {}
.menulist-hotel > div:nth-child(2) img {
  width: 22px;
}
.menulist-hotel div:last-child {
  border-bottom: none;
}
.menulist-hotel > div:last-child img {
  width: 22px;
}
.menulist-hotel a {
  font-weight: 600;
  color: #FF439E !important;
}
.menulist-hotel i {
  margin-right: 5px;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　パンくず
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.breadcrumb {
  width: 100%;
  display: flex;
  gap: 0 4px;
  list-style: none;
  padding: 0 0 0 8px;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  background-color: #000;
  font-size: .9em;
  position: absolute;
  bottom: -31px;
  left: 0;
  scrollbar-width: none;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 11px;
  font-size: 0.65rem;
  font-weight: 600;
  color: #fff;
  font-feature-settings: "palt";
}
.breadcrumb li:not(:last-child)::before, .breadcrumb li:not(:last-child)::after {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: ''
}
.breadcrumb li:not(:last-child)::before {
  right: 0;
  border-left: 5px solid #fff;
  margin-bottom: -1.5px
}
.breadcrumb li:not(:last-child)::after {
  right: 1px;
  border-left: 5px solid #000;
  margin-top: 1.5px
}
.breadcrumb a {
  font-size: 0.65rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
/* エリア別テキストカラー */
.color_base {
  color: #666 !important;
}
.color_qs {
  color: #ed2f95 !important;
}
.color_cg {
  color: #656599 !important;
}
.color_kk {
  color: #f7941d !important;
}
.color_cb {
  color: #fb322b !important;
}
.color_kt {
  color: #7b2990 !important;
}
.color_hk {
  color: #24843c !important;
}
/* エリア別背景カラー */
.bg-base {
  background: #666 !important;
}
.bg-qs {
  background: #ed2f95 !important;
}
.bg-cg {
  background: #656599 !important;
}
.bg-kk {
  background: #f7941d !important;
}
.bg-cb {
  background: #fb322b !important;
}
.bg-kt {
  background: #7b2990 !important;
}
.bg-hk {
  background: #24843c !important;
}
/* エリア別ボーダーカラー */
.bd-base {
  border: 1px solid #999 !important;
}
.bd-qs {
  border: 1px solid #ed2f95 !important;
}
.bd-cg {
  border: 1px solid #656599 !important;
}
.bd-kk {
  border: 1px solid #f7941d !important;
}
.bd-cb {
  border: 1px solid #fb322b !important;
}
.bd-kt {
  border: 1px solid #7b2990 !important;
}
.bd-hk {
  border: 1px solid #24843c !important;
}
/* エリア別ボーダーボトムカラー */
.bd-bt-base {
  border-bottom: 1.5px solid #999 !important;
}
.bd-bt-qs {
  border-bottom: 1.5px solid #ed2f95 !important;
}
.bd-bt-cg {
  border-bottom: 1.5px solid #656599 !important;
}
.bd-bt-kk {
  border-bottom: 1.5px solid #f7941d !important;
}
.bd-bt-cb {
  border-bottom: 1.5px solid #fb322b !important;
}
.bd-bt-kt {
  border-bottom: 1.5px solid #7b2990 !important;
}
.bd-bt-hk {
  border-bottom: 1.5px solid #24843c !important;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　市区町村別テキストカラー
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.color_base {
  color: #666 !important;
}
.color_okinawa, .color_tottori, .color_kyoto, .color_niigata, .color_tokyo, .color_miyagi {
  color: #7b2990 !important;
}
.color_saga, .color_kagawa, .color_ishikawa, .color_kanagawa, .color_yamagata {
  color: #af2026 !important;
}
.color_fukuoka, .color_kochi, .color_nara, .color_toyama, .color_chiba, .color_akita {
  color: #ed2f95 !important;
}
.color_nagasaki, .color_ehime, .color_wakayama, .color_aichi, .color_saitama, .color_fukushima {
  color: #fb322b !important;
}
.color_kumamoto, .color_tokushima, .color_shiga, .color_shizuoka, .color_ibaraki {
  color: #f7941d !important;
}
.color_oita, .color_shimane, .color_osaka, .color_gifu, .color_tochigi, .color_hokkaido {
  color: #24843c !important;
}
.color_miyazaki, .color_okayama, .color_mie, .color_aomori {
  color: #2a73a3 !important;
}
.color_kagoshima, .color_hyogo, .color_fukui, .color_iwate, .color_gunma {
  color: #0057a9 !important;
}
.color_yamaguchi, .color_nagano {
  color: #645136 !important;
}
.color_hiroshima, .color_yamanashi {
  color: #656599 !important;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　市区町村別背景カラー
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.bg-base {
  background: #666 !important;
}
.bg-okinawa, .bg-tottori, .bg-kyoto, .bg-niigata, .bg-tokyo, .bg-miyagi {
  background: #7b2990 !important;
}
.bg-saga, .bg-kagawa, .bg-ishikawa, .bg-kanagawa, .bg-yamagata {
  background: #af2026 !important;
}
.bg-fukuoka, .bg-kochi, .bg-nara, .bg-toyama, .bg-chiba, .bg-akita {
  background: #ed2f95 !important;
}
.bg-nagasaki, .bg-ehime, .bg-wakayama, .bg-aichi, .bg-saitama, .bg-fukushima {
  background: #fb322b !important;
}
.bg-kumamoto, .bg-tokushima, .bg-shiga, .bg-shizuoka, .bg-ibaraki {
  background: #f7941d !important;
}
.bg-oita, .bg-shimane, .bg-osaka, .bg-gifu, .bg-tochigi, .bg-hokkaido {
  background: #24843c !important;
}
.bg-miyazaki, .bg-okayama, .bg-mie, .bg-aomori {
  background: #2a73a3 !important;
}
.bg-kagoshima, .bg-hyogo, .bg-fukui, .bg-iwate, .bg-gunma {
  background: #0057a9 !important;
}
.bg-yamaguchi, .bg-nagano {
  background: #645136 !important;
}
.bg-hiroshima, .bg-yamanashi {
  background: #656599 !important;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　市区町村別ボーダーカラー
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.bd-base {
  border: 1px solid #999 !important;
}
.bd-okinawa, .bd-tottori, .bd-kyoto, .bd-niigata, .bd-tokyo, .bd-miyagi {
  border: 1px solid #7b2990 !important;
}
.bd-saga, .bd-kagawa, .bd-ishikawa, .bd-kanagawa, .bd-yamagata {
  border: 1px solid #af2026 !important;
}
.bd-fukuoka, .bd-kochi, .bd-nara, .bd-toyama, .bd-chiba, .bd-akita {
  border: 1px solid #ed2f95 !important;
}
.bd-nagasaki, .bd-ehime, .bd-wakayama, .bd-aichi, .bd-saitama, .bd-fukushima {
  border: 1px solid #fb322b !important;
}
.bd-kumamoto, .bd-tokushima, .bd-shiga, .bd-shizuoka, .bd-ibaraki {
  border: 1px solid #f7941d !important;
}
.bd-oita, .bd-shimane, .bd-osaka, .bd-gifu, .bd-tochigi, .bd-hokkaido {
  border: 1px solid #24843c !important;
}
.bd-miyazaki, .bd-okayama, .bd-mie, .bd-aomori {
  border: 1px solid #2a73a3 !important;
}
.bd-kagoshima, .bd-hyogo, .bd-fukui, .bd-iwate, .bd-gunma {
  border: 1px solid #0057a9 !important;
}
.bd-yamaguchi, .bd-nagano {
  border: 1px solid #645136 !important;
}
.bd-hiroshima, .bd-yamanashi {
  border: 1px solid #656599 !important;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　ジャンル別テキストカラー
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.color_base {
  color: #666 !important;
}
.color_soap {
  color: #eb3dee !important;
}
.color_delivery {
  color: #febf01 !important;
}
.color_deli {
  color: #febf01 !important;
}
.color_feeling-esthe {
  color: #a15708 !important;
}
.color_deli-host {
  color: #4d12c4 !important;
}
.color_deli-sm {
  color: #666 !important;
}
.color_aroma {
  color: #ff6363 !important;
}
.color_forwomen {
  color: #f573df !important;
}
.color_health {
  color: #fe2a12 !important;
}
.color_pub {
  color: #79afde !important;
}
.color_mens-esthe {
  color: #18c527 !important;
}
.color_hybrid-deli {
  color: #f573df !important;
}
.color_mens-esthe-h {
  color: #37BD25 !important;
}
.color_m-seikan {
  color: #4F0064 !important;
}
.color_tekoki {
  color: #bf995e !important;
}
.color_esthe {
  color: #FA57FF !important;
}
.color_hotel-health {
  color: #800 !important;
}
.color_women-esthe {
  color: #000AE0 !important;
}
.color_forwoman {
  color: #A1D744 !important;
}
.color_deli-esthe {
  color: #0433B2 !important;
}
.color_tel {
  color: #36c0eb !important;
}
.color_job {
  color: #e45299 !important;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　ジャンル別背景カラー
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.bg_base {
  background: #666 !important;
  color: #fff !important;
}
.bg_base_light {
  background: #DBDBDB !important;
  color: #333 !important;
}
.bg_soap {
  background: #eb3dee !important;
  color: #fff !important;
}
.bg_deli {
  background: #febf01 !important;
  color: #fff !important;
}
.bg_deli2 {
  background: #febf01 !important;
  color: #333 !important;
}
.bg_feeling-esthe {
  background: #a15708 !important;
  color: #fff !important;
}
.bg_deli-host {
  background: #4d12c4 !important;
  color: #fff !important;
}
.bg_deli-sm {
  background: #666 !important;
  color: #fff !important;
}
.bg_aroma {
  background: #ff6363 !important;
  color: #fff !important;
}
.bg_forwomen {
  background: #f573df !important;
  color: #fff !important;
}
.bg_health {
  background: #fe2a12 !important;
  color: #fff !important;
}
.bg_deli-aroma {
  background: #12c4b5 !important;
  color: #fff !important;
}
.bg_pub {
  background: #79afde !important;
  color: #fff !important;
}
.bg_mens-esthe {
  background: #18c527 !important;
  color: #fff !important;
}
.bg_hybrid-derivery {
  background: #f573df !important;
  color: #fff !important;
}
.bg_mens-esthe-h {
  background: #37BD25 !important;
  color: #fff !important;
}
.bg_m-seikan {
  background: #4F0064 !important;
  color: #fff !important;
}
.bg_tekoki {
  background: #bf995e !important;
  color: #fff !important;
}
.bg_esthe {
  background: #FA57FF !important;
  color: #fff !important;
}
.bg_hotel-health {
  background: #800 !important;
  color: #fff !important;
}
.bg_women-esthe {
  background: #000AE0 !important;
  color: #fff !important;
}
.bg_forwoman {
  background: #A1D744 !important;
  color: #fff !important;
}
.bg_deli-esthe {
  background: #0433B2 !important;
  color: #fff !important;
}
.bg_tel {
  background: #36c0eb !important;
  color: #fff !important;
}
.bg_job {
  background: #e45299 !important;
  color: #fff !important;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■　ジャンル別ボーダーカラー
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.bd_base {
  border: 1px solid #666 !important;
}
.bd_base::before, .bd_base::after {
  background-color: #666!important;
}
.bd_base_light {
  border: 1px solid #DBDBDB !important;
}
.bd_base_light::before, .bd_base_light::after {
  background-color: #DBDBDB!important;
}
.bd_soap {
  border: 1px solid #eb3dee !important;
}
.bd_soap::before, .bd_soap::after {
  background-color: #eb3dee!important;
}
.bd_deli {
  border: 1px solid #febf01 !important;
}
.bd_deli::before, .bd_deli::after {
  background-color: #febf01!important;
}
.bd_deli2 {
  border: 1px solid #febf01 !important;
}
.bd_deli2::before, .bd_deli2::after {
  background-color: #febf01!important;
}
.bd_feeling-esthe {
  border: 1px solid #a15708 !important;
}
.bd_feeling-esthe::before, .bd_feeling-esthe::after {
  background-color: #a15708!important;
}
.bd_deli-host {
  border: 1px solid #4d12c4 !important;
}
.bd_deli-host::before, .bd_deli-host::after {
  background-color: #4d12c4!important;
}
.bd_deli-sm {
  border: 1px solid #666 !important;
}
.bd_deli-sm::before, .bd_deli-sm::after {
  background-color: #666!important;
}
.bd_aroma {
  border: 1px solid #ff6363 !important;
}
.bd_aroma::before, .bd_aroma::after {
  background-color: #ff6363!important;
}
.bd_forwomen {
  border: 1px solid #f573df !important;
}
.bd_forwomen::before, .bd_forwomen::after {
  background-color: #f573df!important;
}
.bd_health {
  border: 1px solid #fe2a12 !important;
}
.bd_health::before, .bd_health::after {
  background-color: #fe2a12!important;
}
.bd_deli-aroma {
  border: 1px solid #12c4b5 !important;
}
.bd_deli-aroma::before, .bd_deli-aroma::after {
  background-color: #12c4b5!important;
}
.bd_pub {
  border: 1px solid #79afde !important;
}
.bd_pub::before, .bd_pub::after {
  background-color: #79afde!important;
}
.bd_mens-esthe {
  border: 1px solid #18c527 !important;
}
.bd_mens-esthe::before, .bd_mens-esthe::after {
  background-color: #18c527!important;
}
.bd_hybrid-derivery {
  border: 1px solid #f573df !important;
}
.bd_hybrid-derivery::before, .bd_hybrid-derivery::after {
  background-color: #f573df!important;
}
.bd_mens-esthe-h {
  border: 1px solid #37BD25 !important;
}
.bd_mens-esthe-h::before, .bd_mens-esthe-h::after {
  background-color: #37BD25!important;
}
.bd_m-seikan {
  border: 1px solid #4F0064 !important;
}
.bd_m-seikan::before, .bd_m-seikan::after {
  background-color: #4F0064!important;
}
.bd_tekoki {
  border: 1px solid #bf995e !important;
}
.bd_tekoki::before, .bd_tekoki::after {
  background-color: #bf995e!important;
}
.bd_esthe {
  border: 1px solid #FA57FF !important;
}
.bd_esthe::before, .bd_esthe::after {
  background-color: #FA57FF!important;
}
.bd_hotel-health {
  border: 1px solid #800 !important;
}
.bd_hotel-health::before, .bd_hotel-health::after {
  background-color: #800!important;
}
.bd_women-esthe {
  border: 1px solid #000AE0 !important;
}
.bd_women-esthe::before, .bd_women-esthe::after {
  background-color: #000AE0!important;
}
.bd_forwoman {
  border: 1px solid #A1D744 !important;
}
.bd_forwoman::before, .bd_forwoman::after {
  background-color: #A1D744!important;
}
.bd_deli-esthe {
  border: 1px solid #0433B2 !important;
}
.bd_deli-esthe::before, .bd_deli-esthe::after {
  background-color: #0433B2!important;
}
.bd_tel {
  border: 1px solid #36c0eb !important;
}
.bd_tel::before, .bd_tel::after {
  background-color: #36c0eb!important;
}
.bd_job {
  border: 1px solid #e45299 !important;
}
.bd_job::before, .bd_job::after {
  background-color: #e45299!important;
}