@charset "UTF-8";
section {
  background-color: #ffffff;
}
body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}
button {
  background-color: transparent;
  border-color: transparent;
}
section, .container, .container-fluid {
  position: relative;
  word-wrap: break-word;
}
a.mbr-iconfont:hover {
  text-decoration: none;
}
.article .lead p, .article .lead ul, .article .lead ol, .article .lead pre, .article .lead blockquote {
  margin-bottom: 0;
}
a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}
b, strong {
  font-weight: bold;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}
textarea[type=hidden] {
  display: none;
}
section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video, section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.hidden {
  visibility: hidden;
}
.mbr-z-index20 {
  z-index: 20;
}
/*! Base colors */
.mbr-white {
  color: #ffffff;
}
.mbr-black {
  color: #111111;
}
.mbr-bg-white {
  background-color: #ffffff;
}
.mbr-bg-black {
  background-color: #000000;
}
/*! Text-aligns */
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}
.mbr-regular {
  font-weight: 400;
}
.mbr-semibold {
  font-weight: 500;
}
.mbr-bold {
  font-weight: 700;
}
/*! Media  */
.media-content {
  flex-basis: 100%;
}
.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}
.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}
@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}
figure[mbr-media-size] {
  transition: width 0.1s;
}
img, iframe {
  display: block;
  width: 100%;
}
.card {
  background-color: transparent;
  border: none;
}
.card-box {
  width: 100%;
}
.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.media {
  max-width: 100%;
  margin: 0 auto;
}
.mbr-figure {
  align-self: center;
}
.media-container > div {
  max-width: 100%;
}
.mbr-figure img, .card-img img {
  width: 100%;
}
@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}
.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}
nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}
/*! Btn icon margin */
.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}
.btn.btn-md .mbr-iconfont, .btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}
.mbr-regular {
  font-weight: 400;
}
.mbr-semibold {
  font-weight: 500;
}
.mbr-bold {
  font-weight: 700;
}
[type=submit] {
  -webkit-appearance: none;
}
/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}
.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}
/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}
.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}
.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}
.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}
/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}
#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}
@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    bottom: 80px;
    right: 20px;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}
.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}
.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}
.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}
.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}
.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.justify-content-center {
  -webkit-justify-content: center;
}
.form-inline {
  display: -webkit-flex;
}
.card-wrapper {
  -webkit-flex: 1;
}
.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}
.carousel-controls {
  display: -webkit-flex;
}
.media {
  display: -webkit-flex;
}
.form-group:focus {
  outline: none;
}
.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}
.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}
.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}
.jq-selectbox li {
  padding: 1.07em 0.5em;
}
input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.modal-dialog, .modal-content {
  height: 100%;
}
.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}
.carousel-item {
  text-align: center;
}
.carousel-item img {
  margin: auto;
}
.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: flex;
}
.note-air-layout .dropup .dropdown-menu, .note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html, body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}
form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}
form .form-check-input {
  margin-top: 0.5;
}
textarea.form-control {
  line-height: 1.5rem !important;
}
.form-group {
  margin-bottom: 1.2rem;
}
.form-control, form .btn {
  min-height: 48px;
}
.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}
.form-control:focus {
  box-shadow: none;
}
:focus {
  outline: none;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}
ul, ol, pre, blockquote {
  margin-bottom: 2.3125rem;
}
.mt-4 {
  margin-top: 2rem !important;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
@media (max-width: 480px) {
  .ps-xs-0 {
    padding-left: 0 !important
  }
  .ps-xs-1 {
    padding-left: .25rem !important
  }
  .ps-xs-2 {
    padding-left: .5rem !important
  }
  .ps-xs-3 {
    padding-left: 1rem !important
  }
  .ps-xs-4 {
    padding-left: 1.5rem !important
  }
  .ps-xs-5 {
    padding-left: 3rem !important
  }
}
@media (max-width: 480px) {
  .ms-xs-0 {
    margin-left: 0 !important
  }
  .ms-xs-1 {
    margin-left: .25rem !important
  }
  .ms-xs-2 {
    margin-left: .5rem !important
  }
  .ms-xs-3 {
    margin-left: 1rem !important
  }
  .ms-xs-4 {
    margin-left: 1.5rem !important
  }
  .ms-xs-5 {
    margin-left: 3rem !important
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper, .item-wrapper {
  overflow: hidden;
}
.app-video-wrapper > img {
  opacity: 1;
}
.item {
  position: relative;
}
.dropdown-menu .dropdown-menu {
  left: 100%;
}
.dropdown-item + .dropdown-menu {
  display: none;
}
.dropdown-item:hover + .dropdown-menu, .dropdown-menu:hover {
  display: block;
}
@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
body {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}
.display-1 {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-6 {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-6 > .mbr-iconfont {
  font-size: 1.8rem;
}
.display-7 {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-8 {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-8 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-9 {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-9 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc(2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc(1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc(1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d0441f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary, .btn-primary:active {
  background-color: #d0441f !important;
  border-color: #d0441f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active {
  color: #ffffff !important;
  background-color: #852b14 !important;
  border-color: #852b14 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff !important;
  background-color: #852b14 !important;
  border-color: #852b14 !important;
}
.btn-secondary, .btn-secondary:active {
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary.active {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
}
.btn-info, .btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success, .btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning, .btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger, .btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white, .btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled, .btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black, .btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover, .btn-black:focus, .btn-black.focus, .btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled, .btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
/* お問い合わせ用 */
.bg-mail {
  background-color: #2196F3 !important;
}
.btn-mail {
  margin-right: 2px;
  text-align: center;
}
.btn-mail, .btn-mail:active {
  background-color: #2196F3 !important;
  border-color: #2196F3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-mail:hover, .btn-mail:focus, .btn-mail.focus, .btn-mail.active {
  color: #ffffff !important;
  background-color: #0A73C6 !important;
  border-color: #0A73C6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-mail.disabled, .btn-mail:disabled {
  color: #ffffff !important;
  background-color: #0A73C6 !important;
  border-color: #0A73C6 !important;
}
.bg-line {
  background-color: #32CD32 !important;
}
.btn-line {
  margin-left: 2px;
  text-align: center;
}
.btn-line, .btn-line:active {
  background-color: #32CD32 !important;
  border-color: #32CD32 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-line:hover, .btn-line:focus, .btn-line.focus, .btn-line.active {
  color: #ffffff !important;
  background-color: #228D22 !important;
  border-color: #228D22 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-line.disabled, .btn-line:disabled {
  color: #ffffff !important;
  background-color: #228D22 !important;
  border-color: #228D22 !important;
}
.bg-phone {
  background-color: #FF5722 !important;
}
.btn-phone {
  margin-left: 2px;
  text-align: center;
}
.btn-phone, .btn-phone:active {
  background-color: #FF5722 !important;
  border-color: #FF5722 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-phone:hover, .btn-phone:focus, .btn-phone.focus, .btn-phone.active {
  color: #ffffff !important;
  background-color: #F43A00 !important;
  border-color: #F43A00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-phone.disabled, .btn-phone:disabled {
  color: #ffffff !important;
  background-color: #F43A00 !important;
  border-color: #F43A00 !important;
}
.bg-talk {
  background-color: #faec3a !important;
}
.btn-talk {
  margin-left: 2px;
  text-align: center;
}
.btn-talk, .btn-talk:active {
  background-color: #faec3a !important;
  border-color: #faec3a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-talk:hover, .btn-talk:focus, .btn-talk.focus, .btn-talk.active {
  color: #ffffff !important;
  background-color: #D8C905 !important;
  border-color: #D8C905 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-talk.disabled, .btn-talk:disabled {
  color: #ffffff !important;
  background-color: #D8C905 !important;
  border-color: #D8C905 !important;
}
.contact-menu {
  display: flex;
  justify-content: space-between;
}
.contact-menu span {
  width: calc(50% - 2px);
}
.contact-menu span a {
  display: block;
  color: #fff;
  font-weight: bold;
}
.btn-primary-outline, .btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d0441f;
}
.btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline.active {
  color: #852b14 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled, .btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d0441f !important;
  border-color: #d0441f !important;
}
.btn-secondary-outline, .btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5cdb95;
}
.btn-secondary-outline:hover, .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline.active {
  color: #29b869 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled, .btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
}
.btn-info-outline, .btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover, .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled, .btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline, .btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover, .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled, .btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline, .btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover, .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled, .btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline, .btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover, .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled, .btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline, .btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover, .btn-black-outline:focus, .btn-black-outline.focus, .btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled, .btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline, .btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline.focus, .btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled, .btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d0441f !important;
}
.text-secondary {
  color: #5cdb95 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover, a.text-primary:focus, a.text-primary.active {
  color: #772712 !important;
}
a.text-secondary:hover, a.text-secondary:focus, a.text-secondary.active {
  color: #26ab62 !important;
}
a.text-success:hover, a.text-success:focus, a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover, a.text-info:focus, a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover, a.text-warning:focus, a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover, a.text-danger:focus, a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover, a.text-white:focus, a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover, a.text-black:focus, a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d0441f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d0441f;
  border-color: #d0441f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a, a:hover {
  color: #d0441f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle, .mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f6cfc5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle, .mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle, .mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle, .mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle, .mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover, .form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d0441f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #d0441f;
}
/* Forms */
.jq-selectbox li:hover, .jq-selectbox li.selected {
  background-color: #d0441f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d0441f;
}
.jq-selectbox .jq-selectbox__trigger-arrow, .jq-number__spin.minus:after, .jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow, .jq-number__spin.minus:hover:after, .jq-number__spin.plus:hover:after {
  border-top-color: #d0441f;
  border-bottom-color: #d0441f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #d0441f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #5cdb95 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section), .lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder, .lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='https://www.w3.org/2000/svg' stroke='%23d0441f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
/* **************************************
     SPヘッダー ※スマホ全ページ共通
************************************** */
/* SPヘッダー */
  /*　ハンバーガーボタン　*/
  .cid-navsp .hamburger {
    display: block;
    position: fixed;
    z-index: 999;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    background: #FFFFFF;
  }
  .cid-navsp .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .cid-navsp .hamburger span:nth-child(1) {
    top: 10px;
  }
  .cid-navsp .hamburger span:nth-child(2) {
    top: 20px;
  }
  .cid-navsp .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .cid-navsp .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .cid-navsp .hamburger.active span:nth-child(2), .cid-navsp .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cid-navsp nav.globalMenuSp {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.89);
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
  }
  .cid-navsp nav.globalMenuSp ul {
    background: #d0441f;
    margin-left: auto;
    padding: 10px;
    width: 70%;
  }
  .cid-navsp nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 10px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .cid-navsp nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    text-align: center;
  }
  .cid-navsp nav.globalMenuSp ul li:hover {
    background: #E57152;
  }
  .cid-navsp nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
  }
  /* このクラスを、jQueryで付与・削除する */
  .cid-navsp nav.globalMenuSp.active {
    transform: translateX(0%);
  }
  .cid-headersp {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cid-headersp .container {
    overflow: hidden;
  }
  .cid-headersp .content {
    width: 100%;
  }
  /*.cid-headersp .content:after {
    width: 100px;
    height: 104px;
    content: "";
    background-image: url(https://fcj.xn--hwtp04b.jp/assets/images/head.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 124px 206px;
    background-size: 124px 206px;
    position: absolute;
    top: 0;
    right: 50px;
}*/
  .cid-headersp .splogo {
    width: 50%;
  }
  .cid-headersp .splogo img {
    width: 100%;
    max-width: 230px;
    height: auto;
  }
  .cid-headersp .tagline {
    width: 100%;
    background: #40a898;
    color: #fff;
    font-size: 90%;
    padding: 5px 10px 5px;
    margin-top: 5px;
  }
/*========================
　   SP　ボタンメニュー
　========================*/
  .cid-headermenusp ul {
    width: calc(100% - 20px);
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .cid-headermenusp ul li {
    margin: 2px;
    width: calc(25% - 4px);
  }
  .cid-headermenusp ul li img {
    width: 100%;
    height: auto;
  }
  /*========================
　   SP　bottom menu
　========================*/
  .cid-bottomsp .mini-text {
    font-size: 14px;
  } /*文字大きさ*/
  .cid-bottomsp ul.bottom-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px; /*高さ*/
    margin: 0;
    padding: 0 0 5px 0;
    background: #fff; /*背景色*/
    border-top: 2px solid #808080; /*バーの上の線*/
    border-bottom: 2px solid #808080; /*バーの下の線*/
    z-index: 30;
  }
  .cid-bottomsp ul.bottom-menu li:first-child {
    width: calc(30% - 1px);
  }
  .cid-bottomsp ul.bottom-menu li {
    float: left;
    width: 40%;
    background-color: #b87561; /*背景色*/
    list-style-type: none;
    text-align: center;
    border-right: 1px solid #ffffff;
  }
  .cid-bottomsp ul.bottom-menu li:last-child {
    float: left;
    width: calc(30% - 1px);
    background: #40a898;
    border-right: none;
  }
  .cid-bottomsp ul.bottom-menu li img {
    width: 18px;
    height: 18px;
    margin: 0 auto -5px auto;
    padding: 0;
  }
  .cid-bottomsp .bottom-menu li a {
    display: block;
    color: #FFFFFF; /*アイコン＆文字の色*/
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 10px;
    text-decoration: none;
  }
  .cid-bottomsp .bottom-menu li a:hover {
    color: #a9a9a9; /*マウスオーバー時の色*/
  }
  /* === 展開メニュー === */
  .cid-bottomsp ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }
  .cid-bottomsp ul.menu-second-level li a {
    border-top: 1px dashed #a9a9a9; /*展開の枠点線*/
    font-size: 15px; /*展開メニューの文字サイズ*/
    line-height: 30px; /*文字の縦幅*/
  }
  .cid-bottomsp .menu-second-level li a:hover {
    height: 100%;
    background: lightgrey; /*マウスオーバーの色*/
  }
  .cid-bottomsp li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 47px; /*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
  .cid-bottomsp li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px; /*高さ*/
    visibility: visible;
    opacity: 1;
  }
  .cid-bottomsp li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;
  }
/* *********************************************
    new_profile.html id=profile-name 名前
********************************************* */
.cid-profilename {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-profilename .row {
  width: 100%;
  margin: 0 0 5px 0;
}
.cid-profilename .personal-data {
  width: 100%;
  height: 80px;
    padding: 20px 10px;
  background: #b87561;
}
.cid-profilename .personal-data p {
  flex-basis: auto;
  padding: 2px 0;
  margin: 0;
  color: #fff;
    font-size: 120%;
  font-weight: bold;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.2);
}
/* *********************************************
new_profile.html id=girls-profile1 プロフィール
********************************************* */
.cid-girlsprofile1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-girlsprofile1 .btn-lightco {
  color: #797979;
  background-color: #c8c8c8 !important;
  border: color #c8c8c8 !important;
}
.cid-girlsprofile1 .btn-lightco:hover {
  color: #000;
  background-color: #979797 !important;
  border-color: #979797 !important;
}
.cid-girlsprofile1 .btn-check:focus + .cid-girlsprofile1 .btn-lightco, .cid-girlsprofile1 .btn-lightco:focus {
  color: #000;
  background-color: #979797 !important;
  border-color: #f9fafb;
  box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
}
.cid-girlsprofile1 .btn-check:active + .cid-girlsprofile1 .btn-lightco, .cid-girlsprofile1 .btn-check:checked + .cid-girlsprofile1 .btn-lightco, .cid-girlsprofile1 .btn-lightco.active, .cid-girlsprofile1 .btn-lightco:active, .show > .cid-girlsprofile1 .btn-lightco.dropdown-toggle {
  color: #000;
  background-color: #979797 !important;
  border-color: #979797;
}
.cid-girlsprofile1 .btn-check:active + .cid-girlsprofile1 .btn-lightco:focus, .cid-girlsprofile1 .btn-check:checked + .cid-girlsprofile1 .btn-lightco:focus, .cid-girlsprofile1 .btn-lightco.active:focus, .cid-girlsprofile1 .btn-lightco:active:focus, .show > .cid-girlsprofile1 .btn-lightco.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
}
.cid-girlsprofile1 .btn-lightco.disabled, .cid-girlsprofile1 .btn-lightco:disabled {
  color: #000;
  background-color: #979797 !important;
  border-color: #979797 !important;
}
.cid-girlsprofile1 .fav-send {
  margin: 5px auto;
}
.cid-girlsprofile1 .fav-send p {
  flex-basis: auto;
  margin: 0;
}
  .cid-girlsprofile1 .fav-send a {
    font-size: 100%;
    padding: 10px;
    margin: 0 2px;
  }
.cid-girlsprofile1 .media-container-row {
  width: 90%;
  margin: 0 auto 20px auto;
}
.cid-girlsprofile1 .title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  background: bottom repeat-x url(https://fcj.xn--hwtp04b.jp/assets/images/ttl_back.jpg);
  color: #603814;
  text-align: left;
  font-weight: bold;
  font-size: 200%;
}
.cid-girlsprofile1 .entry-date {
  width: 100%;
  background: #d0502a;
  padding: 4px 8px;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  margin-bottom: 15px;
}
.cid-girlsprofile1 .hobby {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
.cid-girlsprofile1 .hobby .hobby-left {
  width: calc(50% - 4px);
  height: auto;
  margin-right: 4px;
}
.cid-girlsprofile1 .hobby .hobby-right {
  width: calc(50% - 4px);
  height: auto;
  margin-left: 4px;
}
.cid-girlsprofile1 .hobby img {
  width: 100%;
  height: auto;
}
.cid-girlsprofile1 .option {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cid-girlsprofile1 .option span {
  border: #b87561 solid 1px;
  border-radius: 5px;
  white-space: nowrap;
  margin: 3px;
  padding: 5px 2px;
}
.cid-girlsprofile1 .row {
  width: 90% !important;
  margin-left: auto;
  margin-right: auto;
}
.cid-girlsprofile1 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-girlsprofile1 .card-row {
  align-items: stretch;
}
.cid-girlsprofile1 .item {
  margin-top: 10px;
  width: 96%;margin: 5px auto;
}
.cid-girlsprofile1 .item:hover {
  cursor: pointer;
}
.cid-girlsprofile1 .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 5px;
  border-radius: 20px;
  box-shadow: 2px 2px 5px #353535, -2px -2px 5px #ffffff;
}
.cid-girlsprofile1 .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-girlsprofile1 .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-girlsprofile1 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .4s all;
}
.cid-girlsprofile1 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-girlsprofile1 .item-img img {
  width: 100%;
  min-width: 150px;
  aspect-ratio: 1.05;
  object-fit: none;
  transition: 0.4s all;
}
.cid-girlsprofile1 .card-box {
  position: relative;
  z-index: 5;
  padding: 5px;
}
.cid-girlsprofile1 .head-container {
  display: block;
  margin-bottom: 10px;
}
.cid-girlsprofile1 .card-title {
  display: none;
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 0;
  flex-basis: calc(28% - 10px);
  margin-right: auto;
}
.cid-girlsprofile1 .comment-item {
  flex-basis: 100%;
  display: block;
  padding-left: 10px;
  margin-left: auto;
}
.cid-girlsprofile1 .comment-item-text {
  padding-top: 10px;
  text-align: left;
}
.cid-girlsprofile1 .bbs-title {
  position: relative;
  padding-top: 10px;
  text-align: left;
  z-index: 5;
  color: blue;
  margin-bottom: 0;
}
.cid-girlsprofile1 .bbs-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.cid-girlsprofile1 .card-text {
  position: relative;
  z-index: 5;
  color: #353535;
  margin-bottom: 0;
  font-size: 110%;
  text-align: left;
}
.cid-girlsprofile1 .card-text a {
  color: #000;
  font-weight: 700;
  font-size: 120%;
}
.cid-girlsprofile1 .card-text span {
  color: rgb(255, 0, 0);
}
.cid-girlsprofile1 .card-text a:hover {
  color: #d0441f !important;
}
.cid-girlsprofile1 .card-text2 {
  position: relative;
  padding-top: 10px;
  text-align: left;
  z-index: 5;
  margin-bottom: 0;
}
.cid-girlsprofile1 .card-text2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.cid-girlsprofile1 .prof-item {
  background: #ffffff;
  padding: 25px 0em;
  margin-bottom: 1em;
  border: 1px solid #f1f1f1;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.cid-girlsprofile1 .prof-tage {
  background: #808080;
  padding: 10px;
}
.cid-girlsprofile1 .prof-tage > p {
  letter-spacing: 2px;
}
.cid-girlsprofile1 .table-content {
  padding: 0;
  margin-bottom: 25px;
  text-align: left;
}
.cid-girlsprofile1 .table-content > li {
  list-style: none;
  border-bottom: 1px solid #f2f2f2;
  padding: 1em 1em;
}
.cid-girlsprofile1 .costs {
  color: #ffffff;
}
.cid-girlsprofile1 .costs-title {
  color: #ffffff;
}
.cid-girlsprofile1 .prof-item {
  padding-bottom: 0;
}
.cid-girlsprofile1 .table-content {
  margin-bottom: 0;
}
.cid-girlsprofile1 .prof-tage h5 {
  margin: 0;
  padding: 0;
}
.cid-girlsprofile1 .course-description {
  font-size: 110%;
  text-align: left;
  padding: 5px 0;
}
.cid-girlsprofile1 .course-description p {
  margin: 0;
  padding: 5px;
  line-height: 1.6em;
}
.cid-girlsprofile1 .course-description img {
  width: 60%;
  height: auto;
  margin-left: 10px;
  line-height: 1.6em;
}
.cid-girlsprofile1 .payment {
  color: #ed556a;
  font-size: 125%;
  font-weight: bold;
  text-align: left;
  margin: 3px 8px;
  padding: 10px 20px;
  background: #f3f3f3;
}
.cid-girlsprofile1 .table-content2 {
  padding: 0;
  margin-bottom: 15px;
  text-align: left;
}
.cid-girlsprofile1 .table-content2 > li {
  list-style: none;
  border-bottom: 1px solid #f6eeec;
  padding: 0.5em 1em;
}
.cid-girlsprofile1 .table-content2 > li:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.cid-girlsprofile1 .table-content2 > li:nth-child(2n) {
  background: #f6eeec none repeat scroll 0 0;
}
.cid-girlsprofile1 .table-content2 {
  margin-bottom: 0;
}
.cid-girlsprofile1 .table-content2 p {
  color: #994d33;
  font-size: 120%;
  line-height: 1.6em;
}
.cid-girlsprofile1 .table-content2 > li:last-child {
  border-bottom: none;
}
/* *********************************************
  new_profile.html id=woman-schedule 出勤情報
********************************************* */
.cid-womanschedule {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-womanschedule .row1 {
  width: 100%;
  margin: 0 auto;
}
.cid-womanschedule .title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  background: bottom repeat-x url(https://fcj.xn--hwtp04b.jp/assets/images/ttl_back.jpg);
  color: #603814;
  text-align: left;
  font-weight: bold;
  font-size: 200%;
}
.cid-womanschedule .item-select {
  display: flex;
  justify-content: space-between;
}
.cid-womanschedule .item-select:after {
  height: 0;
  visibility: hidden;
  content: ".";
}
.cid-womanschedule .week-select {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  color: #1fa73e;
  font-weight: bold;
}
.cid-womanschedule .week-select div {
  width: auto;
  flex-basis: -moz-available;
  padding: 5px;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
  border-right: 1px solid #cac194;
}
.cid-womanschedule .week-select div:first-child {
  width: auto;
  text-align: center;
}
.cid-womanschedule .week-select div:last-child {
  width: auto;
  text-align: center;
}
.cid-womanschedule .week-select div:not(:last-child) {
  border-right: 1px solid #cac194;
}
.cid-womanschedule .week-select div a {
  display: block;
  height: 50px;
  line-height: 1.4rem;
  padding-top: 4px;
  text-decoration: none;
  color: #000;
  font-weight: normal;
}
.cid-womanschedule .week-select .saturday {
  color: #3A57FF;
}
.cid-womanschedule .week-select .sunday {
  color: #D02222;
}
.cid-womanschedule .week-select .selected {
  background: #000 !important;
  color: #fff !important;
}
.cid-womanschedule .nav-select {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  flex-wrap: wrap;
  margin: 2px 0;
  padding-top: 5px;
  padding: 0;
}
.cid-womanschedule .nav-select div {
  flex: auto;
  width: 30%;
    margin: 0 1px 0 5px;
    padding: 2px 0;
}
.cid-womanschedule .nav-select a {
  width: calc(100% - 10px);
  color: inherit;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  font-size: 14px;
  margin: 0;
}
.cid-womanschedule .nav-select a img {
  width: 25px;
  height: 19px;
}
.cid-womanschedule .mbr-fallback-image.disabled {
  display: none;
}
.cid-womanschedule .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-womanschedule .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-womanschedule .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-womanschedule .mbr-section-title {
  color: #FF014E;
    text-align: center;
}
.cid-womanschedule .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 10px;
    text-align: center;
}
.cid-womanschedule .item {
  margin: 10px auto 0;
  width: 100% !important;
    overflow-x: scroll;
    -ms-overflow-style: none; /*スクロールバー非表示（IE・Edge）*/
    scrollbar-width: none; /*スクロールバー非表示（Firefox）*/
}
.cid-womanschedule .item::-webkit-scrollbar {
    display: none; /*スクロールバー非表示（Chrome・Safari）*/
  }
.cid-womanschedule .item-wrapper {
  position: relative;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  /*background: linear-gradient(145deg, #fff0b0, #fff0b0);*/
  background: top left repeat url("../../images/bg_person.png");
}
.cid-womanschedule .item-left {
   display: flex;
   align-items: flex-start;
    flex-basis: 100%;
    flex-wrap: wrap;
  
}
.cid-womanschedule .item-right {
  flex-basis: 100%;
  flex-grow: 1;
}
.cid-womanschedule .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 153px;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
.cid-womanschedule .item-img img {
  width: 100%;
  height: auto;
  max-width: 153px;
  max-height: 219px;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-womanschedule .item-img:hover img {
  transform: scale(1.05);
}
.cid-womanschedule .card-box {
    padding-left: 0;
    padding-top: 0;
    flex-basis: 100%;
}
.cid-womanschedule .card-box .name {
    display: flex;
    flex-direction: column !important;
}
.cid-womanschedule h5 span {
  display: block;
  width: 100%;
  background: #79483a;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #d893a2;
  font-size: 75% !important;
  font-weight: 700;
  text-align: center;
}
.cid-womanschedule .vital-statistics {
  padding: 4px 10px;
  font-size: 100%;
}
.cid-womanschedule .attendance-schedule {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
    margin-bottom: 5px;
}
.cid-womanschedule .attendance-schedule h5 {
  font-size: 100%;
  flex-basis: 100%;
    white-space: nowrap;
    text-align: center;
}
.cid-womanschedule .attendance-schedule p {
  font-size: 100%;
  margin-left: 10px;
    white-space: nowrap;
    padding-bottom: 0 !important;
    margin-bottom: 5px !important;
}
.cid-womanschedule .attendance-schedule i {
  position: relative;
  top: -1px;
  left: 0px;
  color: #039818;
}
.cid-womanschedule .attendance-schedule .close-time {
  position: relative;
  top: -2px;
  left: 5px;
  color: #039818;
}
.cid-womanschedule .attendance-schedule .single-word {
  background: #e4ab01;
  color: #fff;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 12px;
  position: relative;
  top: -6px;
  left: 5px;
}
.cid-womanschedule .attendance-schedule .single-word2 {
  background: #44a389;
  color: #fff;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 12px;
  position: relative;
  top: -6px;
  left: 5px;
}
.cid-womanschedule .attendance-schedule .single-word3 {
  background: #ab8566;
  color: #fff;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 12px;
  position: relative;
  top: -6px;
  left: 5px;
}
.cid-womanschedule .attendance-schedule .single-word4 {
  background: #ef5541;
  color: #fff;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 12px;
  position: relative;
  top: -6px;
  left: 5px;
}
.cid-womanschedule .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #e43f3f;
  margin-bottom: 10px;
}
.cid-womanschedule .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-womanschedule .card-title {
  color: #232323;
  margin-bottom: 10px;
}
.cid-womanschedule .card-subtitle {
  color: #e43f3f;
  margin-bottom: 7px;
}
.cid-womanschedule .card-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-womanschedule .girls-comments {
  width: 100%;
  height: calc(110px - 20px);
  padding: 20px;
  background: #FFFFFF;
  text-align: center;
}
.cid-womanschedule .girls-comments p {
  line-height: 3rem;
  background: #FFFFFF;
}
.cid-womanschedule .work-schedule {
  width: 100%;
}
.cid-womanschedule .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
}
.cid-womanschedule .item-day {
  flex: auto;
  text-align: center;
  margin: 0 1px;
}
.cid-womanschedule .work-day {
  background: #f8f2e2;
  font-size: 11px;
  color: #8f5d1d;
}
.cid-womanschedule .work-acceptable {
  background: #fff;
  font-size: 11px;
  color: #EF5B5C;
}
.cid-womanschedule .work-nay {
  background: #fff;
  font-size: 11px;
  color: #2ac186;
}
.cid-womanschedule .work-info {
  color: #039818;
}
.cid-womanschedule .sold-out {
  width: 100%;
  text-align: center;
}
.cid-womanschedule .sold-out h5 {
  color: #d50038;
  font-size: 150%;
}
/* **************************************
new_profile.html id=shopcomments お店からのコメント
************************************** */
.cid-shopcomments {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-shopcomments .content {
  width: 100%;
  margin: 0 auto;
}
.cid-shopcomments .title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  background: bottom repeat-x url(https://fcj.xn--hwtp04b.jp/assets/images/ttl_back.jpg);
  color: #603814;
  text-align: left;
  font-weight: bold;
  font-size: 200%;
}
.cid-shopcomments .whatsnew {
  height: 300px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: linear-gradient(to bottom, #fff 50%, #fff1de 100%);
}
.cid-shopcomments .whatsnew::-webkit-scrollbar {
  display: none;
}
.cid-shopcomments .whatsnew p {
  line-height: 1.6rem;
}
/* **************************************
new_profile.html id=latest-additions 最新のくちこみ
************************************** */
.cid-latestadditions {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-latestadditions .container h4 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.cid-latestadditions .title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  background: bottom repeat-x url(https://fcj.xn--hwtp04b.jp/assets/images/ttl_back.jpg);
  color: #603814;
  text-align: left;
  font-weight: bold;
  font-size: 200%;
}
.cid-latestadditions .chart-main {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.cid-latestadditions .menu-item {
  padding: 10px;
  display: flex;
    flex-direction: column;
  margin-bottom: 1.5rem;
  border: #666666 solid 1px;
  border-radius: 20px;
}
.cid-latestadditions .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
    margin: auto;
  margin-bottom: 1rem;
}
.cid-latestadditions .item-tag2 {
  width: calc(100% - 20px);
  background: rgba(72, 140, 255, 1.00);
  padding: 3px 10px;
  border-radius: 10px;
  margin: 0 auto;
}
.cid-latestadditions img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
.cid-latestadditions .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-latestadditions .mbr-figure {
  width: 100% !important;
  height: 100%;
}
.cid-latestadditions .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: auto;
}
.cid-latestadditions .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-latestadditions .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-latestadditions .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-latestadditions .special-label {
  color: #fff;
}
.cid-latestadditions .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-latestadditions .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-latestadditions .menu-row {
  margin: 0;
}
.cid-latestadditions .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-latestadditions .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-latestadditions .group-title, .cid-latestadditions .align-wrap {
  text-align: left;
}
.cid-latestadditions SPAN {
  color: #4479d9;
}
.cid-latestadditions .item-title {
  width: 100%;
  height: 140px;
  color: #353535;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-latestadditions .item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.cid-latestadditions H4 {
  color: #89b758;
}
.cid-latestadditions .mbr-fallback-image.disabled {
  display: none;
}
.cid-latestadditions .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-latestadditions #chartjs-1, .cid-latestadditions #chartjs-2, .cid-latestadditions #chartjs-3, .cid-latestadditions #chartjs-4, .cid-latestadditions #chartjs-5, .cid-latestadditions #chartjs-6 {
  width: 60%;
  height: auto;
  margin: 0 auto 10px;
}
/* **************************************
new_profile.html id=profile-images プロフ写真
************************************** */
.cid-profimage {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: none !important;
}
.cid-profimage h3 img {
  width: 100%;
    max-width: 320px;
  height: auto;
}
.cid-profimage .title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  background: bottom repeat-x url(https://fcj.xn--hwtp04b.jp/assets/images/ttl_back.jpg);
  color: #603814;
  text-align: left;
  font-weight: bold;
  font-size: 200%;
}
.cid-profimage .row {
  width: 100%;
  margin: 0 auto;
}
.cid-profimage .col-title {
  margin-bottom: 2.5rem;
}
.cid-profimage .mbr-section-title {
  color: #765d00;
}
.cid-profimage .mbr-section-subtitle {
  color: #FCF0D5;
  margin-top: 0.5rem;
}
.cid-profimage .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.cid-profimage .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-profimage .card-wrapper {
  height: 100%;
  position: relative;
}
.cid-profimage .card-img {
  width: 100%;
  height: auto;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.cid-profimage .card-img img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.cid-profimage .mbr-section-btn {
  margin-top: 14px;
}
/* **************************************
top.html id=footer-menu フッターメニュー
************************************** */
.cid-tD3EwE0ByD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: top left repeat-x url("https://fcj.xn--hwtp04b.jp/assets/images/footerbg-246x252.jpg");
}
.cid-tD3EwE0ByD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tD3EwE0ByD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tD3EwE0ByD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tD3EwE0ByD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tD3EwE0ByD .media-container-row .foot-menu li {
    width: 50%;
    margin: 0;
  padding: 0;
}
.cid-tD3EwE0ByD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tD3EwE0ByD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
 -webkit-justify-content: center;
  justify-content: center;
}
.cid-tD3EwE0ByD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tD3EwE0ByD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tD3EwE0ByD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tD3EwE0ByD .media-container-row .social-list a:hover {
  opacity: 1;
}
.cid-tD3EwE0ByD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tD3EwE0ByD .media-container-row .row-copirayt p {
  width: 100%;
}