@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic&display=swap&.css);
/*!
 *   AdminLTE v2.3.8
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <http://almsaeedstudio.com>
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
!*/
/*
 * Core: General Layout Style
 * -------------------------
 */
html,
body {
  height: 100%;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}
body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}
/* Layout */
.wrapper {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}
.layout-boxed {
  background: url('../img/boxed-bg.jpg') repeat fixed;
}
/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */
.content-wrapper,
.right-side,
.main-footer {
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 230px;
  z-index: 820;
}
.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
  margin-left: 0;
}
@media (max-width: 767px) {
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .right-side,
  .sidebar-collapse .main-footer {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .right-side,
  .sidebar-open .main-footer {
    transform: translate(230px, 0);
  }
}
.content-wrapper,
.right-side {
  min-height: 100%;
  background-color: #ecf0f5;
  z-index: 800;
}
.main-footer {
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #d2d6de;
}
/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
  position: fixed;
}
.fixed .main-header {
  top: 0;
  right: 0;
  left: 0;
}
.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 100px;
  }
}
.fixed.layout-boxed .wrapper {
  max-width: 100%;
}
body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side,
body.hold-transition .main-header .navbar,
body.hold-transition .main-header .logo {
  /* Fix for IE */
  transition: none;
}
/* Content */
.content {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', sans-serif;
}
/* General Links */
a {
  color: #3c8dbc;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2;
}
/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}
.page-header > small {
  color: #666;
  display: block;
  margin-top: 5px;
}
/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
}
.main-header .navbar {
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 230px;
  border: none;
  min-height: 50px;
  border-radius: 0;
}
.layout-top-nav .main-header .navbar {
  margin-left: 0;
}
.main-header #navbar-search-input.form-control {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.main-header #navbar-search-input.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.main-header #navbar-search-input.form-control:-ms-input-placeholder {
  color: #ccc;
}
.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
  color: #ccc;
}
.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right;
}
@media (max-width: 991px) {
  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .main-header .navbar-right {
    float: none;
  }
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
  }
  .main-header .navbar-right > li {
    color: inherit;
    border: 0;
  }
}
.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
  font-family: fontAwesome;
}
.main-header .sidebar-toggle:before {
  content: "\f0c9";
}
.main-header .sidebar-toggle:hover {
  color: #fff;
}
.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
  background: transparent;
}
.main-header .sidebar-toggle .icon-bar {
  display: none;
}
.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}
.main-header .navbar .nav > li > a > .label {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: 0.9;
}
.main-header .logo {
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 230px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 15px;
  font-weight: 300;
  overflow: hidden;
}
.main-header .logo .logo-lg {
  display: block;
}
.main-header .logo .logo-mini {
  display: none;
}
.main-header .navbar-brand {
  color: #fff;
}
.content-header {
  position: relative;
  padding: 15px 15px 0 15px;
}
.content-header > h1 {
  margin: 0;
  font-size: 24px;
}
.content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}
.content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 2px;
}
.content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
  display: inline-block;
}
.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.content-header > .breadcrumb > li + li:before {
  content: '>\00a0';
}
@media (max-width: 991px) {
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px;
  }
  .content-header > .breadcrumb li:before {
    color: #97a0b3;
  }
}
.navbar-toggle {
  color: #fff;
  border: 0;
  margin: 0;
  padding: 15px 15px;
}
@media (max-width: 991px) {
  .navbar-custom-menu .navbar-nav > li {
    float: left;
  }
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .main-header {
    position: relative;
  }
  .main-header .logo,
  .main-header .navbar {
    width: 100%;
    float: none;
  }
  .main-header .navbar {
    margin: 0;
  }
  .main-header .navbar-custom-menu {
    float: right;
  }
}
@media (max-width: 991px) {
  .navbar-collapse.pull-left {
    float: none !important;
  }
  .navbar-collapse.pull-left + .navbar-custom-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
  }
}
/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar,
.left-side {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  min-height: 100%;
  width: 230px;
  z-index: 810;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .main-sidebar,
  .left-side {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .main-sidebar,
  .left-side {
    transform: translate(-230px, 0);
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .main-sidebar,
  .sidebar-collapse .left-side {
    transform: translate(-230px, 0);
  }
}
@media (max-width: 767px) {
  .sidebar-open .main-sidebar,
  .sidebar-open .left-side {
    transform: translate(0, 0);
  }
}
.sidebar {
  padding-bottom: 10px;
}
.sidebar-form input:focus {
  border-color: transparent;
}
.user-panel {
  position: relative;
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
.user-panel:before,
.user-panel:after {
  content: " ";
  display: table;
}
.user-panel:after {
  clear: both;
}
.user-panel > .image > img {
  width: 100%;
  max-width: 45px;
  height: auto;
}
.user-panel > .info {
  padding: 5px 5px 5px 15px;
  line-height: 1;
  position: absolute;
  left: 55px;
}
.user-panel > .info > p {
  font-weight: 600;
  margin-bottom: 9px;
}
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
}
.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 3px;
}
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
}
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-right: 5px;
}
.sidebar-menu > li .badge {
  margin-top: 3px;
}
.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
}
.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
}
.sidebar-menu li > a > .fa-angle-left {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}
.sidebar-menu li.active > a > .fa-angle-left,
.sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
  transform: rotate(-90deg);
}
.sidebar-menu li.active > .treeview-menu {
  display: block;
}
.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}
.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}
.sidebar-menu .treeview-menu > li {
  margin: 0;
}
.sidebar-menu .treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
}
.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  width: auto;
}
/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px !important;
    z-index: 840;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar {
    transform: translate(0, 0);
    width: 50px !important;
    z-index: 850;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right: 0;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block !important;
    position: absolute;
    width: 180px;
    left: 50px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    margin-left: -3px;
    padding: 12px 5px 12px 20px;
    background-color: inherit;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    position: relative!important;
    float: right;
    width: auto!important;
    left: 180px !important;
    top: -22px !important;
    z-index: 900;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 44px;
    margin-left: 0;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important;
    -webkit-transform: translateZ(0);
  }
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
  }
}
.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
  white-space: nowrap;
  overflow: hidden;
}
.sidebar-menu:hover {
  overflow: visible;
}
.sidebar-form,
.sidebar-menu > li.header {
  overflow: hidden;
  text-overflow: clip;
}
.sidebar-menu li > a {
  position: relative;
}
.sidebar-menu li > a > .pull-right-container {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0;
}
.control-sidebar-bg,
.control-sidebar {
  top: 0;
  right: -230px;
  width: 230px;
  transition: right 0.3s ease-in-out;
}
.control-sidebar {
  position: absolute;
  padding-top: 50px;
  z-index: 1010;
}
@media (max-width: 768px) {
  .control-sidebar {
    padding-top: 100px;
  }
}
.control-sidebar > .tab-content {
  padding: 10px 15px;
}
.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
  right: 0;
}
.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
  right: 0;
}
@media (min-width: 768px) {
  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer {
    margin-right: 230px;
  }
}
.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
  border-left-width: 0;
}
.nav-tabs.control-sidebar-tabs > li > a {
  border-radius: 0;
}
.nav-tabs.control-sidebar-tabs > li > a,
.nav-tabs.control-sidebar-tabs > li > a:hover {
  border-top: none;
  border-right: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.nav-tabs.control-sidebar-tabs > li > a .icon {
  font-size: 16px;
}
.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
@media (max-width: 768px) {
  .nav-tabs.control-sidebar-tabs {
    display: table;
  }
  .nav-tabs.control-sidebar-tabs > li {
    display: table-cell;
  }
}
.control-sidebar-heading {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
}
.control-sidebar-subheading {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.control-sidebar-menu > li > a {
  display: block;
  padding: 10px 15px;
}
.control-sidebar-menu > li > a:before,
.control-sidebar-menu > li > a:after {
  content: " ";
  display: table;
}
.control-sidebar-menu > li > a:after {
  clear: both;
}
.control-sidebar-menu > li > a > .control-sidebar-subheading {
  margin-top: 0;
}
.control-sidebar-menu .menu-icon {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}
.control-sidebar-menu .menu-info {
  margin-left: 45px;
  margin-top: 3px;
}
.control-sidebar-menu .menu-info > .control-sidebar-subheading {
  margin: 0;
}
.control-sidebar-menu .menu-info > p {
  margin: 0;
  font-size: 11px;
}
.control-sidebar-menu .progress {
  margin: 0;
}
.control-sidebar-dark {
  color: #b8c7ce;
}
.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
  background: #222d32;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
  border-bottom: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
  background: #181f23;
  color: #b8c7ce;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #141a1d;
  border-bottom-color: #141a1d;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  color: #fff;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #222d32;
  color: #fff;
}
.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
  color: #fff;
}
.control-sidebar-dark .control-sidebar-menu > li > a:hover {
  background: #1e282c;
}
.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
  color: #b8c7ce;
}
.control-sidebar-light {
  color: #5e5e5e;
}
.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
  background: #f9fafc;
  border-left: 1px solid #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs {
  border-bottom: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
  background: #e8ecf4;
  color: #444;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #d2d6de;
  border-bottom-color: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #eff1f7;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #f9fafc;
  color: #111;
}
.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
  color: #111;
}
.control-sidebar-light .control-sidebar-menu {
  margin-left: -14px;
}
.control-sidebar-light .control-sidebar-menu > li > a:hover {
  background: #f4f4f5;
}
.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
  color: #5e5e5e;
}
/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
  box-shadow: none;
  border-color: #eee;
}
.dropdown-menu > li > a {
  color: #777;
}
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
  margin-right: 10px;
}
.dropdown-menu > li > a:hover {
  background-color: #e1e3e9;
  color: #333;
}
.dropdown-menu > .divider {
  background-color: #eee;
}
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}
@media (max-width: 991px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 10px 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
  position: relative;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0;
}
.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #444 !important;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9;
  }
}
.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
  }
}
/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  animation: flipInX 0.7s both;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}
@media (max-width: 991px) {
  .navbar-custom-menu > .navbar-nav {
    float: right;
  }
  .navbar-custom-menu > .navbar-nav > li {
    position: static;
  }
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
    border: 1px solid #ddd;
    background: #fff;
  }
}
/*
 * Component: Form
 * ---------------
 */
.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
}
.form-control:focus {
  border-color: #3c8dbc;
  box-shadow: none;
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group.has-success label {
  color: #00a65a;
}
.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
  border-color: #00a65a;
  box-shadow: none;
}
.form-group.has-success .help-block {
  color: #00a65a;
}
.form-group.has-warning label {
  color: #f39c12;
}
.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
  border-color: #f39c12;
  box-shadow: none;
}
.form-group.has-warning .help-block {
  color: #f39c12;
}
.form-group.has-error label {
  color: #dd4b39;
}
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
  border-color: #dd4b39;
  box-shadow: none;
}
.form-group.has-error .help-block {
  color: #dd4b39;
}
/* Input group */
.input-group .input-group-addon {
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #fff;
}
/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}
.icheck > label {
  padding-left: 0;
}
/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
  line-height: 34px;
}
.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 46px;
}
.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 30px;
}
/*
 * Component: Progress Bar
 * -----------------------
 */
.progress,
.progress > .progress-bar {
  box-shadow: none;
}
.progress,
.progress > .progress-bar,
.progress .progress-bar,
.progress > .progress-bar .progress-bar {
  border-radius: 1px;
}
/* size variation */
.progress.sm,
.progress-sm {
  height: 10px;
}
.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
  border-radius: 1px;
}
.progress.xs,
.progress-xs {
  height: 7px;
}
.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
  border-radius: 1px;
}
.progress.xxs,
.progress-xxs {
  height: 3px;
}
.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
  border-radius: 1px;
}
/* Vertical bars */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.progress.vertical > .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.progress.vertical.sm,
.progress.vertical.progress-sm {
  width: 20px;
}
.progress.vertical.xs,
.progress.vertical.progress-xs {
  width: 10px;
}
.progress.vertical.xxs,
.progress.vertical.progress-xxs {
  width: 3px;
}
.progress-group .progress-text {
  font-weight: 600;
}
.progress-group .progress-number {
  float: right;
}
/* Remove margins from progress bars when put in a table */
.table tr > td .progress {
  margin: 0;
}
.progress-bar-light-blue,
.progress-bar-primary {
  background-color: #3c8dbc;
}
.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-green,
.progress-bar-success {
  background-color: #00a65a;
}
.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-aqua,
.progress-bar-info {
  background-color: #00c0ef;
}
.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-yellow,
.progress-bar-warning {
  background-color: #f39c12;
}
.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-red,
.progress-bar-danger {
  background-color: #dd4b39;
}
.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5;
}
.small-box .icon {
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover .icon {
  font-size: 95px;
}
@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}
/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #fff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #fff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #fff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #fff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #fff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #fff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.box-header > .box-tools .dropdown-menu > li > a {
  color: #444 !important;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
.box-comments {
  background: #f7f7f7;
}
.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}
.box-comments .box-comment:after {
  clear: both;
}
.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}
.box-comments .box-comment:first-of-type {
  padding-top: 0;
}
.box-comments .box-comment img {
  float: left;
}
.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}
.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}
/* Widget: TODO LIST */
.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.todo-list > li {
  border-radius: 2px;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.todo-list > li:last-of-type {
  margin-bottom: 0;
}
.todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
.todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.todo-list > li .tools {
  display: none;
  float: right;
  color: #dd4b39;
}
.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.todo-list > li:hover .tools {
  display: inline-block;
}
.todo-list > li.done {
  color: #999;
}
.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.todo-list > li.done .label {
  background: #d2d6de !important;
}
.todo-list .danger {
  border-left-color: #dd4b39;
}
.todo-list .warning {
  border-left-color: #f39c12;
}
.todo-list .info {
  border-left-color: #00c0ef;
}
.todo-list .success {
  border-left-color: #00a65a;
}
.todo-list .primary {
  border-left-color: #3c8dbc;
}
.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
.chat {
  padding: 5px 20px 5px 10px;
}
.chat .item {
  margin-bottom: 10px;
}
.chat .item:before,
.chat .item:after {
  content: " ";
  display: table;
}
.chat .item:after {
  clear: both;
}
.chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
}
.chat .item > .online {
  border: 2px solid #00a65a;
}
.chat .item > .offline {
  border: 2px solid #dd4b39;
}
.chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
}
.chat .item > .message > .name {
  display: block;
  font-weight: 600;
}
.chat .item > .attachment {
  border-radius: 3px;
  background: #f4f4f4;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}
.chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
.chat .item > .attachment > p,
.chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
.chat .item > .attachment:before,
.chat .item > .attachment:after {
  content: " ";
  display: table;
}
.chat .item > .attachment:after {
  clear: both;
}
.box-input {
  max-width: 200px;
}
.modal .panel-body {
  color: #444;
}
/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-icon > img {
  max-width: 100%;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text {
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}
/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-item {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}
.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
  padding: 10px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}
.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #ddd;
}
/*
 * Component: Button
 * -----------------
 */
.btn {
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid transparent;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.btn-flat {
  border-radius: 0;
  box-shadow: none;
  border-width: 1px;
}
.btn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #e7e7e7;
}
.btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #367fa9;
}
.btn-success {
  background-color: #00a65a;
  border-color: #008d4c;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #008d4c;
}
.btn-info {
  background-color: #00c0ef;
  border-color: #00acd6;
}
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #00acd6;
}
.btn-danger {
  background-color: #dd4b39;
  border-color: #d73925;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #d73925;
}
.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #e08e0b;
}
.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-link {
  box-shadow: none;
}
.btn[class*='bg-']:hover {
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn-app:active,
.btn-app:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
/*
 * Component: Callout
 * ------------------
 */
.callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.callout a {
  color: #fff;
  text-decoration: underline;
}
.callout a:hover {
  color: #eee;
}
.callout h4 {
  margin-top: 0;
  font-weight: 600;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code,
.callout .highlight {
  background-color: #fff;
}
.callout.callout-danger {
  border-color: #c23321;
}
.callout.callout-warning {
  border-color: #c87f0a;
}
.callout.callout-info {
  border-color: #0097bc;
}
.callout.callout-success {
  border-color: #00733e;
}
/*
 * Component: alert
 * ----------------
 */
.alert {
  border-radius: 3px;
}
.alert h4 {
  font-weight: 600;
}
.alert .icon {
  margin-right: 10px;
}
.alert .close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.alert a {
  color: #fff;
  text-decoration: underline;
}
.alert-success {
  border-color: #008d4c;
}
.alert-danger,
.alert-error {
  border-color: #d73925;
}
.alert-warning {
  border-color: #e08e0b;
}
.alert-info {
  border-color: #00acd6;
}
/*
 * Component: Nav
 * --------------
 */
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  color: #444;
  background: #f7f7f7;
}
/* NAV PILLS */
.nav-pills > li > a {
  border-radius: 0;
  border-top: 3px solid transparent;
  color: #444;
}
.nav-pills > li > a > .fa,
.nav-pills > li > a > .glyphicon,
.nav-pills > li > a > .ion {
  margin-right: 5px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  border-top-color: #3c8dbc;
}
.nav-pills > li.active > a {
  font-weight: 600;
}
/* NAV STACKED */
.nav-stacked > li > a {
  border-radius: 0;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #444;
}
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
  background: transparent;
  color: #444;
  border-top: 0;
  border-left-color: #3c8dbc;
}
.nav-stacked > li.header {
  border-bottom: 1px solid #ddd;
  color: #777;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
/* NAV TABS */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li {
  border-top: 3px solid transparent;
  margin-bottom: -2px;
  margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li > a {
  color: #444;
  border-radius: 0;
}
.nav-tabs-custom > .nav-tabs > li > a.text-muted {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
  background: transparent;
  margin: 0;
}
.nav-tabs-custom > .nav-tabs > li > a:hover {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
  border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: #fff;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top-color: transparent;
  border-left-color: #f4f4f4;
  border-right-color: #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
  border-left-color: transparent;
}
.nav-tabs-custom > .nav-tabs.pull-right {
  float: none !important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
  float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  margin-right: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
  border-left-width: 1px;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-color: #f4f4f4;
  border-right-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right: 5px;
}
.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
  background: transparent;
  color: #999;
}
.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
  border-top-color: #3c8dbc;
}
.nav-tabs-custom.tab-info > .nav-tabs > li.active {
  border-top-color: #00c0ef;
}
.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
  border-top-color: #dd4b39;
}
.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
  border-top-color: #f39c12;
}
.nav-tabs-custom.tab-success > .nav-tabs > li.active {
  border-top-color: #00a65a;
}
.nav-tabs-custom.tab-default > .nav-tabs > li.active {
  border-top-color: #d2d6de;
}
/* PAGINATION */
.pagination > li > a {
  background: #fafafa;
  color: #666;
}
.pagination.pagination-flat > li > a {
  border-radius: 0 !important;
}
/*
 * Component: Products List
 * ------------------------
 */
.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-list > .item {
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  background: #fff;
}
.products-list > .item:before,
.products-list > .item:after {
  content: " ";
  display: table;
}
.products-list > .item:after {
  clear: both;
}
.products-list .product-img {
  float: left;
}
.products-list .product-img img {
  width: 50px;
  height: 50px;
}
.products-list .product-info {
  margin-left: 60px;
}
.products-list .product-title {
  font-weight: 600;
}
.products-list .product-description {
  display: block;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-list-in-box > .item {
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #f4f4f4;
}
.product-list-in-box > .item:last-of-type {
  border-bottom-width: 0;
}
/*
 * Component: Table
 * ----------------
 */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #f4f4f4;
}
.table > thead > tr > th {
  border-bottom: 2px solid #f4f4f4;
}
.table tr td .progress {
  margin-top: 5px;
}
.table-bordered {
  border: 1px solid #f4f4f4;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f4f4f4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table.no-border,
.table.no-border td,
.table.no-border th {
  border: 0;
}
/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
  text-align: center;
}
.table.align th {
  text-align: left;
}
.table.align td {
  text-align: right;
}
/*
 * Component: Label
 * ----------------
 */
.label-default {
  background-color: #d2d6de;
  color: #444;
}
/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
  transform: translate(0, 0);
}
.direct-chat-messages {
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto;
}
.direct-chat-msg,
.direct-chat-text {
  display: block;
}
.direct-chat-msg {
  margin-bottom: 10px;
}
.direct-chat-msg:before,
.direct-chat-msg:after {
  content: " ";
  display: table;
}
.direct-chat-msg:after {
  clear: both;
}
.direct-chat-messages,
.direct-chat-contacts {
  transition: transform 0.5s ease-in-out;
}
.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 0 50px;
  color: #444;
}
.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}
.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}
.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}
.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}
.right .direct-chat-text:after,
.right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #d2d6de;
}
.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}
.right .direct-chat-img {
  float: right;
}
.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}
.direct-chat-name {
  font-weight: 600;
}
.direct-chat-timestamp {
  color: #999;
}
.direct-chat-contacts-open .direct-chat-contacts {
  transform: translate(0, 0);
}
.direct-chat-contacts {
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #222d32;
  color: #fff;
  overflow: auto;
}
.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}
.contacts-list > li:before,
.contacts-list > li:after {
  content: " ";
  display: table;
}
.contacts-list > li:after {
  clear: both;
}
.contacts-list > li:last-of-type {
  border-bottom: none;
}
.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}
.contacts-list-info {
  margin-left: 45px;
  color: #fff;
}
.contacts-list-name,
.contacts-list-status {
  display: block;
}
.contacts-list-name {
  font-weight: 600;
}
.contacts-list-status {
  font-size: 12px;
}
.contacts-list-date {
  color: #aaa;
  font-weight: normal;
}
.contacts-list-msg {
  color: #999;
}
.direct-chat-danger .right > .direct-chat-text {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}
.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
  border-left-color: #dd4b39;
}
.direct-chat-primary .right > .direct-chat-text {
  background: #3c8dbc;
  border-color: #3c8dbc;
  color: #fff;
}
.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
  border-left-color: #3c8dbc;
}
.direct-chat-warning .right > .direct-chat-text {
  background: #f39c12;
  border-color: #f39c12;
  color: #fff;
}
.direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before {
  border-left-color: #f39c12;
}
.direct-chat-info .right > .direct-chat-text {
  background: #00c0ef;
  border-color: #00c0ef;
  color: #fff;
}
.direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before {
  border-left-color: #00c0ef;
}
.direct-chat-success .right > .direct-chat-text {
  background: #00a65a;
  border-color: #00a65a;
  color: #fff;
}
.direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before {
  border-left-color: #00a65a;
}
/*
 * Component: Users List
 * ---------------------
 */
.users-list > li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
}
.users-list > li img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.users-list > li > a:hover,
.users-list > li > a:hover .users-list-name {
  color: #999;
}
.users-list-name,
.users-list-date {
  display: block;
}
.users-list-name {
  font-weight: 600;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.users-list-date {
  color: #999;
  font-size: 12px;
}
/*
 * Component: Carousel
 * -------------------
 */
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control > .fa {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
}
/*
 * Component: modal
 * ----------------
 */
.modal {
  background: rgba(0, 0, 0, 0.3);
}
.modal-content {
  border-radius: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  border: 0;
}
@media (min-width: 768px) {
  .modal-content {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  }
}
.modal-header {
  border-bottom-color: #f4f4f4;
}
.modal-footer {
  border-top-color: #f4f4f4;
}
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: #307095;
}
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: #c87f0a;
}
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: #0097bc;
}
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: #00733e;
}
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: #c23321;
}
/*
 * Component: Social Widgets
 * -------------------------
 */
.box-widget {
  border: none;
  position: relative;
}
.widget-user .widget-user-header {
  padding: 20px;
  height: 120px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-user .widget-user-username {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget-user .widget-user-desc {
  margin-top: 0;
}
.widget-user .widget-user-image {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -45px;
}
.widget-user .widget-user-image > img {
  width: 90px;
  height: auto;
  border: 3px solid #fff;
}
.widget-user .box-footer {
  padding-top: 30px;
}
.widget-user-2 .widget-user-header {
  padding: 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-user-2 .widget-user-username {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
}
.widget-user-2 .widget-user-desc {
  margin-top: 0;
}
.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
  margin-left: 75px;
}
.widget-user-2 .widget-user-image > img {
  width: 65px;
  height: auto;
  float: left;
}
/*
 * Page: Mailbox
 * -------------
 */
.mailbox-messages > .table {
  margin: 0;
}
.mailbox-controls {
  padding: 5px;
}
.mailbox-controls.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.mailbox-read-info {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
}
.mailbox-read-info h3 {
  font-size: 20px;
  margin: 0;
}
.mailbox-read-info h5 {
  margin: 0;
  padding: 5px 0 0 0;
}
.mailbox-read-time {
  color: #999;
  font-size: 13px;
}
.mailbox-read-message {
  padding: 10px;
}
.mailbox-attachments li {
  float: left;
  width: 200px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px;
}
.mailbox-attachment-name {
  font-weight: bold;
  color: #666;
}
.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
  display: block;
}
.mailbox-attachment-info {
  padding: 10px;
  background: #f4f4f4;
}
.mailbox-attachment-size {
  color: #999;
  font-size: 12px;
}
.mailbox-attachment-icon {
  text-align: center;
  font-size: 65px;
  color: #666;
  padding: 20px 10px;
}
.mailbox-attachment-icon.has-img {
  padding: 0;
}
.mailbox-attachment-icon.has-img > img {
  max-width: 100%;
  height: auto;
}
/*
 * Page: Lock Screen
 * -----------------
 */
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
  background: #d2d6de;
}
.lockscreen-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.lockscreen-logo a {
  color: #444;
}
.lockscreen-wrapper {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 10%;
}
/* User name [optional] */
.lockscreen .lockscreen-name {
  text-align: center;
  font-weight: 600;
}
/* Will contain the image and the sign in form */
.lockscreen-item {
  border-radius: 4px;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 10px auto 30px auto;
  width: 290px;
}
/* User image */
.lockscreen-image {
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -25px;
  background: #fff;
  padding: 5px;
  z-index: 10;
}
.lockscreen-image > img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
/* Contains the password input and the login button */
.lockscreen-credentials {
  margin-left: 70px;
}
.lockscreen-credentials .form-control {
  border: 0;
}
.lockscreen-credentials .btn {
  background-color: #fff;
  border: 0;
  padding: 0 10px;
}
.lockscreen-footer {
  margin-top: 10px;
}
/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo,
.register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.login-logo a,
.register-logo a {
  color: #444;
}
.login-page,
.register-page {
  background: #d2d6de;
}
.login-box,
.register-box {
  width: 360px;
  margin: 7% auto;
}
@media (max-width: 768px) {
  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px;
  }
}
.login-box-body,
.register-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #666;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #777;
}
.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.social-auth-links {
  margin: 10px 0;
}
/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}
@media (max-width: 991px) {
  .error-page {
    width: 100%;
  }
}
.error-page > .headline {
  float: left;
  font-size: 100px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .error-page > .headline {
    float: none;
    text-align: center;
  }
}
.error-page > .error-content {
  margin-left: 190px;
  display: block;
}
@media (max-width: 991px) {
  .error-page > .error-content {
    margin-left: 0;
  }
}
.error-page > .error-content > h3 {
  font-weight: 300;
  font-size: 25px;
}
@media (max-width: 991px) {
  .error-page > .error-content > h3 {
    text-align: center;
  }
}
/*
 * Page: Invoice
 * -------------
 */
.invoice {
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin: 10px 25px;
}
.invoice-title {
  margin-top: 0;
}
/*
 * Page: Profile
 * -------------
 */
.profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 3px solid #d2d6de;
}
.profile-username {
  font-size: 21px;
  margin-top: 5px;
}
.post {
  border-bottom: 1px solid #d2d6de;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #666;
}
.post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post .user-block {
  margin-bottom: 15px;
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 61px;
}
.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 61px;
}
.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100%;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:focus,
.btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active:hover,
.btn-adn.active:hover,
.open > .dropdown-toggle.btn-adn:hover,
.btn-adn:active:focus,
.btn-adn.active:focus,
.open > .dropdown-toggle.btn-adn:focus,
.btn-adn:active.focus,
.btn-adn.active.focus,
.open > .dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  background-image: none;
}
.btn-adn.disabled,
.btn-adn[disabled],
fieldset[disabled] .btn-adn,
.btn-adn.disabled:hover,
.btn-adn[disabled]:hover,
fieldset[disabled] .btn-adn:hover,
.btn-adn.disabled:focus,
.btn-adn[disabled]:focus,
fieldset[disabled] .btn-adn:focus,
.btn-adn.disabled.focus,
.btn-adn[disabled].focus,
fieldset[disabled] .btn-adn.focus,
.btn-adn.disabled:active,
.btn-adn[disabled]:active,
fieldset[disabled] .btn-adn:active,
.btn-adn.disabled.active,
.btn-adn[disabled].active,
fieldset[disabled] .btn-adn.active {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:focus,
.btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active:hover,
.btn-bitbucket.active:hover,
.open > .dropdown-toggle.btn-bitbucket:hover,
.btn-bitbucket:active:focus,
.btn-bitbucket.active:focus,
.open > .dropdown-toggle.btn-bitbucket:focus,
.btn-bitbucket:active.focus,
.btn-bitbucket.active.focus,
.open > .dropdown-toggle.btn-bitbucket.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
fieldset[disabled] .btn-bitbucket,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled.focus,
.btn-bitbucket[disabled].focus,
fieldset[disabled] .btn-bitbucket.focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
fieldset[disabled] .btn-bitbucket:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket[disabled].active,
fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:focus,
.btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active:hover,
.btn-dropbox.active:hover,
.open > .dropdown-toggle.btn-dropbox:hover,
.btn-dropbox:active:focus,
.btn-dropbox.active:focus,
.open > .dropdown-toggle.btn-dropbox:focus,
.btn-dropbox:active.focus,
.btn-dropbox.active.focus,
.open > .dropdown-toggle.btn-dropbox.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox.disabled,
.btn-dropbox[disabled],
fieldset[disabled] .btn-dropbox,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled.focus,
.btn-dropbox[disabled].focus,
fieldset[disabled] .btn-dropbox.focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
fieldset[disabled] .btn-dropbox:active,
.btn-dropbox.disabled.active,
.btn-dropbox[disabled].active,
fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:focus,
.btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active:hover,
.btn-facebook.active:hover,
.open > .dropdown-toggle.btn-facebook:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.open > .dropdown-toggle.btn-facebook:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus,
.open > .dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:focus,
.btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active:hover,
.btn-flickr.active:hover,
.open > .dropdown-toggle.btn-flickr:hover,
.btn-flickr:active:focus,
.btn-flickr.active:focus,
.open > .dropdown-toggle.btn-flickr:focus,
.btn-flickr:active.focus,
.btn-flickr.active.focus,
.open > .dropdown-toggle.btn-flickr.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled.focus,
.btn-flickr[disabled].focus,
fieldset[disabled] .btn-flickr.focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}
.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:focus,
.btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active:hover,
.btn-foursquare.active:hover,
.open > .dropdown-toggle.btn-foursquare:hover,
.btn-foursquare:active:focus,
.btn-foursquare.active:focus,
.open > .dropdown-toggle.btn-foursquare:focus,
.btn-foursquare:active.focus,
.btn-foursquare.active.focus,
.open > .dropdown-toggle.btn-foursquare.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare.disabled,
.btn-foursquare[disabled],
fieldset[disabled] .btn-foursquare,
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled.focus,
.btn-foursquare[disabled].focus,
fieldset[disabled] .btn-foursquare.focus,
.btn-foursquare.disabled:active,
.btn-foursquare[disabled]:active,
fieldset[disabled] .btn-foursquare:active,
.btn-foursquare.disabled.active,
.btn-foursquare[disabled].active,
fieldset[disabled] .btn-foursquare.active {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}
.btn-github {
  color: #fff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:focus,
.btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active:hover,
.btn-github.active:hover,
.open > .dropdown-toggle.btn-github:hover,
.btn-github:active:focus,
.btn-github.active:focus,
.open > .dropdown-toggle.btn-github:focus,
.btn-github:active.focus,
.btn-github.active.focus,
.open > .dropdown-toggle.btn-github.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled.focus,
.btn-github[disabled].focus,
fieldset[disabled] .btn-github.focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github[disabled].active,
fieldset[disabled] .btn-github.active {
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github .badge {
  color: #444444;
  background-color: #fff;
}
.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:focus,
.btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active:hover,
.btn-google.active:hover,
.open > .dropdown-toggle.btn-google:hover,
.btn-google:active:focus,
.btn-google.active:focus,
.open > .dropdown-toggle.btn-google:focus,
.btn-google:active.focus,
.btn-google.active.focus,
.open > .dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  background-image: none;
}
.btn-google.disabled,
.btn-google[disabled],
fieldset[disabled] .btn-google,
.btn-google.disabled:hover,
.btn-google[disabled]:hover,
fieldset[disabled] .btn-google:hover,
.btn-google.disabled:focus,
.btn-google[disabled]:focus,
fieldset[disabled] .btn-google:focus,
.btn-google.disabled.focus,
.btn-google[disabled].focus,
fieldset[disabled] .btn-google.focus,
.btn-google.disabled:active,
.btn-google[disabled]:active,
fieldset[disabled] .btn-google:active,
.btn-google.disabled.active,
.btn-google[disabled].active,
fieldset[disabled] .btn-google.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}
.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:focus,
.btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active:hover,
.btn-instagram.active:hover,
.open > .dropdown-toggle.btn-instagram:hover,
.btn-instagram:active:focus,
.btn-instagram.active:focus,
.open > .dropdown-toggle.btn-instagram:focus,
.btn-instagram:active.focus,
.btn-instagram.active.focus,
.open > .dropdown-toggle.btn-instagram.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled.focus,
.btn-instagram[disabled].focus,
fieldset[disabled] .btn-instagram.focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:focus,
.btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active:hover,
.btn-linkedin.active:hover,
.open > .dropdown-toggle.btn-linkedin:hover,
.btn-linkedin:active:focus,
.btn-linkedin.active:focus,
.open > .dropdown-toggle.btn-linkedin:focus,
.btn-linkedin:active.focus,
.btn-linkedin.active.focus,
.open > .dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled.focus,
.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin.focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}
.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:focus,
.btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active:hover,
.btn-microsoft.active:hover,
.open > .dropdown-toggle.btn-microsoft:hover,
.btn-microsoft:active:focus,
.btn-microsoft.active:focus,
.open > .dropdown-toggle.btn-microsoft:focus,
.btn-microsoft:active.focus,
.btn-microsoft.active.focus,
.open > .dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}
.btn-microsoft.disabled,
.btn-microsoft[disabled],
fieldset[disabled] .btn-microsoft,
.btn-microsoft.disabled:hover,
.btn-microsoft[disabled]:hover,
fieldset[disabled] .btn-microsoft:hover,
.btn-microsoft.disabled:focus,
.btn-microsoft[disabled]:focus,
fieldset[disabled] .btn-microsoft:focus,
.btn-microsoft.disabled.focus,
.btn-microsoft[disabled].focus,
fieldset[disabled] .btn-microsoft.focus,
.btn-microsoft.disabled:active,
.btn-microsoft[disabled]:active,
fieldset[disabled] .btn-microsoft:active,
.btn-microsoft.disabled.active,
.btn-microsoft[disabled].active,
fieldset[disabled] .btn-microsoft.active {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}
.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:focus,
.btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active:hover,
.btn-openid.active:hover,
.open > .dropdown-toggle.btn-openid:hover,
.btn-openid:active:focus,
.btn-openid.active:focus,
.open > .dropdown-toggle.btn-openid:focus,
.btn-openid:active.focus,
.btn-openid.active.focus,
.open > .dropdown-toggle.btn-openid.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  background-image: none;
}
.btn-openid.disabled,
.btn-openid[disabled],
fieldset[disabled] .btn-openid,
.btn-openid.disabled:hover,
.btn-openid[disabled]:hover,
fieldset[disabled] .btn-openid:hover,
.btn-openid.disabled:focus,
.btn-openid[disabled]:focus,
fieldset[disabled] .btn-openid:focus,
.btn-openid.disabled.focus,
.btn-openid[disabled].focus,
fieldset[disabled] .btn-openid.focus,
.btn-openid.disabled:active,
.btn-openid[disabled]:active,
fieldset[disabled] .btn-openid:active,
.btn-openid.disabled.active,
.btn-openid[disabled].active,
fieldset[disabled] .btn-openid.active {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:focus,
.btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active:hover,
.btn-pinterest.active:hover,
.open > .dropdown-toggle.btn-pinterest:hover,
.btn-pinterest:active:focus,
.btn-pinterest.active:focus,
.open > .dropdown-toggle.btn-pinterest:focus,
.btn-pinterest:active.focus,
.btn-pinterest.active.focus,
.open > .dropdown-toggle.btn-pinterest.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest.disabled,
.btn-pinterest[disabled],
fieldset[disabled] .btn-pinterest,
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled.focus,
.btn-pinterest[disabled].focus,
fieldset[disabled] .btn-pinterest.focus,
.btn-pinterest.disabled:active,
.btn-pinterest[disabled]:active,
fieldset[disabled] .btn-pinterest:active,
.btn-pinterest.disabled.active,
.btn-pinterest[disabled].active,
fieldset[disabled] .btn-pinterest.active {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}
.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:focus,
.btn-reddit.focus {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:hover {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active:hover,
.btn-reddit.active:hover,
.open > .dropdown-toggle.btn-reddit:hover,
.btn-reddit:active:focus,
.btn-reddit.active:focus,
.open > .dropdown-toggle.btn-reddit:focus,
.btn-reddit:active.focus,
.btn-reddit.active.focus,
.open > .dropdown-toggle.btn-reddit.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  background-image: none;
}
.btn-reddit.disabled,
.btn-reddit[disabled],
fieldset[disabled] .btn-reddit,
.btn-reddit.disabled:hover,
.btn-reddit[disabled]:hover,
fieldset[disabled] .btn-reddit:hover,
.btn-reddit.disabled:focus,
.btn-reddit[disabled]:focus,
fieldset[disabled] .btn-reddit:focus,
.btn-reddit.disabled.focus,
.btn-reddit[disabled].focus,
fieldset[disabled] .btn-reddit.focus,
.btn-reddit.disabled:active,
.btn-reddit[disabled]:active,
fieldset[disabled] .btn-reddit:active,
.btn-reddit.disabled.active,
.btn-reddit[disabled].active,
fieldset[disabled] .btn-reddit.active {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}
.btn-soundcloud {
  color: #fff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:focus,
.btn-soundcloud.focus {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:hover {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active:hover,
.btn-soundcloud.active:hover,
.open > .dropdown-toggle.btn-soundcloud:hover,
.btn-soundcloud:active:focus,
.btn-soundcloud.active:focus,
.open > .dropdown-toggle.btn-soundcloud:focus,
.btn-soundcloud:active.focus,
.btn-soundcloud.active.focus,
.open > .dropdown-toggle.btn-soundcloud.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}
.btn-soundcloud.disabled,
.btn-soundcloud[disabled],
fieldset[disabled] .btn-soundcloud,
.btn-soundcloud.disabled:hover,
.btn-soundcloud[disabled]:hover,
fieldset[disabled] .btn-soundcloud:hover,
.btn-soundcloud.disabled:focus,
.btn-soundcloud[disabled]:focus,
fieldset[disabled] .btn-soundcloud:focus,
.btn-soundcloud.disabled.focus,
.btn-soundcloud[disabled].focus,
fieldset[disabled] .btn-soundcloud.focus,
.btn-soundcloud.disabled:active,
.btn-soundcloud[disabled]:active,
fieldset[disabled] .btn-soundcloud:active,
.btn-soundcloud.disabled.active,
.btn-soundcloud[disabled].active,
fieldset[disabled] .btn-soundcloud.active {
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud .badge {
  color: #ff5500;
  background-color: #fff;
}
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:focus,
.btn-tumblr.focus {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active:hover,
.btn-tumblr.active:hover,
.open > .dropdown-toggle.btn-tumblr:hover,
.btn-tumblr:active:focus,
.btn-tumblr.active:focus,
.open > .dropdown-toggle.btn-tumblr:focus,
.btn-tumblr:active.focus,
.btn-tumblr.active.focus,
.open > .dropdown-toggle.btn-tumblr.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled.focus,
.btn-tumblr[disabled].focus,
fieldset[disabled] .btn-tumblr.focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:focus,
.btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active:hover,
.btn-twitter.active:hover,
.open > .dropdown-toggle.btn-twitter:hover,
.btn-twitter:active:focus,
.btn-twitter.active:focus,
.open > .dropdown-toggle.btn-twitter:focus,
.btn-twitter:active.focus,
.btn-twitter.active.focus,
.open > .dropdown-toggle.btn-twitter.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}
.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:focus,
.btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active:hover,
.btn-vimeo.active:hover,
.open > .dropdown-toggle.btn-vimeo:hover,
.btn-vimeo:active:focus,
.btn-vimeo.active:focus,
.open > .dropdown-toggle.btn-vimeo:focus,
.btn-vimeo:active.focus,
.btn-vimeo.active.focus,
.open > .dropdown-toggle.btn-vimeo.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}
.btn-vimeo.disabled,
.btn-vimeo[disabled],
fieldset[disabled] .btn-vimeo,
.btn-vimeo.disabled:hover,
.btn-vimeo[disabled]:hover,
fieldset[disabled] .btn-vimeo:hover,
.btn-vimeo.disabled:focus,
.btn-vimeo[disabled]:focus,
fieldset[disabled] .btn-vimeo:focus,
.btn-vimeo.disabled.focus,
.btn-vimeo[disabled].focus,
fieldset[disabled] .btn-vimeo.focus,
.btn-vimeo.disabled:active,
.btn-vimeo[disabled]:active,
fieldset[disabled] .btn-vimeo:active,
.btn-vimeo.disabled.active,
.btn-vimeo[disabled].active,
fieldset[disabled] .btn-vimeo.active {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}
.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:focus,
.btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active:hover,
.btn-vk.active:hover,
.open > .dropdown-toggle.btn-vk:hover,
.btn-vk:active:focus,
.btn-vk.active:focus,
.open > .dropdown-toggle.btn-vk:focus,
.btn-vk:active.focus,
.btn-vk.active.focus,
.open > .dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled.focus,
.btn-vk[disabled].focus,
fieldset[disabled] .btn-vk.focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}
.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:focus,
.btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active:hover,
.btn-yahoo.active:hover,
.open > .dropdown-toggle.btn-yahoo:hover,
.btn-yahoo:active:focus,
.btn-yahoo.active:focus,
.open > .dropdown-toggle.btn-yahoo:focus,
.btn-yahoo:active.focus,
.btn-yahoo.active.focus,
.open > .dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}
.btn-yahoo.disabled,
.btn-yahoo[disabled],
fieldset[disabled] .btn-yahoo,
.btn-yahoo.disabled:hover,
.btn-yahoo[disabled]:hover,
fieldset[disabled] .btn-yahoo:hover,
.btn-yahoo.disabled:focus,
.btn-yahoo[disabled]:focus,
fieldset[disabled] .btn-yahoo:focus,
.btn-yahoo.disabled.focus,
.btn-yahoo[disabled].focus,
fieldset[disabled] .btn-yahoo.focus,
.btn-yahoo.disabled:active,
.btn-yahoo[disabled]:active,
fieldset[disabled] .btn-yahoo:active,
.btn-yahoo.disabled.active,
.btn-yahoo[disabled].active,
fieldset[disabled] .btn-yahoo.active {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}
/*
 * Plugin: Full Calendar
 * ---------------------
 */
.fc-button {
  background: #f4f4f4;
  background-image: none;
  color: #444;
  border-color: #ddd;
  border-bottom-color: #ddd;
}
.fc-button:hover,
.fc-button:active,
.fc-button.hover {
  background-color: #e9e9e9;
}
.fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}
.fc-header-right {
  padding-right: 10px;
}
.fc-header-left {
  padding-left: 10px;
}
.fc-widget-header {
  background: #fafafa;
}
.fc-grid {
  width: 100%;
  border: 0;
}
.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}
.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
  border-right: 0;
}
.fc-toolbar {
  padding: 10px;
  margin: 0;
}
.fc-day-number {
  font-size: 20px;
  font-weight: 300;
  padding-right: 10px;
}
.fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fc-color-picker > li {
  float: left;
  font-size: 30px;
  margin-right: 5px;
  line-height: 30px;
}
.fc-color-picker > li .fa {
  transition: transform linear 0.3s;
}
.fc-color-picker > li .fa:hover {
  transform: rotate(30deg);
}
#add-new-event {
  transition: all linear 0.3s;
}
.external-event {
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: move;
}
.external-event:hover {
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}
/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}
.select2-container--default.select2-container--open {
  border-color: #3c8dbc;
}
.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3c8dbc;
  color: white;
}
.select2-results__option {
  padding: 6px 12px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de;
}
.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  outline: none;
  border: 1px solid #3c8dbc;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}
/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
  padding: 10px;
}
.margin {
  margin: 10px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-r-5 {
  margin-right: 5px;
}
.inline {
  display: inline;
}
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.description-block.margin-bottom {
  margin-bottom: 25px;
}
.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
.description-block > .description-text {
  text-transform: uppercase;
}
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111 !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001F3F !important;
}
.bg-teal {
  background-color: #39CCCC !important;
}
.bg-olive {
  background-color: #3D9970 !important;
}
.bg-lime {
  background-color: #01FF70 !important;
}
.bg-orange {
  background-color: #FF851B !important;
}
.bg-fuchsia {
  background-color: #F012BE !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #D81B60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001F3F !important;
}
.text-teal {
  color: #39CCCC !important;
}
.text-olive {
  color: #3D9970 !important;
}
.text-lime {
  color: #01FF70 !important;
}
.text-orange {
  color: #FF851B !important;
}
.text-fuchsia {
  color: #F012BE !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #D81B60 !important;
}
.link-muted {
  color: #7a869d;
}
.link-muted:hover,
.link-muted:focus {
  color: #606c84;
}
.link-black {
  color: #666;
}
.link-black:hover,
.link-black:focus {
  color: #999;
}
.hide {
  display: none !important;
}
.no-border {
  border: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-shadow {
  box-shadow: none !important;
}
.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.flat {
  border-radius: 0 !important;
}
.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700;
}
.text-sm {
  font-size: 12px;
}
.jqstooltip {
  padding: 5px !important;
  width: auto !important;
  height: auto !important;
}
.bg-teal-gradient {
  background: #39CCCC !important;
  background: -o-linear-gradient(#7adddd, #39CCCC) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39CCCC', GradientType=0) !important;
  color: #fff;
}
.bg-light-blue-gradient {
  background: #3c8dbc !important;
  background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
  color: #fff;
}
.bg-blue-gradient {
  background: #0073b7 !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}
.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  color: #fff;
}
.bg-yellow-gradient {
  background: #f39c12 !important;
  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
  color: #fff;
}
.bg-purple-gradient {
  background: #605ca8 !important;
  background: -o-linear-gradient(#9491c4, #605ca8) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  color: #fff;
}
.bg-green-gradient {
  background: #00a65a !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  color: #fff;
}
.bg-red-gradient {
  background: #dd4b39 !important;
  background: -o-linear-gradient(#e47365, #dd4b39) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
  color: #fff;
}
.bg-black-gradient {
  background: #111 !important;
  background: -o-linear-gradient(#2b2b2b, #111) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111', GradientType=0) !important;
  color: #fff;
}
.bg-maroon-gradient {
  background: #D81B60 !important;
  background: -o-linear-gradient(#e73f7c, #D81B60) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#D81B60', GradientType=0) !important;
  color: #fff;
}
.description-block .description-icon {
  font-size: 16px;
}
.no-pad-top {
  padding-top: 0;
}
.position-static {
  position: static !important;
}
.list-header {
  font-size: 15px;
  padding: 10px 4px;
  font-weight: bold;
  color: #666;
}
.list-seperator {
  height: 1px;
  background: #f4f4f4;
  margin: 15px 0 9px 0;
}
.list-link > a {
  padding: 4px;
  color: #777;
}
.list-link > a:hover {
  color: #222;
}
.font-light {
  font-weight: 300;
}
.user-block:before,
.user-block:after {
  content: " ";
  display: table;
}
.user-block:after {
  clear: both;
}
.user-block img {
  width: 40px;
  height: 40px;
  float: left;
}
.user-block .username,
.user-block .description,
.user-block .comment {
  display: block;
  margin-left: 50px;
}
.user-block .username {
  font-size: 16px;
  font-weight: 600;
}
.user-block .description {
  color: #999;
  font-size: 13px;
}
.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
  margin-left: 40px;
}
.user-block.user-block-sm .username {
  font-size: 14px;
}
.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  float: left;
}
.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  width: 30px !important;
  height: 30px !important;
}
.img-sm + .img-push {
  margin-left: 40px;
}
.img-md {
  width: 60px;
  height: 60px;
}
.img-md + .img-push {
  margin-left: 70px;
}
.img-lg {
  width: 100px;
  height: 100px;
}
.img-lg + .img-push {
  margin-left: 110px;
}
.img-bordered {
  border: 3px solid #d2d6de;
  padding: 3px;
}
.img-bordered-sm {
  border: 2px solid #d2d6de;
  padding: 2px;
}
.attachment-block {
  border: 1px solid #f4f4f4;
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}
.attachment-block .attachment-img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  float: left;
}
.attachment-block .attachment-pushed {
  margin-left: 110px;
}
.attachment-block .attachment-heading {
  margin: 0;
}
.attachment-block .attachment-text {
  color: #555;
}
.connectedSortable {
  min-height: 100px;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
.full-opacity-hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.chart svg,
.chart canvas {
  width: 100% !important;
}
/*
 * Misc: print
 * -----------
 */
@media print {
  .no-print,
  .main-sidebar,
  .left-side,
  .main-header,
  .content-header {
    display: none !important;
  }
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0 !important;
    min-height: 0 !important;
    transform: translate(0, 0) !important;
  }
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 0 !important;
  }
  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .invoice-col {
    float: left;
    width: 33.3333333%;
  }
  .table-responsive {
    overflow: auto;
  }
  .table-responsive > .table tr th,
  .table-responsive > .table tr td {
    white-space: normal !important;
  }
}


@charset "UTF-8";
@font-face {
  font-family: number;
  src: local("Yu Gothic"), local("YuGothic"), local("YuGothic Medium"), local("YuGo-Medium"), local("YuGothic-Regular");
  font-weight: 100;
  unicode-range: U+0030-0039;
}
@font-face {
  font-family: number;
  src: local("Yu Gothic"), local("YuGothic"), local("YuGothic Medium"), local("YuGo-Medium"), local("YuGothic-Regular");
  font-weight: 200;
  unicode-range: U+0030-0039;
}
@font-face {
  font-family: number;
  src: local("Yu Gothic"), local("YuGothic"), local("YuGothic Medium"), local("YuGo-Medium"), local("YuGothic-Regular");
  font-weight: 300;
  unicode-range: U+0030-0039;
}
@font-face {
  font-family: number;
  src: local("Yu Gothic"), local("YuGothic"), local("YuGothic Medium"), local("YuGo-Medium"), local("YuGothic-Regular");
  font-weight: 400;
  unicode-range: U+0030-0039;
}
@font-face {
  font-family: number;
  src: local("Yu Gothic"), local("YuGothic"), local("YuGothic Medium"), local("YuGo-Medium"), local("YuGothic-Regular");
  font-weight: normal;
  unicode-range: U+0030-0039;
}
@font-face {
  font-family: number;
  font-weight: bold;
  src: local("Yu Gothic Bold"), local("YuGothic-Bold"), local("YuGothic Bold"), local("YuGo-Bold");
  unicode-range: U+0030-0039;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Hiragino Maru Gothic W4 JIS2004", number, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

li {
  font-weight: 500;
}

/*
.lead {
  font-weight: 300;
}
.jumbotron p {
  font-weight: 200;
}
*/
/*
.ime-on {
  ime-mode: active;
}
*/
.ime-active {
  ime-mode: active;
}

.ime-inactive {
  ime-mode: inactive;
}

.ime-off {
  ime-mode: disabled;
}

.form-border {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 98%;
  }
}
body {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.sidebar-menu > li > a i {
  width: 20px;
}
.sidebar-menu .treeview-menu > li > a i {
  width: 20px;
}

.skin-yellow-light .sidebar-menu > .treeview > a,
.skin-yellow-light .sidebar-menu > .treeview > a:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/fafbfc+0,fafbfc+77,dbd9da+100 */
  background: #fafbfc !important; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(250, 251, 252) 0%, rgb(250, 251, 252) 85%, rgb(219, 217, 218) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fafbfc", endColorstr="#dbd9da",GradientType=0 ) !important; /* IE6-9 */
}
.skin-yellow-light .sidebar-menu > .treeview > .treeview-menu {
  padding-left: 0;
  background: #fff;
}
.skin-yellow-light .sidebar-menu > .treeview > .treeview-menu > li {
  border-bottom: 1px solid #ddd;
}
.skin-yellow-light .sidebar-menu > .treeview > .treeview-menu > li.active {
  background: #333 !important;
}
.skin-yellow-light .sidebar-menu > .treeview > .treeview-menu > li.active a {
  color: #fff !important;
}
.skin-yellow-light .sidebar-menu > .treeview > .treeview-menu > li a {
  padding: 10px 5px 10px 20px;
  font-size: 0.9rem;
}
.skin-yellow-light .sidebar-menu > .treeview > .treeview-menu > li a > i {
  width: 20px;
}
.skin-yellow-light .sidebar-menu > .treeview > .treeview-menu .treeview-menu {
  padding-left: 0;
  background: #d0d0d0;
}
.skin-yellow-light .sidebar-menu > .treeview > .treeview-menu .treeview-menu > li {
  padding-left: 20px;
  border-bottom: 1px solid #aaa;
}
.skin-yellow-light .sidebar-menu > .treeview > .treeview-menu .treeview-menu > li:last-child {
  border-bottom: none;
}
.skin-yellow-light .sidebar-menu > .treeview > .treeview-menu .treeview-menu > li.active a {
  color: #000 !important;
}
.skin-yellow-light .sidebar-menu > .treeview > .treeview-menu .treeview-menu > li a:hover {
  color: #666 !important;
}

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 250px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    left: 250px !important;
  }
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Hiragino Maru Gothic W4 JIS2004", number, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  background-image: none;
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-image: none;
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  background-image: none;
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  background-image: none;
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  background-image: none;
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse {
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
.navbar-form {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}

.label-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: rgb(119.085, 119.085, 119.085);
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgb(238.425, 238.425, 238.425);
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(212.925, 212.925, 212.925);
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: rgb(238.425, 238.425, 238.425);
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(199.4324380165, 220.8950413223, 239.4175619835);
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgb(227.15, 227.15, 227.15);
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 1000px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Hiragino Maru Gothic W4 JIS2004", number, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Hiragino Maru Gothic W4 JIS2004", number, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  width: 100%;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.disabled-style {
  cursor: not-allowed;
}

.disabled-style:focus {
  outline: 0;
}

/*
input[readonly]{
  cursor: not-allowed;
}

input[readonly]:focus{
  outline: 0;
}
*/
/**
 * 管理画面用Style
 */
.btn-group form {
  display: inline;
}

.image-archive {
  overflow-y: scroll;
  height: 400px;
}
.image-archive ul {
  min-height: 370px;
}
.image-archive ul li {
  cursor: move;
}

.plan-archive {
  overflow-y: scroll;
  height: 500px;
}
.plan-archive ul {
  min-height: 470px;
}
.plan-archive ul li {
  cursor: move;
}

.sortable-placeholder {
  height: 70px;
  border: dotted 2px #0000ff;
}

@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
.iziToast-wrapper-bottomLeft,
.iziToast-wrapper-bottomCenter,
.iziToast-wrapper-bottomRight,
.iziToast-wrapper-topLeft,
.iziToast-wrapper-topRight,
.iziToast-wrapper-topCenter {
  width: 90vw !important;
  left: 5vw !important;
  right: auto !important;
  max-width: 100vw !important;
  padding: 0;
}

.fullwidth-toast {
  width: 90vw !important;
  max-width: 100vw !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.info-toast {
  background-color: rgba(107, 185, 201, 0.85) !important;
}

.error-toast {
  background-color: rgba(201, 107, 107, 0.85) !important;
}

.warning-toast {
  background-color: rgba(245, 166, 35, 0.85) !important;
}

@charset "UTF-8";
html,
body {
  height: auto;
  font-size: 13px;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0%;
}

* {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0%;
}

html[lang=en] body {
  font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

html[lang=de] body {
  font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
}

@media  {
  html[lang=de] body {
    letter-spacing: 0;
  }
}
@-moz-document url-prefix() {
  html[lang=de] body {
    letter-spacing: -0.02em;
  }
}
html[lang=ms] body {
  font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
}

@media  {
  html[lang=ms] body {
    letter-spacing: 0;
  }
}
@-moz-document url-prefix() {
  html[lang=ms] body {
    letter-spacing: -0.02em;
  }
}
html[lang=fr] body {
  font-family: "GrasItalique", BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em;
}

@media  {
  html[lang=fr] body {
    letter-spacing: 0;
  }
}
@-moz-document url-prefix() {
  html[lang=fr] body {
    letter-spacing: -0.03em;
  }
}
html[lang=zh-cn] body {
  font-family: "微软雅黑", "Microsoft Yahei", "PingHei", BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

html[lang=zh-tw] body {
  font-family: "微軟正黑體", "Microsoft Yahei", "PingHei", BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

html[lang=ko] body {
  font-family: "Malgun Gothic", "Yoon Gothic", "Malgun Gothic", Dotum, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

html[lang=th] body {
  font-family: "Tahoma", BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

body {
  overflow-x: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

.ui-datepicker {
  z-index: 1002 !important;
  font-size: 16px;
}
.ui-datepicker td.webc-no-vacant a {
  text-decoration-line: line-through;
}

.daterangepicker {
  z-index: 1002 !important;
}
.daterangepicker td.webc-no-vacant {
  text-decoration-line: line-through;
}

.mfp-bg[style*="position: absolute"],
.mfp-wrap[style*="position: absolute"] {
  min-width: 1100px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  font-size: 50px;
}

.modal.in .modal-dialog {
  max-width: 90% !important;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.modal.in .modal-dialog.modal-sm {
  width: 650px;
}
.modal.in .modal-dialog.modal-sm .modal-header, .modal.in .modal-dialog.modal-sm .modal-body, .modal.in .modal-dialog.modal-sm .modal-footer {
  padding: 15px 28px;
}
.modal.in .modal-dialog.modal-sm .modal-header {
  border-radius: 6px 6px 0 0;
}
.modal.in .modal-dialog.modal-sm .modal-body p {
  font-size: 1.1rem;
  line-height: 1.8em;
}

.error-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 4% 0;
}

.webc_page_error {
  width: 600px;
  max-width: 92%;
  padding: 40px 20px;
  text-align: center;
}
.webc_page_error * {
  max-width: 100%;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0%;
}
.webc_page_error h1 {
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
}
.webc_page_error h1:before {
  content: "\f06a";
  margin: 0 10px 0 0;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.webc_page_error h1:not(:first-child) {
  margin: 30px 0 0;
}
.webc_page_error p {
  display: inline-block;
  width: 540px;
  margin: 10px auto 0;
}
.webc_page_error p:first-child {
  margin-top: 0;
}
.webc_page_error ul {
  width: 450px;
  padding: 0;
  margin: 10px auto 0;
  list-style-type: none;
  text-align: left;
}
.webc_page_error ul li {
  margin: 5px 0 0;
}
.webc_page_error ul li:first-child {
  margin-top: 0;
}
.webc_page_error ul li span {
  padding: 0 0 0 10px;
}
.webc_page_error .webc_com_box {
  padding: 10px;
  margin-top: 25px;
  border: 3px double;
  font-size: 1.2rem;
}

.webc_noscript {
  width: 1100px;
  margin: 0 auto;
  border-radius: 0;
  box-sizing: border-box;
  font-weight: bold;
}
.webc_noscript h5 {
  font-size: 1.2rem;
  font-weight: bold;
}

.webc_customer {
  width: 1100px;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

#webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd:after, #webc_con.webc_clr_smpl .webc_room_detail:after, #webc_con.webc_clr_smpl .webc_box .webc_box_body:after, #webc_con.webc_group .webc_group_search .webc_com_box:after, #webc_con.webc_group .webc_group_search .webc_search_detail ul:after, #webc_con.webc_group .webc_group_search .webc_person:after, #webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box:after, #webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd:after, #webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd:after, #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul:not(.webc_tag_list):after, #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col2 dl dd:after, #webc_con.webc_dsn_typeC .webc_plan_single .webc_box .webc_box_body .webc_com_box:after, #webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd:after, #webc_con .webc_daily .webc_table:after, #webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd:after, #webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail ul:after, #webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail:after, #webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo:after,
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo:after, #webc_con .webc_plan_single .webc_choose > dd:after, #webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box:after, #webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo:after, #webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo:after, #webc_con .webc_plan_list .webc_box .webc_box_head:after, #webc_con .webc_search > dd .webc_com_box:after, #webc_con .webc_search > dd .webc_search_detail ul:after, #webc_con .webc_search > dd .webc_input_box .webc_person:after, #webc_con .webc_search > dd:after, #webc_con .webc_breadcrumb:after, #webc_con .webc_language:after, #webc_con .webc_select .webc_select_type_pc .webc_select_list .webc_select_item dd:after, #webc_con .webc_select .webc_select_type_sp .webc_select_list .webc_select_item dd:after, #webc_con .webc_select:after, #webc_con .webc_form dl:not([class]) > dd.webc_list_block li:after,
#webc_con .webc_form dl.valid-group > dd.webc_list_block li:after, #webc_con .webc_form dl:not([class]) > dt:after,
#webc_con .webc_form dl.valid-group > dt:after, #webc_con .webc_cal_example .webc_description > dd > dl:after, #webc_con .webc_cal_example .webc_description > dd:after, #webc_con .webc_opt .webc_opt_body .webc_opt_modal:after, #webc_con .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_body:after, #webc_con .webc_opt .webc_opt_body .webc_opt_item label:after, #webc_con .webc_opt .webc_opt_body:after, #webc_con .webc_detail > dd:after, #webc_con .webc_detail:after, #webc_con .webc_input_box:after, #webc_con .webc_inner_box .webc_inner_body:after, #webc_con .webc_box .webc_box_body:after, #webc_con .webc_pager:after, #webc_con .webc_description > dd:after, #webc_con .webc_f_link:after, #webc_con .webc_clear:after, #webc_con .webc_comment:not(:empty):after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
#webc_con dl,
#webc_con p,
#webc_con label {
  margin: 0;
}
#webc_con div,
#webc_con p,
#webc_con dl,
#webc_con dt,
#webc_con dd,
#webc_con ul,
#webc_con li,
#webc_con img,
#webc_con iframe[src^="https://www.youtube.com/embed/"] {
  max-width: 100%;
}
#webc_con ul,
#webc_con ol {
  padding: 0;
  margin: 0;
}
#webc_con ul li,
#webc_con ol li {
  list-style: none;
}
#webc_con table.dataTable {
  margin-top: 0 !important;
}
#webc_con caption {
  padding: 0 0 5px;
}
#webc_con .row {
  margin: 0;
}
#webc_con .webc_mb10 {
  margin: 0 0 10px;
}
#webc_con .col-xs-12,
#webc_con .col-sm-12,
#webc_con .col-md-12,
#webc_con .col-lg-12, #webc_con .col-xs-11,
#webc_con .col-sm-11,
#webc_con .col-md-11,
#webc_con .col-lg-11, #webc_con .col-xs-10,
#webc_con .col-sm-10,
#webc_con .col-md-10,
#webc_con .col-lg-10, #webc_con .col-xs-9,
#webc_con .col-sm-9,
#webc_con .col-md-9,
#webc_con .col-lg-9, #webc_con .col-xs-8,
#webc_con .col-sm-8,
#webc_con .col-md-8,
#webc_con .col-lg-8, #webc_con .col-xs-7,
#webc_con .col-sm-7,
#webc_con .col-md-7,
#webc_con .col-lg-7, #webc_con .col-xs-6,
#webc_con .col-sm-6,
#webc_con .col-md-6,
#webc_con .col-lg-6, #webc_con .col-xs-5,
#webc_con .col-sm-5,
#webc_con .col-md-5,
#webc_con .col-lg-5, #webc_con .col-xs-4,
#webc_con .col-sm-4,
#webc_con .col-md-4,
#webc_con .col-lg-4, #webc_con .col-xs-3,
#webc_con .col-sm-3,
#webc_con .col-md-3,
#webc_con .col-lg-3, #webc_con .col-xs-2,
#webc_con .col-sm-2,
#webc_con .col-md-2,
#webc_con .col-lg-2, #webc_con .col-xs-1,
#webc_con .col-sm-1,
#webc_con .col-md-1,
#webc_con .col-lg-1 {
  padding: 0;
}
#webc_con h6, #webc_con h5, #webc_con h4, #webc_con h3, #webc_con h2, #webc_con h1 {
  padding: 0;
  margin: 0;
}
#webc_con .webc_select_wrap select, #webc_con input,
#webc_con button,
#webc_con option,
#webc_con textarea {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5em;
  outline: none;
  transition: none;
}
#webc_con input[disabled],
#webc_con button[disabled],
#webc_con select[disabled],
#webc_con option[disabled],
#webc_con textarea[disabled] {
  opacity: 1;
}
#webc_con label {
  display: inline-block;
  max-width: 100%;
  font-weight: normal;
  vertical-align: middle;
}
#webc_con input {
  display: inline-block;
  width: 200px;
  min-height: calc(1.5em + 6px);
  max-width: 100%;
  padding: 3px;
  border: 1px solid;
}
#webc_con input[size="1"] {
  width: 1em;
  width: calc(1em + 6px);
}
#webc_con input[size="2"] {
  width: 2em;
  width: calc(2em + 6px);
}
#webc_con input[size="3"] {
  width: 3em;
  width: calc(3em + 6px);
}
#webc_con input[size="4"] {
  width: 4em;
  width: calc(4em + 6px);
}
#webc_con input[size="5"] {
  width: 5em;
  width: calc(5em + 6px);
}
#webc_con input[size="6"] {
  width: 6em;
  width: calc(6em + 6px);
}
#webc_con input[size="7"] {
  width: 7em;
  width: calc(7em + 6px);
}
#webc_con input[size="8"] {
  width: 8em;
  width: calc(8em + 6px);
}
#webc_con input[size="9"] {
  width: 9em;
  width: calc(9em + 6px);
}
#webc_con input[size="10"] {
  width: 10em;
  width: calc(10em + 6px);
}
#webc_con input[size="11"] {
  width: 11em;
  width: calc(11em + 6px);
}
#webc_con input[size="12"] {
  width: 12em;
  width: calc(12em + 6px);
}
#webc_con input[size="13"] {
  width: 13em;
  width: calc(13em + 6px);
}
#webc_con input[size="14"] {
  width: 14em;
  width: calc(14em + 6px);
}
#webc_con input[size="15"] {
  width: 15em;
  width: calc(15em + 6px);
}
#webc_con input[size="16"] {
  width: 16em;
  width: calc(16em + 6px);
}
#webc_con input[size="17"] {
  width: 17em;
  width: calc(17em + 6px);
}
#webc_con input[size="18"] {
  width: 18em;
  width: calc(18em + 6px);
}
#webc_con input[size="19"] {
  width: 19em;
  width: calc(19em + 6px);
}
#webc_con input[size="20"] {
  width: 20em;
  width: calc(20em + 6px);
}
#webc_con input[size="21"] {
  width: 21em;
  width: calc(21em + 6px);
}
#webc_con input[size="22"] {
  width: 22em;
  width: calc(22em + 6px);
}
#webc_con input[size="23"] {
  width: 23em;
  width: calc(23em + 6px);
}
#webc_con input[size="24"] {
  width: 24em;
  width: calc(24em + 6px);
}
#webc_con input[size="25"] {
  width: 25em;
  width: calc(25em + 6px);
}
#webc_con input[size="26"] {
  width: 26em;
  width: calc(26em + 6px);
}
#webc_con input[size="27"] {
  width: 27em;
  width: calc(27em + 6px);
}
#webc_con input[size="28"] {
  width: 28em;
  width: calc(28em + 6px);
}
#webc_con input[size="29"] {
  width: 29em;
  width: calc(29em + 6px);
}
#webc_con input[size="30"] {
  width: 30em;
  width: calc(30em + 6px);
}
#webc_con input[size="31"] {
  width: 31em;
  width: calc(31em + 6px);
}
#webc_con input[size="32"] {
  width: 32em;
  width: calc(32em + 6px);
}
#webc_con input[size="33"] {
  width: 33em;
  width: calc(33em + 6px);
}
#webc_con input[size="34"] {
  width: 34em;
  width: calc(34em + 6px);
}
#webc_con input[size="35"] {
  width: 35em;
  width: calc(35em + 6px);
}
#webc_con input[size="36"] {
  width: 36em;
  width: calc(36em + 6px);
}
#webc_con input[size="37"] {
  width: 37em;
  width: calc(37em + 6px);
}
#webc_con input[size="38"] {
  width: 38em;
  width: calc(38em + 6px);
}
#webc_con input[size="39"] {
  width: 39em;
  width: calc(39em + 6px);
}
#webc_con input[size="40"] {
  width: 40em;
  width: calc(40em + 6px);
}
#webc_con input[size="41"] {
  width: 41em;
  width: calc(41em + 6px);
}
#webc_con input[size="42"] {
  width: 42em;
  width: calc(42em + 6px);
}
#webc_con input[size="43"] {
  width: 43em;
  width: calc(43em + 6px);
}
#webc_con input[size="44"] {
  width: 44em;
  width: calc(44em + 6px);
}
#webc_con input[size="45"] {
  width: 45em;
  width: calc(45em + 6px);
}
#webc_con input[size="46"] {
  width: 46em;
  width: calc(46em + 6px);
}
#webc_con input[size="47"] {
  width: 47em;
  width: calc(47em + 6px);
}
#webc_con input[size="48"] {
  width: 48em;
  width: calc(48em + 6px);
}
#webc_con input[size="49"] {
  width: 49em;
  width: calc(49em + 6px);
}
#webc_con input[size="50"] {
  width: 50em;
  width: calc(50em + 6px);
}
html:not([lang=ja]) #webc_con input {
  min-height: calc(1.5em + 10px);
  padding-top: 5px;
  padding-bottom: 5px;
}
#webc_con input[type=checkbox], #webc_con input[type=radio] {
  width: 16px;
  height: 16px;
  min-height: 0 !important;
  padding: 0;
  margin: 0 3px 0 0;
  position: relative;
  line-height: 0;
  vertical-align: middle;
}
#webc_con input[type=checkbox]:checked:before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  font-size: 14px;
}
#webc_con input[type=radio] {
  border-radius: 8px;
}
#webc_con input[type=radio]:checked:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 3px;
  transform: translate(-50%, -50%);
}
#webc_con input[type=date]::-webkit-calendar-picker-indicator, #webc_con input[type=time]::-webkit-calendar-picker-indicator {
  display: none;
}
#webc_con textarea {
  width: 100%;
  max-width: 100%;
  padding: 3px;
  border: 1px solid;
}
html:not([lang=ja]) #webc_con textarea {
  padding-top: 5px;
  padding-bottom: 5px;
}
#webc_con .webc_select_wrap {
  display: inline-block;
  max-width: 100%;
  position: relative;
  z-index: 0;
  border: 1px solid;
  vertical-align: middle;
}
#webc_con .webc_select_wrap:before {
  content: "\f0d7";
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 50%;
  z-index: 5;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  font-size: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}
#webc_con .webc_select_wrap select {
  display: block;
  max-width: 100%;
  padding: 0 15px 0 5px;
  height: calc(1.5em + 6px);
  position: relative;
  z-index: 0;
  line-height: calc(1.5em + 6px);
}
#webc_con .webc_select_wrap select::-ms-expand {
  display: none;
}
html:not([lang=ja]) #webc_con .webc_select_wrap select {
  height: calc(1.5em + 10px);
  line-height: calc(1.5em + 10px);
}
#webc_con .webc_select_wrap.webc_with_label {
  display: inline-grid;
  grid-template-columns: 1;
  grid-template-rows: 1;
}
#webc_con .webc_select_wrap.webc_with_label select,
#webc_con .webc_select_wrap.webc_with_label label {
  grid-column: 1;
  grid-row: 1;
  width: 105px;
}
#webc_con .webc_select_wrap.webc_with_label select {
  opacity: 0;
}
#webc_con .webc_select_wrap.webc_with_label label {
  pointer-events: none;
  height: 100%;
  padding: 0 15px 0 5px;
  line-height: calc(1.5em + 10px);
}
#webc_con .input-group {
  max-width: 100%;
}
#webc_con .input-group .input-group-addon {
  width: 40px;
  padding: 0 12px;
  border-right: none;
}
#webc_con .input-group input {
  display: table-cell;
}
#webc_con {
  clear: both;
  width: 1100px;
  padding: 30px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 1rem;
}
#webc_con .pagination li a,
#webc_con .pagination li span {
  margin: 5px 2px 5px 0;
  border: 1px solid;
  box-sizing: border-box;
}
#webc_con .pagination li:first-child a,
#webc_con .pagination li:first-child span, #webc_con .pagination li:last-child a,
#webc_con .pagination li:last-child span {
  border-radius: 0;
}
#webc_con .pagination li:last-child {
  margin-right: 0;
}
#webc_con .webc_comment {
  clear: both;
}
#webc_con .webc_comment p {
  margin: 0 0 10px;
}
#webc_con .webc_comment ul,
#webc_con .webc_comment ol {
  padding: 0 0 0 40px;
  margin-bottom: 10px;
}
#webc_con .webc_comment ul li {
  list-style-type: disc;
}
#webc_con .webc_comment ol li {
  list-style-type: decimal;
}
#webc_con .webc_comment caption {
  padding-top: 8px;
  padding-bottom: 8px;
}
#webc_con .webc_comment h1,
#webc_con .webc_comment h2,
#webc_con .webc_comment h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#webc_con .webc_comment h4,
#webc_con .webc_comment h5,
#webc_con .webc_comment h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
#webc_con .webc_f_link {
  clear: both;
  margin: 30px auto;
}
#webc_con .webc_f_link .webc_pager {
  width: auto;
  margin-bottom: 0;
  float: left;
}
#webc_con .webc_f_link .webc_pager_prev {
  max-width: none;
}
#webc_con .webc_pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
#webc_con .webc_pagetop a {
  display: block;
  width: 100%;
  height: 0;
  padding: 46px 0 0;
  border: 2px solid;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
}
#webc_con .webc_pagetop a:before {
  content: "\f106";
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  font-size: 40px;
  transform: translate(-50%, -50%);
}
#webc_con .webc_pagetop a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#webc_con .webc_siteseal {
  clear: both;
  display: table;
  padding: 30px 0 0;
  margin: 0 auto 30px;
  border-top: 1px solid;
  table-layout: fixed;
}
#webc_con .webc_siteseal > div,
#webc_con .webc_siteseal > p {
  display: table-cell;
  vertical-align: middle;
}
#webc_con .webc_siteseal > div {
  width: 80px;
}
#webc_con .webc_siteseal > p {
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
#webc_con .webc_sub_head {
  padding: 0 0 0 10px;
  margin: 0 0 15px;
  border-left: 5px solid;
  font-size: 1.2rem;
  font-weight: bold;
}
#webc_con .webc_description {
  margin: 0 0 25px;
}
#webc_con .webc_description:last-child {
  margin-bottom: 0;
}
#webc_con .webc_description > dt {
  padding: 0 0 0 10px;
  margin: 0 0 10px;
  border-left: 5px solid;
  font-size: 1.2rem;
  font-weight: bold;
}
#webc_con .webc_icon {
  display: inline-block;
  vertical-align: middle;
}
#webc_con .webc_icon:before {
  content: "";
  display: block;
  background: no-repeat center top;
  background-size: 100% 100%;
}
#webc_con .webc_icon-smoking {
  border-radius: 50%;
}
#webc_con .webc_icon-smoking:before {
  width: 31px;
  height: 31px;
  margin: 0 1px;
  background-image: url("/client/img/icon_smoking.png");
}
#webc_con .webc_icon-non_smoking {
  border-radius: 50%;
}
#webc_con .webc_icon-non_smoking:before {
  width: 31px;
  height: 31px;
  margin: 0 1px;
  background-image: url("/client/img/icon_non_smoking.png");
}
#webc_con .webc_icon-bath:before {
  width: 32px;
  height: 32px;
  background-image: url("/client/img/icon_bath.png");
}
#webc_con .webc_icon-openair:before {
  width: 32px;
  height: 32px;
  background-image: url("/client/img/icon_openair.png");
}
#webc_con .webc_icon-toilet:before {
  width: 32px;
  height: 32px;
  background-image: url("/client/img/icon_toilet.png");
}
#webc_con .webc_icon-wifi:before {
  width: 32px;
  height: 32px;
  background-image: url("/client/img/icon_wifi.png");
}
#webc_con .webc_icon-gargle:before {
  width: 32px;
  height: 32px;
  background-image: url("/client/img/icon_gargle.png");
}
#webc_con .webc_icon-hand-sanitizer:before {
  width: 32px;
  height: 32px;
  background-image: url("/client/img/icon_hand-sanitizer.png");
}
#webc_con .webc_icon-air-purifier:before {
  width: 32px;
  height: 32px;
  background-image: url("/client/img/icon_air-purifier.png");
}
#webc_con .webc_icon-massage-chair:before {
  width: 32px;
  height: 32px;
  background-image: url("/client/img/icon_massage-chair.png");
}
#webc_con .webc_icon-refrigerator:before {
  width: 32px;
  height: 32px;
  background-image: url("/client/img/icon_refrigerator.png");
}
#webc_con .webc_icon-balcony:before {
  width: 32px;
  height: 32px;
  background-image: url("/client/img/icon_balcony.png");
}
#webc_con .webc_icon-shower:before {
  width: 32px;
  height: 32px;
  background-image: url("/client/img/icon_shower.png");
}
#webc_con .webc_icon-pet:before {
  width: 32px;
  height: 32px;
  background-image: url("/client/img/icon_pet.png");
}
#webc_con .webc_icon-zoom:before {
  width: 23px;
  height: 21px;
  background-image: url("/client/img/icon_zoom.png");
}
#webc_con .webc_icon_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 10px 5px;
  margin: 0 0 20px;
}
#webc_con .webc_icon_list li {
  display: inline-block;
  flex: 0 1 auto;
  max-width: 100%;
  margin: 0 30px 5px 0;
  font-size: 0.9rem;
  text-align: center;
}
#webc_con .webc_icon_list li:last-child {
  margin-right: 0;
}
#webc_con .webc_icon_list li i {
  display: block;
  margin: 0 auto 5px;
}
#webc_con .webc_icon_list li i:before {
  margin: 0 auto;
}
#webc_con .webc_icon_list:not(.webc_icon_ex) {
  justify-content: flex-start;
  padding: 15px 0 5px;
}
#webc_con .webc_icon_list:not(.webc_icon_ex) li {
  width: calc(16.6666666667% - 20px);
  margin: 0 10px 10px;
}
#webc_con .webc_icon_list:not(:has(li)) {
  padding: 0 !important;
}
#webc_con .webc_icon_ex {
  padding: 5px;
}
#webc_con .webc_icon_ex li {
  margin: 2px 10px;
  font-size: 1rem;
  text-align: left;
}
#webc_con .webc_icon_ex li i {
  display: inline !important;
}
#webc_con .webc_icon_ex li i.fa-triangle-exclamation::before {
  content: "▲";
}
#webc_con .webc_cal .webc_cal_head button, #webc_con .webc_xs_estimate_pc > button, #webc_con .webc_acc .webc_table .webc_table_sp tbody td a, #webc_con .webc_btn {
  box-sizing: border-box;
  text-align: center;
  text-decoration: none !important;
}
#webc_con .webc_cal .webc_cal_head button > span, #webc_con .webc_xs_estimate_pc > button > span, #webc_con .webc_acc .webc_table .webc_table_sp tbody td a > span, #webc_con .webc_btn > span {
  display: block;
  position: relative;
}
#webc_con .webc_cal .webc_cal_head button > span:before, #webc_con .webc_xs_estimate_pc > button > span:before, #webc_con .webc_acc .webc_table .webc_table_sp tbody td a > span:before, #webc_con .webc_btn > span:before {
  position: absolute;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
#webc_con .webc_cal .webc_cal_head button:hover, #webc_con .webc_xs_estimate_pc > button:hover, #webc_con .webc_acc .webc_table .webc_table_sp tbody td a:hover, #webc_con .webc_btn:hover {
  text-decoration: none !important;
}
#webc_con .webc_btn {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid;
}
#webc_con .webc_btn_default {
  position: relative;
}
#webc_con .webc_btn_default:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 999px;
}
#webc_con .webc_btn_confirm {
  display: block;
  width: 465px;
  max-width: calc(100% - 20px);
  padding: 20px 15px;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}
#webc_con .webc_btn_confirm:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 999px;
}
#webc_con .webc_btn_confirm > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_btn_confirm > span:before {
  content: "\f101";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_btn_achro {
  border-radius: 4px;
}
#webc_con .webc_btn_blk {
  position: relative;
}
#webc_con .webc_btn_blk:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 999px;
}
#webc_con .webc_btn_simple {
  border-radius: 4px;
}
#webc_con .webc_btn_fav {
  flex-shrink: 0;
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: bold;
}
#webc_con .webc_btn_fav input[type=checkbox] {
  border: none;
  background: none;
}
#webc_con .webc_btn_fav input[type=checkbox]:before {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 400);
  font-size: 16px;
  position: absolute;
  top: 50%;
  content: "\f004";
}
#webc_con .webc_btn_fav input[type=checkbox]:checked:before {
  font-weight: var(--fa-style, 900);
}
#webc_con .webc_modal_danger, #webc_con .webc_modal_close {
  max-width: 49%;
  border-radius: 4px !important;
  border-width: 1px !important;
  white-space: normal;
}
#webc_con .webc_btn_load {
  text-align: center;
}
#webc_con .webc_btn_load > a {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.2rem;
  text-decoration: none;
}
#webc_con .webc_btn_load > a i {
  font-size: 46px;
}
#webc_con .webc_more {
  position: relative;
  overflow: hidden;
  transition: max-height 0.2s;
}
#webc_con .webc_more:not([style^=max-height]):after {
  content: "" !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: visible !important;
}
#webc_con .webc_more_btn {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid;
  border-radius: 4px;
}
#webc_con .webc_more_btn > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_more_btn > span:before {
  content: "\f103";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_more_btn.active > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_more_btn.active > span:before {
  content: "\f102";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_pager {
  margin: 0 0 15px;
}
#webc_con .webc_pager_prev, #webc_con .webc_pager_next {
  max-width: 49%;
}
#webc_con .webc_pager_prev {
  float: left;
}
#webc_con .webc_pager_prev > span {
  padding: 0 0 0 1em;
}
#webc_con .webc_pager_prev > span:before {
  content: "\f100";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#webc_con .webc_pager_next {
  float: right;
}
#webc_con .webc_pager_next > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_pager_next > span:before {
  content: "\f101";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_pager .webc_link_logout {
  margin: 10px 0 0;
}
#webc_con .webc_link_logout {
  float: right;
  border: none;
}
#webc_con .webc_link_logout:hover span {
  text-decoration: underline;
}
#webc_con .webc_link_logout span {
  display: inline-block;
}
#webc_con .webc_link_logout span:before {
  margin: 0 5px 0 0;
  content: "\f08b";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
#webc_con .webc_photo figure {
  padding: 5px;
  border: 1px solid;
  box-sizing: border-box;
}
#webc_con .webc_photo figure span,
#webc_con .webc_photo figure a {
  display: block;
  overflow: hidden;
}
#webc_con .webc_photo figure figcaption {
  margin: 5px 0 0;
}
#webc_con .webc_zoom {
  display: block;
  aspect-ratio: 3/2;
  position: relative;
}
#webc_con .webc_zoom:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: url("/client/img/icon_zoom.png") no-repeat center center;
}
#webc_con .webc_zoom img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#webc_con .webc_trim_middle, #webc_con .webc_trim_top, #webc_con .webc_trim_bottom {
  aspect-ratio: 2/1;
  position: relative;
}
#webc_con .webc_trim_middle img, #webc_con .webc_trim_top img, #webc_con .webc_trim_bottom img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#webc_con .webc_trim_top img {
  -o-object-position: top center;
     object-position: top center;
}
#webc_con .webc_trim_bottom img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
#webc_con .webc_box {
  clear: both;
  margin: 0 0 50px;
  border: 1px solid;
}
#webc_con .webc_box:last-child {
  margin-bottom: 0 !important;
}
#webc_con .webc_box .webc_box_head {
  padding: 20px;
  border-bottom: 5px solid;
  font-size: 1.4rem;
  font-weight: bold;
}
#webc_con .webc_box .webc_box_body {
  padding: 30px 40px;
}
#webc_con .webc_inner_box {
  margin: 0 0 50px;
}
#webc_con .webc_inner_box:last-child, #webc_con .webc_inner_box:empty {
  margin-bottom: 0;
}
#webc_con .webc_inner_box:empty {
  border: none;
}
#webc_con .webc_inner_box .webc_inner_head {
  padding: 10px 20px;
  border: 1px solid;
  border-bottom-width: 5px;
  font-size: 1.2rem;
}
#webc_con .webc_inner_box .webc_inner_body {
  padding: 25px;
  border: 1px solid;
  border-top: none;
}
#webc_con .webc_inner_box .webc_inner_body .webc_inner_single {
  margin: 0 0 10px;
  border: 1px solid;
  border-radius: 8px;
}
#webc_con .webc_inner_box .webc_inner_body .webc_inner_single:last-child {
  margin-bottom: 0;
}
#webc_con .webc_carousel {
  width: 100%;
  padding: 0 1px;
  position: relative;
  box-sizing: border-box;
}
#webc_con .webc_carousel div[class*=slick] {
  max-width: none;
}
#webc_con .webc_carousel > .slick-arrow {
  width: 1.5em;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 20;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#webc_con .webc_carousel > .slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  transform: translate(-50%, -50%);
  text-indent: 0;
}
#webc_con .webc_carousel > .slick-arrow.slick-prev {
  left: 0;
}
#webc_con .webc_carousel > .slick-arrow.slick-prev:after {
  content: "\f100";
}
#webc_con .webc_carousel > .slick-arrow.slick-next {
  right: 0;
}
#webc_con .webc_carousel > .slick-arrow.slick-next:after {
  content: "\f101";
}
#webc_con .webc_carousel .slick-track {
  display: flex;
}
#webc_con .webc_carousel .slick-list {
  padding: 0 1.5em;
}
#webc_con .webc_carousel .slick-slide {
  height: auto !important;
}
#webc_con .webc_carousel .slick-slide > div {
  height: 100%;
  padding: 0 10px;
}
#webc_con .webc_carousel .slick-slide .webc_carousel_item {
  height: 100%;
}
#webc_con .webc_slide {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#webc_con .webc_slide div[class*=slick] {
  max-width: none;
}
#webc_con .webc_slide figure figcaption {
  margin-top: 30px !important;
}
#webc_con .webc_slide .slick-arrow,
#webc_con .webc_slide .slick-counter {
  position: absolute;
  top: 0;
  margin: calc(66.6666666667% + 3px) 0 0;
}
#webc_con .webc_slide .slick-arrow {
  display: block;
  width: 1em;
  height: 0;
  padding: 20px 0 0;
  position: absolute;
  bottom: 0;
  font-size: 20px;
  overflow: hidden;
  z-index: 100;
}
#webc_con .webc_slide .slick-arrow:before {
  position: absolute;
  top: 50%;
  opacity: 1;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  transform: translateY(-50%);
}
#webc_con .webc_slide .slick-arrow.slick-prev {
  left: 15px;
}
#webc_con .webc_slide .slick-arrow.slick-prev:before {
  left: 0;
  content: "\f0d9";
}
#webc_con .webc_slide .slick-arrow.slick-next {
  right: 15px;
  text-align: right;
}
#webc_con .webc_slide .slick-arrow.slick-next:before {
  right: 0;
  content: "\f0da";
}
#webc_con .webc_slide .slick-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  left: 35px;
  right: 35px;
}
#webc_con .webc_slide .slick-counter span:not([class]) {
  margin: 0 10px;
}
#webc_con .webc_input_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#webc_con .webc_input_box input,
#webc_con .webc_input_box .webc_select_wrap,
#webc_con .webc_input_box select {
  border-radius: 4px;
}
#webc_con .webc_input_box input[type=text],
#webc_con .webc_input_box input[type=date],
#webc_con .webc_input_box .webc_select_wrap {
  border-width: 2px;
}
#webc_con .webc_input_box .input-group input[type=text],
#webc_con .webc_input_box .input-group input[type=date] {
  border-left: none;
  border-radius: 0 4px 4px 0;
}
#webc_con .webc_input_box .input-group .input-group-addon {
  border-right: none;
  border-radius: 4px 0 0 4px;
  border-width: 2px;
}
#webc_con .webc_input_box .webc_input_inner {
  float: left;
  flex: 0 1 auto;
  max-width: 100%;
  box-sizing: border-box;
}
#webc_con .webc_input_box .webc_input_inner > p {
  margin: 0 0 3px;
  font-weight: bold;
}
#webc_con .webc_table table {
  width: 100%;
  margin: 20px 0 0;
  table-layout: fixed;
}
#webc_con .webc_table table:first-of-type {
  margin-top: 0;
}
#webc_con .webc_table table > thead,
#webc_con .webc_table table > tbody {
  border: 1px solid;
}
#webc_con .webc_table table > thead > tr:first-child > th,
#webc_con .webc_table table > thead > tr:first-child > td,
#webc_con .webc_table table > tbody > tr:first-child > th,
#webc_con .webc_table table > tbody > tr:first-child > td {
  border-top: none !important;
}
#webc_con .webc_table table > thead > tr:last-child > th,
#webc_con .webc_table table > thead > tr:last-child > td,
#webc_con .webc_table table > tbody > tr:last-child > th,
#webc_con .webc_table table > tbody > tr:last-child > td {
  border-bottom: none !important;
}
#webc_con .webc_table table > thead > tr > th:first-child,
#webc_con .webc_table table > thead > tr > td:first-child,
#webc_con .webc_table table > tbody > tr > th:first-child,
#webc_con .webc_table table > tbody > tr > td:first-child {
  border-left: none !important;
}
#webc_con .webc_table table > thead > tr > th:last-child,
#webc_con .webc_table table > thead > tr > td:last-child,
#webc_con .webc_table table > tbody > tr > th:last-child,
#webc_con .webc_table table > tbody > tr > td:last-child {
  border-right: none !important;
}
#webc_con .webc_table table tbody th,
#webc_con .webc_table table tbody td {
  border: 1px dotted;
}
#webc_con .webc_table table#customer_event_calendar_info > thead > tr > th:first-child,
#webc_con .webc_table table#customer_event_calendar_info > thead > tr > td:first-child,
#webc_con .webc_table table#customer_event_calendar_info > tbody > tr > th:first-child,
#webc_con .webc_table table#customer_event_calendar_info > tbody > tr > td:first-child {
  width: 155px;
  text-align: center;
}
#webc_con .webc_table .webc_table_pc thead + tbody,
#webc_con .webc_table .webc_table_sp thead + tbody {
  border-top: none;
}
#webc_con .webc_table .webc_table_pc caption {
  padding: 10px 20px;
  border: 1px solid;
  font-size: 1.4rem;
  font-weight: bold;
}
#webc_con .webc_table .webc_table_pc caption + thead,
#webc_con .webc_table .webc_table_pc caption + tbody {
  border-top: none;
}
#webc_con .webc_table .webc_table_pc thead th,
#webc_con .webc_table .webc_table_pc thead td,
#webc_con .webc_table .webc_table_pc tbody th,
#webc_con .webc_table .webc_table_pc tbody td {
  padding: 5px 30px;
}
#webc_con .webc_table .webc_table_pc thead th {
  border-right: 1px solid;
  font-weight: normal;
  text-align: center;
}
#webc_con .webc_table .webc_table_sp caption {
  padding: 0 0 0 10px;
  margin: 0 0 10px;
  border-left: 5px solid;
  font-size: 1.2rem;
  font-weight: bold;
}
#webc_con .webc_table .webc_table_sp thead th,
#webc_con .webc_table .webc_table_sp thead td,
#webc_con .webc_table .webc_table_sp tbody th,
#webc_con .webc_table .webc_table_sp tbody td {
  padding: 5px 10px;
  border-right: none;
  border-left: none;
}
#webc_con .webc_table .webc_table_sp thead th,
#webc_con .webc_table .webc_table_sp tbody th {
  font-weight: bold;
}
#webc_con .webc_table .webc_table_sp thead td,
#webc_con .webc_table .webc_table_sp tbody td {
  text-align: center;
}
#webc_con .webc_table .webc_cancel tbody th,
#webc_con .webc_table .webc_cancel tbody td,
#webc_con .webc_table .webc_cancel thead th,
#webc_con .webc_table .webc_cancel thead td {
  padding: 5px 15px;
  font-weight: normal;
  text-align: center;
}
#webc_con .webc_sort {
  clear: both;
  max-width: 60%;
  float: right;
  margin: 0 0 15px;
}
#webc_con .webc_sort ul {
  display: flex;
  justify-content: flex-end;
  font-size: 0;
  text-align: right;
}
#webc_con .webc_sort ul li {
  display: inline-block;
  min-width: 120px;
  flex: 0 1 auto;
  display: flex;
  max-width: 100%;
  border: 1px solid;
  box-sizing: border-box;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
}
#webc_con .webc_sort ul li + li {
  border-left: none;
}
#webc_con .webc_sort ul li a {
  width: 100%;
  display: block;
}
#webc_con .webc_sort ul li button {
  width: 100%;
  padding: 5px 10px;
}
#webc_con .webc_sort + .webc_note {
  max-width: 38%;
  float: left;
  padding: 10px 0 0;
  margin: 0 0 15px;
}
#webc_con .webc_price_col {
  margin: 0 0 15px;
  text-align: right;
}
#webc_con .webc_price_col > div {
  display: inline-flex;
  flex-direction: column;
}
#webc_con .webc_price_col > div .webc_price:first-child:not(:last-child) {
  border-bottom: 1px solid;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
#webc_con .webc_price_col > div .webc_price > p {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0 10px;
}
#webc_con .webc_price_col > div .webc_price > p > :is(span, strong) {
  flex-shrink: 0;
  max-width: 100%;
}
#webc_con .webc_price_caption {
  padding: 5px 10px;
  margin: 15px 0 10px;
  font-size: 1rem;
}
#webc_con .webc_price_caption:first-child {
  margin-top: 0;
}
#webc_con .webc_price {
  font-size: 0.8rem;
  line-height: 1.3;
}
#webc_con .webc_price strong {
  font-size: 1.7rem;
  font-weight: bold;
}
html:not([lang=ja]) #webc_con .webc_price strong {
  font-size: 1.3rem;
}
#webc_con .webc_price strong span {
  font-size: 2.1rem;
}
html:not([lang=ja]) #webc_con .webc_price strong span {
  font-size: 1.6rem;
}
#webc_con .webc_price strong .webc_add_row {
  font-size: 1.4rem;
}
html:not([lang=ja]) #webc_con .webc_price strong .webc_add_row {
  font-size: 1.1rem;
}
#webc_con .webc_price strong .webc_add_row span {
  font-size: 1.7rem;
}
html:not([lang=ja]) #webc_con .webc_price strong .webc_add_row span {
  font-size: 1.4rem;
}
#webc_con .webc_plan_note {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  margin-bottom: 10px;
}
#webc_con .webc_plan_note:has(.webc_btn_fav) {
  flex-direction: row-reverse;
  justify-content: space-between;
}
#webc_con .webc_plan_note:not(:has(.webc_plan_icon li)):not(:has(.webc_btn_fav)) {
  margin: 0;
}
#webc_con .webc_plan_icon {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  font-size: 0;
}
#webc_con .webc_plan_icon li {
  display: inline-flex;
  align-items: center;
  padding: 2px 15px 2px 5px;
  border: 1px solid;
  border-radius: 999px;
  border-bottom-left-radius: 0;
  font-size: 1rem;
  font-weight: bold;
}
#webc_con .webc_plan_icon li:before {
  content: "";
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
  background: no-repeat center center;
}
#webc_con .webc_plan_icon li.webc_plan_rec:before {
  background-image: url("/client/img/icon_plan-rec.png");
}
#webc_con .webc_plan_icon li.webc_plan_no1:before {
  background-image: url("/client/img/icon_plan-no1.png");
}
#webc_con .webc_plan_icon li.webc_plan_no2:before {
  background-image: url("/client/img/icon_plan-no2.png");
}
#webc_con .webc_plan_icon li.webc_plan_no3:before {
  background-image: url("/client/img/icon_plan-no3.png");
}
#webc_con .webc_plan_icon li.webc_plan_remain:before {
  background-image: url("/client/img/icon_plan-remain.png");
}
#webc_con .webc_tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#webc_con .webc_tag_list li {
  display: inline-block;
  padding: 2px 15px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 1rem;
}
#webc_con .webc_detail > dd {
  padding: 20px 0 0;
}
#webc_con .webc_detail dl {
  margin: 0 0 5px;
  font-size: 0;
}
#webc_con .webc_detail dl dt,
#webc_con .webc_detail dl dd {
  display: inline-block;
  box-sizing: border-box;
  font-size: 1rem;
  vertical-align: top;
}
#webc_con .webc_detail dl dt {
  width: 140px;
  padding: 2px 10px;
  margin: 0 10px 0 0;
  border: 1px solid;
  font-weight: normal;
}
#webc_con .webc_detail dl dd {
  width: 678px;
  width: calc(100% - 150px);
  padding: 3px 0;
}
#webc_con .webc_plan_info .webc_detail dl {
  margin-bottom: 15px;
}
#webc_con .webc_plan_info .webc_detail dl:last-child {
  margin-bottom: 0;
}
#webc_con .webc_plan_info .webc_detail dl dt {
  width: 170px;
}
#webc_con .webc_plan_info .webc_detail dl dd {
  width: calc(100% - 180px);
  padding: 0;
  font-size: 1.4rem;
  font-weight: bold;
}
#webc_con .webc_plan_info .webc_detail + .webc_description {
  margin-top: 50px;
}
#webc_con .webc_booked_info .webc_detail dl {
  width: 49%;
  float: left;
  margin-right: 2%;
}
#webc_con .webc_booked_info .webc_detail dl:nth-child(2n) {
  margin-right: 0;
}
#webc_con .webc_booked_info .webc_detail dl:nth-child(2n+1) {
  clear: both;
}
#webc_con .webc_booked_info .webc_detail dl:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#webc_con .webc_booked_info .webc_detail dd {
  width: 255px;
  width: calc(100% - 150px);
}
#webc_con .webc_person .webc_table_pc tbody th {
  text-align: center;
}
#webc_con .webc_person .webc_table_pc tbody td.webc_col3 {
  text-align: center;
}
#webc_con .webc_person .webc_table_pc tbody td.webc_col3 span {
  display: inline-block;
}
#webc_con .webc_person .webc_table_sp colgroup.webc_col1 {
  width: 80px;
}
#webc_con .webc_person .webc_table_sp colgroup.webc_col2 {
  width: 105px;
}
#webc_con .webc_person .webc_table_sp tbody th,
#webc_con .webc_person .webc_table_sp tbody td {
  border-top-style: solid;
  border-bottom-style: solid;
}
#webc_con .webc_person .webc_table_sp tbody th span {
  display: block;
  font-size: 10px;
  font-weight: normal;
}
#webc_con .webc_person .webc_table_sp tbody td.webc_col1 span {
  font-size: 1.5rem;
  font-weight: bold;
}
#webc_con .webc_person .webc_table_sp tbody td.webc_col2 {
  font-size: 0;
}
#webc_con .webc_person .webc_table_sp tbody td.webc_col2 button {
  display: inline-block;
  width: 35px;
  padding: 3px;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: bold;
  vertical-align: middle;
}
#webc_con .webc_person .webc_table_sp tbody td.webc_col2 button:first-child {
  margin: 0 10px 0 0;
}
#webc_con .webc_acc .webc_input_block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  justify-content: center;
  margin: 20px 0;
}
#webc_con .webc_acc .webc_input_block .webc_note {
  width: 100%;
  flex: 0 0 100%;
  clear: both;
  max-width: 100%;
  padding: 10px 0 0;
  font-weight: bold;
  text-align: center;
}
#webc_con .webc_acc .webc_input_block .webc_note:empty {
  display: none;
}
#webc_con .webc_acc .webc_input_block + dl dd .webc_note {
  display: inline-block;
  padding: 5px 30px;
  margin: 0 0 10px !important;
  border: 1px solid;
  border-radius: 999px;
  font-weight: bold;
  font-size: 1.2rem;
}
#webc_con .webc_acc .webc_input_box {
  flex-wrap: wrap;
  flex: 0 0 auto;
  gap: 10px 30px;
  max-width: 100%;
}
#webc_con .webc_acc .webc_input_box::after {
  content: none;
}
#webc_con .webc_acc .webc_input_box .webc_input_inner > p,
#webc_con .webc_acc .webc_input_box .webc_input_inner > div {
  display: inline-block;
  margin: 0;
  font-size: 1.2rem;
  vertical-align: middle;
}
#webc_con .webc_acc .webc_input_box .webc_input_inner input,
#webc_con .webc_acc .webc_input_box .webc_input_inner .webc_select_wrap, #webc_con .webc_acc .webc_input_box .webc_input_inner.webc_input_date {
  min-height: 50px;
  box-sizing: border-box;
}
#webc_con .webc_acc .webc_input_box .webc_input_inner input,
#webc_con .webc_acc .webc_input_box .webc_input_inner select {
  font-size: 1.2rem;
}
#webc_con .webc_acc .webc_input_box .webc_input_inner select {
  min-height: 46px;
  padding: 0 20px 0 8px;
}
#webc_con .webc_acc .webc_input_box .webc_input_inner.webc_input_date {
  display: flex;
  gap: 5px 15px;
  align-items: center;
  border: 2px solid;
  border-radius: 4px;
  padding: 3px 8px;
}
#webc_con .webc_acc .webc_input_box .webc_input_inner.webc_input_date > * {
  display: inline-block;
}
#webc_con .webc_acc .webc_input_box .webc_input_inner.webc_input_date > div {
  font-size: 1.8rem;
  text-align: center;
}
#webc_con .webc_acc .webc_input_box .webc_input_inner.webc_input_date input {
  padding: 0;
  display: inline-block;
  border: none;
  font-size: 1.8rem;
  vertical-align: middle;
}
#webc_con .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.9rem;
  vertical-align: middle;
}
#webc_con .webc_acc .webc_table .webc_select_wrap,
#webc_con .webc_acc .webc_table select {
  border-radius: 4px;
}
#webc_con .webc_acc .webc_table table {
  margin-top: 0;
}
#webc_con .webc_acc .webc_table table + table thead,
#webc_con .webc_acc .webc_table table + table tbody {
  border-top: none;
}
#webc_con .webc_acc .webc_table .webc_table_pc tbody th.webc_col1,
#webc_con .webc_acc .webc_table .webc_table_pc tbody td.webc_col1 {
  width: 150px;
  border-right: 1px solid;
}
#webc_con .webc_acc .webc_table .webc_table_pc tbody th.webc_col2,
#webc_con .webc_acc .webc_table .webc_table_pc tbody td.webc_col2 {
  width: 200px;
}
#webc_con .webc_acc .webc_table .webc_table_pc tbody th.webc_col3,
#webc_con .webc_acc .webc_table .webc_table_pc tbody td.webc_col3 {
  width: 150px;
}
#webc_con .webc_acc .webc_table .webc_table_pc tbody th {
  border-bottom-style: solid;
}
#webc_con .webc_acc .webc_table .webc_table_sp tbody tr th,
#webc_con .webc_acc .webc_table .webc_table_sp tbody tr td {
  border-bottom: none;
}
#webc_con .webc_acc .webc_table .webc_table_sp tbody td a {
  display: block;
  padding: 8px 10px;
  font-weight: bold;
  font-size: 1.2rem;
}
#webc_con .webc_acc .webc_table .webc_table_sp tbody td a > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_acc .webc_table .webc_table_sp tbody td a > span:before {
  content: "\f103";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_acc .webc_table .webc_table_sp tbody td a.active > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_acc .webc_table .webc_table_sp tbody td a.active > span:before {
  content: "\f102";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_acc .webc_table .webc_table_sp tbody td table.collapse.in {
  display: table;
}
#webc_con .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-top: 1px solid;
}
#webc_con .webc_acc .webc_table .webc_table_sp tbody td[colspan] {
  border-top: none;
}
#webc_con .webc_acc + .webc_inner_box {
  margin-top: 50px;
}
#webc_con .webc_opt {
  margin: 0 0 20px;
}
#webc_con .webc_opt .webc_select_wrap,
#webc_con .webc_opt select {
  border-radius: 4px;
}
#webc_con .webc_opt:last-child {
  margin-bottom: 0;
}
#webc_con .webc_opt .webc_opt_head {
  display: inline-block;
  padding: 5px 30px;
  margin: 0 0 10px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: bold;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_inner {
  margin: 0 0 15px;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_inner:last-child {
  margin-bottom: 0;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  padding: 10px 20px;
  border: 1px solid;
  font-size: 1.2rem;
  font-weight: normal;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border: 1px solid;
  border-top: none;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  display: block;
  padding: 5px;
  border-top: 1px solid;
  font-size: 1.1rem;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_item {
  border-bottom: 1px solid;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_item:last-of-type {
  border-bottom: none;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_item label {
  display: flex;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_body {
  float: left;
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  max-width: 100%;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  width: 220px;
  float: right;
  flex: 0 0 220px;
  max-width: 220px;
  padding: 10px 20px;
  border-left: 1px solid;
  font-size: 0;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot p {
  font-size: 1.2rem;
  vertical-align: middle;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_photo {
  width: 200px;
  float: left;
  flex: 0 0 200px;
  max-width: 200px;
  padding: 1px;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_photo div {
  width: 200px;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_photo .slick-counter {
  position: static;
  padding: 0 35px 5px;
  margin: 0;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_photo .slick-prev {
  left: 15px;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_photo .slick-next {
  right: 15px;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_detail {
  width: calc(100% - 200px);
  float: left;
  flex: 1 0 200px;
  max-width: calc(100% - 200px);
  padding: 10px 20px;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_detail .webc_caption {
  font-size: 1.15rem;
  font-weight: bold;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_detail .webc_detail {
  margin: 10px 0 0;
  border-bottom: 1px solid;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_detail .webc_detail dl dt {
  display: inline-block;
  width: auto;
  margin: 0 0 5px;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_detail .webc_detail dl dd {
  width: 100%;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_input_col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 5px;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_input {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_input input:is([type=radio], [type=checkbox]) {
  flex-shrink: 0;
  margin: 0 5px 0 0;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal {
  width: 100%;
  clear: both;
  padding: 20px 20px 30px;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_arrows {
  display: flex;
  justify-content: space-between;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_arrows:not(:empty) {
  margin: 10px 0 0;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_arrows:empty + .webc_opt_cal_list {
  border-right: none;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_arrows .slick-arrow {
  position: static;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_arrows .slick-arrow.slick-disabled {
  visibility: hidden;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_list {
  margin: 10px 0 0;
  border-left: 1px solid;
  border-right: 1px solid;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_list.slick-slider .slick-track {
  max-width: none;
  margin: 0;
  display: flex;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_list.slick-slider .slick-track .slick-slide {
  height: auto !important;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_list.slick-slider .slick-track .slick-slide > div {
  height: 100%;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_list:has(table) {
  border: 1px solid;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_list table {
  width: auto;
  table-layout: fixed;
  height: 100%;
  border: none;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_list table tr,
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_list table td {
  height: 100%;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_list table th,
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_list table td {
  box-sizing: border-box;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_list table td {
  padding: 0;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_list table td label {
  height: 100%;
  padding: 10px;
  text-align: left;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_list table .webc_opt_cal_name {
  width: 502px;
  padding: 10px;
  font-weight: normal;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_list table .webc_detail,
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_list table div:has(.webc_btn) {
  margin: 10px 0 0;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_item {
  display: inline-flex !important;
  flex-direction: column;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
  text-align: center;
  height: 100%;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_cap {
  padding: 5px;
  font-weight: bold;
  text-align: center;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  flex-grow: 1;
  gap: 5px 0;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal .webc_comment {
  margin-top: 15px;
}
#webc_con .webc_opt .webc_opt_body .webc_comment {
  margin: 10px 0;
}
#webc_con .webc_opt .webc_opt_body .webc_comment.webc_more {
  max-height: 4em;
}
#webc_con .webc_opt .webc_opt_body .webc_comment.webc_more:not([style^=max-height]):after {
  height: 100%;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_modal .webc_zoom::before {
  content: none;
}
#webc_con .webc_estimate .webc_table_pc .webc_col1 {
  width: 150px;
}
#webc_con .webc_estimate .webc_table_pc .webc_col2 {
  width: 150px;
}
#webc_con .webc_estimate .webc_table_pc .webc_col3 {
  width: 80px;
}
#webc_con .webc_estimate .webc_table_pc tbody th,
#webc_con .webc_estimate .webc_table_pc tbody td {
  padding: 5px 10px;
}
#webc_con .webc_estimate .webc_table_pc tbody th.webc_col1,
#webc_con .webc_estimate .webc_table_pc tbody td.webc_col1 {
  border-right: 1px solid;
  text-align: center;
}
#webc_con .webc_estimate .webc_table_pc tbody th.webc_col2,
#webc_con .webc_estimate .webc_table_pc tbody td.webc_col2 {
  text-align: center;
}
#webc_con .webc_estimate .webc_table_pc tbody th.webc_col3,
#webc_con .webc_estimate .webc_table_pc tbody td.webc_col3 {
  text-align: center;
}
#webc_con .webc_estimate .webc_table_pc tbody th {
  text-align: center;
}
#webc_con .webc_estimate .webc_table_pc tbody td .webc_detail {
  margin: 5px 0 0;
}
#webc_con .webc_estimate .webc_table_pc tbody td .webc_detail dl {
  margin: 0;
}
#webc_con .webc_estimate .webc_table_pc tbody td .webc_detail dl dt {
  display: inline-block;
  width: auto;
}
#webc_con .webc_estimate .webc_table_pc tbody td .webc_detail dl dd {
  width: 100%;
}
#webc_con .webc_estimate .webc_table_sp tbody th,
#webc_con .webc_estimate .webc_table_sp tbody td {
  text-align: left;
  border-bottom-style: solid;
}
#webc_con .webc_estimate .webc_table_sp tbody th {
  font-size: 1.2rem;
}
#webc_con .webc_estimate .webc_table_sp tbody td p {
  font-size: 1.1rem;
  font-weight: bold;
}
#webc_con .webc_estimate .webc_table_sp tbody td p > span {
  display: block;
  font-size: 10px;
  font-weight: normal;
}
#webc_con .webc_estimate .webc_table_sp tbody td p.webc_price {
  text-align: right;
}
#webc_con .webc_estimate .webc_table_sp tbody td p.webc_price > span,
#webc_con .webc_estimate .webc_table_sp tbody td p.webc_price strong {
  display: inline-block;
}
#webc_con .webc_estimate .webc_table_sp tbody td p.webc_price > span {
  font-size: 1rem;
}
#webc_con .webc_estimate .webc_table_sp tbody td p.webc_price strong {
  font-size: 1rem;
}
#webc_con .webc_estimate .webc_table_sp tbody td p.webc_price strong > span {
  font-size: 1.2rem;
}
#webc_con .webc_estimate .webc_table_sp tbody td .webc_detail {
  margin: 10px 0 0;
}
#webc_con .webc_estimate .webc_table_sp tbody td .webc_detail dl {
  margin: 0;
}
#webc_con .webc_estimate .webc_table_sp tbody td .webc_detail dl dt {
  width: 100%;
}
#webc_con .webc_estimate .webc_table_sp tbody td > ul {
  margin: 0 0 10px;
}
#webc_con .webc_estimate .webc_table_sp tbody td > ul li {
  padding: 10px 0;
  border-bottom: 1px solid;
}
#webc_con .webc_estimate .webc_table_sp tbody td > ul li:first-child {
  padding-top: 0;
}
#webc_con .webc_estimate_tax {
  margin: 20px 0 0;
}
#webc_con .webc_estimate_tax dl {
  padding: 5px;
  border-bottom: 1px dotted;
  font-size: 0;
  text-align: right;
}
#webc_con .webc_estimate_tax dl dt,
#webc_con .webc_estimate_tax dl dd {
  display: inline-block;
  font-size: 1rem;
}
#webc_con .webc_estimate_tax dl dt {
  max-width: calc(100% - 125px);
  font-weight: normal;
}
#webc_con .webc_estimate_tax dl dd {
  width: 115px;
  padding: 0 0 0 10px;
}
#webc_con .webc_estimate_total {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 35px;
}
#webc_con .webc_estimate_total .webc_price {
  float: right;
  flex: 1 0 auto;
  max-width: 100%;
  min-width: calc(100% - 125px);
  font-size: 1rem;
  text-align: right;
}
#webc_con .webc_estimate_total .webc_price strong {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
#webc_con .webc_estimate_total .webc_member_point {
  flex: 1 0 auto;
  min-width: calc(100% - 125px);
  margin: 5px 0;
}
#webc_con .webc_estimate_total .webc_member_point dl {
  text-align: right;
}
#webc_con .webc_estimate_total .webc_member_point dl dt,
#webc_con .webc_estimate_total .webc_member_point dl dd {
  display: inline-block;
}
#webc_con .webc_estimate_total .webc_member_point dl dt {
  max-width: calc(100% - 125px);
  font-weight: normal;
}
#webc_con .webc_estimate_total .webc_member_point dl dd {
  width: 115px;
  padding: 0 0 0 10px;
}
#webc_con .webc_estimate_total .webc_member_point dl + p {
  margin: 5px 0 0;
}
#webc_con .webc_estimate_total .webc_pager {
  float: left;
  width: auto;
  flex: 1 0 auto;
  max-width: 100%;
  margin: 0;
}
#webc_con .webc_estimate_total .webc_pager_prev, #webc_con .webc_estimate_total .webc_pager_next {
  max-width: none;
}
#webc_con .webc_estimate .webc_receipt {
  text-align: right;
}
#webc_con .webc_estimate .webc_receipt input {
  margin: 5px 0 5px 5px;
}
#webc_con .webc_estimate .webc_receipt button {
  margin: 0 0 0 5px;
}
#webc_con .webc_xs_estimate_pc, #webc_con .webc_xs_estimate_sp {
  display: flex;
  position: fixed;
  z-index: 1001;
}
#webc_con .webc_xs_estimate_pc {
  width: 215px;
  top: 100px;
  right: -192px;
}
#webc_con .webc_xs_estimate_pc.open {
  right: 0;
}
#webc_con .webc_xs_estimate_pc > div {
  float: right;
  width: 170px;
  width: calc(100% - 1em);
  flex: 0 1 auto;
  order: 2;
  max-width: calc(100% - 1em);
  box-sizing: border-box;
}
#webc_con .webc_xs_estimate_pc > div > dl dt {
  font-size: 0.9rem;
  text-align: center;
}
#webc_con .webc_xs_estimate_pc > div > dl > dt {
  padding: 10px;
  margin: 0 0 2px;
  position: relative;
}
#webc_con .webc_xs_estimate_pc > div > dl > dt:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  z-index: 0;
  border: 1px solid;
  box-sizing: border-box;
}
#webc_con .webc_xs_estimate_pc > div > dl > dd {
  padding: 10px;
}
#webc_con .webc_xs_estimate_pc > div > dl > dd table {
  width: 100%;
  margin: 0 0 15px;
}
#webc_con .webc_xs_estimate_pc > div > dl > dd table tbody {
  display: block;
  width: 100%;
}
#webc_con .webc_xs_estimate_pc > div > dl > dd table tr {
  display: block;
  width: 100%;
  padding: 10px 0 5px;
  border-bottom: 1px solid;
}
#webc_con .webc_xs_estimate_pc > div > dl > dd table tr th,
#webc_con .webc_xs_estimate_pc > div > dl > dd table tr td {
  display: block;
  padding: 0 0 3px;
  padding: 0 3px;
  box-sizing: border-box;
}
#webc_con .webc_xs_estimate_pc > div > dl > dd table tr th {
  font-size: 0.9rem;
  font-weight: normal;
}
#webc_con .webc_xs_estimate_pc > div > dl > dd table tr td {
  padding-left: 3px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2em;
}
#webc_con .webc_xs_estimate_pc > div > dl > dd table tr td span {
  font-size: 1.1rem;
}
#webc_con .webc_xs_estimate_pc > div > dl > dd table tr:first-child {
  padding-top: 0;
}
#webc_con .webc_xs_estimate_pc > div > dl > dd dl {
  border: none;
}
#webc_con .webc_xs_estimate_pc > div > dl > dd dl dt {
  padding: 3px 10px;
  border-radius: 999px;
}
#webc_con .webc_xs_estimate_pc > div > dl > dd dl dd {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
}
#webc_con .webc_xs_estimate_pc > div > dl > dd dl dd b {
  font-size: 2rem;
  text-align: right;
}
#webc_con .webc_xs_estimate_pc > div > dl > dd dl dd b span {
  font-size: 1.2rem;
}
#webc_con .webc_xs_estimate_pc > div > dl > dd dl dd > span {
  font-size: 10px;
}
#webc_con .webc_xs_estimate_pc > div > dl > dd dl dd p {
  margin-top: 5px;
  text-align: right;
}
#webc_con .webc_xs_estimate_pc > div > dl > dd dl.webc_error dd {
  padding: 5px 0 0;
}
#webc_con .webc_xs_estimate_pc > button {
  float: left;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 5px;
  border-radius: 4px 0 0 4px;
}
#webc_con .webc_xs_estimate_pc > button span {
  width: 1em;
  line-height: 1em;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
#webc_con .webc_xs_estimate_pc > button.webc_close > span {
  padding: 0 0 20px;
}
#webc_con .webc_xs_estimate_pc > button.webc_close > span:before {
  content: "\f101";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#webc_con .webc_xs_estimate_pc > button.webc_close span:before {
  content: "\f105";
}
#webc_con .webc_xs_estimate_pc > button.webc_open > span {
  padding: 0 0 20px;
}
#webc_con .webc_xs_estimate_pc > button.webc_open > span:before {
  content: "\f100";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#webc_con .webc_xs_estimate_pc > button.webc_open span:before {
  content: "\f104";
}
#webc_con .webc_xs_estimate_sp {
  display: none;
  width: calc(100% - 20px);
  padding: 5px 30px;
  bottom: 10px;
  left: 10px;
  border-radius: 4px;
  font-size: 1.1rem;
  justify-content: center;
}
#webc_con .webc_xs_estimate_sp.open {
  display: flex;
}
#webc_con .webc_xs_estimate_sp > div {
  text-align: center;
}
#webc_con .webc_xs_estimate_sp > div p > span,
#webc_con .webc_xs_estimate_sp > div p > b {
  display: inline-block;
  padding: 0 5px;
}
#webc_con .webc_xs_estimate_sp > div p > b {
  font-size: 1.4rem;
}
#webc_con .webc_xs_estimate_sp > div p > b span {
  font-size: 1.1rem;
}
#webc_con .webc_xs_estimate_sp > button {
  width: 20px;
  height: 0;
  padding: 20px 0 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
#webc_con .webc_xs_estimate_sp > button::before {
  content: "\f00d";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  font-size: 20px;
}
#webc_con .webc_xs_estimate_sp > button.webc_open {
  display: none !important;
}
#webc_con .webc_member_point .webc_point {
  font-weight: bold;
}
#webc_con .webc_room_detail .webc_photo {
  width: 452px;
  max-width: 49%;
  float: left;
  margin: 0 0 20px;
}
#webc_con .webc_room_detail .webc_photo .webc_photo_thumb:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
#webc_con .webc_room_detail .webc_photo .webc_photo_thumb li {
  width: 83px;
  max-height: calc(83px * 2 / 3);
  float: left;
  margin: 10px 9px 0 0;
  overflow: hidden;
}
#webc_con .webc_room_detail .webc_photo .webc_photo_thumb li img {
  width: 100%;
}
#webc_con .webc_room_detail .webc_photo .webc_photo_thumb li:nth-child(5n) {
  margin-right: 0;
}
#webc_con .webc_room_detail .webc_photo .webc_photo_thumb li:nth-child(5n+1) {
  clear: both;
}
#webc_con .webc_room_detail .webc_photo .webc_photo_list.webc_slide figure {
  width: 100%;
  float: none;
}
#webc_con .webc_room_detail .webc_summary {
  width: 500px;
  max-width: 49%;
  float: right;
  margin: 0 0 20px;
}
#webc_con .webc_room_detail .webc_detail {
  clear: both;
}
#webc_con .webc_room_detail .webc_detail dl {
  width: 49%;
  float: left;
  margin-right: 2%;
}
#webc_con .webc_room_detail .webc_detail dl:nth-child(2n) {
  margin-right: 0;
}
#webc_con .webc_room_detail .webc_detail dl:nth-child(2n+1) {
  clear: both;
}
#webc_con .webc_room_detail .webc_detail dl:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#webc_con .webc_room_detail .webc_detail dl dd {
  width: 255px;
  width: calc(100% - 150px);
}
#webc_con .webc_cal .webc_cal_tab {
  display: flex;
  flex-wrap: wrap;
}
#webc_con .webc_cal .webc_cal_tab li {
  flex: 0 0 auto;
  max-width: 100%;
  padding: 5px 10px;
  border: 1px solid;
  border-bottom: none;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}
#webc_con .webc_cal .webc_cal_tab li:not(:last-child) {
  border-right: none;
}
#webc_con .webc_cal .webc_cal_info {
  margin: 0 0 10px;
  text-align: right;
}
#webc_con .webc_cal .webc_cal_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}
#webc_con .webc_cal .webc_cal_head .webc_cal_cap,
#webc_con .webc_cal .webc_cal_head button {
  box-sizing: border-box;
}
#webc_con .webc_cal .webc_cal_head .webc_cal_cap {
  order: 2;
  flex: 1 1 auto;
  max-width: 100%;
  padding: 0 10px;
  text-align: center;
}
#webc_con .webc_cal .webc_cal_head button {
  padding: 0.1em 5px;
  position: relative;
  line-height: 1.6em;
}
#webc_con .webc_cal .webc_cal_head button:before {
  content: "";
  position: absolute;
  top: 50%;
  border-width: 0.9em 10px;
  border-style: solid;
  transform: translateY(-50%);
}
#webc_con .webc_cal .webc_cal_head button.webc_cal_prev {
  order: 1;
  margin: 0 0 0 10px;
}
#webc_con .webc_cal .webc_cal_head button.webc_cal_prev > span {
  padding: 0 0 0 1em;
}
#webc_con .webc_cal .webc_cal_head button.webc_cal_prev > span:before {
  content: "\f100";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#webc_con .webc_cal .webc_cal_head button.webc_cal_prev:before {
  left: -9px;
  border-left: none;
}
#webc_con .webc_cal .webc_cal_head button.webc_cal_next {
  order: 3;
  margin: 0 10px 0 0;
}
#webc_con .webc_cal .webc_cal_head button.webc_cal_next > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_cal .webc_cal_head button.webc_cal_next > span:before {
  content: "\f101";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_cal .webc_cal_head button.webc_cal_next:before {
  right: -9px;
  border-right: none;
}
#webc_con .webc_cal .webc_cal_body table {
  margin-top: 0;
  height: 100%;
  max-height: inherit;
}
#webc_con .webc_cal .webc_cal_body thead th,
#webc_con .webc_cal .webc_cal_body thead td,
#webc_con .webc_cal .webc_cal_body tbody th,
#webc_con .webc_cal .webc_cal_body tbody td {
  box-sizing: border-box;
  border: 1px solid;
  text-align: center;
}
#webc_con .webc_cal .webc_cal_body thead th > .webc_current,
#webc_con .webc_cal .webc_cal_body thead td > .webc_current,
#webc_con .webc_cal .webc_cal_body tbody th > .webc_current,
#webc_con .webc_cal .webc_cal_body tbody td > .webc_current {
  border: 2px solid;
}
#webc_con .webc_cal .webc_cal_body thead th,
#webc_con .webc_cal .webc_cal_body tbody th {
  padding: 5px;
  font-size: 0.8rem;
}
#webc_con .webc_cal .webc_cal_body thead td,
#webc_con .webc_cal .webc_cal_body tbody td {
  padding: 0;
}
#webc_con .webc_cal .webc_cal_body tbody td {
  height: 100%;
  vertical-align: top;
}
#webc_con .webc_cal .webc_cal_body tbody td > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
#webc_con .webc_cal .webc_cal_body tbody td > div > span {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 1px 1px 3px;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}
#webc_con .webc_cal .webc_cal_body tbody td > div > span span {
  font-size: 0.8rem;
  font-weight: normal;
}
#webc_con .webc_cal .webc_cal_body tbody td > div > p {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 10px;
  padding: 1px;
  font-size: 0.9rem;
}
#webc_con .webc_cal .webc_cal_body tbody td > div > p a {
  width: 100%;
}
#webc_con .webc_cal .webc_cal_body tbody td > div > p i {
  flex: 0 0 100%;
  max-width: 100%;
}
#webc_con .webc_cal .webc_cal_body tbody td > div > p i.fa-triangle-exclamation:before {
  content: "▲";
}
#webc_con .webc_cal .webc_cal_body tbody td > div > p i + br {
  display: none;
}
#webc_con .webc_cal .webc_cal_body tbody td > div > p.customer_event_icon {
  min-height: 0;
  padding: 0;
  position: absolute;
  top: 1px;
  right: 1px;
  line-height: 1;
}
#webc_con .webc_cal .webc_cal_body tbody td > div > p.customer_event_icon i {
  font-size: 10px;
}
#webc_con .webc_cal .webc_cal_body tbody td > div > p.customer_event_icon div.tooltip {
  max-width: none;
  white-space: nowrap;
}
#webc_con .webc_cal .webc_cal_body tbody td > div.webc_current > span {
  padding: 1px 0 3px;
}
#webc_con .webc_cal .webc_cal_body tbody td > div.webc_current > p {
  padding: 1px 0;
}
#webc_con .webc_cal .webc_cal_body.webc_cal_week {
  padding: 3px;
}
#webc_con .webc_cal .webc_cal_body.webc_cal_week table {
  border: 1px solid;
}
#webc_con .webc_cal .webc_cal_body.webc_cal_week thead th,
#webc_con .webc_cal .webc_cal_body.webc_cal_week thead td,
#webc_con .webc_cal .webc_cal_body.webc_cal_week tbody th,
#webc_con .webc_cal .webc_cal_body.webc_cal_week tbody td {
  padding: 0;
  vertical-align: middle;
}
#webc_con .webc_cal .webc_cal_body.webc_cal_week thead th {
  height: 100%;
  border: 1px solid !important;
}
#webc_con .webc_cal .webc_cal_body.webc_cal_week thead th > span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  height: 100%;
  padding: 0 5px;
  font-size: 10px;
  font-weight: normal;
}
#webc_con .webc_cal .webc_cal_body.webc_cal_week thead th > span strong {
  flex: 0 0 auto;
  max-width: 100%;
  margin: 0 3px 0 0;
  font-size: 1.2rem;
  font-weight: bold;
}
#webc_con .webc_cal .webc_cal_body.webc_cal_week thead th > span span {
  flex: 0 0 auto;
  display: inline-block;
  max-width: 100%;
}
#webc_con .webc_cal .webc_cal_body.webc_cal_week thead th .webc_current {
  border-bottom: none;
}
#webc_con .webc_cal .webc_cal_body.webc_cal_week tbody td > div.webc_current {
  border-top: none;
}
#webc_con .webc_cal .webc_cal_body.webc_cal_week tbody td > div > p a {
  padding: 0 13px;
}
#webc_con .webc_cal .webc_cal_body.webc_cal_week + .webc_cal_info {
  margin: 5px 0 0;
}
#webc_con .webc_cal .webc_tel .webc_table_pc {
  margin-top: 5px;
}
#webc_con .webc_cal .webc_cal_event_info {
  padding: 5px 0 10px !important;
}
#webc_con .webc_cal .webc_cal_event_info > p a {
  display: block;
  padding: 5px 30px 5px 10px;
  position: relative;
  border: 1px solid;
}
#webc_con .webc_cal .webc_cal_event_info > p a::before {
  content: "\f103";
  position: absolute;
  right: 10px;
  top: 50%;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  transform: translateY(-50%);
}
#webc_con .webc_cal .webc_cal_event_info > p a:hover {
  text-decoration: none;
}
#webc_con .webc_cal .webc_cal_event_info > p a[aria-expanded=true]::before {
  content: "\f102";
}
#webc_con .webc_cal .webc_cal_event_info .webc_table_pc > thead {
  border-top: none;
}
#webc_con .webc_tel .webc_table_pc tbody th,
#webc_con .webc_tel .webc_table_pc tbody td {
  padding: 7px 20px;
}
#webc_con .webc_tel .webc_table_pc tbody th {
  width: 200px;
  font-weight: normal;
}
#webc_con .webc_tel .webc_table_pc tbody th > span {
  display: block;
  padding-left: 20px;
  text-indent: -20px;
}
#webc_con .webc_tel .webc_table_pc tbody th i {
  display: inline-block;
  width: 18px;
  margin: 0 5px 0 0;
  font-size: 15px;
  text-align: center;
  text-indent: 0;
}
#webc_con .webc_tel .webc_table_pc tbody td span {
  display: inline-block;
}
#webc_con .webc_tel .webc_table_pc tbody td span:not(:last-child) {
  margin: 0 10px 0 0;
  font-size: 1rem;
}
#webc_con .webc_tel .webc_table_pc tbody td span:last-child {
  font-size: 1.5rem;
}
#webc_con .webc_tel .webc_table_pc tbody td a {
  text-decoration: underline;
}
#webc_con .webc_tel .webc_table_pc tbody td a:hover {
  text-decoration: none;
}
#webc_con .webc_tel + .webc_tel .webc_table_pc {
  margin-top: 20px;
}
#webc_con .webc_cal_example {
  width: 765px;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  border: 1px solid;
  text-align: left;
  transform: translateY(-50%);
}
#webc_con .webc_cal_example .webc_description {
  margin: 0;
  padding: 40px;
}
#webc_con .webc_cal_example .webc_description > dd .webc_cal_body {
  width: 120px;
  float: left;
  margin: 0 50px 0 0;
}
#webc_con .webc_cal_example .webc_description > dd .webc_cal_body table {
  width: 100%;
}
#webc_con .webc_cal_example .webc_description > dd .webc_cal_body table tbody td > div > p a:hover {
  text-decoration: none;
}
#webc_con .webc_cal_example .webc_description > dd > dl {
  width: 490px;
  float: left;
}
#webc_con .webc_cal_example .webc_description > dd > dl dt,
#webc_con .webc_cal_example .webc_description > dd > dl dd {
  margin: 0 0 5px;
}
#webc_con .webc_cal_example .webc_description > dd > dl dt {
  clear: both;
  position: relative;
  font-weight: normal;
}
#webc_con .webc_cal_example .webc_description > dd > dl dt:after {
  content: "：";
}
#webc_con .webc_cal_example .webc_description > dd > dl dd {
  padding: 0 0 0 30px;
  box-sizing: border-box;
}
#webc_con .webc_cal_example .webc_description > dd > dl dd i.fa-triangle-exclamation:before {
  content: "▲";
}
#webc_con .webc_cal_example_close {
  font-size: 1.1rem;
  text-align: right;
}
#webc_con .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_head .webc_cal_cap {
  font-size: 1.2rem;
  font-weight: bold;
}
#webc_con .webc_form > .webc_note {
  margin: 0 0 10px;
  font-weight: bold;
}
#webc_con .webc_form dl:not([class]),
#webc_con .webc_form dl.valid-group {
  border: 1px solid;
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
}
#webc_con .webc_form dl:not([class]) > *,
#webc_con .webc_form dl.valid-group > * {
  display: table-cell;
  box-sizing: border-box;
  padding: 10px 15px;
  vertical-align: middle;
}
#webc_con .webc_form dl:not([class]) + dl,
#webc_con .webc_form dl.valid-group + dl {
  border-top: none;
}
#webc_con .webc_form dl:not([class]) > dt,
#webc_con .webc_form dl.valid-group > dt {
  width: 250px;
}
html[lang=fr] #webc_con .webc_form dl:not([class]) > dt,
html[lang=fr] #webc_con .webc_form dl.valid-group > dt {
  width: 280px;
}
#webc_con .webc_form dl:not([class]) > dt span,
#webc_con .webc_form dl.valid-group > dt span {
  width: 180px;
  width: calc(100% - 50px);
  float: left;
}
html[lang=en] #webc_con .webc_form dl:not([class]) > dt span, html[lang=de] #webc_con .webc_form dl:not([class]) > dt span,
html[lang=en] #webc_con .webc_form dl.valid-group > dt span,
html[lang=de] #webc_con .webc_form dl.valid-group > dt span {
  width: calc(100% - 75px);
}
html[lang=fr] #webc_con .webc_form dl:not([class]) > dt span,
html[lang=fr] #webc_con .webc_form dl.valid-group > dt span {
  width: calc(100% - 85px);
}
#webc_con .webc_form dl:not([class]) > dt span[class],
#webc_con .webc_form dl.valid-group > dt span[class] {
  width: 45px;
  float: right;
  padding: 2px 5px;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}
html[lang=en] #webc_con .webc_form dl:not([class]) > dt span[class], html[lang=de] #webc_con .webc_form dl:not([class]) > dt span[class],
html[lang=en] #webc_con .webc_form dl.valid-group > dt span[class],
html[lang=de] #webc_con .webc_form dl.valid-group > dt span[class] {
  width: 70px;
}
html[lang=fr] #webc_con .webc_form dl:not([class]) > dt span[class],
html[lang=fr] #webc_con .webc_form dl.valid-group > dt span[class] {
  width: 80px;
}
#webc_con .webc_form dl:not([class]) > dt span.webc_must,
#webc_con .webc_form dl.valid-group > dt span.webc_must {
  border: 1px solid;
}
#webc_con .webc_form dl:not([class]) > dd li,
#webc_con .webc_form dl:not([class]) > dd .webc_form_item,
#webc_con .webc_form dl.valid-group > dd li,
#webc_con .webc_form dl.valid-group > dd .webc_form_item {
  display: inline-block;
  margin: 0 20px 5px 0;
}
#webc_con .webc_form dl:not([class]) > dd li:last-child,
#webc_con .webc_form dl:not([class]) > dd .webc_form_item:last-child,
#webc_con .webc_form dl.valid-group > dd li:last-child,
#webc_con .webc_form dl.valid-group > dd .webc_form_item:last-child {
  margin-right: 0;
}
#webc_con .webc_form dl:not([class]) > dd li,
#webc_con .webc_form dl.valid-group > dd li {
  vertical-align: middle;
}
#webc_con .webc_form dl:not([class]) > dd .webc_form_item,
#webc_con .webc_form dl.valid-group > dd .webc_form_item {
  vertical-align: top;
}
#webc_con .webc_form dl:not([class]) > dd label,
#webc_con .webc_form dl.valid-group > dd label {
  font-weight: normal;
}
#webc_con .webc_form dl:not([class]) > dd label + .webc_note,
#webc_con .webc_form dl.valid-group > dd label + .webc_note {
  display: inline-block;
  margin-left: 20px;
}
#webc_con .webc_form dl:not([class]) > dd p,
#webc_con .webc_form dl.valid-group > dd p {
  margin: 5px 0;
}
#webc_con .webc_form dl:not([class]) > dd .has-error,
#webc_con .webc_form dl:not([class]) > dd .help-inline,
#webc_con .webc_form dl.valid-group > dd .has-error,
#webc_con .webc_form dl.valid-group > dd .help-inline {
  display: block;
}
#webc_con .webc_form dl:not([class]) > dd .has-error:not(:empty),
#webc_con .webc_form dl:not([class]) > dd .help-inline:not(:empty),
#webc_con .webc_form dl.valid-group > dd .has-error:not(:empty),
#webc_con .webc_form dl.valid-group > dd .help-inline:not(:empty) {
  margin: 3px 0 0;
}
#webc_con .webc_form dl:not([class]) > dd.webc_list_block,
#webc_con .webc_form dl.valid-group > dd.webc_list_block {
  padding: 0;
}
#webc_con .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con .webc_form dl.valid-group > dd.webc_list_block li {
  display: block;
  padding: 10px 15px;
  margin: 0;
}
#webc_con .webc_form dl:not([class]) > dd.webc_list_block li + li,
#webc_con .webc_form dl.valid-group > dd.webc_list_block li + li {
  border-top: 1px dotted;
}
#webc_con .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  padding: 10px;
  margin: 0;
  border: 1px solid;
}
#webc_con .webc_form dl:not([class]) > dd.webc_form_member .webc_description + .webc_description,
#webc_con .webc_form dl.valid-group > dd.webc_form_member .webc_description + .webc_description {
  margin-top: 0;
  border-top: none;
}
#webc_con .webc_form dl:not([class]) > dd.webc_form_member .webc_description + p,
#webc_con .webc_form dl.valid-group > dd.webc_form_member .webc_description + p {
  margin-top: 15px;
}
#webc_con .webc_form dl:not([class]) > dd.webc_form_member label,
#webc_con .webc_form dl.valid-group > dd.webc_form_member label {
  font-size: 1.2rem;
  font-weight: bold;
}
#webc_con .webc_form dl:not([class]) > dd.webc_member_point,
#webc_con .webc_form dl.valid-group > dd.webc_member_point {
  padding: 0;
}
#webc_con .webc_form dl:not([class]) > dd.webc_member_point > p,
#webc_con .webc_form dl:not([class]) > dd.webc_member_point > .webc_list_dot,
#webc_con .webc_form dl.valid-group > dd.webc_member_point > p,
#webc_con .webc_form dl.valid-group > dd.webc_member_point > .webc_list_dot {
  margin: 0;
  padding: 10px 15px;
}
#webc_con .webc_form dl:not([class]) > dd.webc_member_point .webc_point,
#webc_con .webc_form dl.valid-group > dd.webc_member_point .webc_point {
  border-bottom: 1px dotted;
  font-size: 1.2rem;
}
#webc_con .webc_form dl:not([class]) > dd.webc_member_point .webc_list_dot,
#webc_con .webc_form dl.valid-group > dd.webc_member_point .webc_list_dot {
  padding-bottom: 0;
}
#webc_con .webc_form dl:not([class]) > dd.webc_member_point .webc_list_dot li,
#webc_con .webc_form dl.valid-group > dd.webc_member_point .webc_list_dot li {
  display: block;
}
#webc_con .webc_login {
  display: inline-block;
  margin: 0 0 40px;
  position: relative;
  left: 50%;
  border: 1px solid;
  transform: translateX(-50%);
}
#webc_con .webc_login > dt,
#webc_con .webc_login > dd {
  padding: 15px 20px 20px;
}
#webc_con .webc_login > dt {
  border-bottom: 1px dashed;
  font-size: 1.2rem;
  text-align: center;
}
#webc_con .webc_login > dd {
  display: flex;
  justify-content: center;
}
#webc_con .webc_login > dd input:not([type=radio]):not([type=checkbox]),
#webc_con .webc_login > dd button,
#webc_con .webc_login > dd p {
  margin: 0 0 15px;
}
#webc_con .webc_login > dd input:not([type=radio]):not([type=checkbox]):last-child,
#webc_con .webc_login > dd button:last-child,
#webc_con .webc_login > dd p:last-child {
  margin-bottom: 0;
}
#webc_con .webc_login > dd input {
  border-radius: 4px;
  border-width: 2px;
}
#webc_con .webc_login > dd input:not([type=radio]):not([type=checkbox]) {
  width: 100%;
}
#webc_con .webc_login > dd p {
  text-align: left;
  margin: 0 0 15px;
}
#webc_con .webc_login > dd p.webc_note {
  text-align: right;
  margin: 0 0 15px;
}
#webc_con .webc_login > dd p:last-child, #webc_con .webc_login > dd p:has(+ .help-inline:not(:empty)) {
  margin-bottom: 0;
}
#webc_con .webc_login > dd p > * {
  vertical-align: middle;
}
#webc_con .webc_login > dd p input[type=radio],
#webc_con .webc_login > dd p input[type=checkbox] {
  margin: 0 5px 0 0;
}
#webc_con .webc_login > dd p a {
  text-decoration: underline;
}
#webc_con .webc_login > dd p a:hover {
  text-decoration: none;
}
#webc_con .webc_login > dd ul:not(:last-child) {
  margin: 0 0 15px;
}
#webc_con .webc_login > dd ul li {
  margin: 0 0 15px;
}
#webc_con .webc_login > dd ul li:last-child {
  margin-bottom: 0;
}
#webc_con .webc_login > dd .webc_btn {
  font-size: 1.1rem;
  font-weight: bold;
}
#webc_con .webc_login > dd .webc_btn_default {
  width: 275px;
  max-width: 100%;
  padding: 10px 15px;
}
#webc_con .webc_login > dd .webc_btn_default > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_login > dd .webc_btn_default > span:before {
  content: "\f101";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_login > dd .webc_btn_achro {
  width: 100%;
}
#webc_con .webc_login > dd .webc_btn.webc_account_fb {
  padding: 5px 20px;
}
#webc_con .webc_login > dd .webc_btn.webc_account_fb i {
  font-size: 30px;
}
#webc_con .webc_login > dd .webc_btn.webc_account_yahoo {
  padding: 10px 20px;
}
#webc_con .webc_login > dd .webc_btn.webc_account_yahoo i {
  width: 30px;
}
#webc_con .webc_login > dd .webc_btn.webc_account_google {
  padding: 8px 20px;
}
#webc_con .webc_login > dd .webc_btn.webc_account_google i {
  width: 22px;
  height: 22px;
  background-size: 20px auto;
}
#webc_con .webc_login > dd > div,
#webc_con .webc_login > dd > dl {
  margin: 0 3%;
}
#webc_con .webc_login > dd > div {
  align-self: center;
  width: 500px;
  flex-basis: 500px;
  max-width: 500px;
  text-align: center;
}
#webc_con .webc_login > dd > div div {
  margin: 0 0 10px;
}
#webc_con .webc_login > dd > div div.webc_input_group {
  display: flex;
}
#webc_con .webc_login > dd > div div.webc_input_group label {
  flex: 0 0 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 180px;
  max-width: 180px;
  padding: 3px 10px;
  border: 2px solid;
  border-right: none;
  border-radius: 4px 0 0 4px;
  text-align: left;
}
#webc_con .webc_login > dd > div div.webc_input_group input {
  border-radius: 0 4px 4px 0;
}
#webc_con .webc_login > dd > div #webauthnLogin + div {
  margin: 0 0 15px;
}
#webc_con .webc_login > dd > div #webauthnLogin + div p {
  margin-bottom: 10px;
}
#webc_con .webc_login > dd > dl {
  width: 520px;
  flex-basis: 520px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  max-width: 520px;
  padding: 10px 35px 15px;
}
#webc_con .webc_login > dd > dl dt,
#webc_con .webc_login > dd > dl dd {
  flex-basis: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
#webc_con .webc_login > dd > dl dt {
  margin-bottom: 20px;
  text-align: left;
}
#webc_con .webc_assist {
  margin: 0 0 15px;
  font-size: 0;
  text-align: right;
}
#webc_con .webc_assist * {
  display: inline-block;
  font-size: 1rem;
}
#webc_con .webc_assist dd li {
  width: 130px;
  margin: 0 0 0 10px;
}
#webc_con .webc_assist dd li:has(.webc_account_yahoo) {
  width: 185px;
}
#webc_con .webc_assist dd .webc_btn_achro {
  width: 100%;
  padding: 8px 5px;
  font-weight: bold;
}
#webc_con .webc_assist dd .webc_btn_achro.webc_account_fb i {
  font-size: 22px;
}
#webc_con .webc_assist dd .webc_btn_achro.webc_account_yahoo {
  padding: 9px 5px;
}
#webc_con .webc_assist dd .webc_btn_achro.webc_account_yahoo i {
  width: 28px;
}
#webc_con .webc_assist dd .webc_btn_achro.webc_account_google i {
  width: 20px;
  height: 20px;
  background-size: 18px;
}
#webc_con .webc_account_fb i, #webc_con .webc_account_yahoo i, #webc_con .webc_account_google i {
  display: inline-block;
  margin: 0 24px 0 0;
  vertical-align: middle;
}
#webc_con .webc_account_fb i img, #webc_con .webc_account_yahoo i img, #webc_con .webc_account_google i img {
  vertical-align: top;
}
#webc_con .webc_account_google i {
  background: url(/client/img/logo_google.png) no-repeat center center;
}
#webc_con .webc_payment {
  border: 1px solid;
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
}
#webc_con .webc_payment > * {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}
#webc_con .webc_payment > dt {
  width: 185px;
  padding: 10px;
  border-right: 1px solid;
  text-align: center;
}
#webc_con .webc_payment > dd label {
  display: block;
  position: relative;
  z-index: 0;
}
#webc_con .webc_payment > dd label input[type=radio] {
  position: absolute;
}
#webc_con .webc_payment > dd label .webc_card {
  display: block;
  padding: 10px;
  margin: 10px 0 0;
  font-size: 0;
}
#webc_con .webc_payment > dd label .webc_card img {
  max-width: 100%;
}
#webc_con .webc_payment > dd label .webc_card.webc_jtb img {
  max-width: calc((100% - 20px) / 2);
}
#webc_con .webc_payment > dd label .webc_card.webc_jtb img + img {
  margin: 0 0 0 20px;
}
#webc_con .webc_payment > dd label .webc_paypal {
  margin: 10px 0 0;
}
#webc_con .webc_payment > dd label .webc_paypal dt {
  margin: 0 0 10px;
}
#webc_con .webc_payment > dd label .webc_coupon_name {
  margin: 0 0 10px;
  font-weight: bold;
}
#webc_con .webc_payment > dd label .webc_coupon_code {
  margin: 10px 0 0;
}
#webc_con .webc_payment > dd label .webc_coupon_code .webc_btn_simple {
  min-width: 60px;
  padding: 3px 10px;
}
#webc_con .webc_payment > dd ul li + li {
  border-top: 1px dotted;
}
#webc_con .webc_payment > dd ul li label {
  padding: 10px 30px 10px 55px;
}
#webc_con .webc_payment > dd ul li label input[type=radio] {
  left: 30px;
  top: 10px;
}
#webc_con .webc_payment > dd:has(.webc_payment_item) {
  padding: 20px 30px;
}
#webc_con .webc_payment > dd .webc_payment_item label,
#webc_con .webc_payment > dd .webc_payment_list {
  border-radius: 4px;
}
#webc_con .webc_payment > dd .webc_payment_item label {
  padding: 10px 25px 10px 50px;
  border: 1px solid;
}
#webc_con .webc_payment > dd .webc_payment_item label input[type=radio] {
  left: 25px;
  top: 10px;
}
#webc_con .webc_payment > dd .webc_payment_item + .webc_payment_item {
  margin: 10px 0 0;
}
#webc_con .webc_payment > dd .webc_payment_list {
  padding: 15px;
}
#webc_con .webc_payment > dd .webc_payment_list .webc_caption {
  margin: 0 0 10px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
#webc_con .webc_payment > dd .webc_payment_list .webc_payment_item label {
  padding: 10px 10px 10px 35px;
}
#webc_con .webc_payment > dd .webc_payment_list .webc_payment_item label input[type=radio] {
  left: 10px;
}
#webc_con .webc_payment > dd .webc_payment_list + .webc_payment_item {
  margin: 15px 0 0;
}
#webc_con .webc_payment + .webc_payment {
  margin: 10px 0 0;
}
#webc_con .webc_error {
  margin-bottom: 20px !important;
  border: 1px solid;
}
#webc_con .webc_error dt {
  padding: 10px 15px;
  font-size: 1.4rem;
}
#webc_con .webc_error dt:before {
  content: "\f071";
  margin: 0 10px 0 0;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
#webc_con .webc_error dd {
  padding: 15px;
}
#webc_con .webc_error dd p,
#webc_con .webc_error dd ul,
#webc_con .webc_error dd li {
  font-weight: bold;
}
#webc_con .webc_select .webc_select_type_pc, #webc_con .webc_select .webc_select_type_sp {
  position: relative;
}
#webc_con .webc_select .webc_select_type_pc:before, #webc_con .webc_select .webc_select_type_sp:before {
  content: "";
  position: absolute;
  border-style: solid;
}
#webc_con .webc_select .webc_select_type_pc h4, #webc_con .webc_select .webc_select_type_sp h4 {
  text-align: center;
}
#webc_con .webc_select .webc_select_type_pc .webc_select_list .webc_select_item, #webc_con .webc_select .webc_select_type_sp .webc_select_list .webc_select_item {
  padding: 5px;
  border: 1px solid;
  box-sizing: border-box;
  cursor: pointer;
}
#webc_con .webc_select .webc_select_type_pc .webc_select_list .webc_select_item dt, #webc_con .webc_select .webc_select_type_sp .webc_select_list .webc_select_item dt {
  min-height: 20px;
  padding: 0 25px 0 0;
  position: relative;
}
#webc_con .webc_select .webc_select_type_pc .webc_select_list .webc_select_item dt i, #webc_con .webc_select .webc_select_type_sp .webc_select_list .webc_select_item dt i {
  position: absolute;
  top: 0;
  right: 0;
}
#webc_con .webc_select .webc_select_type_pc .webc_select_list .webc_select_item dd, #webc_con .webc_select .webc_select_type_sp .webc_select_list .webc_select_item dd {
  padding: 5px 0 0;
}
#webc_con .webc_select .webc_select_type_pc .webc_select_list .webc_select_item dd > picture, #webc_con .webc_select .webc_select_type_sp .webc_select_list .webc_select_item dd > picture {
  float: left;
  width: 38.5%;
}
#webc_con .webc_select .webc_select_type_pc .webc_select_list .webc_select_item dd > ul, #webc_con .webc_select .webc_select_type_sp .webc_select_list .webc_select_item dd > ul {
  float: right;
  width: 60%;
}
#webc_con .webc_select .webc_select_type_pc .webc_select_list .webc_select_item dd > ul li span, #webc_con .webc_select .webc_select_type_sp .webc_select_list .webc_select_item dd > ul li span {
  font-weight: bold;
}
#webc_con .webc_select .webc_select_type_pc {
  width: 29%;
  max-width: 280px;
  max-width: calc(100% - 625px);
  float: left;
  padding: 10px 5px 5px;
  margin: 0 0 20px;
}
#webc_con .webc_select .webc_select_type_pc:before {
  margin: -30px 0 0;
  top: 50%;
  right: -13px;
  border-width: 30px 0 30px 15px;
}
#webc_con .webc_select .webc_select_type_pc .webc_select_list {
  height: 350px;
  box-sizing: border-box;
  overflow-y: scroll;
}
#webc_con .webc_select .webc_select_type_pc .webc_select_list .webc_select_item + .webc_select_item {
  border-top: none;
}
#webc_con .webc_select .webc_select_type_pc .webc_select_list .webc_select_item:last-child {
  margin-bottom: 0;
}
#webc_con .webc_select .webc_select_type_sp {
  padding: 5px 0;
  margin: 0 0 25px;
}
#webc_con .webc_select .webc_select_type_sp:before {
  margin: 0 0 0 -30px;
  bottom: -13px;
  left: 50%;
  border-width: 15px 30px 0 30px;
}
#webc_con .webc_select .webc_select_type_sp + .webc_select_box {
  width: 100%;
  min-width: 0;
  padding: 0 10px;
  margin: 0 0 10px;
}
#webc_con .webc_select .webc_select_type_sp + .webc_select_box + .webc_select_box {
  width: 100%;
  min-width: 0;
  padding: 0 10px;
  margin: 0 0 10px;
}
#webc_con .webc_select .webc_select_box {
  width: 68%;
  min-width: 600px;
  float: right;
  padding: 0 10px 0 0;
  margin: 0 0 10px;
}
#webc_con .webc_select .webc_select_box.webc_cal .webc_cal_info,
#webc_con .webc_select .webc_select_box.webc_cal .webc_cal_tab {
  font-size: 0.9rem;
}
#webc_con .webc_select .webc_select_box.webc_cal .webc_cal_tab li {
  padding: 3px 10px;
}
#webc_con .webc_select .webc_select_box.webc_cal .webc_cal_body tbody td span {
  line-height: 1;
}
#webc_con .webc_select .webc_select_box.webc_cal .webc_cal_body tbody td span > label {
  max-width: calc(100% - 3em);
  font-size: 10px;
  text-align: right;
}
#webc_con .webc_select .webc_select_box.webc_cal .webc_cal_body tbody td > div > p.customer_event_icon {
  left: 1.7rem;
  right: auto;
}
#webc_con .webc_select.webc_cal_modal .webc_select_box {
  width: 100%;
  min-width: 0;
  float: none;
  padding: 0;
  margin: 0;
}
#webc_con .webc_attention {
  margin: 0 auto 20px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
#webc_con .webc_fee {
  font-size: 1.1rem;
}
#webc_con .webc_fee strong {
  font-weight: bold;
  font-size: 1.2rem;
}
#webc_con .webc_alert {
  margin: 0 auto 40px;
}
#webc_con .webc_alert > div {
  padding: 20px;
  border: 1px solid;
  text-align: center;
}
#webc_con .webc_alert > div strong {
  font-size: 1.4rem;
  font-weight: normal;
}
#webc_con .webc_alert > div + div {
  border-top-width: 0;
}
#webc_con .webc_alert .webc_list {
  text-align: left;
}
#webc_con .webc_alert .webc_list li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
#webc_con .webc_alert .webc_list li:before {
  content: "・";
}
:where(html:not([lang=ja])) #webc_con .webc_alert .webc_list li:before {
  content: "-";
}
#webc_con .webc_alert .webc_list li + li {
  margin: 5px 0 0;
}
#webc_con .webc_alert .webc_description {
  text-align: left;
}
#webc_con .webc_alert .webc_description + .webc_description {
  margin: 20px 0 0;
}
#webc_con .webc_confirm_checkbox {
  margin: 0 0 15px;
  font-size: 1.3rem;
}
#webc_con .webc_confirm_checkbox ul {
  display: inline-block;
  text-align: left;
}
#webc_con .webc_confirm_checkbox ul li {
  margin: 0 0 5px;
  padding: 0 0 0 18px;
  text-indent: -18px;
}
#webc_con .webc_confirm_checkbox label {
  display: inline;
}
#webc_con .webc_list_dot {
  text-align: left;
}
#webc_con .webc_list_dot li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
#webc_con .webc_list_dot li:before {
  content: "・";
}
:where(html:not([lang=ja])) #webc_con .webc_list_dot li:before {
  content: "-";
}
#webc_con .webc_list_dot li + li {
  margin: 5px 0 0;
}
#webc_con .webc_list_dot:not(:first-child) {
  margin: 50px 0 0;
}
#webc_con .webc_list_check {
  text-align: left;
}
#webc_con .webc_list_check li {
  padding: 0 0 0 18px !important;
  position: relative;
}
#webc_con .webc_list_check li:before {
  content: "\f00c" !important;
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
#webc_con .webc_discount {
  margin: 0 0 15px;
}
#webc_con .webc_discount ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
#webc_con .webc_discount ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#webc_con .webc_discount ul li:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  z-index: 0;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 4px;
}
html[lang=en] #webc_con .webc_discount ul li, html[lang=th] #webc_con .webc_discount ul li, html[lang=ms] #webc_con .webc_discount ul li, html[lang=fr] #webc_con .webc_discount ul li, html[lang=de] #webc_con .webc_discount ul li {
  font-size: 0.9rem;
}
#webc_con .webc_discount:has(> dl) {
  display: grid;
  grid-template-columns: auto minmax(70%, 1fr);
}
#webc_con .webc_discount:has(> dl) > p {
  grid-column: span 2;
}
#webc_con .webc_discount dl {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed;
}
#webc_con .webc_discount dl:first-child {
  border-top: 1px dashed;
}
#webc_con .webc_discount dl dt {
  align-self: flex-start;
  padding: 6px 8px;
  margin: 0 10px 0 0;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#webc_con .webc_discount dl dt:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  z-index: 0;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 4px;
}
#webc_con .webc_discount > p {
  margin: 10px 0 0;
}
#webc_con .webc_discount > p:empty {
  display: none;
}
html[lang=en] #webc_con .webc_discount > p, html[lang=th] #webc_con .webc_discount > p, html[lang=ms] #webc_con .webc_discount > p, html[lang=fr] #webc_con .webc_discount > p, html[lang=de] #webc_con .webc_discount > p {
  margin-top: 5px;
}
#webc_con .webc_notice > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  margin: 0 0 20px;
  font-size: 1.2rem;
  text-align: center;
}
#webc_con .webc_notice > div p {
  padding: 0 0 0 23px;
  position: relative;
}
#webc_con .webc_notice > div p i {
  position: absolute;
  top: 0.5em;
  left: 0;
  font-size: 20px;
  transform: translateY(-50%);
}
#webc_con .webc_coupon {
  margin: 0 0 10px;
}
#webc_con .webc_coupon_cap {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 0 0 0 15px;
  position: relative;
  z-index: 0;
  font-size: 1.1rem;
  font-weight: bold;
  overflow: hidden;
}
#webc_con .webc_coupon_cap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid;
}
#webc_con .webc_coupon_cap::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#webc_con .webc_coupon_cap span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 15px;
  border-left: 1px dashed;
}
#webc_con .webc_coupon dl {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 20px 15px 15px;
  border: 1px solid;
}
#webc_con .webc_coupon dl dd {
  font-size: 1rem;
}
#webc_con .webc_coupon dl dd + dd:not(.webc_coupon_attention) {
  border-top: 1px dotted;
}
#webc_con .webc_coupon dl dd:not(.webc_coupon_attention) {
  padding: 10px 5px;
}
#webc_con .webc_coupon dl dd:not(.webc_coupon_attention)::before {
  content: "・";
}
:where(html:not([lang=ja])) #webc_con .webc_coupon dl dd:not(.webc_coupon_attention)::before {
  content: "-";
}
#webc_con .webc_member_rank .webc_table .webc_table_pc thead th,
#webc_con .webc_member_rank .webc_table .webc_table_pc thead td,
#webc_con .webc_member_rank .webc_table .webc_table_pc tbody th,
#webc_con .webc_member_rank .webc_table .webc_table_pc tbody td {
  padding: 5px 15px;
}
#webc_con .webc_member_rank .webc_table .webc_table_pc thead th,
#webc_con .webc_member_rank .webc_table .webc_table_pc tbody th {
  text-align: left;
  font-weight: bold;
}
#webc_con .webc_member_rank .webc_table .webc_table_pc thead th:nth-child(-n+5):not(:last-child) {
  width: 125px;
}
#webc_con .webc_member_rank .webc_table .webc_table_pc thead th:first-child:not(:last-child) {
  width: 150px;
}
#webc_con .webc_member_rank .webc_table + p {
  margin: 10px 0 0;
}
#webc_con .webc_member_pointhistory {
  min-width: 700px;
}
#webc_con .webc_member_pointhistory thead th,
#webc_con .webc_member_pointhistory thead td,
#webc_con .webc_member_pointhistory tbody th,
#webc_con .webc_member_pointhistory tbody td {
  padding: 5px 15px !important;
}
#webc_con .webc_language {
  clear: both;
  margin: 0 0 20px;
}
#webc_con .webc_language > div {
  float: right;
}
#webc_con .webc_language > div label {
  display: none;
}
#webc_con .webc_language > div .webc_select_wrap {
  padding-left: 30px;
  border: 2px solid;
}
#webc_con .webc_language > div .webc_select_wrap:after {
  content: "\f0ac";
  position: absolute;
  left: 8px;
  top: 50%;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  font-size: 20px;
  transform: translateY(-50%);
}
#webc_con .webc_breadcrumb {
  clear: both;
  display: flex;
  padding: 0 15px 0 0;
  margin: 0 0 30px;
  border-left: 1px solid;
  border-radius: 0;
}
#webc_con .webc_breadcrumb li {
  width: 25%;
  float: left;
  flex: 1 1 100%;
  display: flex;
  max-width: 100%;
}
#webc_con .webc_breadcrumb li:before {
  content: none;
}
#webc_con .webc_breadcrumb li a {
  display: block;
  text-align: center;
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0.5em 10px 0.5em 15px;
  position: relative;
  border-top: 1px solid;
  border-bottom: 1px solid;
  line-height: 1.6em;
  font-size: 1.1rem;
  text-decoration: none;
  box-sizing: border-box;
}
#webc_con .webc_breadcrumb li a:before, #webc_con .webc_breadcrumb li a:after {
  content: "";
  width: 15px;
  height: calc(100% + 3px);
  position: absolute;
  top: 50%;
  right: -14px;
  z-index: 1;
  background: no-repeat left bottom, no-repeat left top;
  background-size: 100% 52%;
  transform: translateY(-50%);
}
#webc_con .webc_breadcrumb li a:before {
  right: -13px;
  z-index: 2;
}
#webc_con .webc_breadcrumb li a.active {
  font-weight: bold;
}
#webc_con .webc_breadcrumb li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  padding: 2px;
  margin: 0 10px 0 0;
  line-height: 1em;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
}
#webc_con .webc_member_info {
  display: flex;
  align-items: center;
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid;
}
#webc_con .webc_member_info .webc_member_name {
  font-size: 1.2rem;
  font-weight: bold;
}
#webc_con .webc_member_info .webc_member_rank {
  padding: 3px 20px;
  margin: 0 0 0 15px;
  border-radius: 999px;
  border: 2px solid;
  font-size: 1.1rem;
  font-weight: bold;
}
#webc_con .webc_top_nav {
  display: flex;
  justify-content: center;
  clear: both;
  padding: 0;
  margin: 0 auto 30px;
}
#webc_con .webc_top_nav li {
  padding: 0 25px;
  border-right: 1px solid;
  vertical-align: middle;
}
#webc_con .webc_top_nav li:last-child {
  border-right: none;
}
#webc_con .webc_search {
  clear: both;
  margin: 0 auto;
  border: 1px solid;
}
#webc_con .webc_search > dt {
  padding: 15px 20px;
  border-bottom: 1px dashed;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
#webc_con .webc_search > dd {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 30px 15px;
}
#webc_con .webc_search > dd .webc_input_box {
  float: left;
  flex: 0 0 auto;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  position: relative;
}
#webc_con .webc_search > dd .webc_input_box .webc_input_date_grp > label {
  clear: both;
  display: block;
}
#webc_con .webc_search > dd .webc_input_box .webc_input_inner {
  padding: 10px 25px 10px 0;
}
html[lang=en] #webc_con .webc_search > dd .webc_input_box .webc_input_inner, html[lang=ms] #webc_con .webc_search > dd .webc_input_box .webc_input_inner {
  padding-right: 15px;
}
html[lang=fr] #webc_con .webc_search > dd .webc_input_box .webc_input_inner, html[lang=de] #webc_con .webc_search > dd .webc_input_box .webc_input_inner {
  padding-right: 8px;
}
#webc_con .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date {
  font-size: 0;
}
#webc_con .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date * {
  font-size: 1rem;
}
#webc_con .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date > div {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
html[lang=en] #webc_con .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date > label, html[lang=th] #webc_con .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date > label, html[lang=ms] #webc_con .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date > label, html[lang=fr] #webc_con .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date > label, html[lang=de] #webc_con .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date > label {
  display: block;
  margin: 10px 0 0;
}
#webc_con .webc_search > dd .webc_input_box.webc_search_add .webc_input_inner {
  padding-right: 0 !important;
}
#webc_con .webc_search > dd .webc_input_box.webc_search_add label {
  margin: calc(1.5em + 3px) 0 0;
  font-weight: bold;
  text-align: center;
}
#webc_con .webc_search > dd .webc_input_box.webc_search_add.active .webc_input_inner:before, #webc_con .webc_search > dd .webc_input_box.webc_search_add.active .webc_input_inner:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  border-style: solid;
  border-width: 0 15px 20px;
  transform: translateX(-50%);
}
#webc_con .webc_search > dd .webc_input_box.webc_search_add.active .webc_input_inner:before {
  bottom: -10px;
  z-index: 10;
}
#webc_con .webc_search > dd .webc_input_box.webc_search_add.active .webc_input_inner:after {
  bottom: -6px;
  z-index: 0;
}
#webc_con .webc_search > dd .webc_input_box.webc_person_box {
  flex-wrap: wrap;
  flex-basis: 360px;
}
html[lang=en] #webc_con .webc_search > dd .webc_input_box.webc_person_box {
  flex-basis: 350px;
}
html[lang=th] #webc_con .webc_search > dd .webc_input_box.webc_person_box, html[lang=ms] #webc_con .webc_search > dd .webc_input_box.webc_person_box {
  flex-basis: 320px;
}
#webc_con .webc_search > dd .webc_input_box.webc_person_box .webc_input_inner {
  max-width: 33.3333333333%;
}
#webc_con .webc_search > dd .webc_input_box.webc_person_box > label {
  padding: 10px 0 0;
  margin: calc(1.6em + 3px) 0 0;
}
html[lang=en] #webc_con .webc_search > dd .webc_input_box.webc_person_box > label, html[lang=th] #webc_con .webc_search > dd .webc_input_box.webc_person_box > label, html[lang=ms] #webc_con .webc_search > dd .webc_input_box.webc_person_box > label, html[lang=fr] #webc_con .webc_search > dd .webc_input_box.webc_person_box > label, html[lang=de] #webc_con .webc_search > dd .webc_input_box.webc_person_box > label {
  width: 100%;
  padding: 0;
  margin: 0 0 5px;
}
#webc_con .webc_search > dd .webc_input_box.webc_person_box .webc_note {
  width: 100%;
  margin: 0 0 5px;
}
#webc_con .webc_search > dd .webc_input_box .webc_person {
  max-width: none;
  position: absolute;
  top: calc(100% - (1.5em + 15px));
  right: -235px;
  z-index: 1002;
  border: 1px solid;
}
html[lang=en] #webc_con .webc_search > dd .webc_input_box .webc_person, html[lang=th] #webc_con .webc_search > dd .webc_input_box .webc_person, html[lang=ms] #webc_con .webc_search > dd .webc_input_box .webc_person, html[lang=fr] #webc_con .webc_search > dd .webc_input_box .webc_person, html[lang=de] #webc_con .webc_search > dd .webc_input_box .webc_person {
  top: calc(100% - (3em + 20px));
}
#webc_con .webc_search > dd .webc_input_box .webc_person input[type=text],
#webc_con .webc_search > dd .webc_input_box .webc_person .webc_select_wrap,
#webc_con .webc_search > dd .webc_input_box .webc_person select {
  border-width: 1px;
}
#webc_con .webc_search > dd .webc_input_box .webc_person table {
  margin-top: 0;
}
#webc_con .webc_search > dd .webc_input_box .webc_person .webc_table_pc {
  width: 430px;
}
#webc_con .webc_search > dd .webc_input_box .webc_person .webc_table_pc thead th,
#webc_con .webc_search > dd .webc_input_box .webc_person .webc_table_pc thead td,
#webc_con .webc_search > dd .webc_input_box .webc_person .webc_table_pc tbody th,
#webc_con .webc_search > dd .webc_input_box .webc_person .webc_table_pc tbody td {
  width: 110px;
}
#webc_con .webc_search > dd .webc_input_box .webc_person .webc_table_pc thead th.webc_col1,
#webc_con .webc_search > dd .webc_input_box .webc_person .webc_table_pc thead td.webc_col1,
#webc_con .webc_search > dd .webc_input_box .webc_person .webc_table_pc tbody th.webc_col1,
#webc_con .webc_search > dd .webc_input_box .webc_person .webc_table_pc tbody td.webc_col1 {
  width: 160px;
}
#webc_con .webc_search > dd .webc_input_box .webc_person .webc_table_pc thead th.webc_col2,
#webc_con .webc_search > dd .webc_input_box .webc_person .webc_table_pc thead td.webc_col2,
#webc_con .webc_search > dd .webc_input_box .webc_person .webc_table_pc tbody th.webc_col2,
#webc_con .webc_search > dd .webc_input_box .webc_person .webc_table_pc tbody td.webc_col2 {
  width: 80px;
  text-align: center;
}
#webc_con .webc_search > dd .webc_input_box .webc_person .webc_table_pc thead {
  border-bottom: none;
}
#webc_con .webc_search > dd .webc_input_box .webc_person .webc_table_pc thead th {
  padding: 3px 5px;
}
#webc_con .webc_search > dd .webc_input_box .webc_person .webc_table_pc tbody {
  border-bottom-width: 1px;
}
#webc_con .webc_search > dd .webc_input_box .webc_person .webc_table_pc tbody td {
  padding: 5px;
  border-right: none;
  border-left: none;
  border-bottom-style: solid;
}
#webc_con .webc_search > dd .webc_input_box .webc_person p {
  padding: 5px;
  border: 1px solid;
  border-top: none;
  text-align: center;
}
#webc_con .webc_search > dd .webc_search_detail {
  clear: both;
  float: none;
  flex-basis: 100%;
  margin: 0 0 10px;
  position: relative;
  border: 2px solid;
}
#webc_con .webc_search > dd .webc_search_detail input,
#webc_con .webc_search > dd .webc_search_detail .webc_select_wrap,
#webc_con .webc_search > dd .webc_search_detail select {
  border-radius: 4px;
}
#webc_con .webc_search > dd .webc_search_detail input[type=radio] {
  border-radius: 50%;
}
#webc_con .webc_search > dd .webc_search_detail input[type=text],
#webc_con .webc_search > dd .webc_search_detail .webc_select_wrap {
  border-width: 2px;
}
#webc_con .webc_search > dd .webc_search_detail .webc_description {
  margin: 0;
  padding: 20px 20px 10px;
}
#webc_con .webc_search > dd .webc_search_detail .webc_description dt {
  font-size: 1rem;
}
#webc_con .webc_search > dd .webc_search_detail .webc_description dd {
  padding: 0 15px;
  border-bottom: 1px solid;
}
#webc_con .webc_search > dd .webc_search_detail .webc_description dd + dt {
  margin-top: 10px;
}
#webc_con .webc_search > dd .webc_search_detail .webc_description dd:last-child {
  border-bottom: none;
}
#webc_con .webc_search > dd .webc_search_detail .webc_description + .webc_description {
  padding-top: 30px;
  border-top: 2px solid;
}
#webc_con .webc_search > dd .webc_search_detail ul li {
  width: 33.3333333333%;
  float: left;
  margin: 0 0 10px 0;
  padding: 0 10px 0 0;
  font-size: 0;
}
#webc_con .webc_search > dd .webc_search_detail ul li:nth-child(3n) {
  margin-right: 0;
}
#webc_con .webc_search > dd .webc_search_detail ul li:nth-child(3n+1) {
  clear: both;
}
#webc_con .webc_search > dd .webc_search_detail ul li input[type=checkbox],
#webc_con .webc_search > dd .webc_search_detail ul li label {
  vertical-align: top;
}
#webc_con .webc_search > dd .webc_search_detail ul li label {
  width: calc(100% - 20px);
  font-size: 1rem;
  line-height: 1.6rem;
}
#webc_con .webc_search > dd .webc_search_detail ul li.webc_search_meal label {
  width: auto;
  margin: 0 5px 0 0;
  line-height: calc(1.5em + 10px);
  vertical-align: middle;
}
#webc_con .webc_search > dd .webc_com_box {
  clear: both;
  float: none;
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#webc_con .webc_search > dd .webc_com_box input[type=text],
#webc_con .webc_search > dd .webc_com_box .webc_select_wrap,
#webc_con .webc_search > dd .webc_com_box select {
  border-width: 2px;
  border-radius: 4px;
}
#webc_con .webc_search > dd .webc_com_box .webc_select_wrap select {
  min-width: 120px;
}
#webc_con .webc_search > dd .webc_com_box > div {
  float: left;
  flex: 1 0 auto;
  max-width: 100%;
  font-size: 0;
}
#webc_con .webc_search > dd .webc_com_box > div > * {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
}
#webc_con .webc_search > dd .webc_com_box > div > p,
#webc_con .webc_search > dd .webc_com_box > div > div {
  margin: 0 5px 0 0;
}
#webc_con .webc_search > dd .webc_com_box > div > p:first-of-type {
  font-weight: bold;
}
#webc_con .webc_search > dd .webc_com_box .webc_btn {
  width: 220px;
  float: right;
  flex: 0 0 220px;
  max-width: 220px;
  padding: 10px 15px;
  margin: 3px 0;
  font-size: 1.2rem;
}
#webc_con .webc_search > dd .webc_com_box .webc_btn_default {
  margin-left: 15px;
  font-weight: bold;
}
#webc_con .webc_search > dd .webc_com_box .webc_btn_default > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_search > dd .webc_com_box .webc_btn_default > span:before {
  content: "\f101";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_search > dd .webc_com_box .webc_btn_achro {
  border-radius: 999px;
  box-shadow: none;
}
#webc_con .webc_search:first-of-type:last-of-type {
  margin-bottom: 30px;
}
#webc_con .webc_search_conditions {
  clear: both;
  margin: 0 auto 30px;
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
}
#webc_con .webc_search_conditions > * {
  display: table-cell;
  box-sizing: border-box;
  padding: 15px 35px;
  vertical-align: middle;
}
#webc_con .webc_search_conditions {
  border: 1px solid;
  border-top: none;
}
#webc_con .webc_search_conditions dt {
  width: 210px;
  border-right: 1px solid;
  text-align: center;
}
#webc_con .webc_search_conditions dd {
  font-size: 0;
}
#webc_con .webc_search_conditions dd p {
  display: inline-block;
  padding: 5px 25px 5px 0;
  font-size: 1rem;
}
#webc_con .webc_search_conditions dd p:last-child {
  padding-right: 0;
}
#webc_con .webc_info {
  margin: 0 auto;
}
#webc_con .webc_page_nav {
  clear: both;
  margin: 30px 0 20px;
}
#webc_con .webc_page_nav .webc_sub_head {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
#webc_con .webc_page_nav .webc_sub_head + .webc_btn_noncolor {
  display: block;
  width: 300px;
  max-width: 100%;
  padding: 12px 20px;
  margin: 20px 0 0;
  border-width: 2px;
  font-size: 1.2rem;
  font-weight: bold;
  vertical-align: middle;
}
#webc_con .webc_page_nav .webc_sub_head + .webc_btn_noncolor > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_page_nav .webc_sub_head + .webc_btn_noncolor > span:before {
  content: "\f101";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_page_nav ul {
  display: flex;
  clear: both;
  width: 100%;
  margin: 20px auto 0;
  position: relative;
  font-size: 0;
}
#webc_con .webc_page_nav ul:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  z-index: 5;
  border-bottom: 1px solid;
}
#webc_con .webc_page_nav ul li {
  display: inline-block;
  width: 135px;
  display: flex;
  flex: 0 1 25%;
  max-width: 25%;
  margin: 20px 0 0 0;
  position: relative;
  z-index: 0;
  border: 1px solid;
  border-right: none;
  box-sizing: border-box;
  font-size: 1rem;
}
#webc_con .webc_page_nav ul li:last-child {
  border-right: 1px solid;
}
#webc_con .webc_page_nav ul li a {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 13px 20px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
#webc_con .webc_page_nav ul li a:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 5px;
  left: 50%;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  transform: scale(0.5) translateX(-50%);
}
#webc_con .webc_page_nav ul li a:hover {
  text-decoration: none;
}
#webc_con .webc_page_nav ul li.active {
  z-index: 10;
  margin-top: 0;
  border-bottom: 4px solid;
  border-right: 1px solid;
  border-left: 1px solid;
}
#webc_con .webc_page_nav ul li.active a {
  padding-bottom: 15px;
}
#webc_con .webc_page_nav ul li.active a:before {
  bottom: -14px;
  transform: scale(1) translateX(-50%);
}
#webc_con .webc_page_nav ul li.active + li {
  border-left: none;
}
#webc_con .webc_plan_list {
  clear: both;
}
#webc_con .webc_plan_list > .webc_note {
  margin: 0 0 20px;
  font-size: 1.2rem;
}
#webc_con .webc_plan_list > .webc_note .webc_btn {
  padding: 5px 20px;
  margin: 15px 0 0;
}
#webc_con .webc_plan_list .webc_price > span,
#webc_con .webc_plan_list .webc_price strong,
#webc_con .webc_plan_list .webc_price .webc_add_row {
  display: block;
}
#webc_con .webc_plan_list .webc_price strong {
  text-align: right;
}
#webc_con .webc_plan_list .webc_box {
  margin: 0 0 70px;
}
#webc_con .webc_plan_list .webc_box .webc_box_head {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#webc_con .webc_plan_list .webc_box .webc_box_head > span:not([class]) {
  width: 750px;
  width: calc(100% - 250px);
  float: left;
  flex: 1 1 auto;
  max-width: 100%;
  padding: 0 10px 0 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_head .webc_price {
  width: auto;
  max-width: 250px;
  float: right;
  flex: 0 0 auto;
  padding-right: 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_head .webc_price > span {
  text-align: right;
}
#webc_con .webc_plan_list .webc_box .webc_box_body {
  padding-top: 15px;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_tag_list {
  margin: 0 0 10px;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_tag_list:not(:has(li)) {
  margin-bottom: 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo {
  min-height: calc(396px + 2.2em);
}
#webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo figure {
  width: 535px;
  max-width: 55%;
  float: left;
  margin: 0 0 30px;
}
#webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo figure a {
  display: block;
}
#webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo figure figcaption {
  margin-top: 5px;
}
#webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list.webc_slide {
  width: 535px;
  max-width: 55%;
  float: left;
  margin: 0 0 30px;
}
#webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list.webc_slide figure {
  width: 100%;
  max-width: none;
  margin: 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box {
  display: flex;
  flex-direction: column;
  width: 415px;
  max-width: 42.5%;
  float: right;
}
#webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_photo_thumb:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_photo_thumb li {
  width: 92px;
  max-height: calc(92px * 2 / 3);
  float: left;
  margin: 15px 15px 0 0;
  overflow: hidden;
}
#webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_photo_thumb li img {
  width: 100%;
}
#webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_photo_thumb {
  order: 2;
  margin: 0 0 30px;
}
#webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_photo_thumb li:nth-child(4n) {
  margin-right: 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_photo_thumb li:nth-child(4n+1) {
  clear: both;
}
#webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_photo_thumb li:nth-child(-n+4) {
  margin-top: 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_detail {
  margin: 0 0 20px;
}
#webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_detail dl:last-child {
  margin-bottom: 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_detail dl dt {
  width: 110px;
}
html[lang=en] #webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_detail dl dt, html[lang=fr] #webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_detail dl dt, html[lang=de] #webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_detail dl dt {
  width: 130px;
}
#webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_detail dl dd {
  width: 203px;
  width: calc(100% - 120px);
}
html[lang=en] #webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_detail dl dd, html[lang=fr] #webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_detail dl dd, html[lang=de] #webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_detail dl dd {
  width: 183px;
  width: calc(100% - 140px);
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_comment {
  margin: 0 0 30px;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_btn_area {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 10px;
  margin: 0 0 30px;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_btn_area li {
  width: 298px;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_btn_area li .webc_btn {
  display: block;
  padding: 15px 20px;
  font-size: 1.1rem;
  font-weight: bold;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_btn_area li .webc_btn_default > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_btn_area li .webc_btn_default > span:before {
  content: "\f101";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_btn_area li .webc_btn_noncolor > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_btn_area li .webc_btn_noncolor > span:before {
  content: "\f103";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_btn_area li .webc_btn_noncolor.active > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_btn_area li .webc_btn_noncolor.active > span:before {
  content: "\f102";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  text-align: center;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt,
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd {
  padding: 8px 20px;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  display: inline-block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed;
  font-size: 1.2rem;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:first-child {
  float: left;
  flex: 1 1 auto;
  max-width: 100%;
  position: relative;
  padding: 0 0 0 30px;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:first-child:before {
  content: "\f138";
  position: absolute;
  left: 0;
  top: 50%;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  font-size: 1.4rem;
  transform: translateY(-50%);
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:last-child:not(:first-child) {
  float: right;
  flex: 0 0 auto;
  max-width: 100%;
  font-size: 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:last-child:not(:first-child) i {
  margin: 0 5px 0 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:last-child:not(:first-child) i:before {
  width: 28px;
  height: 28px;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:last-child:not(:first-child) i:last-of-type {
  margin-right: 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_tag_list {
  margin: 0 0 5px;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_tag_list:not(:has(li)) {
  margin-bottom: 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo {
  display: inline-block;
  width: 400px;
  margin: 0 15px 0 0;
  vertical-align: middle;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo figure {
  padding: 0;
  border: none;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo li {
  float: left;
  width: 32.5%;
  margin: 0 1.25% 0 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo li:nth-child(3n) {
  margin-right: 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo li:nth-child(3n+1) {
  clear: both;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 460px;
  vertical-align: middle;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price_caption {
  width: 100%;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price {
  width: calc(100% - 190px);
  float: left;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price strong {
  text-align: left;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price .webc_add_row {
  display: inline-block;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_default,
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_blk {
  width: 185px;
  float: right;
  padding: 15px;
  font-size: 1rem;
  font-weight: bold;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_default > span,
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_blk > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_default > span:before,
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_blk > span:before {
  content: "\f101";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_detail {
  clear: both;
  padding: 5px 0 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_detail p {
  float: left;
  margin: 3px 30px 3px 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_detail p:last-child {
  margin-right: 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal {
  margin: 5px 0 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head {
  justify-content: center;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head .webc_cal_cap {
  flex-grow: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_tel {
  padding: 5px 0 0;
}
#webc_con .webc_plan_list .webc_box .webc_box_body:has(.webc_btn_area) .webc_inner_box {
  clear: both;
  display: none;
}
#webc_con .webc_plan_list .webc_box .webc_box_body:has(.webc_btn_area) .webc_inner_box.active {
  display: block;
}
#webc_con .webc_plan_list .webc_group_list {
  margin: 30px 0 20px;
}
#webc_con .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body {
  border-left: 1px solid;
  border-right: 1px solid;
}
#webc_con .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dt {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
#webc_con .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dt > i {
  flex-shrink: 0;
  font-size: 1.4rem;
}
#webc_con .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dd .webc_detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
}
#webc_con .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dd .webc_detail dl dt {
  width: 110px !important;
  text-align: center;
}
#webc_con .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dd .webc_detail dl dd {
  width: auto;
}
#webc_con .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dt a {
  padding: 0;
}
#webc_con .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dt a::before {
  content: none;
}
#webc_con .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd {
  align-items: flex-start;
}
#webc_con .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd .webc_photo {
  width: 150px;
  flex: 0 0 150px;
  max-width: 150px;
}
#webc_con .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd .webc_com_box {
  max-width: calc(100% - 150px);
}
#webc_con .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd .webc_comment {
  width: 100%;
}
#webc_con .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd .webc_btn_noncolor {
  width: 140px;
  margin: 10px 0 0;
}
#webc_con .webc_plan_list .webc_group_list > .webc_note {
  font-size: 1.2rem;
}
#webc_con .webc_plan_list .webc_group_list > .webc_note .webc_btn {
  margin: 15px 0 0;
  padding: 5px 20px;
}
#webc_con .webc_plan_list .webc_pagination {
  text-align: center;
}
#webc_con .webc_plan_single .webc_choose {
  padding: 20px 40px;
  margin: 0 0 30px;
  border: 1px solid;
}
#webc_con .webc_plan_single .webc_choose > dt {
  padding: 0 0 0 10px;
  margin: 0 0 15px;
  border-left: 5px solid;
  font-size: 1.4rem;
  font-weight: bold;
}
#webc_con .webc_plan_single .webc_choose > dd figure {
  width: 310px;
  float: left;
}
#webc_con .webc_plan_single .webc_choose > dd > div {
  width: calc(100% - 330px);
  float: right;
}
#webc_con .webc_plan_single .webc_choose > dd > div .webc_detail {
  margin: 0 0 20px;
}
#webc_con .webc_plan_single .webc_choose > dd > div .webc_detail dl dt,
#webc_con .webc_plan_single .webc_choose > dd > div .webc_detail dl dd {
  font-size: 1.1rem;
}
#webc_con .webc_plan_single .webc_choose > dd > div .webc_detail dl dt {
  width: 130px;
}
#webc_con .webc_plan_single .webc_choose > dd > div .webc_detail dl dd {
  width: calc(100% - 140px);
}
#webc_con .webc_plan_single .webc_choose > dd > div .webc_comment {
  max-height: 9em;
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
}
#webc_con .webc_plan_single .webc_choose > dd > div .webc_comment:after {
  content: "" !important;
  width: 100%;
  height: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: visible !important;
}
#webc_con .webc_plan_single .webc_choose > dd > div .webc_comment + p {
  text-align: center;
}
#webc_con .webc_plan_single .webc_choose > dd > div .webc_comment + p .webc_btn_noncolor {
  width: 350px;
  max-width: 100%;
  padding: 15px 30px;
  font-size: 1.2rem;
  font-weight: bold;
}
#webc_con .webc_plan_single .webc_choose > dd > div .webc_comment + p .webc_btn_noncolor > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_plan_single .webc_choose > dd > div .webc_comment + p .webc_btn_noncolor > span:before {
  content: "\f103";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_plan_single .webc_choose > dd > div .webc_comment + p .webc_btn_noncolor.active > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_plan_single .webc_choose > dd > div .webc_comment + p .webc_btn_noncolor.active > span:before {
  content: "\f102";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_plan_single .webc_box .webc_box_body {
  padding-top: 15px;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box {
  margin: 0 0 50px;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_tag_list {
  margin: 0 0 10px;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_tag_list:not(:has(li)) {
  margin-bottom: 0 !important;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo,
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_comment {
  margin: 0 0 25px;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo figure {
  padding: 15px;
  text-align: center;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo figure figcaption {
  min-height: 1.6em;
  text-align: left;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_photo_list.webc_slide .slick-arrow {
  margin: 50% 0 0;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_photo_list.webc_slide .slick-counter {
  margin: calc(50% + 3px) 0 0;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo_thumb:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo_thumb li {
  width: 88px;
  max-height: calc(88px * 2 / 3);
  float: left;
  margin: 15px 10px 0 0;
  overflow: hidden;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo_thumb li img {
  width: 100%;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo_thumb li:nth-child(10n) {
  margin-right: 0;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo_thumb li:nth-child(10n+1) {
  clear: both;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_discount {
  clear: both;
  margin: 0 0 25px;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_note {
  clear: both;
  margin: 0 0 10px;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_note > * {
  display: inline-block;
  margin: 3px 5px 0 0;
  vertical-align: middle;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_note .fb-like, #webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_note .fb-like span,
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_note .fb-like iframe {
  max-width: 100%;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail {
  padding: 20px 25px;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail dl {
  width: 49%;
  float: left;
  margin-right: 2%;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail dl:nth-child(2n) {
  margin-right: 0;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail dl:nth-child(2n+1) {
  clear: both;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail dl:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail dl dt {
  width: 165px;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail dl dd {
  width: 230px;
  width: calc(100% - 175px);
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail:not(:has(dl)) {
  display: none;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_inner_body {
  padding: 25px 0;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_icon-non_smoking:before,
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_icon-smoking:before {
  width: 20px;
  height: 20px;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4, #webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4 {
  margin: 0 0 5px;
  position: relative;
  font-size: 1.1rem;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4:before, #webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4:before {
  content: "\f03a";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4 {
  padding: 3px 30px;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4:before {
  position: absolute;
  left: 5px;
  top: 0;
  font-size: 20px;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4 {
  margin: 0 0 10px;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4:before {
  margin: 0 5px 0 0;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box.webc_cal .webc_cal_head .webc_cal_cap {
  font-size: 1.2rem;
  font-weight: bold;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  clear: both;
  padding: 15px 0;
  margin: 0 10px;
  border: 1px solid;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt {
  padding: 0 0 0 10px;
  margin: 0 10px;
  border-left: 5px solid;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo,
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 0 0;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > figure,
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > figure {
  float: left;
  flex: 0 0 240px;
  width: 240px;
  max-width: 240px;
  margin: 0 10px;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div,
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div {
  width: 500px;
  width: calc(100% - 255px);
  float: right;
  flex: 1 1 500px;
  max-width: 100%;
  padding: 0 10px;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt,
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dt {
  min-height: 20px;
  padding: 0 0 0 25px;
  margin: 0 0 10px;
  position: relative;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt i,
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dt i {
  position: absolute;
  left: 0;
  top: 0;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_tag_list:has(li),
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_tag_list:has(li) {
  margin: 0 0 10px;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail,
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail {
  margin: 0 0 10px;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dl,
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dl {
  width: 32%;
  float: left;
  margin-right: 2%;
  font-size: 0.9rem;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dl:nth-child(3n),
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dl:nth-child(3n) {
  margin-right: 0;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dl:nth-child(3n+1),
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dl:nth-child(3n+1) {
  clear: both;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dl dt,
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dl dt {
  width: 75px;
  padding: 2px 3px;
  margin-right: 5px;
  font-weight: normal;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dl dd,
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dl dd {
  width: calc(100% - 85px);
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_comment,
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_comment {
  text-align: left;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_comment.webc_more,
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_comment.webc_more {
  max-height: 3em;
  margin: 0 0 10px;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_comment.webc_more:not([style^=max-height]):after,
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_comment.webc_more:not([style^=max-height]):after {
  height: 100%;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_comment + p,
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_comment + p {
  clear: both;
  text-align: center;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_inner_box + .webc_note {
  margin: 0 0 50px;
}
#webc_con .webc_contact .webc_box .webc_box_body .webc_inner_box {
  margin-bottom: 0;
}
#webc_con .webc_contact .webc_box .webc_box_body .webc_inner_box:not(:last-of-type) .webc_inner_body {
  border-bottom: none;
}
#webc_con .webc_contact .webc_box .webc_box_body .webc_inner_box .webc_inner_body > .webc_note {
  margin: 0 0 10px;
  font-weight: bold;
}
#webc_con .webc_contact .webc_box .webc_box_body .webc_inner_box .webc_inner_body:first-child:last-child {
  padding: 0;
  border: none;
}
#webc_con .webc_contact .webc_box .webc_box_body .webc_inner_box .webc_inner_body:first-child:last-child > .webc_note {
  padding-top: 0;
}
#webc_con .webc_contact .webc_box .webc_box_body .webc_login {
  margin-bottom: 30px;
}
#webc_con .webc_contact .webc_box .webc_box_body .webc_login > dt {
  font-size: 1.1rem;
  text-align: left;
}
#webc_con .webc_contact .webc_box .webc_box_body .webc_login > dd > dl dt {
  font-size: 1rem;
}
#webc_con .webc_contact .webc_box .webc_box_body .webc_description > dt label {
  font-weight: bold;
}
#webc_con .webc_contact .webc_box .webc_box_body .webc_description > dd > .webc_note {
  margin: 5px 0;
}
#webc_con .webc_avlbl {
  border-bottom: none;
}
#webc_con .webc_avlbl .webc_box_body {
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head, #webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list, #webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_description, #webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head, #webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_event_info, #webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list, #webc_con .webc_avlbl .webc_box_body .webc_description {
  margin-right: 40px;
  margin-left: 40px;
}
#webc_con .webc_avlbl .webc_box_body .webc_description dt {
  margin-bottom: 20px;
  font-size: 1.2rem;
}
#webc_con .webc_avlbl .webc_box_body .webc_description dd .webc_note {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner {
  margin: 30px 0 0;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list.webc_icon_ex {
  margin-bottom: 0;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:has(li):not(.webc_icon_ex) {
  border-top: 1px solid;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_event_info {
  margin-bottom: 20px;
  text-align: right;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head {
  text-align: center;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start input,
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end,
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input span {
  display: table-cell;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: bold;
  vertical-align: middle;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  width: 280px;
  border: 1px solid;
  border-radius: 4px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input > span {
  font-size: 1.3rem;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start div,
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start input {
  background: none;
  border: none;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start > div {
  width: 100%;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start input {
  width: 100%;
  text-align: center;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input span {
  padding: 0 10px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_note {
  margin: 20px 0 0;
  font-size: 0.9rem;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail {
  margin: 0 0 20px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail input[type=checkbox] {
  border-radius: 4px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add {
  display: inline-block;
  margin: 5px 0 0;
  padding: 0 0 25px;
  position: relative;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add.active:before, #webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add.active:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  border-style: solid;
  border-width: 0 15px 20px;
  transform: translateX(-50%);
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add.active:before {
  bottom: -10px;
  z-index: 10;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add.active:after {
  bottom: -6px;
  z-index: 0;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add label {
  font-weight: bold;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail {
  position: relative;
  border: 2px solid;
  text-align: left;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail .webc_description {
  padding: 20px;
  margin: 0;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail .webc_description dt {
  font-size: 1rem;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail .webc_description dd {
  padding: 0 15px;
  border-bottom: 1px solid;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail .webc_description dd + dt {
  margin-top: 10px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail .webc_description dd:last-child {
  border-bottom: none;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail .webc_description + .webc_description {
  padding-top: 30px;
  border-top: 2px solid;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail ul li {
  width: 33.3333333333%;
  float: left;
  margin: 0 0 10px 0;
  padding: 0 10px 0 0;
  font-size: 0;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail ul li:nth-child(3n) {
  margin-right: 0;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail ul li:nth-child(3n+1) {
  clear: both;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail ul li input[type=checkbox],
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail ul li label {
  vertical-align: top;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail ul li label {
  width: calc(100% - 20px);
  font-size: 1rem;
  line-height: 1.6rem;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail > p {
  padding: 0 20px 20px;
  text-align: right;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_pager {
  width: 90%;
  width: calc(100% - 20px);
  margin: 10px auto;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body {
  margin-top: 0;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-top: 1px solid;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li:last-child {
  border-bottom: 1px solid;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li.webc_note {
  padding: 10px;
  font-size: 1.2rem;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li.webc_note .webc_btn {
  padding: 5px 20px;
  margin: 15px 0 0;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  border-bottom: 1px solid;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dt {
  font-weight: bold;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dd .webc_com_box > div:first-of-type:not([class]) {
  font-size: 0;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dd .webc_com_box .webc_detail p {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dd .webc_com_box .webc_detail p:last-child {
  margin-right: 0;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dd .webc_btn_noncolor > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dd .webc_btn_noncolor > span:before {
  content: "\f101";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal {
  display: flex;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal > a,
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal > button {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  max-width: 100%;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal > button {
  align-items: center;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table {
  height: 100%;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table {
  height: 100%;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table thead {
  border-top: none;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table thead th {
  border-right: 1px solid;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table thead th > div {
  padding: 5px 3px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table thead th > div span {
  display: block;
  text-align: center;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table tbody {
  border-bottom: none;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table tbody td {
  height: 100%;
  border-right-style: solid;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table tbody td > div {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  text-align: center;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table tbody td > div > * {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table tbody td > div > i {
  padding: 5px 3px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table tbody td > div > i.customer_event_icon {
  padding: 0;
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 10px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table tbody td i.fa-triangle-exclamation:before {
  content: "▲";
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc > ul > li {
  display: flex;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_photo_list {
  width: 235px;
  flex: 0 0 235px;
  max-width: 235px;
  position: relative;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_photo_list .slick-counter {
  padding: 0 20px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_photo_list .slick-arrow {
  top: 0;
  bottom: auto;
  margin: 66.6666666667% 0 0;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_photo_list .slick-arrow.slick-prev {
  left: 10px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_photo_list .slick-arrow.slick-next {
  right: 10px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_summary {
  flex: 1 1 100%;
  max-width: 100%;
  border-left: 1px solid;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_item {
  padding: 10px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_item > dt {
  margin: 0 0 5px;
  font-size: 1.1rem;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_item > dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_item > dd .webc_tag_list {
  width: 100%;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_item > dd .webc_com_box {
  width: calc(100% - 140px);
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_item > dd .webc_com_box div {
  display: inline-block;
  vertical-align: middle;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_item > dd .webc_com_box div:first-of-type {
  margin: 5px 20px 5px 0;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_item > dd .webc_com_box i {
  margin: 0 5px 0 0;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_item > dd .webc_com_box i:before {
  width: 27px;
  height: 27px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_item > dd .webc_com_box i:last-of-type {
  margin-right: 0;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_item > dd .webc_btn_noncolor {
  width: 140px;
  padding: 5px 15px;
  align-self: flex-end;
  margin: 0 0 0 auto;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_cal button {
  padding: 10px 15px;
  font-size: 25px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_cal .webc_table tbody td > div i {
  padding: 18px 0;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_cal .webc_table tbody td > div a {
  padding: 18px 0;
  line-height: 1;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_cal .webc_table tbody td > div a i {
  padding: 0;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item {
  padding: 5px 10px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dt {
  margin: 0 0 5px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dt a {
  display: block;
  padding: 0 0 0 30px;
  position: relative;
  text-decoration: underline;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dt a:before {
  content: "\f138";
  position: absolute;
  left: 0;
  top: 50%;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  font-size: 1.4rem;
  transform: translateY(-50%);
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd > div {
  margin: 3px 0;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd .webc_tag_list {
  width: 100%;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd .webc_photo {
  width: 80px;
  flex: 0 0 80px;
  max-width: 80px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd .webc_com_box {
  max-width: calc(100% - 80px);
  flex: 1 0 auto;
  padding: 0 5px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd .webc_com_box div:first-child {
  margin: 0 0 5px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd .webc_com_box i {
  margin: 0 2px 2px 0;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd .webc_com_box i:before {
  width: 18px;
  height: 18px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd .webc_com_box .webc_detail {
  font-size: 0.9rem;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_cal button {
  padding: 10px;
  font-size: 15px;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_cal .webc_table tbody td > div a {
  padding: 13px 3px;
}
#webc_con .webc_room_plan .webc_box .webc_box_body {
  padding-top: 15px;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_tag_list {
  margin: 0 0 10px;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_room_detail {
  margin: 0 0 50px;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body > .webc_note {
  margin: 0 0 20px;
  font-size: 1.2rem;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body > .webc_note .webc_btn {
  padding: 5px 20px;
  margin: 15px 0 0;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt,
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd {
  padding: 8px 20px;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-bottom: 1px dashed;
  font-size: 1.2rem;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:before {
  content: "\f138";
  position: absolute;
  left: 0;
  top: 50%;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  font-size: 1.4rem;
  transform: translateY(-50%);
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo {
  width: 230px;
  float: left;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo figure {
  padding: 0;
  border: none;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 600px;
  float: right;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price_caption {
  clear: both;
  width: 100%;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price {
  width: calc(100% - 190px);
  float: left;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > span,
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price strong {
  display: block;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_default,
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_blk {
  width: 185px;
  float: right;
  padding: 15px;
  font-size: 1rem;
  font-weight: bold;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_default > span,
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_blk > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_default > span:before,
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_blk > span:before {
  content: "\f101";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_discount {
  clear: both;
  width: 100%;
  padding: 15px 0 0;
  margin-bottom: 0;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_discount ul {
  width: 100%;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_mb10,
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_coupon {
  clear: both;
  padding: 10px 0 5px;
  margin: 0;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_detail {
  clear: both;
  padding: 5px 0 0;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal {
  width: 600px;
  float: right;
  margin: 5px 0 0;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head .webc_cal_cap {
  font-size: 1.4rem;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_body thead th > span strong {
  font-size: 1rem;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_body tbody td > div > p {
  min-height: 2em;
  padding: 1px;
  font-size: 10px;
}
#webc_con .webc_daily .webc_icon_ex {
  margin: 0 0 20px;
}
#webc_con .webc_daily .webc_cal {
  width: 32%;
  float: left;
  margin: 0 2% 0 0;
}
#webc_con .webc_daily .webc_cal:last-child {
  margin-right: 0;
}
#webc_con .webc_daily .webc_cal .webc_cal_head .webc_cal_cap {
  font-size: 1.4rem;
  font-weight: bold;
}
#webc_con .webc_daily .webc_cal .webc_cal_body table {
  height: auto;
}
#webc_con .webc_daily .webc_cal .webc_cal_body tbody td > div {
  min-height: 50px;
  position: relative;
}
#webc_con .webc_daily .webc_cal .webc_cal_body tbody td > div > p {
  min-height: 1.6em;
}
#webc_con .webc_daily .webc_cal .webc_cal_body tbody td > div > p i.customer_event_icon {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 10px;
}
#webc_con .webc_daily .webc_cal .webc_cal_body tbody td > div > span {
  font-size: 0.9rem;
}
#webc_con .webc_daily .webc_cal_event_info {
  margin: 10px 0 0;
}
#webc_con .webc_plan_img_list {
  clear: both;
}
#webc_con .webc_plan_img_list .webc_img_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
#webc_con .webc_plan_img_list .webc_img_list > li {
  width: 100%;
}
#webc_con .webc_plan_img_list .webc_img_list .webc_zoom {
  margin: 0 0 10px;
}
#webc_con .webc_plan_img_list .webc_img_list .webc_zoom img {
  height: 100%;
}
#webc_con .webc_plan_img_list .webc_img_list p:not(:empty) + p {
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: 1px solid;
}
#webc_con .webc_plan_img_list + .webc_btn_load {
  margin: 50px 0 0;
}
#webc_con .webc_thanks .webc_box .webc_box_body > .webc_note {
  margin: 30px 0 40px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
#webc_con .webc_thanks .webc_box .webc_box_body > .webc_note .webc_note_sub {
  display: block;
  margin: 15px 0 0;
  font-size: 1.2rem;
}
#webc_con .webc_thanks .webc_box .webc_box_body > .webc_com_box {
  padding: 30px;
  margin: 0 0 45px;
  border: 1px solid;
  text-align: center;
}
#webc_con .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_detail > p {
  margin: 0 0 14px;
}
#webc_con .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_detail dl {
  display: inline-block;
}
#webc_con .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_detail dl dt,
#webc_con .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_detail dl dd {
  width: auto;
  font-weight: bold;
  vertical-align: middle;
}
#webc_con .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_detail dl dt {
  font-size: 1.3rem;
}
#webc_con .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_detail dl dd {
  font-size: 1.7rem;
}
#webc_con .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_note {
  margin: 20px 0 30px;
}
#webc_con .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd h4 {
  margin: 25px 0 10px;
  font-size: 1rem;
  font-weight: bold;
}
#webc_con .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd ul li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
#webc_con .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd ul li:before {
  content: "・";
}
:where(html:not([lang=ja])) #webc_con .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd ul li:before {
  content: "-";
}
#webc_con .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd ul li + li {
  margin: 5px 0 0;
}
#webc_con .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd ul li .webc_btn_achro {
  width: 240px;
  padding: 10px;
  font-weight: bold;
}
#webc_con .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd ul li .webc_btn_achro .fa-line {
  font-size: 22px;
  font-weight: 400;
  vertical-align: middle;
}
#webc_con .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd p {
  margin: 5px 0;
  text-indent: 0;
}
#webc_con .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd > .webc_com_box {
  margin: 20px 0 0;
}
#webc_con .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd > .webc_com_box > div {
  margin: 15px 0;
}
#webc_con .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd > .webc_com_box > div .webc_note {
  display: inline-block;
  vertical-align: middle;
}
#webc_con .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd > .webc_com_box .webc_btn_achro {
  padding: 3px 10px;
}
#webc_con .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd > .webc_com_box .webc_btn_achro > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd > .webc_com_box .webc_btn_achro > span:before {
  content: "\f101";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_thanks .webc_box .webc_box_body .webc_tel {
  margin: 0 0 20px;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 20px;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div {
  display: flex;
  justify-content: space-between;
  width: 49%;
  margin: 0 0 20px;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  flex-shrink: 0;
  align-self: flex-start;
  border: 1px solid;
  border-radius: 4px;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p img {
  width: 120px;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div dl {
  width: calc(100% - 140px);
  padding: 10px 0;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div dl dt {
  display: inline-block;
  padding: 5px 25px;
  margin: 0 0 10px;
  border-radius: 999px;
  font-size: 1.1rem;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_insurancearrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 680px;
  max-width: 100%;
  margin: 0 auto 30px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_insurancearrow::after {
  position: relative;
  z-index: 0;
  content: "";
  width: 110%;
  height: 40px;
  margin: -1px 0 0;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_insurancearrow p {
  width: 100%;
  padding: 15px 25px 5px;
  border: 1px solid;
  text-align: center;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_insurancearrow p strong {
  display: block;
  margin: 0 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_insurancearrow p br {
  display: none;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_insurancearrow .fa-angles-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  font-size: 1.2rem;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_inner_box .webc_inner_body .webc_description > dd + dt {
  margin-top: 35px;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_inner_box .webc_inner_body .webc_description > dd .webc_table_pc tbody th {
  width: 200px;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_inner_box .webc_inner_body .webc_description > dd .webc_table_pc tbody td ul:not(:first-child) {
  margin: 5px 0 0;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_inner_box .webc_inner_body .webc_description > dd .webc_table_pc tbody td ul li {
  text-indent: 0;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_inner_box .webc_inner_body .webc_description + p {
  margin: 0 0 30px;
}
#webc_con .webc_booked_show .webc_page_nav {
  margin-bottom: 50px;
}
#webc_con .webc_booked_show .webc_page_nav ul {
  margin-top: 0;
}
#webc_con .webc_booked_show .webc_page_nav + .webc_pager {
  margin-top: -30px;
  margin-bottom: 40px;
}
#webc_con .webc_booked_show .webc_pager_next {
  max-width: none;
}
#webc_con .webc_booked_show .webc_pager_next.webc_btn_noncolor {
  padding: 15px 20px;
}
#webc_con .webc_booked_show .webc_alert > div#resendInfoMessage[style="display: none;"] + #resendErrorMessage[style="display: none;"] {
  border-top-width: 1px;
}
#webc_con .webc_booked_show .webc_alert > div#resendInfoMessage[style="display: none;"] + #resendErrorMessage[style="display: none;"] + div {
  border-top-width: 1px;
}
#webc_con .webc_booked_show .webc_alert > div:not([id]) + #resendInfoMessage[style="display: none;"] + #resendErrorMessage[style="display: none;"] {
  border-top-width: 0;
}
#webc_con .webc_booked_show .webc_alert > div:not([id]) + #resendInfoMessage[style="display: none;"] + #resendErrorMessage[style="display: none;"] + div {
  border-top-width: 0;
}
#webc_con .webc_booked_show .webc_cal {
  margin: 0 auto 40px;
}
#webc_con .webc_booked_show .webc_cal .webc_tel dt {
  padding: 5px 10px;
  border: 1px solid;
  border-bottom: none;
  font-size: 1.1rem;
}
#webc_con .webc_booked_show .webc_cal .webc_tel .webc_table_pc {
  margin-top: 0;
}
#webc_con .webc_booked_show .webc_history .webc_table table:first-child {
  margin-top: 0;
}
#webc_con .webc_booked_show .webc_history .webc_table table tbody th,
#webc_con .webc_booked_show .webc_history .webc_table table tbody td {
  padding: 15px;
}
#webc_con .webc_booked_show .webc_history .webc_table table tbody th {
  width: 135px;
  font-weight: normal;
}
#webc_con .webc_booked_show .webc_acc .webc_person {
  margin: 0 0 50px;
}
#webc_con .webc_booked_show .webc_opt .webc_opt_body .webc_opt_detail {
  flex-grow: 1;
  width: auto;
  max-width: 100%;
}
#webc_con .webc_booked_show .webc_opt .webc_opt_body .webc_opt_detail .webc_detail {
  border-bottom: none;
}
#webc_con .webc_booked_show .webc_opt .webc_opt_body .webc_opt_cal_list table .webc_opt_cal_name {
  width: 311px;
}
#webc_con .webc_member .webc_page_nav {
  margin-bottom: 50px;
}
#webc_con .webc_member .webc_page_nav ul {
  margin-top: 0;
}
#webc_con .webc_member .webc_page_nav ul li a {
  padding: 15px 8px 20px;
  font-size: 1.1rem;
}
#webc_con .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  margin: 0 0 20px;
  padding: 10px 15px;
  border: 1px solid;
}
#webc_con .webc_member .webc_booked_list .webc_box_body .webc_booked_search li,
#webc_con .webc_member .webc_booked_list .webc_box_body .webc_booked_search .webc_form_item {
  display: inline-block;
  margin: 0 20px 5px 0;
  vertical-align: top;
}
#webc_con .webc_member .webc_booked_list .webc_box_body .webc_booked_search .help-inline {
  display: block;
}
#webc_con .webc_member .webc_booked_list .webc_box_body .webc_booked_search .help-inline:not(:empty) {
  margin: 3px 0 0;
}
#webc_con .webc_member .webc_booked_list .webc_box_body .dataTables_scroll {
  margin: 10px 0;
}
#webc_con .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th {
  border-bottom: double 3px;
  text-align: center;
}
#webc_con .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th.sorting {
  padding-right: 30px;
}
#webc_con .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  padding: 10px;
  border-top: none;
  vertical-align: middle;
}
#webc_con .webc_member .webc_webauth ul {
  margin: 0 0 20px;
}
#webc_con .webc_member .webc_webauth ul li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
#webc_con .webc_member .webc_webauth ul li::before {
  content: "・";
}
:where(html:not([lang=ja])) #webc_con .webc_member .webc_webauth ul li::before {
  content: "-";
}
#webc_con .webc_member .webc_webauth ul li + li {
  margin: 10px 0 0;
}
#webc_con .webc_member .webc_webauth p + p {
  margin: 10px 0 0;
}
#webc_con .webc_member .webc_webauth .webc_btn {
  width: 100%;
  padding: 15px;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: bold;
}
#webc_con .webc_member .webc_webauth .webc_btn > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_member .webc_webauth .webc_btn > span:before {
  content: "\f101";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_member .webc_webauth .webc_attention {
  font-size: 1rem;
  text-align: left;
}
#webc_con .webc_member .webc_fav .webc_list {
  margin: 0 0 20px;
}
#webc_con .webc_member .webc_fav .webc_list li + li {
  margin: 10px 0 0;
}
#webc_con .webc_member .webc_fav .webc_fav_list li {
  display: flex;
  border: 1px solid;
  border-radius: 10px;
}
#webc_con .webc_member .webc_fav .webc_fav_list li + li {
  margin: 20px 0 0;
}
#webc_con .webc_member .webc_fav .webc_fav_list .webc_fav_plan {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
#webc_con .webc_member .webc_fav .webc_fav_list .webc_fav_plan .webc_fav_name {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
}
#webc_con .webc_member .webc_fav .webc_fav_list .webc_fav_plan .webc_fav_name i {
  flex-shrink: 0;
  margin: 0 10px 0 0;
}
#webc_con .webc_member .webc_fav .webc_fav_list .webc_fav_plan .webc_price {
  align-self: flex-end;
  margin: 10px 0 0;
}
#webc_con .webc_member .webc_fav .webc_fav_list .webc_fav_btns {
  width: 230px;
  padding: 20px 25px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px dashed;
}
#webc_con .webc_member .webc_fav .webc_fav_list .webc_fav_btns .webc_btn_default {
  width: 100%;
  padding: 15px;
  margin: 0 0 20px;
  font-size: 1rem;
  font-weight: bold;
}
#webc_con .webc_member .webc_fav .webc_fav_list .webc_fav_btns .webc_btn_default > span {
  padding: 0 1em 0 0;
}
#webc_con .webc_member .webc_fav .webc_fav_list .webc_fav_btns .webc_btn_default > span:before {
  content: "\f101";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con .webc_member .webc_fav .webc_fav_list .webc_fav_btns .webc_fav_delete {
  font-weight: bold;
}
#webc_con .webc_member .webc_fav .webc_fav_list .webc_fav_btns .webc_fav_delete i {
  font-size: 1.2rem;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#webc_con .webc_member .webc_fav .webc_fav_group:not(:last-child) {
  margin: 0 0 40px;
}
#webc_con .webc_member .webc_fav .webc_fav_group .webc_group_area {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
#webc_con .webc_member .webc_fav .webc_fav_group .webc_group_area span {
  border: 1px solid;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  font-size: 1rem;
  font-weight: normal;
}
#webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body > .webc_photo {
  min-height: 0;
}
#webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list {
  display: flex;
  margin: 0 0 15px;
}
#webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list figure {
  width: 33%;
  width: 33.3333333333%;
  float: left;
  margin-bottom: 0;
  flex: 0 1 auto;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
#webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list figure + figure {
  border-left: none;
}
#webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box {
  display: block;
  width: auto;
  max-width: none;
  float: none;
}
#webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box > div:has(.webc_discount, .webc_price_col) {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 30px;
  justify-content: space-between;
}
#webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box > div:has(.webc_discount, .webc_price_col) .webc_price_col {
  flex-shrink: 0;
}
#webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box > div:has(.webc_discount, .webc_price_col) .webc_discount ul {
  justify-content: flex-start;
}
#webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_photo_thumb {
  display: none;
}
#webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_detail dl {
  width: 49%;
  float: left;
}
#webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_detail dl:nth-child(2n) {
  float: right;
}
#webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_detail dl:nth-child(2n+1) {
  clear: both;
}
#webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single {
  margin-bottom: 0;
  border-radius: 0;
}
#webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single + .webc_inner_single {
  border-top: none;
}
#webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  padding-bottom: 0;
  border-bottom: none;
}
#webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo {
  width: 258px;
  float: left;
  margin-right: 20px;
}
#webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  clear: none;
  width: 595px;
  width: calc(100% - 285px);
  float: right;
}
html[lang=ja] #webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > span, html[lang^=zh-] #webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > span, html[lang^=ko] #webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > span,
html[lang=ja] #webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > strong,
html[lang^=zh-] #webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > strong,
html[lang^=ko] #webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > strong {
  display: inline-block;
}
html[lang=ja] #webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > span:last-child, html[lang^=zh-] #webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > span:last-child, html[lang^=ko] #webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > span:last-child,
html[lang=ja] #webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > span .webc_add_row,
html[lang^=zh-] #webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > span .webc_add_row,
html[lang^=ko] #webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > span .webc_add_row {
  display: block;
}
#webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_detail {
  padding-top: 5px;
}
#webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal {
  clear: both;
}
#webc_con.webc_dsn_typeB .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo {
  display: flex;
  flex-wrap: wrap;
}
#webc_con.webc_dsn_typeB .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo figure {
  width: 33%;
  width: 33.3333333333%;
  float: left;
  flex: 0 1 auto;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 5px;
}
#webc_con.webc_dsn_typeB .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo figure figcaption {
  min-height: 0;
}
#webc_con.webc_dsn_typeB .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo figure + figure:not(:nth-child(3n+1)) {
  border-left: none;
}
#webc_con.webc_dsn_typeB .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo figure:nth-child(n+4) {
  border-top: none;
}
#webc_con.webc_dsn_typeC .webc_plan_list .webc_box {
  margin-bottom: 35px;
}
#webc_con.webc_dsn_typeC .webc_plan_list .webc_box .webc_box_body > .webc_photo {
  min-height: 0;
}
#webc_con.webc_dsn_typeC .webc_plan_list .webc_box .webc_box_body > .webc_photo:after {
  content: none;
}
#webc_con.webc_dsn_typeC .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list {
  width: 345px;
  float: left;
  margin-bottom: 0;
  position: relative;
}
#webc_con.webc_dsn_typeC .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box {
  display: block;
  width: 600px;
  max-width: none;
}
#webc_con.webc_dsn_typeC .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_detail {
  margin-bottom: 20px;
}
#webc_con.webc_dsn_typeC .webc_plan_list .webc_box .webc_box_body .webc_comment,
#webc_con.webc_dsn_typeC .webc_plan_list .webc_box .webc_box_body .webc_btn_area {
  width: 600px;
  float: right;
}
#webc_con.webc_dsn_typeC .webc_plan_list .webc_box .webc_box_body .webc_comment {
  clear: none;
}
#webc_con.webc_dsn_typeC .webc_plan_list .webc_box .webc_box_body .webc_btn_area {
  justify-content: space-between;
}
#webc_con.webc_dsn_typeC .webc_plan_list .webc_box .webc_box_body .webc_inner_box {
  clear: both;
  display: none;
}
#webc_con.webc_dsn_typeC .webc_plan_list .webc_box .webc_box_body .webc_inner_box.active {
  display: block;
}
#webc_con.webc_dsn_typeC .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo figure figcaption {
  min-height: 0;
}
#webc_con.webc_dsn_typeC .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail {
  margin: 0 0 25px;
}
#webc_con.webc_dsn_typeC .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_comment {
  width: 400px;
  float: right;
  margin: 0 0 10px;
}
#webc_con.webc_dsn_typeC .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 530px;
  float: left;
}
#webc_con.webc_dsn_typeC .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo_list li {
  float: left;
  flex: 0 0 50%;
  display: flex;
  max-width: 50%;
}
#webc_con.webc_dsn_typeC .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo_list li:nth-child(2n) {
  float: right;
}
#webc_con.webc_dsn_typeC .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo_list li:nth-child(2n) figure {
  border-left: none;
}
#webc_con.webc_dsn_typeC .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo_list li:nth-child(2n+1) {
  clear: both;
}
#webc_con.webc_dsn_typeC .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo_list li:nth-child(n+3) figure {
  border-top: none;
}
#webc_con.webc_dsn_typeC .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo_list li figure {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  padding: 5px;
}
#webc_con.webc_dsn_typeC .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_mb10,
#webc_con.webc_dsn_typeC .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_coupon,
#webc_con.webc_dsn_typeC .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail {
  clear: both;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search,
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search_conditions {
  width: 100%;
  margin-bottom: 0 !important;
}
html[lang=ms] #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search > dd .webc_input_box .webc_input_inner {
  padding-right: 15px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date > div {
  margin-right: 0;
}
html[lang=ms] #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search > dd .webc_input_box.webc_search_add {
  max-width: 200px;
}
html[lang=fr] #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search > dd .webc_input_box.webc_search_add {
  max-width: 120px;
}
html[lang=de] #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search > dd .webc_input_box.webc_search_add {
  max-width: 165px;
}
html[lang=ms] #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search > dd .webc_input_box.webc_search_add label, html[lang=fr] #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search > dd .webc_input_box.webc_search_add label, html[lang=de] #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search > dd .webc_input_box.webc_search_add label {
  padding: 0 0 0 22px;
  text-align: left;
  text-indent: -22px;
}
html[lang=th] #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search > dd .webc_input_box.webc_person_box {
  flex-basis: 280px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room {
  margin: 30px 0;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment {
  margin: 0 0 10px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment.webc_more {
  max-height: 4em;
  margin-bottom: 5px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment.webc_more:not([style^=max-height]):after {
  height: 100%;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn {
  display: inline;
  padding: 0;
  border: none;
  text-align: left;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn:hover {
  text-decoration: underline !important;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn span {
  display: inline;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn span:before {
  content: none;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_detail dl, #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl {
  margin: 0 0 10px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_detail dl:last-child, #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl:last-child {
  margin-bottom: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dt {
  margin: 0 0 5px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd ul:not([class]) li {
  padding: 0 0 0 1em;
  font-size: 0.9rem;
  text-indent: -1em;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd ul:not([class]) li:before {
  content: "・";
}
:where(html:not([lang=ja])) #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd ul:not([class]) li:before {
  content: "-";
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd ul:not([class]) li > span {
  text-indent: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd .webc_plan_icon {
  gap: 5px 3px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd .webc_plan_icon li {
  font-size: 0.9rem;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd .webc_discount {
  margin-bottom: 8px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd .webc_discount ul {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd .webc_discount ul li {
  padding: 6px 8px;
  font-size: 0.9rem;
  text-indent: 0;
  position: relative;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd .webc_discount ul li:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  z-index: 0;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 4px;
}
html[lang=en] #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd .webc_discount ul li, html[lang=th] #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd .webc_discount ul li, html[lang=ms] #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd .webc_discount ul li, html[lang=fr] #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd .webc_discount ul li, html[lang=de] #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd .webc_discount ul li {
  width: 100%;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd .webc_discount > p {
  margin-top: 5px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_icon {
  margin-right: 5px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_icon:before {
  width: 22px;
  height: 22px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_btn_default,
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_btn_blk {
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: bold;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_btn_default > span,
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_btn_blk > span {
  padding: 0 1em 0 0;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_btn_default > span:before,
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_btn_blk > span:before {
  content: "\f101";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_caption {
  padding: 10px 20px;
  border: 1px solid;
  border-top: none;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_caption + .webc_inbound_sp {
  border-top: none;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_caption {
  font-size: 1.1rem;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_caption + div table {
  border-top: none;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table {
  width: 100%;
  border-top: 1px solid;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table .webc_col1 {
  width: 310px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table .webc_col3 {
  width: 380px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table thead {
  border-top: none;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table thead th {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td {
  padding: 30px 25px;
  vertical-align: top;
  border-style: solid;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col1 {
  padding-bottom: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col1 h2 {
  margin: 0 0 5px;
  font-size: 1.1rem;
  font-weight: bold;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col1 .webc_slide div {
  vertical-align: top;
  height: 100%;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col1 .webc_slide .slick-counter {
  margin-top: 5px;
  padding: 0 35px;
  position: static;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col1 .webc_slide img {
  height: auto;
  aspect-ratio: 3/2;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col1 > div {
  position: relative;
  z-index: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col1 > div:first-child {
  z-index: 10;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col1 > div > ul li {
  margin: 10px 0 0;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col1 > div > ul.webc_tag_list:has(li) {
  margin: 0 0 15px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col1 > div > ul.webc_tag_list li {
  margin: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col1 .webc_detail dl:last-child {
  margin-bottom: 30px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col2 dl dt {
  font-size: 1.1rem;
  font-weight: bold;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col2 dl dd .webc_plan_note {
  margin-bottom: 5px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col2 dl dd .webc_btn_fav {
  align-self: flex-start;
  padding: 2px 10px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col2 dl dd div {
  clear: both;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col2 dl dd ul {
  clear: both;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col2 dl dd ul.webc_tag_list:has(li) {
  margin: 0 0 5px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col3 {
  padding: 30px 15px;
  font-size: 0.9rem;
  text-align: right;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col3 .webc_price_caption {
  text-align: left;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col3 .webc_price {
  display: flex;
  flex-direction: column;
  text-align: left;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col3 strong {
  line-height: 1.6;
  text-align: left;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col3 .webc_add_row {
  display: inline-block;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col3 .webc_btn_default,
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col3 .webc_btn_blk {
  width: 185px;
  margin: 5px 0 0 auto;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td > .webc_note {
  font-size: 1.2rem;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td > .webc_note .webc_btn {
  padding: 5px 20px;
  margin: 15px 0 0;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp {
  border: 1px solid;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > .webc_note:first-child {
  padding: 20px 25px 10px;
  margin: 0 0 20px;
  font-size: 1.2rem;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > .webc_note:first-child .webc_btn {
  padding: 5px 20px;
  margin: 15px 0 0;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div {
  padding: 10px 25px 50px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div.webc_photo {
  padding: 1px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div.webc_photo:first-child {
  border-top: none;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div.webc_photo figure {
  border: none;
  padding: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div.webc_photo .slick-counter {
  position: static;
  padding: 0 35px 8px;
  margin: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > h2 {
  margin: 0 0 10px;
  padding: 0 0 15px;
  border-bottom: 1px solid;
  font-size: 1.1rem;
  font-weight: bold;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul:not(.webc_tag_list) {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 10px;
  border-bottom: 1px solid;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul:not(.webc_tag_list) li {
  width: 50%;
  min-height: 28px;
  float: left;
  flex: 1 0 50%;
  max-width: 100%;
  padding: 3px 5px 3px 32px;
  position: relative;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul:not(.webc_tag_list) li .webc_icon {
  position: absolute;
  left: 5px;
  top: 3px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_room {
  margin: 10px 0 20px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail {
  margin: 0 0 30px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl {
  width: 32%;
  float: left;
  margin-right: 2%;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl:nth-child(3n) {
  margin-right: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl:nth-child(3n+1) {
  clear: both;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dt,
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dd {
  display: inline-block;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dt {
  width: 140px !important;
  margin: 0 10px 0 0;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dd {
  width: calc(100% - 150px) !important;
  padding: 3px 0;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan {
  padding: 20px 25px;
  border: 1px solid;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan + .webc_inbound_plan {
  margin-top: 20px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dt {
  padding: 0 0 15px;
  margin: 0 0 15px;
  font-weight: bold;
  border-bottom: 1px solid;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd .webc_plan_note .webc_plan_icon {
  margin: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul {
  margin: 0 0 15px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul.webc_tag_list {
  margin: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul.webc_tag_list:has(li) {
  margin: 0 0 10px;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd .webc_discount ul {
  margin: 0;
}
html[lang=en] #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd .webc_discount ul li, html[lang=th] #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd .webc_discount ul li, html[lang=ms] #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd .webc_discount ul li, html[lang=fr] #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd .webc_discount ul li, html[lang=de] #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd .webc_discount ul li {
  width: auto;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan :has(.webc_price) span,
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan :has(.webc_price) strong {
  display: inline-block;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan :has(.webc_price) .webc_price > span {
  margin: 0 5px 0 0;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan :has(.webc_price) .webc_btn_default,
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan :has(.webc_price) .webc_btn_blk {
  width: 100%;
  max-width: 100%;
  margin-top: 5px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select {
  margin: 0 0 50px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  margin: 0 0 45px;
  padding: 0;
  border: none;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > figure,
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div {
  margin-left: 0;
  margin-right: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > figure,
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > .webc_slide {
  width: 295px;
  flex-basis: 295px;
  max-width: 295px;
  padding: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > .webc_slide figure {
  width: 100%;
  max-width: none;
  margin: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div {
  padding: 0 0 0 35px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt {
  min-height: 47px;
  padding: 10px 0 10px 45px;
  margin-bottom: 15px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 1.2rem;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt i {
  top: 10px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt i:before {
  width: 27px;
  height: 27px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_comment {
  margin: 0 0 15px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail {
  margin-bottom: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dl {
  width: 22.6%;
  margin: 0 3.2% 10px 0;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dl:nth-child(3n) {
  margin-right: 3.2%;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dl:nth-child(3n+1) {
  clear: none;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dl:nth-child(4n) {
  margin-right: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dl:nth-child(4n+1) {
  clear: both;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dl dt,
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dl dd {
  display: block;
  width: auto !important;
  float: none;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dl dt {
  margin: 0 0 5px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dl dd {
  padding: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_note {
  clear: both;
  margin: 0 0 10px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_note > * {
  display: inline-block;
  margin: 3px 5px 0 0;
  vertical-align: middle;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_note .fb-like, #webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_note .fb-like span,
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_note .fb-like iframe {
  max-width: 100%;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc, #webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp {
  padding: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4, #webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4 {
  padding: 5px 30px;
  margin-bottom: 0;
  text-align: left;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4:before, #webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4:before {
  top: 3px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc .webc_select_list, #webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp .webc_select_list {
  padding: 5px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc {
  padding-bottom: 5px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc .webc_select_list {
  padding-bottom: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc + .webc_select_box > dl > dd .webc_com_box .webc_discount dl {
  display: block;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc + .webc_select_box > dl > dd .webc_com_box .webc_discount dl dt {
  margin: 0 0 5px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box {
  padding: 0;
  border: 1px solid;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box h4 {
  padding: 5px 25px;
  font-size: 1.1rem;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl {
  padding: 20px 25px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dt {
  font-size: 1.2rem;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd {
  padding-top: 20px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_plan_note:has(.webc_plan_icon li, .webc_btn_fav),
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_tag_list:has(li) {
  margin: 0 0 5px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_photo {
  width: 295px;
  float: left;
  margin: 0 0 20px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_photo .webc_photo_thumb:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_photo .webc_photo_thumb li {
  width: 55px;
  max-height: calc(55px * 2 / 3);
  float: left;
  margin: 8px 5px 0 0;
  overflow: hidden;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_photo .webc_photo_thumb li img {
  width: 100%;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_photo .webc_photo_thumb li:nth-child(5n) {
  margin-right: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_photo .webc_photo_thumb li:nth-child(5n+1) {
  clear: both;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box {
  width: 330px;
  width: calc(100% - 315px);
  float: right;
  margin-bottom: 20px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_discount {
  margin-bottom: 15px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_discount dl {
  padding: 5px 0;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_discount dl dt {
  font-size: 0.9rem;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_coupon dl {
  width: 100%;
  padding: 15px 10px 10px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail {
  padding: 0;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail dl {
  width: auto;
  float: none;
  margin: 0 0 5px !important;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail dt {
  width: 120px;
  font-size: 0.8rem;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail dd {
  width: calc(100% - 135px);
  font-size: 0.8rem;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_comment.webc_more {
  max-height: 4em;
  margin: 0 0 25px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_comment.webc_more:not([style^=max-height]):after {
  height: 100%;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_comment + p {
  text-align: center;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_table {
  padding: 0 25px 20px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_table .webc_tel .webc_table_pc {
  margin-top: 5px;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > .text-red {
  padding: 0 25px 20px;
  font-size: 1.2rem;
  font-weight: bold;
}
#webc_con.webc_dsn_typeE .webc_btn_default, #webc_con.webc_dsn_typeE .webc_btn_blk, #webc_con.webc_dsn_typeE .webc_btn_confirm {
  border-radius: 0 !important;
  border-width: 0;
}
#webc_con.webc_dsn_typeE .webc_btn_default:before, #webc_con.webc_dsn_typeE .webc_btn_blk:before, #webc_con.webc_dsn_typeE .webc_btn_confirm:before {
  content: none;
}
#webc_con.webc_dsn_typeE .webc_btn_simple {
  border-radius: 999px;
}
#webc_con.webc_dsn_typeE .webc_more_btn {
  padding: 3px 20px;
  border-radius: 999px;
  border-width: 0;
}
#webc_con.webc_dsn_typeE .webc_box .webc_box_head {
  padding: 25px 40px;
  position: relative;
  border-bottom-width: 1px;
  font-size: 1.2rem;
}
#webc_con.webc_dsn_typeE .webc_box .webc_box_head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 15px solid;
}
#webc_con.webc_dsn_typeE .webc_sort ul li {
  border-top: none;
  border-bottom: none;
}
#webc_con.webc_dsn_typeE .webc_tag_list {
  justify-content: flex-end;
}
#webc_con.webc_dsn_typeE .webc_cal .webc_cal_body.webc_cal_week {
  padding: 0;
}
#webc_con.webc_dsn_typeE .webc_notice > div {
  margin: 0 30px 20px;
}
#webc_con.webc_dsn_typeE .webc_breadcrumb {
  padding-right: 0;
  border-left: none;
}
#webc_con.webc_dsn_typeE .webc_breadcrumb li {
  padding: 0 40px 0 0;
}
#webc_con.webc_dsn_typeE .webc_breadcrumb li:first-child a:before {
  content: none;
}
#webc_con.webc_dsn_typeE .webc_breadcrumb li:last-child {
  padding-right: 0;
}
#webc_con.webc_dsn_typeE .webc_breadcrumb li:last-child a:after {
  content: none;
}
#webc_con.webc_dsn_typeE .webc_breadcrumb li a {
  padding: 0.5em 10px;
  border: none;
}
#webc_con.webc_dsn_typeE .webc_breadcrumb li a:before, #webc_con.webc_dsn_typeE .webc_breadcrumb li a:after {
  width: 35px;
  height: 100%;
  top: 0;
  background: no-repeat left top;
  background-size: auto;
  transform: translateY(0);
}
#webc_con.webc_dsn_typeE .webc_breadcrumb li a:before {
  left: -35px;
}
#webc_con.webc_dsn_typeE .webc_breadcrumb li a:after {
  right: -35px;
}
#webc_con.webc_dsn_typeE .webc_breadcrumb li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(1em + 10px);
  height: calc(1em + 10px);
  padding: 5px;
  border: 2px solid;
}
#webc_con.webc_dsn_typeE .webc_search > dt {
  border-bottom: none;
  font-weight: normal;
}
#webc_con.webc_dsn_typeE .webc_search > dd .webc_com_box .webc_btn {
  border-radius: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box {
  margin-bottom: 35px;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_head > span:not([class]) {
  width: auto;
  max-width: none;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_head .webc_icon_block {
  width: auto;
  max-width: 100%;
  font-size: 0;
  text-align: right;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_head .webc_icon_block .webc_icon {
  margin: 0 5px 0 0;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_head .webc_icon_block .webc_icon:last-of-type {
  margin-right: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body {
  padding: 15px 0 0;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_tag_list {
  width: calc(100% - 60px);
  margin-right: auto;
  margin-left: auto;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo {
  width: calc(100% - 60px);
  min-height: 0;
  margin: 0 auto 35px;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list {
  width: 345px;
  float: left;
  padding: 0 0 30px;
  margin-bottom: 0;
  position: relative;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list + .webc_com_box {
  display: block;
  width: 600px;
  max-width: none;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list + .webc_com_box .webc_detail {
  margin-bottom: 20px;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list + .webc_com_box .webc_detail dl {
  width: 49%;
  float: left;
  margin-right: 2%;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list + .webc_com_box .webc_detail dl:nth-child(2n) {
  margin-right: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list + .webc_com_box .webc_detail dl:nth-child(2n+1) {
  clear: both;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list + .webc_com_box .webc_detail dl:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list + .webc_com_box .webc_detail dl dt {
  width: 135px;
  padding: 2px 5px;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list + .webc_com_box .webc_detail dl dd {
  width: 265px;
  width: calc(100% - 145px);
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_comment {
  clear: none;
  width: 600px;
  float: right;
  margin-bottom: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_comment.webc_more {
  max-height: 6.4em;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_comment.webc_more:not([style^=max-height]):after {
  height: 4.8rem;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_comment + p {
  width: 600px;
  float: right;
  margin: 10px 0 0;
  text-align: center;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box {
  clear: both;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  padding: 0;
  position: relative;
  border: 1px solid;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  font-weight: bold;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head a {
  display: block;
  padding: 15px 50px;
  text-decoration: none;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head > i {
  position: absolute;
  right: 25px;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head.active {
  border-bottom-width: 1px;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head.active > i {
  transform: translateY(-50%) rotate(180deg);
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  display: none;
  padding: 40px 30px;
  border-width: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body.active {
  display: block;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single {
  display: inline-block;
  display: flex;
  margin-bottom: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single + .webc_inner_single {
  border-top-width: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  display: block;
  float: left;
  flex: 0 0 285px;
  padding: 20px;
  border-bottom-width: 0;
  font-size: 1.1rem;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:first-child {
  display: block;
  float: none;
  padding-left: 20px;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:first-child:before {
  font-size: 1.2rem;
  top: 0;
  transform: translateY(0);
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt .webc_plan_note {
  display: block;
  margin-top: 10px;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt .webc_plan_note .webc_btn_fav {
  padding: 2px 10px;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt .webc_plan_note .webc_btn_fav + .webc_plan_icon:has(li) {
  margin-top: 10px;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt .webc_tag_list {
  margin: 10px 0 0;
  justify-content: flex-start;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd {
  width: 773px;
  width: calc(100% - 285px);
  float: right;
  padding: 20px 10px;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo_list {
  width: 185px;
  float: left;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo_list.webc_slide {
  padding: 0 0 30px;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo_list.webc_slide .slick-slide {
  font-size: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box,
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_discount,
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_mb10,
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_coupon,
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_detail,
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal {
  clear: none;
  width: 500px;
  width: calc(100% - 200px);
  float: right;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  padding: 0 0 10px;
  border-bottom: 1px dashed;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_discount,
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_mb10,
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_coupon {
  margin: 10px 0 0;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_detail {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_detail dl {
  display: flex;
  align-items: flex-start;
  margin-right: 30px;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_detail dl dt {
  width: 90px !important;
  flex-shrink: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_detail dl dd {
  width: auto;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button {
  padding: 0;
  font-size: 1.2rem;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button:before {
  content: none;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button span {
  width: 1em;
  height: 0;
  padding: 1em 0 0;
  overflow: hidden;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_body.webc_cal_week thead {
  padding: 0 0 5px;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_body.webc_cal_week thead th > span {
  padding: 2px 1px;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_body.webc_cal_week thead th > span strong {
  width: 100%;
  margin: 0;
  line-height: 1em;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_body.webc_cal_week tbody td > div > p {
  padding: 5px 2px;
  font-size: 1rem;
}
html[lang=fr] #webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_body.webc_cal_week tbody td > div > p, html[lang=de] #webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_body.webc_cal_week tbody td > div > p {
  font-size: 0.85rem;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_body.webc_cal_week tbody td > div.webc_current > p {
  padding: 5px 0;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box {
  width: calc(100% - 60px);
  margin: 0 auto 20px;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo {
  width: 345px;
  float: left;
  margin-bottom: 50px;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_photo_list {
  margin: 0 0 30px;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_photo_list.webc_slide figure {
  padding: 0;
  border-width: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_photo_list.webc_slide figure figcaption {
  min-height: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_photo_list.webc_slide .slick-arrow {
  margin: 66.6666666667% 0 0;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_photo_list.webc_slide .slick-counter {
  margin: calc(66.6666666667% + 3px) 0 0;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail {
  padding: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl {
  display: table;
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid;
  table-layout: fixed;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl dt,
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl dd {
  display: table-cell;
  padding: 5px;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl dt {
  width: 130px;
  margin-right: 0;
  border-width: 0;
  font-weight: bold;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl dd {
  width: auto;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_comment {
  clear: none;
  width: 600px;
  width: calc(100% - 375px);
  float: right;
  margin-bottom: 50px;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_inner_box {
  margin: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  padding: 15px 50px;
  position: relative;
  border-left-width: 0;
  border-right-width: 0;
  font-weight: bold;
  text-align: center;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  padding: 40px 30px 80px;
  border-width: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp + .webc_select_box {
  padding: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp + .webc_select_box + .webc_select_box {
  padding: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  padding: 0;
  margin: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt {
  padding: 15px 20px 15px 35px;
  margin: 0;
  position: relative;
  border-width: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt:before {
  content: "";
  width: 5px;
  height: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 1.2rem;
  transform: translateY(-50%);
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 20px;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo {
  flex: 0 0 230px;
  display: block;
  width: 230px;
  max-width: 230px;
  float: left;
  padding: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo > div {
  width: auto;
  float: none;
  padding: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_photo_list.webc_slide figure {
  padding: 0;
  border-width: 0;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_detail {
  display: none;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_detail.active {
  display: block;
  margin: 40px 0 0;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_detail dl {
  width: 100%;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_detail dl dt,
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_detail dl dd {
  width: 100%;
  max-width: none;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_detail dl dt {
  min-height: 0;
  padding: 2px 10px;
  margin: 0 0 5px;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) {
  width: 690px;
  width: calc(100% - 270px);
  float: right;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) > dl > dt {
  margin: 0 0 10px;
  font-size: 1.1rem;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_plan_note,
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_tag_list {
  margin: 0 0 5px;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_tag_list {
  justify-content: flex-start;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_discount {
  margin-bottom: 15px;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_discount dl {
  padding: 5px 0;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_discount dl dt {
  font-size: 0.9rem;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_comment.webc_more {
  max-height: 8em;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_comment.webc_more:not([style^=max-height]):after {
  height: 4.8rem;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_comment + p {
  margin: 10px 0 0;
  text-align: center;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_btn_confirm {
  margin-bottom: 80px;
}
#webc_con.webc_dsn_typeE .webc_contact .webc_plan_single .webc_box .webc_box_body {
  padding: 15px 40px 30px;
}
#webc_con.webc_dsn_typeE .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_acc + .webc_inner_box {
  margin-top: 50px;
}
#webc_con.webc_dsn_typeE .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  padding: 10px 20px;
  border-width: 1px;
  border-bottom-width: 5px;
  font-weight: normal;
  text-align: left;
}
#webc_con.webc_dsn_typeE .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  padding: 25px;
  border-width: 1px;
}

.webc_page_error {
  background: #fff;
  color: #222;
}
.webc_page_error h1,
.webc_page_error .webc_com_box {
  border-color: #c4c4c4;
}

.webc_noscript {
  background: #ad1800 !important;
  color: #fff !important;
}

.webc_customer.webc_clr_blk {
  background: #fff;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
  color: #000;
}

.webc_customer.webc_clr_brn {
  background: #fff;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
  color: #000;
}

.webc_customer.webc_clr_blu {
  background: #fff;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
  color: #000;
}

.webc_customer.webc_clr_red {
  background: #fff;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
  color: #000;
}

.webc_customer.webc_clr_grn {
  background: #fff;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
  color: #000;
}

.webc_customer.webc_clr_wht {
  background: #fff;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
  color: #000;
}

.webc_customer.webc_clr_lgtblu {
  background: #fff;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
  color: #000;
}

.webc_customer.webc_clr_prp {
  background: #fff;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
  color: #000;
}

.webc_customer.webc_clr_org {
  background: #fff;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
  color: #000;
}

.webc_customer.webc_clr_pch {
  background: #fff;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
  color: #000;
}

.webc_customer.webc_clr_lgtgrn {
  background: #fff;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
  color: #000;
}

.webc_customer.webc_clr_smpl {
  background: #eee;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
  color: #eee;
}

#webc_con.webc_clr_blk {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_blk .pagination li a,
#webc_con.webc_clr_blk .pagination li span {
  background: #fff;
  border-color: #c4c4c4;
  color: #000;
}
#webc_con.webc_clr_blk .pagination li.active a,
#webc_con.webc_clr_blk .pagination li.active span {
  background: #5e5e5e;
  border-color: #5e5e5e;
  color: #fff;
}
#webc_con.webc_clr_blk .pagination li:first-child a,
#webc_con.webc_clr_blk .pagination li:first-child span, #webc_con.webc_clr_blk .pagination li:last-child a,
#webc_con.webc_clr_blk .pagination li:last-child span {
  background: #dadada;
  color: #000;
}
#webc_con.webc_clr_blk caption {
  color: #000;
}
#webc_con.webc_clr_blk .webc_sub_head {
  border-left-color: #000;
}
#webc_con.webc_clr_blk .webc_icon_list:not(.webc_icon_ex) {
  background-color: #ebebeb;
  color: #000;
}
#webc_con.webc_clr_blk .webc_icon_ex {
  background-color: #ebebeb;
  color: #000;
}
#webc_con.webc_clr_blk .webc_more_btn {
  background: #fff;
  border-color: #c4c4c4;
  color: #000;
}
#webc_con.webc_clr_blk .webc_more_btn > span:before {
  color: #000;
}
#webc_con.webc_clr_blk .webc_more_btn:hover {
  background: rgb(231.7, 231.7, 231.7);
}
#webc_con.webc_clr_blk .webc_link_logout {
  color: #000;
}
#webc_con.webc_clr_blk .webc_link_logout span {
  color: #000;
}
#webc_con.webc_clr_blk .webc_photo figure {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_box {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_box .webc_box_head {
  background: #000;
  border-color: #808080;
  color: #fff;
}
#webc_con.webc_clr_blk .webc_box .webc_box_body {
  background: #fff;
}
#webc_con.webc_clr_blk .webc_inner_box .webc_inner_head {
  background: #5e5e5e;
  border-color: transparent;
  border-bottom-color: #afafaf;
  color: #fff;
}
#webc_con.webc_clr_blk .webc_inner_box .webc_inner_body {
  background: #ebebeb;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_clr_blk .webc_inner_box .webc_inner_body .webc_inner_single {
  background: #fff;
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_carousel > .slick-arrow {
  background: #5e5e5e;
  color: #fff;
}
#webc_con.webc_clr_blk .webc_table thead,
#webc_con.webc_clr_blk .webc_table tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_table tbody th,
#webc_con.webc_clr_blk .webc_table tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_table .webc_table_pc caption {
  background: #dadada;
  color: #000;
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_table .webc_table_pc thead th,
#webc_con.webc_clr_blk .webc_table .webc_table_pc tbody th {
  background: #dadada;
  color: #000;
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_table .webc_table_sp thead th,
#webc_con.webc_clr_blk .webc_table .webc_table_sp tbody th {
  background: #dadada;
  color: #000;
}
#webc_con.webc_clr_blk .webc_table .webc_cancel tbody th {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_clr_blk .webc_price_col > div .webc_price:first-child:not(:last-child) {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_tag_list li {
  background: #ebebeb;
  border-color: #ebebeb;
  color: #000;
}
#webc_con.webc_clr_blk .webc_detail dl dt {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_person .webc_table_sp tbody th[colspan] {
  background: #dadada !important;
  color: #000 !important;
}
#webc_con.webc_clr_blk .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #dadada;
  color: #000;
}
#webc_con.webc_clr_blk .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_acc .webc_table .webc_table_sp tbody td table th,
#webc_con.webc_clr_blk .webc_acc .webc_table .webc_table_sp tbody td table td {
  background: #ebebeb !important;
  color: #000;
}
#webc_con.webc_clr_blk .webc_opt .webc_opt_head {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #dadada;
  border-color: #c4c4c4;
  color: #000;
}
#webc_con.webc_clr_blk .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_opt .webc_opt_body .webc_opt_detail .webc_detail {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_opt .webc_opt_body .webc_opt_cal_list, #webc_con.webc_clr_blk .webc_opt .webc_opt_body .webc_opt_cal_item {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_opt .webc_opt_body .webc_opt_cal_cap {
  border-color: #c4c4c4;
  background: #000;
  color: #fff;
}
#webc_con.webc_clr_blk .webc_opt .webc_opt_body .webc_opt_cal_list table th,
#webc_con.webc_clr_blk .webc_opt .webc_opt_body .webc_opt_cal_list table td {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_estimate .webc_table_pc tbody th {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_clr_blk .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_estimate_tax dl {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_xs_estimate_pc > div {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_clr_blk .webc_xs_estimate_pc > div > dl > dt {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_clr_blk .webc_xs_estimate_pc > div > dl > dt:before {
  border-color: #fff;
}
#webc_con.webc_clr_blk .webc_xs_estimate_pc > div > dl > dd {
  background: #fff;
}
#webc_con.webc_clr_blk .webc_xs_estimate_pc > div > dl > dd table tr th,
#webc_con.webc_clr_blk .webc_xs_estimate_pc > div > dl > dd table tr td {
  border-color: #c4c4c4;
}
:not([lang=ja]) #webc_con.webc_clr_blk .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_xs_estimate_pc > button {
  background: #000;
  color: #fff;
}
#webc_con.webc_clr_blk .webc_xs_estimate_pc > button > span:before {
  color: #fff;
}
#webc_con.webc_clr_blk .webc_cal .webc_cal_tab li {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_cal .webc_cal_tab li:hover, #webc_con.webc_clr_blk .webc_cal .webc_cal_tab li.active {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_clr_blk .webc_cal .webc_cal_head {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_clr_blk .webc_cal .webc_cal_head button {
  background: #5e5e5e;
  color: #fff;
}
#webc_con.webc_clr_blk .webc_cal .webc_cal_head button > span:before {
  color: #fff;
}
#webc_con.webc_clr_blk .webc_cal .webc_cal_head button.webc_cal_prev:before {
  border-color: transparent #5e5e5e transparent transparent;
}
#webc_con.webc_clr_blk .webc_cal .webc_cal_head button.webc_cal_prev:hover:before {
  border-right-color: rgb(124.6, 124.6, 124.6);
}
#webc_con.webc_clr_blk .webc_cal .webc_cal_head button.webc_cal_next:before {
  border-color: transparent transparent transparent #5e5e5e;
}
#webc_con.webc_clr_blk .webc_cal .webc_cal_head button.webc_cal_next:hover:before {
  border-left-color: rgb(124.6, 124.6, 124.6);
}
#webc_con.webc_clr_blk .webc_cal .webc_cal_head button:hover {
  background: rgb(124.6, 124.6, 124.6);
}
#webc_con.webc_clr_blk .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_blk .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_blk .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_blk .webc_cal .webc_cal_body tbody td {
  border-color: #fff;
}
#webc_con.webc_clr_blk .webc_cal .webc_cal_body thead {
  background: #5e5e5e;
  color: #fff;
}
#webc_con.webc_clr_blk .webc_cal .webc_cal_body.webc_cal_week {
  background: #ebebeb;
}
#webc_con.webc_clr_blk .webc_cal .webc_cal_event_info > p a {
  background: #dadada;
  color: #000;
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_tel .webc_table_pc tbody th {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_clr_blk .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_clr_blk .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_blk .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_blk .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_blk .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_form dl:not([class]),
#webc_con.webc_clr_blk .webc_form dl.valid-group {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_form dl:not([class]) > dt,
#webc_con.webc_clr_blk .webc_form dl.valid-group > dt {
  background: #dadada;
  border-color: #c4c4c4;
  color: #000;
}
#webc_con.webc_clr_blk .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_clr_blk .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_clr_blk .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_form dl:not([class]) > dd.webc_member_point .webc_point,
#webc_con.webc_clr_blk .webc_form dl.valid-group > dd.webc_member_point .webc_point {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_payment {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_payment > dt {
  background: #dadada;
  border-color: #c4c4c4;
  color: #000;
}
#webc_con.webc_clr_blk .webc_payment > dd ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_payment > dd .webc_payment_item label {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_payment > dd .webc_payment_list {
  background: #dadada;
}
#webc_con.webc_clr_blk .webc_error {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_select .webc_select_type_pc, #webc_con.webc_clr_blk .webc_select .webc_select_type_sp {
  background: #dadada;
  color: #000;
}
#webc_con.webc_clr_blk .webc_select .webc_select_type_pc:before, #webc_con.webc_clr_blk .webc_select .webc_select_type_sp:before {
  border-color: transparent;
}
#webc_con.webc_clr_blk .webc_select .webc_select_type_pc .webc_select_list .webc_select_item, #webc_con.webc_clr_blk .webc_select .webc_select_type_sp .webc_select_list .webc_select_item {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_select .webc_select_type_pc:before {
  border-left-color: #dadada;
}
#webc_con.webc_clr_blk .webc_select .webc_select_type_sp:before {
  border-top-color: #dadada;
}
#webc_con.webc_clr_blk .webc_discount dl {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_coupon_cap::after {
  background: #fff;
}
#webc_con.webc_clr_blk .webc_coupon dl {
  background: #fff;
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_coupon dl dd + dd:not(.webc_coupon_attention) {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_breadcrumb {
  background: none;
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_breadcrumb li a {
  background: #ebebeb;
  border-color: #c4c4c4;
  color: #000;
}
#webc_con.webc_clr_blk .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, transparent 50%, #ebebeb 50%), linear-gradient(to top right, #ebebeb 50%, transparent 50%);
}
#webc_con.webc_clr_blk .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #c4c4c4 50%), linear-gradient(to top right, #c4c4c4 50%, transparent 50%);
}
#webc_con.webc_clr_blk .webc_breadcrumb li a span {
  background: #000;
  color: #fff;
}
#webc_con.webc_clr_blk .webc_breadcrumb li.active a {
  background: #5e5e5e;
  color: #fff;
}
#webc_con.webc_clr_blk .webc_breadcrumb li.active a:before, #webc_con.webc_clr_blk .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #5e5e5e 50%), linear-gradient(to top right, #5e5e5e 50%, transparent 50%);
}
#webc_con.webc_clr_blk .webc_top_nav li {
  border-color: #000;
}
#webc_con.webc_clr_blk .webc_top_nav li a {
  color: #000;
}
#webc_con.webc_clr_blk .webc_page_nav ul li.active {
  border-color: #5e5e5e !important;
}
#webc_con.webc_clr_blk .webc_page_nav ul li.active a:before {
  border-color: #5e5e5e transparent transparent transparent;
}
#webc_con.webc_clr_blk .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dt a {
  color: #000;
  text-decoration: underline;
}
#webc_con.webc_clr_blk .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item .webc_com_box {
  color: #000;
}
#webc_con.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead,
#webc_con.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody {
  border-color: #ebebeb !important;
}
#webc_con.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead th,
#webc_con.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead td,
#webc_con.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody th,
#webc_con.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody td {
  border-color: #ebebeb !important;
}
#webc_con.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dt,
#webc_con.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dt {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_clr_blk .webc_contact .webc_box .webc_box_body .webc_inner_box .webc_inner_body:first-child:last-child {
  background: none;
}
#webc_con.webc_clr_blk .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_clr_blk .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  background: #dadada;
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button {
  background: #000;
  color: #fff;
}
#webc_con.webc_clr_blk .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button[disabled] {
  color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dt a {
  color: #000;
}
#webc_con.webc_clr_blk .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_blk .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_plan_img_list .webc_img_list p:not(:empty) + p {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_thanks .webc_box .webc_box_body > .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_booked_show .webc_tel dt {
  border-color: #c4c4c4;
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_clr_blk .webc_booked_show .webc_opt .webc_opt_body .webc_opt_detail .webc_caption {
  color: #000;
}
#webc_con.webc_clr_blk .webc_booked_show .webc_history .webc_table table tbody th {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_clr_blk .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_clr_blk .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_clr_blk .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_clr_blk .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_clr_blk .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_clr_blk .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollHead {
  background: #dadada;
  color: #000;
}
#webc_con.webc_clr_blk .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(odd) {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_blk .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(even) {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_clr_blk .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn {
  background: none;
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_detail dl dt, #webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dt {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_caption {
  border-color: #c4c4c4;
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table thead th {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_list .webc_inbound_sp {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div.webc_photo {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > h2,
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan {
  background: #ebebeb;
  border-color: #c4c4c4;
  color: #000;
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dt {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul.webc_tag_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul .webc_coupon_cap::after {
  background: #ebebeb;
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  background: none;
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4, #webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4 {
  background: #5e5e5e;
  color: #fff;
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box h4 {
  background: #5e5e5e;
  color: #fff;
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail {
  background: none;
}
#webc_con.webc_clr_blk.webc_dsn_typeD .webc_plan_single .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #c4c4c4;
}
#webc_con.webc_clr_brn {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_brn .pagination li a,
#webc_con.webc_clr_brn .pagination li span {
  background: #fff;
  border-color: #d0bea5;
  color: #000;
}
#webc_con.webc_clr_brn .pagination li.active a,
#webc_con.webc_clr_brn .pagination li.active span {
  background: #8e673e;
  border-color: #8e673e;
  color: #fff;
}
#webc_con.webc_clr_brn .pagination li:first-child a,
#webc_con.webc_clr_brn .pagination li:first-child span, #webc_con.webc_clr_brn .pagination li:last-child a,
#webc_con.webc_clr_brn .pagination li:last-child span {
  background: #e1d1ba;
  color: #222;
}
#webc_con.webc_clr_brn caption {
  color: #000;
}
#webc_con.webc_clr_brn .webc_sub_head {
  border-left-color: #000;
}
#webc_con.webc_clr_brn .webc_icon_list:not(.webc_icon_ex) {
  background-color: #f1e7d9;
  color: #000;
}
#webc_con.webc_clr_brn .webc_icon_ex {
  background-color: #f1e7d9;
  color: #000;
}
#webc_con.webc_clr_brn .webc_more_btn {
  background: #fff;
  border-color: #d0bea5;
  color: #000;
}
#webc_con.webc_clr_brn .webc_more_btn > span:before {
  color: #000;
}
#webc_con.webc_clr_brn .webc_more_btn:hover {
  background: rgb(232.4948905109, 223.8759124088, 211.9051094891);
}
#webc_con.webc_clr_brn .webc_link_logout {
  color: #000;
}
#webc_con.webc_clr_brn .webc_link_logout span {
  color: #000;
}
#webc_con.webc_clr_brn .webc_photo figure {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_box {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_box .webc_box_head {
  background: #513518;
  border-color: #a89a8c;
  color: #fff;
}
#webc_con.webc_clr_brn .webc_box .webc_box_body {
  background: #fff;
}
#webc_con.webc_clr_brn .webc_inner_box .webc_inner_head {
  background: #8e673e;
  border-color: transparent;
  border-bottom-color: #c7b39f;
  color: #fff;
}
#webc_con.webc_clr_brn .webc_inner_box .webc_inner_body {
  background: #f1e7d9;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_clr_brn .webc_inner_box .webc_inner_body .webc_inner_single {
  background: #fff;
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_carousel > .slick-arrow {
  background: #8e673e;
  color: #fff;
}
#webc_con.webc_clr_brn .webc_table thead,
#webc_con.webc_clr_brn .webc_table tbody {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_table tbody th,
#webc_con.webc_clr_brn .webc_table tbody td {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_table .webc_table_pc caption {
  background: #e1d1ba;
  color: #222;
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_table .webc_table_pc thead th,
#webc_con.webc_clr_brn .webc_table .webc_table_pc tbody th {
  background: #e1d1ba;
  color: #222;
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_table .webc_table_sp thead th,
#webc_con.webc_clr_brn .webc_table .webc_table_sp tbody th {
  background: #e1d1ba;
  color: #222;
}
#webc_con.webc_clr_brn .webc_table .webc_cancel tbody th {
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_clr_brn .webc_price_col > div .webc_price:first-child:not(:last-child) {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_tag_list li {
  background: #f1e7d9;
  border-color: #f1e7d9;
  color: #000;
}
#webc_con.webc_clr_brn .webc_detail dl dt {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_person .webc_table_sp tbody th[colspan] {
  background: #e1d1ba !important;
  color: #222 !important;
}
#webc_con.webc_clr_brn .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #e1d1ba;
  color: #000;
}
#webc_con.webc_clr_brn .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_acc .webc_table .webc_table_sp tbody td table th,
#webc_con.webc_clr_brn .webc_acc .webc_table .webc_table_sp tbody td table td {
  background: #f1e7d9 !important;
  color: #000;
}
#webc_con.webc_clr_brn .webc_opt .webc_opt_head {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #e1d1ba;
  border-color: #d0bea5;
  color: #222;
}
#webc_con.webc_clr_brn .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_opt .webc_opt_body .webc_opt_detail .webc_detail {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_opt .webc_opt_body .webc_opt_cal_list, #webc_con.webc_clr_brn .webc_opt .webc_opt_body .webc_opt_cal_item {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_opt .webc_opt_body .webc_opt_cal_cap {
  border-color: #d0bea5;
  background: #513518;
  color: #fff;
}
#webc_con.webc_clr_brn .webc_opt .webc_opt_body .webc_opt_cal_list table th,
#webc_con.webc_clr_brn .webc_opt .webc_opt_body .webc_opt_cal_list table td {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_estimate .webc_table_pc tbody th {
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_clr_brn .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_estimate_tax dl {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_xs_estimate_pc > div {
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_clr_brn .webc_xs_estimate_pc > div > dl > dt {
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_clr_brn .webc_xs_estimate_pc > div > dl > dt:before {
  border-color: #fff;
}
#webc_con.webc_clr_brn .webc_xs_estimate_pc > div > dl > dd {
  background: #fff;
}
#webc_con.webc_clr_brn .webc_xs_estimate_pc > div > dl > dd table tr th,
#webc_con.webc_clr_brn .webc_xs_estimate_pc > div > dl > dd table tr td {
  border-color: #d0bea5;
}
:not([lang=ja]) #webc_con.webc_clr_brn .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_xs_estimate_pc > button {
  background: #513518;
  color: #fff;
}
#webc_con.webc_clr_brn .webc_xs_estimate_pc > button > span:before {
  color: #fff;
}
#webc_con.webc_clr_brn .webc_cal .webc_cal_tab li {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_cal .webc_cal_tab li:hover, #webc_con.webc_clr_brn .webc_cal .webc_cal_tab li.active {
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_clr_brn .webc_cal .webc_cal_head {
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_clr_brn .webc_cal .webc_cal_head button {
  background: #8e673e;
  color: #fff;
}
#webc_con.webc_clr_brn .webc_cal .webc_cal_head button > span:before {
  color: #fff;
}
#webc_con.webc_clr_brn .webc_cal .webc_cal_head button.webc_cal_prev:before {
  border-color: transparent #8e673e transparent transparent;
}
#webc_con.webc_clr_brn .webc_cal .webc_cal_head button.webc_cal_prev:hover:before {
  border-right-color: rgb(180.6, 133.8, 84.6);
}
#webc_con.webc_clr_brn .webc_cal .webc_cal_head button.webc_cal_next:before {
  border-color: transparent transparent transparent #8e673e;
}
#webc_con.webc_clr_brn .webc_cal .webc_cal_head button.webc_cal_next:hover:before {
  border-left-color: rgb(180.6, 133.8, 84.6);
}
#webc_con.webc_clr_brn .webc_cal .webc_cal_head button:hover {
  background: rgb(180.6, 133.8, 84.6);
}
#webc_con.webc_clr_brn .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_brn .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_brn .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_brn .webc_cal .webc_cal_body tbody td {
  border-color: #fff;
}
#webc_con.webc_clr_brn .webc_cal .webc_cal_body thead {
  background: #8e673e;
  color: #fff;
}
#webc_con.webc_clr_brn .webc_cal .webc_cal_body.webc_cal_week {
  background: #f1e7d9;
}
#webc_con.webc_clr_brn .webc_cal .webc_cal_event_info > p a {
  background: #e1d1ba;
  color: #222;
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_tel .webc_table_pc tbody th {
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_clr_brn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_clr_brn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_brn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_brn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_brn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_form dl:not([class]),
#webc_con.webc_clr_brn .webc_form dl.valid-group {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_form dl:not([class]) > dt,
#webc_con.webc_clr_brn .webc_form dl.valid-group > dt {
  background: #e1d1ba;
  border-color: #d0bea5;
  color: #222;
}
#webc_con.webc_clr_brn .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_clr_brn .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_clr_brn .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_form dl:not([class]) > dd.webc_member_point .webc_point,
#webc_con.webc_clr_brn .webc_form dl.valid-group > dd.webc_member_point .webc_point {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_payment {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_payment > dt {
  background: #e1d1ba;
  border-color: #d0bea5;
  color: #222;
}
#webc_con.webc_clr_brn .webc_payment > dd ul li {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_payment > dd .webc_payment_item label {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_payment > dd .webc_payment_list {
  background: #e1d1ba;
}
#webc_con.webc_clr_brn .webc_error {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_select .webc_select_type_pc, #webc_con.webc_clr_brn .webc_select .webc_select_type_sp {
  background: #e1d1ba;
  color: #222;
}
#webc_con.webc_clr_brn .webc_select .webc_select_type_pc:before, #webc_con.webc_clr_brn .webc_select .webc_select_type_sp:before {
  border-color: transparent;
}
#webc_con.webc_clr_brn .webc_select .webc_select_type_pc .webc_select_list .webc_select_item, #webc_con.webc_clr_brn .webc_select .webc_select_type_sp .webc_select_list .webc_select_item {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_select .webc_select_type_pc:before {
  border-left-color: #e1d1ba;
}
#webc_con.webc_clr_brn .webc_select .webc_select_type_sp:before {
  border-top-color: #e1d1ba;
}
#webc_con.webc_clr_brn .webc_discount dl {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_coupon_cap::after {
  background: #fff;
}
#webc_con.webc_clr_brn .webc_coupon dl {
  background: #fff;
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_coupon dl dd + dd:not(.webc_coupon_attention) {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_breadcrumb {
  background: none;
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_breadcrumb li a {
  background: #f1e7d9;
  border-color: #d0bea5;
  color: #000;
}
#webc_con.webc_clr_brn .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, transparent 50%, #f1e7d9 50%), linear-gradient(to top right, #f1e7d9 50%, transparent 50%);
}
#webc_con.webc_clr_brn .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #d0bea5 50%), linear-gradient(to top right, #d0bea5 50%, transparent 50%);
}
#webc_con.webc_clr_brn .webc_breadcrumb li a span {
  background: #513518;
  color: #fff;
}
#webc_con.webc_clr_brn .webc_breadcrumb li.active a {
  background: #8e673e;
  color: #fff;
}
#webc_con.webc_clr_brn .webc_breadcrumb li.active a:before, #webc_con.webc_clr_brn .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #8e673e 50%), linear-gradient(to top right, #8e673e 50%, transparent 50%);
}
#webc_con.webc_clr_brn .webc_top_nav li {
  border-color: #000;
}
#webc_con.webc_clr_brn .webc_top_nav li a {
  color: #000;
}
#webc_con.webc_clr_brn .webc_page_nav ul li.active {
  border-color: #8e673e !important;
}
#webc_con.webc_clr_brn .webc_page_nav ul li.active a:before {
  border-color: #8e673e transparent transparent transparent;
}
#webc_con.webc_clr_brn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dt a {
  color: #222;
  text-decoration: underline;
}
#webc_con.webc_clr_brn .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item .webc_com_box {
  color: #000;
}
#webc_con.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail {
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead,
#webc_con.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody {
  border-color: #f1e7d9 !important;
}
#webc_con.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead th,
#webc_con.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead td,
#webc_con.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody th,
#webc_con.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody td {
  border-color: #f1e7d9 !important;
}
#webc_con.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dt,
#webc_con.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dt {
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_clr_brn .webc_contact .webc_box .webc_box_body .webc_inner_box .webc_inner_body:first-child:last-child {
  background: none;
}
#webc_con.webc_clr_brn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_clr_brn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  background: #e1d1ba;
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button {
  background: #513518;
  color: #fff;
}
#webc_con.webc_clr_brn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button[disabled] {
  color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dt a {
  color: #222;
}
#webc_con.webc_clr_brn .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_brn .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_plan_img_list .webc_img_list p:not(:empty) + p {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_thanks .webc_box .webc_box_body > .webc_com_box {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_booked_show .webc_tel dt {
  border-color: #d0bea5;
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_clr_brn .webc_booked_show .webc_opt .webc_opt_body .webc_opt_detail .webc_caption {
  color: #000;
}
#webc_con.webc_clr_brn .webc_booked_show .webc_history .webc_table table tbody th {
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_clr_brn .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_clr_brn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_clr_brn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_clr_brn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_clr_brn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_clr_brn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollHead {
  background: #e1d1ba;
  color: #222;
}
#webc_con.webc_clr_brn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(odd) {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_brn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(even) {
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_clr_brn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn {
  background: none;
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_detail dl dt, #webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dt {
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_caption {
  border-color: #d0bea5;
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table thead th {
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div.webc_photo {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > h2,
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan {
  background: #f1e7d9;
  border-color: #d0bea5;
  color: #000;
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dt {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul.webc_tag_list li {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul .webc_coupon_cap::after {
  background: #f1e7d9;
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  background: none;
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4, #webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4 {
  background: #8e673e;
  color: #fff;
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box {
  border-color: #d0bea5;
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box h4 {
  background: #8e673e;
  color: #fff;
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail {
  background: none;
}
#webc_con.webc_clr_brn.webc_dsn_typeD .webc_plan_single .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #d0bea5;
}
#webc_con.webc_clr_blu {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_blu .pagination li a,
#webc_con.webc_clr_blu .pagination li span {
  background: #fff;
  border-color: #bdccde;
  color: #000;
}
#webc_con.webc_clr_blu .pagination li.active a,
#webc_con.webc_clr_blu .pagination li.active span {
  background: #526a87;
  border-color: #526a87;
  color: #fff;
}
#webc_con.webc_clr_blu .pagination li:first-child a,
#webc_con.webc_clr_blu .pagination li:first-child span, #webc_con.webc_clr_blu .pagination li:last-child a,
#webc_con.webc_clr_blu .pagination li:last-child span {
  background: #cadbef;
  color: #222;
}
#webc_con.webc_clr_blu caption {
  color: #000;
}
#webc_con.webc_clr_blu .webc_sub_head {
  border-left-color: #000;
}
#webc_con.webc_clr_blu .webc_icon_list:not(.webc_icon_ex) {
  background-color: #e4effa;
  color: #000;
}
#webc_con.webc_clr_blu .webc_icon_ex {
  background-color: #e4effa;
  color: #000;
}
#webc_con.webc_clr_blu .webc_more_btn {
  background: #fff;
  border-color: #bdccde;
  color: #000;
}
#webc_con.webc_clr_blu .webc_more_btn > span:before {
  color: #000;
}
#webc_con.webc_clr_blu .webc_more_btn:hover {
  background: rgb(236.6, 240.7818181818, 245.8);
}
#webc_con.webc_clr_blu .webc_link_logout {
  color: #000;
}
#webc_con.webc_clr_blu .webc_link_logout span {
  color: #000;
}
#webc_con.webc_clr_blu .webc_photo figure {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_box {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_box .webc_box_head {
  background: #354065;
  border-color: #9aa0b2;
  color: #fff;
}
#webc_con.webc_clr_blu .webc_box .webc_box_body {
  background: #fff;
}
#webc_con.webc_clr_blu .webc_inner_box .webc_inner_head {
  background: #526a87;
  border-color: transparent;
  border-bottom-color: #a9b5c3;
  color: #fff;
}
#webc_con.webc_clr_blu .webc_inner_box .webc_inner_body {
  background: #e4effa;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_clr_blu .webc_inner_box .webc_inner_body .webc_inner_single {
  background: #fff;
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_carousel > .slick-arrow {
  background: #526a87;
  color: #fff;
}
#webc_con.webc_clr_blu .webc_table thead,
#webc_con.webc_clr_blu .webc_table tbody {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_table tbody th,
#webc_con.webc_clr_blu .webc_table tbody td {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_table .webc_table_pc caption {
  background: #cadbef;
  color: #222;
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_table .webc_table_pc thead th,
#webc_con.webc_clr_blu .webc_table .webc_table_pc tbody th {
  background: #cadbef;
  color: #222;
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_table .webc_table_sp thead th,
#webc_con.webc_clr_blu .webc_table .webc_table_sp tbody th {
  background: #cadbef;
  color: #222;
}
#webc_con.webc_clr_blu .webc_table .webc_cancel tbody th {
  background: #e4effa;
  color: #000;
}
#webc_con.webc_clr_blu .webc_price_col > div .webc_price:first-child:not(:last-child) {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_tag_list li {
  background: #e4effa;
  border-color: #e4effa;
  color: #000;
}
#webc_con.webc_clr_blu .webc_detail dl dt {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_person .webc_table_sp tbody th[colspan] {
  background: #cadbef !important;
  color: #222 !important;
}
#webc_con.webc_clr_blu .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #cadbef;
  color: #000;
}
#webc_con.webc_clr_blu .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_acc .webc_table .webc_table_sp tbody td table th,
#webc_con.webc_clr_blu .webc_acc .webc_table .webc_table_sp tbody td table td {
  background: #e4effa !important;
  color: #000;
}
#webc_con.webc_clr_blu .webc_opt .webc_opt_head {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #cadbef;
  border-color: #bdccde;
  color: #222;
}
#webc_con.webc_clr_blu .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_opt .webc_opt_body .webc_opt_detail .webc_detail {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_opt .webc_opt_body .webc_opt_cal_list, #webc_con.webc_clr_blu .webc_opt .webc_opt_body .webc_opt_cal_item {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_opt .webc_opt_body .webc_opt_cal_cap {
  border-color: #bdccde;
  background: #354065;
  color: #fff;
}
#webc_con.webc_clr_blu .webc_opt .webc_opt_body .webc_opt_cal_list table th,
#webc_con.webc_clr_blu .webc_opt .webc_opt_body .webc_opt_cal_list table td {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_estimate .webc_table_pc tbody th {
  background: #e4effa;
  color: #000;
}
#webc_con.webc_clr_blu .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_estimate_tax dl {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_xs_estimate_pc > div {
  background: #e4effa;
  color: #000;
}
#webc_con.webc_clr_blu .webc_xs_estimate_pc > div > dl > dt {
  background: #e4effa;
  color: #000;
}
#webc_con.webc_clr_blu .webc_xs_estimate_pc > div > dl > dt:before {
  border-color: #fff;
}
#webc_con.webc_clr_blu .webc_xs_estimate_pc > div > dl > dd {
  background: #fff;
}
#webc_con.webc_clr_blu .webc_xs_estimate_pc > div > dl > dd table tr th,
#webc_con.webc_clr_blu .webc_xs_estimate_pc > div > dl > dd table tr td {
  border-color: #bdccde;
}
:not([lang=ja]) #webc_con.webc_clr_blu .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_xs_estimate_pc > button {
  background: #354065;
  color: #fff;
}
#webc_con.webc_clr_blu .webc_xs_estimate_pc > button > span:before {
  color: #fff;
}
#webc_con.webc_clr_blu .webc_cal .webc_cal_tab li {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_cal .webc_cal_tab li:hover, #webc_con.webc_clr_blu .webc_cal .webc_cal_tab li.active {
  background: #e4effa;
  color: #000;
}
#webc_con.webc_clr_blu .webc_cal .webc_cal_head {
  background: #e4effa;
  color: #000;
}
#webc_con.webc_clr_blu .webc_cal .webc_cal_head button {
  background: #526a87;
  color: #fff;
}
#webc_con.webc_clr_blu .webc_cal .webc_cal_head button > span:before {
  color: #fff;
}
#webc_con.webc_clr_blu .webc_cal .webc_cal_head button.webc_cal_prev:before {
  border-color: transparent #526a87 transparent transparent;
}
#webc_con.webc_clr_blu .webc_cal .webc_cal_head button.webc_cal_prev:hover:before {
  border-right-color: rgb(110.7926267281, 136.4294930876, 167.4073732719);
}
#webc_con.webc_clr_blu .webc_cal .webc_cal_head button.webc_cal_next:before {
  border-color: transparent transparent transparent #526a87;
}
#webc_con.webc_clr_blu .webc_cal .webc_cal_head button.webc_cal_next:hover:before {
  border-left-color: rgb(110.7926267281, 136.4294930876, 167.4073732719);
}
#webc_con.webc_clr_blu .webc_cal .webc_cal_head button:hover {
  background: rgb(110.7926267281, 136.4294930876, 167.4073732719);
}
#webc_con.webc_clr_blu .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_blu .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_blu .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_blu .webc_cal .webc_cal_body tbody td {
  border-color: #fff;
}
#webc_con.webc_clr_blu .webc_cal .webc_cal_body thead {
  background: #526a87;
  color: #fff;
}
#webc_con.webc_clr_blu .webc_cal .webc_cal_body.webc_cal_week {
  background: #e4effa;
}
#webc_con.webc_clr_blu .webc_cal .webc_cal_event_info > p a {
  background: #cadbef;
  color: #222;
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_tel .webc_table_pc tbody th {
  background: #e4effa;
  color: #000;
}
#webc_con.webc_clr_blu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_clr_blu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_blu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_blu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_blu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_form dl:not([class]),
#webc_con.webc_clr_blu .webc_form dl.valid-group {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_form dl:not([class]) > dt,
#webc_con.webc_clr_blu .webc_form dl.valid-group > dt {
  background: #cadbef;
  border-color: #bdccde;
  color: #222;
}
#webc_con.webc_clr_blu .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_clr_blu .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_clr_blu .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_form dl:not([class]) > dd.webc_member_point .webc_point,
#webc_con.webc_clr_blu .webc_form dl.valid-group > dd.webc_member_point .webc_point {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_payment {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_payment > dt {
  background: #cadbef;
  border-color: #bdccde;
  color: #222;
}
#webc_con.webc_clr_blu .webc_payment > dd ul li {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_payment > dd .webc_payment_item label {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_payment > dd .webc_payment_list {
  background: #cadbef;
}
#webc_con.webc_clr_blu .webc_error {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_select .webc_select_type_pc, #webc_con.webc_clr_blu .webc_select .webc_select_type_sp {
  background: #cadbef;
  color: #222;
}
#webc_con.webc_clr_blu .webc_select .webc_select_type_pc:before, #webc_con.webc_clr_blu .webc_select .webc_select_type_sp:before {
  border-color: transparent;
}
#webc_con.webc_clr_blu .webc_select .webc_select_type_pc .webc_select_list .webc_select_item, #webc_con.webc_clr_blu .webc_select .webc_select_type_sp .webc_select_list .webc_select_item {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_select .webc_select_type_pc:before {
  border-left-color: #cadbef;
}
#webc_con.webc_clr_blu .webc_select .webc_select_type_sp:before {
  border-top-color: #cadbef;
}
#webc_con.webc_clr_blu .webc_discount dl {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_coupon_cap::after {
  background: #fff;
}
#webc_con.webc_clr_blu .webc_coupon dl {
  background: #fff;
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_coupon dl dd + dd:not(.webc_coupon_attention) {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_breadcrumb {
  background: none;
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_breadcrumb li a {
  background: #e4effa;
  border-color: #bdccde;
  color: #000;
}
#webc_con.webc_clr_blu .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, transparent 50%, #e4effa 50%), linear-gradient(to top right, #e4effa 50%, transparent 50%);
}
#webc_con.webc_clr_blu .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #bdccde 50%), linear-gradient(to top right, #bdccde 50%, transparent 50%);
}
#webc_con.webc_clr_blu .webc_breadcrumb li a span {
  background: #364065;
  color: #fff;
}
#webc_con.webc_clr_blu .webc_breadcrumb li.active a {
  background: #536b88;
  color: #fff;
}
#webc_con.webc_clr_blu .webc_breadcrumb li.active a:before, #webc_con.webc_clr_blu .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #536b88 50%), linear-gradient(to top right, #536b88 50%, transparent 50%);
}
#webc_con.webc_clr_blu .webc_top_nav li {
  border-color: #000;
}
#webc_con.webc_clr_blu .webc_top_nav li a {
  color: #000;
}
#webc_con.webc_clr_blu .webc_page_nav ul li.active {
  border-color: #536b88 !important;
}
#webc_con.webc_clr_blu .webc_page_nav ul li.active a:before {
  border-color: #536b88 transparent transparent transparent;
}
#webc_con.webc_clr_blu .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dt a {
  color: #222;
  text-decoration: underline;
}
#webc_con.webc_clr_blu .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item .webc_com_box {
  color: #000;
}
#webc_con.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail {
  background: #e4effa;
  color: #000;
}
#webc_con.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead,
#webc_con.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody {
  border-color: #e4effa !important;
}
#webc_con.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead th,
#webc_con.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead td,
#webc_con.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody th,
#webc_con.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody td {
  border-color: #e4effa !important;
}
#webc_con.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dt,
#webc_con.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dt {
  background: #e4effa;
  color: #000;
}
#webc_con.webc_clr_blu .webc_contact .webc_box .webc_box_body .webc_inner_box .webc_inner_body:first-child:last-child {
  background: none;
}
#webc_con.webc_clr_blu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_clr_blu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  background: #cadbef;
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button {
  background: #354065;
  color: #fff;
}
#webc_con.webc_clr_blu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button[disabled] {
  color: #bdccde;
}
#webc_con.webc_clr_blu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dt a {
  color: #222;
}
#webc_con.webc_clr_blu .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_blu .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_plan_img_list .webc_img_list p:not(:empty) + p {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_thanks .webc_box .webc_box_body > .webc_com_box {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_booked_show .webc_tel dt {
  border-color: #bdccde;
  background: #e4effa;
  color: #000;
}
#webc_con.webc_clr_blu .webc_booked_show .webc_opt .webc_opt_body .webc_opt_detail .webc_caption {
  color: #000;
}
#webc_con.webc_clr_blu .webc_booked_show .webc_history .webc_table table tbody th {
  background: #e4effa;
  color: #000;
}
#webc_con.webc_clr_blu .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_clr_blu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_clr_blu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_clr_blu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_clr_blu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_clr_blu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollHead {
  background: #cadbef;
  color: #222;
}
#webc_con.webc_clr_blu .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(odd) {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_blu .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(even) {
  background: #e4effa;
  color: #000;
}
#webc_con.webc_clr_blu .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn {
  background: none;
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_detail dl dt, #webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dt {
  background: #e4effa;
  color: #000;
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_caption {
  border-color: #bdccde;
  background: #e4effa;
  color: #000;
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table thead th {
  background: #e4effa;
  color: #000;
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_list .webc_inbound_sp {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div.webc_photo {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > h2,
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan {
  background: #e4effa;
  border-color: #bdccde;
  color: #000;
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dt {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul.webc_tag_list li {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul .webc_coupon_cap::after {
  background: #e4effa;
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  background: none;
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4, #webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4 {
  background: #526a87;
  color: #fff;
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box {
  border-color: #bdccde;
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box h4 {
  background: #526a87;
  color: #fff;
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail {
  background: none;
}
#webc_con.webc_clr_blu.webc_dsn_typeD .webc_plan_single .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #bdccde;
}
#webc_con.webc_clr_red {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_red .pagination li a,
#webc_con.webc_clr_red .pagination li span {
  background: #fff;
  border-color: #e2c2bc;
  color: #000;
}
#webc_con.webc_clr_red .pagination li.active a,
#webc_con.webc_clr_red .pagination li.active span {
  background: #b76658;
  border-color: #b76658;
  color: #fff;
}
#webc_con.webc_clr_red .pagination li:first-child a,
#webc_con.webc_clr_red .pagination li:first-child span, #webc_con.webc_clr_red .pagination li:last-child a,
#webc_con.webc_clr_red .pagination li:last-child span {
  background: #eed0cb;
  color: #222;
}
#webc_con.webc_clr_red caption {
  color: #000;
}
#webc_con.webc_clr_red .webc_sub_head {
  border-left-color: #000;
}
#webc_con.webc_clr_red .webc_icon_list:not(.webc_icon_ex) {
  background-color: #f9e9e1;
  color: #000;
}
#webc_con.webc_clr_red .webc_icon_ex {
  background-color: #f9e9e1;
  color: #000;
}
#webc_con.webc_clr_red .webc_more_btn {
  background: #fff;
  border-color: #e2c2bc;
  color: #000;
}
#webc_con.webc_clr_red .webc_more_btn > span:before {
  color: #000;
}
#webc_con.webc_clr_red .webc_more_btn:hover {
  background: rgb(247.56875, 239.36875, 237.83125);
}
#webc_con.webc_clr_red .webc_link_logout {
  color: #000;
}
#webc_con.webc_clr_red .webc_link_logout span {
  color: #000;
}
#webc_con.webc_clr_red .webc_photo figure {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_box {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_box .webc_box_head {
  background: #8b2a1a;
  border-color: #c5958d;
  color: #fff;
}
#webc_con.webc_clr_red .webc_box .webc_box_body {
  background: #fff;
}
#webc_con.webc_clr_red .webc_inner_box .webc_inner_head {
  background: #b76658;
  border-color: transparent;
  border-bottom-color: #dbb3ac;
  color: #fff;
}
#webc_con.webc_clr_red .webc_inner_box .webc_inner_body {
  background: #f9e9e1;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_clr_red .webc_inner_box .webc_inner_body .webc_inner_single {
  background: #fff;
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_carousel > .slick-arrow {
  background: #b76658;
  color: #fff;
}
#webc_con.webc_clr_red .webc_table thead,
#webc_con.webc_clr_red .webc_table tbody {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_table tbody th,
#webc_con.webc_clr_red .webc_table tbody td {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_table .webc_table_pc caption {
  background: #eed0cb;
  color: #222;
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_table .webc_table_pc thead th,
#webc_con.webc_clr_red .webc_table .webc_table_pc tbody th {
  background: #eed0cb;
  color: #222;
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_table .webc_table_sp thead th,
#webc_con.webc_clr_red .webc_table .webc_table_sp tbody th {
  background: #eed0cb;
  color: #222;
}
#webc_con.webc_clr_red .webc_table .webc_cancel tbody th {
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_clr_red .webc_price_col > div .webc_price:first-child:not(:last-child) {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_tag_list li {
  background: #f9e9e1;
  border-color: #f9e9e1;
  color: #000;
}
#webc_con.webc_clr_red .webc_detail dl dt {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_person .webc_table_sp tbody th[colspan] {
  background: #eed0cb !important;
  color: #222 !important;
}
#webc_con.webc_clr_red .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #eed0cb;
  color: #000;
}
#webc_con.webc_clr_red .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_acc .webc_table .webc_table_sp tbody td table th,
#webc_con.webc_clr_red .webc_acc .webc_table .webc_table_sp tbody td table td {
  background: #f9e9e1 !important;
  color: #000;
}
#webc_con.webc_clr_red .webc_opt .webc_opt_head {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #eed0cb;
  border-color: #e2c2bc;
  color: #222;
}
#webc_con.webc_clr_red .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_opt .webc_opt_body .webc_opt_detail .webc_detail {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_opt .webc_opt_body .webc_opt_cal_list, #webc_con.webc_clr_red .webc_opt .webc_opt_body .webc_opt_cal_item {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_opt .webc_opt_body .webc_opt_cal_cap {
  border-color: #e2c2bc;
  background: #8b2a1a;
  color: #fff;
}
#webc_con.webc_clr_red .webc_opt .webc_opt_body .webc_opt_cal_list table th,
#webc_con.webc_clr_red .webc_opt .webc_opt_body .webc_opt_cal_list table td {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_estimate .webc_table_pc tbody th {
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_clr_red .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_estimate_tax dl {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_xs_estimate_pc > div {
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_clr_red .webc_xs_estimate_pc > div > dl > dt {
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_clr_red .webc_xs_estimate_pc > div > dl > dt:before {
  border-color: #fff;
}
#webc_con.webc_clr_red .webc_xs_estimate_pc > div > dl > dd {
  background: #fff;
}
#webc_con.webc_clr_red .webc_xs_estimate_pc > div > dl > dd table tr th,
#webc_con.webc_clr_red .webc_xs_estimate_pc > div > dl > dd table tr td {
  border-color: #e2c2bc;
}
:not([lang=ja]) #webc_con.webc_clr_red .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_xs_estimate_pc > button {
  background: #8b2a1a;
  color: #fff;
}
#webc_con.webc_clr_red .webc_xs_estimate_pc > button > span:before {
  color: #fff;
}
#webc_con.webc_clr_red .webc_cal .webc_cal_tab li {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_cal .webc_cal_tab li:hover, #webc_con.webc_clr_red .webc_cal .webc_cal_tab li.active {
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_clr_red .webc_cal .webc_cal_head {
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_clr_red .webc_cal .webc_cal_head button {
  background: #b76658;
  color: #fff;
}
#webc_con.webc_clr_red .webc_cal .webc_cal_head button > span:before {
  color: #fff;
}
#webc_con.webc_clr_red .webc_cal .webc_cal_head button.webc_cal_prev:before {
  border-color: transparent #b76658 transparent transparent;
}
#webc_con.webc_clr_red .webc_cal .webc_cal_head button.webc_cal_prev:hover:before {
  border-right-color: rgb(201.4368200837, 141.1782426778, 130.7631799163);
}
#webc_con.webc_clr_red .webc_cal .webc_cal_head button.webc_cal_next:before {
  border-color: transparent transparent transparent #b76658;
}
#webc_con.webc_clr_red .webc_cal .webc_cal_head button.webc_cal_next:hover:before {
  border-left-color: rgb(201.4368200837, 141.1782426778, 130.7631799163);
}
#webc_con.webc_clr_red .webc_cal .webc_cal_head button:hover {
  background: rgb(201.4368200837, 141.1782426778, 130.7631799163);
}
#webc_con.webc_clr_red .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_red .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_red .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_red .webc_cal .webc_cal_body tbody td {
  border-color: #fff;
}
#webc_con.webc_clr_red .webc_cal .webc_cal_body thead {
  background: #b76658;
  color: #fff;
}
#webc_con.webc_clr_red .webc_cal .webc_cal_body.webc_cal_week {
  background: #f9e9e1;
}
#webc_con.webc_clr_red .webc_cal .webc_cal_event_info > p a {
  background: #eed0cb;
  color: #222;
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_tel .webc_table_pc tbody th {
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_clr_red .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_clr_red .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_red .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_red .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_red .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_form dl:not([class]),
#webc_con.webc_clr_red .webc_form dl.valid-group {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_form dl:not([class]) > dt,
#webc_con.webc_clr_red .webc_form dl.valid-group > dt {
  background: #eed0cb;
  border-color: #e2c2bc;
  color: #222;
}
#webc_con.webc_clr_red .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_clr_red .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_clr_red .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_form dl:not([class]) > dd.webc_member_point .webc_point,
#webc_con.webc_clr_red .webc_form dl.valid-group > dd.webc_member_point .webc_point {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_payment {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_payment > dt {
  background: #eed0cb;
  border-color: #e2c2bc;
  color: #222;
}
#webc_con.webc_clr_red .webc_payment > dd ul li {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_payment > dd .webc_payment_item label {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_payment > dd .webc_payment_list {
  background: #eed0cb;
}
#webc_con.webc_clr_red .webc_error {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_select .webc_select_type_pc, #webc_con.webc_clr_red .webc_select .webc_select_type_sp {
  background: #eed0cb;
  color: #222;
}
#webc_con.webc_clr_red .webc_select .webc_select_type_pc:before, #webc_con.webc_clr_red .webc_select .webc_select_type_sp:before {
  border-color: transparent;
}
#webc_con.webc_clr_red .webc_select .webc_select_type_pc .webc_select_list .webc_select_item, #webc_con.webc_clr_red .webc_select .webc_select_type_sp .webc_select_list .webc_select_item {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_select .webc_select_type_pc:before {
  border-left-color: #eed0cb;
}
#webc_con.webc_clr_red .webc_select .webc_select_type_sp:before {
  border-top-color: #eed0cb;
}
#webc_con.webc_clr_red .webc_discount dl {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_coupon_cap::after {
  background: #fff;
}
#webc_con.webc_clr_red .webc_coupon dl {
  background: #fff;
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_coupon dl dd + dd:not(.webc_coupon_attention) {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_breadcrumb {
  background: none;
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_breadcrumb li a {
  background: #f9e9e1;
  border-color: #e2c2bc;
  color: #000;
}
#webc_con.webc_clr_red .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, transparent 50%, #f9e9e1 50%), linear-gradient(to top right, #f9e9e1 50%, transparent 50%);
}
#webc_con.webc_clr_red .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #e2c2bc 50%), linear-gradient(to top right, #e2c2bc 50%, transparent 50%);
}
#webc_con.webc_clr_red .webc_breadcrumb li a span {
  background: #aa2e19;
  color: #fff;
}
#webc_con.webc_clr_red .webc_breadcrumb li.active a {
  background: #b76658;
  color: #fff;
}
#webc_con.webc_clr_red .webc_breadcrumb li.active a:before, #webc_con.webc_clr_red .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #b76658 50%), linear-gradient(to top right, #b76658 50%, transparent 50%);
}
#webc_con.webc_clr_red .webc_top_nav li {
  border-color: #000;
}
#webc_con.webc_clr_red .webc_top_nav li a {
  color: #000;
}
#webc_con.webc_clr_red .webc_page_nav ul li.active {
  border-color: #b76658 !important;
}
#webc_con.webc_clr_red .webc_page_nav ul li.active a:before {
  border-color: #b76658 transparent transparent transparent;
}
#webc_con.webc_clr_red .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dt a {
  color: #222;
  text-decoration: underline;
}
#webc_con.webc_clr_red .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item .webc_com_box {
  color: #000;
}
#webc_con.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail {
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead,
#webc_con.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody {
  border-color: #f9e9e1 !important;
}
#webc_con.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead th,
#webc_con.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead td,
#webc_con.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody th,
#webc_con.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody td {
  border-color: #f9e9e1 !important;
}
#webc_con.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dt,
#webc_con.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dt {
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_clr_red .webc_contact .webc_box .webc_box_body .webc_inner_box .webc_inner_body:first-child:last-child {
  background: none;
}
#webc_con.webc_clr_red .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_clr_red .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  background: #eed0cb;
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button {
  background: #8b2a1a;
  color: #fff;
}
#webc_con.webc_clr_red .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button[disabled] {
  color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dt a {
  color: #222;
}
#webc_con.webc_clr_red .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_red .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_plan_img_list .webc_img_list p:not(:empty) + p {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_thanks .webc_box .webc_box_body > .webc_com_box {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_booked_show .webc_tel dt {
  border-color: #e2c2bc;
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_clr_red .webc_booked_show .webc_opt .webc_opt_body .webc_opt_detail .webc_caption {
  color: #000;
}
#webc_con.webc_clr_red .webc_booked_show .webc_history .webc_table table tbody th {
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_clr_red .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_clr_red .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_clr_red .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_clr_red .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_clr_red .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_clr_red .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollHead {
  background: #eed0cb;
  color: #222;
}
#webc_con.webc_clr_red .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(odd) {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_red .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(even) {
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_clr_red .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn {
  background: none;
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_detail dl dt, #webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dt {
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_caption {
  border-color: #e2c2bc;
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table thead th {
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_list .webc_inbound_sp {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div.webc_photo {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > h2,
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan {
  background: #f9e9e1;
  border-color: #e2c2bc;
  color: #000;
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dt {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul.webc_tag_list li {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul .webc_coupon_cap::after {
  background: #f9e9e1;
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  background: none;
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4, #webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4 {
  background: #b76658;
  color: #fff;
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box h4 {
  background: #b76658;
  color: #fff;
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail {
  background: none;
}
#webc_con.webc_clr_red.webc_dsn_typeD .webc_plan_single .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #e2c2bc;
}
#webc_con.webc_clr_grn {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_grn .pagination li a,
#webc_con.webc_clr_grn .pagination li span {
  background: #fff;
  border-color: #acbb8d;
  color: #000;
}
#webc_con.webc_clr_grn .pagination li.active a,
#webc_con.webc_clr_grn .pagination li.active span {
  background: #6b8436;
  border-color: #6b8436;
  color: #fff;
}
#webc_con.webc_clr_grn .pagination li:first-child a,
#webc_con.webc_clr_grn .pagination li:first-child span, #webc_con.webc_clr_grn .pagination li:last-child a,
#webc_con.webc_clr_grn .pagination li:last-child span {
  background: #c9d6ae;
  color: #222;
}
#webc_con.webc_clr_grn caption {
  color: #000;
}
#webc_con.webc_clr_grn .webc_sub_head {
  border-left-color: #000;
}
#webc_con.webc_clr_grn .webc_icon_list:not(.webc_icon_ex) {
  background-color: #ebf0d7;
  color: #000;
}
#webc_con.webc_clr_grn .webc_icon_ex {
  background-color: #ebf0d7;
  color: #000;
}
#webc_con.webc_clr_grn .webc_more_btn {
  background: #fff;
  border-color: #acbb8d;
  color: #000;
}
#webc_con.webc_clr_grn .webc_more_btn > span:before {
  color: #000;
}
#webc_con.webc_clr_grn .webc_more_btn:hover {
  background: rgb(204.5615384615, 213.6769230769, 185.7230769231);
}
#webc_con.webc_clr_grn .webc_link_logout {
  color: #000;
}
#webc_con.webc_clr_grn .webc_link_logout span {
  color: #000;
}
#webc_con.webc_clr_grn .webc_photo figure {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_box {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_box .webc_box_head {
  background: #3f5d22;
  border-color: #9fae91;
  color: #fff;
}
#webc_con.webc_clr_grn .webc_box .webc_box_body {
  background: #fff;
}
#webc_con.webc_clr_grn .webc_inner_box .webc_inner_head {
  background: #6b8436;
  border-color: transparent;
  border-bottom-color: #b5c29b;
  color: #fff;
}
#webc_con.webc_clr_grn .webc_inner_box .webc_inner_body {
  background: #ebf0d7;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_clr_grn .webc_inner_box .webc_inner_body .webc_inner_single {
  background: #fff;
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_carousel > .slick-arrow {
  background: #6b8436;
  color: #fff;
}
#webc_con.webc_clr_grn .webc_table thead,
#webc_con.webc_clr_grn .webc_table tbody {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_table tbody th,
#webc_con.webc_clr_grn .webc_table tbody td {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_table .webc_table_pc caption {
  background: #c9d6ae;
  color: #222;
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_table .webc_table_pc thead th,
#webc_con.webc_clr_grn .webc_table .webc_table_pc tbody th {
  background: #c9d6ae;
  color: #222;
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_table .webc_table_sp thead th,
#webc_con.webc_clr_grn .webc_table .webc_table_sp tbody th {
  background: #c9d6ae;
  color: #222;
}
#webc_con.webc_clr_grn .webc_table .webc_cancel tbody th {
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_clr_grn .webc_price_col > div .webc_price:first-child:not(:last-child) {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_tag_list li {
  background: #ebf0d7;
  border-color: #ebf0d7;
  color: #000;
}
#webc_con.webc_clr_grn .webc_detail dl dt {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_person .webc_table_sp tbody th[colspan] {
  background: #c9d6ae !important;
  color: #222 !important;
}
#webc_con.webc_clr_grn .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #c9d6ae;
  color: #000;
}
#webc_con.webc_clr_grn .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_acc .webc_table .webc_table_sp tbody td table th,
#webc_con.webc_clr_grn .webc_acc .webc_table .webc_table_sp tbody td table td {
  background: #ebf0d7 !important;
  color: #000;
}
#webc_con.webc_clr_grn .webc_opt .webc_opt_head {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #c9d6ae;
  border-color: #acbb8d;
  color: #222;
}
#webc_con.webc_clr_grn .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_opt .webc_opt_body .webc_opt_detail .webc_detail {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_opt .webc_opt_body .webc_opt_cal_list, #webc_con.webc_clr_grn .webc_opt .webc_opt_body .webc_opt_cal_item {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_opt .webc_opt_body .webc_opt_cal_cap {
  border-color: #acbb8d;
  background: #3f5d22;
  color: #fff;
}
#webc_con.webc_clr_grn .webc_opt .webc_opt_body .webc_opt_cal_list table th,
#webc_con.webc_clr_grn .webc_opt .webc_opt_body .webc_opt_cal_list table td {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_estimate .webc_table_pc tbody th {
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_clr_grn .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_estimate_tax dl {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_xs_estimate_pc > div {
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_clr_grn .webc_xs_estimate_pc > div > dl > dt {
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_clr_grn .webc_xs_estimate_pc > div > dl > dt:before {
  border-color: #fff;
}
#webc_con.webc_clr_grn .webc_xs_estimate_pc > div > dl > dd {
  background: #fff;
}
#webc_con.webc_clr_grn .webc_xs_estimate_pc > div > dl > dd table tr th,
#webc_con.webc_clr_grn .webc_xs_estimate_pc > div > dl > dd table tr td {
  border-color: #acbb8d;
}
:not([lang=ja]) #webc_con.webc_clr_grn .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_xs_estimate_pc > button {
  background: #3f5d22;
  color: #fff;
}
#webc_con.webc_clr_grn .webc_xs_estimate_pc > button > span:before {
  color: #fff;
}
#webc_con.webc_clr_grn .webc_cal .webc_cal_tab li {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_cal .webc_cal_tab li:hover, #webc_con.webc_clr_grn .webc_cal .webc_cal_tab li.active {
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_clr_grn .webc_cal .webc_cal_head {
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_clr_grn .webc_cal .webc_cal_head button {
  background: #6b8436;
  color: #fff;
}
#webc_con.webc_clr_grn .webc_cal .webc_cal_head button > span:before {
  color: #fff;
}
#webc_con.webc_clr_grn .webc_cal .webc_cal_head button.webc_cal_prev:before {
  border-color: transparent #6b8436 transparent transparent;
}
#webc_con.webc_clr_grn .webc_cal .webc_cal_head button.webc_cal_prev:hover:before {
  border-right-color: rgb(142.2064516129, 175.4322580645, 71.7677419355);
}
#webc_con.webc_clr_grn .webc_cal .webc_cal_head button.webc_cal_next:before {
  border-color: transparent transparent transparent #6b8436;
}
#webc_con.webc_clr_grn .webc_cal .webc_cal_head button.webc_cal_next:hover:before {
  border-left-color: rgb(142.2064516129, 175.4322580645, 71.7677419355);
}
#webc_con.webc_clr_grn .webc_cal .webc_cal_head button:hover {
  background: rgb(142.2064516129, 175.4322580645, 71.7677419355);
}
#webc_con.webc_clr_grn .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_grn .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_grn .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_grn .webc_cal .webc_cal_body tbody td {
  border-color: #fff;
}
#webc_con.webc_clr_grn .webc_cal .webc_cal_body thead {
  background: #6b8436;
  color: #fff;
}
#webc_con.webc_clr_grn .webc_cal .webc_cal_body.webc_cal_week {
  background: #ebf0d7;
}
#webc_con.webc_clr_grn .webc_cal .webc_cal_event_info > p a {
  background: #c9d6ae;
  color: #222;
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_tel .webc_table_pc tbody th {
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_clr_grn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_clr_grn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_grn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_grn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_grn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_form dl:not([class]),
#webc_con.webc_clr_grn .webc_form dl.valid-group {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_form dl:not([class]) > dt,
#webc_con.webc_clr_grn .webc_form dl.valid-group > dt {
  background: #c9d6ae;
  border-color: #acbb8d;
  color: #222;
}
#webc_con.webc_clr_grn .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_clr_grn .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_clr_grn .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_form dl:not([class]) > dd.webc_member_point .webc_point,
#webc_con.webc_clr_grn .webc_form dl.valid-group > dd.webc_member_point .webc_point {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_payment {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_payment > dt {
  background: #c9d6ae;
  border-color: #acbb8d;
  color: #222;
}
#webc_con.webc_clr_grn .webc_payment > dd ul li {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_payment > dd .webc_payment_item label {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_payment > dd .webc_payment_list {
  background: #c9d6ae;
}
#webc_con.webc_clr_grn .webc_error {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_select .webc_select_type_pc, #webc_con.webc_clr_grn .webc_select .webc_select_type_sp {
  background: #c9d6ae;
  color: #222;
}
#webc_con.webc_clr_grn .webc_select .webc_select_type_pc:before, #webc_con.webc_clr_grn .webc_select .webc_select_type_sp:before {
  border-color: transparent;
}
#webc_con.webc_clr_grn .webc_select .webc_select_type_pc .webc_select_list .webc_select_item, #webc_con.webc_clr_grn .webc_select .webc_select_type_sp .webc_select_list .webc_select_item {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_select .webc_select_type_pc:before {
  border-left-color: #c9d6ae;
}
#webc_con.webc_clr_grn .webc_select .webc_select_type_sp:before {
  border-top-color: #c9d6ae;
}
#webc_con.webc_clr_grn .webc_discount dl {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_coupon_cap::after {
  background: #fff;
}
#webc_con.webc_clr_grn .webc_coupon dl {
  background: #fff;
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_coupon dl dd + dd:not(.webc_coupon_attention) {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_breadcrumb {
  background: none;
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_breadcrumb li a {
  background: #ebf0d7;
  border-color: #acbb8d;
  color: #000;
}
#webc_con.webc_clr_grn .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, transparent 50%, #ebf0d7 50%), linear-gradient(to top right, #ebf0d7 50%, transparent 50%);
}
#webc_con.webc_clr_grn .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #acbb8d 50%), linear-gradient(to top right, #acbb8d 50%, transparent 50%);
}
#webc_con.webc_clr_grn .webc_breadcrumb li a span {
  background: #3f661a;
  color: #fff;
}
#webc_con.webc_clr_grn .webc_breadcrumb li.active a {
  background: #648842;
  color: #fff;
}
#webc_con.webc_clr_grn .webc_breadcrumb li.active a:before, #webc_con.webc_clr_grn .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #648842 50%), linear-gradient(to top right, #648842 50%, transparent 50%);
}
#webc_con.webc_clr_grn .webc_top_nav li {
  border-color: #000;
}
#webc_con.webc_clr_grn .webc_top_nav li a {
  color: #000;
}
#webc_con.webc_clr_grn .webc_page_nav ul li.active {
  border-color: #648842 !important;
}
#webc_con.webc_clr_grn .webc_page_nav ul li.active a:before {
  border-color: #648842 transparent transparent transparent;
}
#webc_con.webc_clr_grn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dt a {
  color: #222;
  text-decoration: underline;
}
#webc_con.webc_clr_grn .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item .webc_com_box {
  color: #000;
}
#webc_con.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail {
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead,
#webc_con.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody {
  border-color: #ebf0d7 !important;
}
#webc_con.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead th,
#webc_con.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead td,
#webc_con.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody th,
#webc_con.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody td {
  border-color: #ebf0d7 !important;
}
#webc_con.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dt,
#webc_con.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dt {
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_clr_grn .webc_contact .webc_box .webc_box_body .webc_inner_box .webc_inner_body:first-child:last-child {
  background: none;
}
#webc_con.webc_clr_grn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_clr_grn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  background: #c9d6ae;
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button {
  background: #3f5d22;
  color: #fff;
}
#webc_con.webc_clr_grn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button[disabled] {
  color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dt a {
  color: #222;
}
#webc_con.webc_clr_grn .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_grn .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_plan_img_list .webc_img_list p:not(:empty) + p {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_thanks .webc_box .webc_box_body > .webc_com_box {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_booked_show .webc_tel dt {
  border-color: #acbb8d;
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_clr_grn .webc_booked_show .webc_opt .webc_opt_body .webc_opt_detail .webc_caption {
  color: #000;
}
#webc_con.webc_clr_grn .webc_booked_show .webc_history .webc_table table tbody th {
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_clr_grn .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_clr_grn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_clr_grn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_clr_grn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_clr_grn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_clr_grn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollHead {
  background: #c9d6ae;
  color: #222;
}
#webc_con.webc_clr_grn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(odd) {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_grn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(even) {
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_clr_grn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn {
  background: none;
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_detail dl dt, #webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dt {
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_caption {
  border-color: #acbb8d;
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table thead th {
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div.webc_photo {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > h2,
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan {
  background: #ebf0d7;
  border-color: #acbb8d;
  color: #000;
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dt {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul.webc_tag_list li {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul .webc_coupon_cap::after {
  background: #ebf0d7;
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  background: none;
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4, #webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4 {
  background: #6b8436;
  color: #fff;
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box {
  border-color: #acbb8d;
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box h4 {
  background: #6b8436;
  color: #fff;
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail {
  background: none;
}
#webc_con.webc_clr_grn.webc_dsn_typeD .webc_plan_single .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #acbb8d;
}
#webc_con.webc_clr_wht {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_wht .pagination li a,
#webc_con.webc_clr_wht .pagination li span {
  background: #fff;
  border-color: #b4b4b4;
  color: #000;
}
#webc_con.webc_clr_wht .pagination li.active a,
#webc_con.webc_clr_wht .pagination li.active span {
  background: #6d6966;
  border-color: #6d6966;
  color: #fff;
}
#webc_con.webc_clr_wht .pagination li:first-child a,
#webc_con.webc_clr_wht .pagination li:first-child span, #webc_con.webc_clr_wht .pagination li:last-child a,
#webc_con.webc_clr_wht .pagination li:last-child span {
  background: #f0ede9;
  color: #000;
}
#webc_con.webc_clr_wht caption {
  color: #000;
}
#webc_con.webc_clr_wht .webc_sub_head {
  border-left-color: #000;
}
#webc_con.webc_clr_wht .webc_icon_list:not(.webc_icon_ex) {
  background-color: #faf8f6;
  color: #000;
}
#webc_con.webc_clr_wht .webc_icon_ex {
  background-color: #faf8f6;
  color: #000;
}
#webc_con.webc_clr_wht .webc_more_btn {
  background: #fff;
  border-color: #b4b4b4;
  color: #000;
}
#webc_con.webc_clr_wht .webc_more_btn > span:before {
  color: #000;
}
#webc_con.webc_clr_wht .webc_more_btn:hover {
  background: rgb(215.7, 215.7, 215.7);
}
#webc_con.webc_clr_wht .webc_link_logout {
  color: #000;
}
#webc_con.webc_clr_wht .webc_link_logout span {
  color: #000;
}
#webc_con.webc_clr_wht .webc_photo figure {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_box {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_box .webc_box_head {
  background: #fff;
  border-color: #b4b4b4;
  color: #000;
}
#webc_con.webc_clr_wht .webc_box .webc_box_body {
  background: #faf8f6;
  color: #000;
}
#webc_con.webc_clr_wht .webc_inner_box .webc_inner_head {
  background: #fff;
  border-color: #b4b4b4;
  color: #000;
}
#webc_con.webc_clr_wht .webc_inner_box .webc_inner_body {
  background: #fff;
  border-color: #b4b4b4;
  color: #000;
}
#webc_con.webc_clr_wht .webc_inner_box .webc_inner_body .webc_inner_single {
  background: #fff;
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_carousel > .slick-arrow {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_wht .webc_table thead,
#webc_con.webc_clr_wht .webc_table tbody {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_table tbody th,
#webc_con.webc_clr_wht .webc_table tbody td {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_table .webc_table_pc caption {
  background: #f0ede9;
  color: #000;
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_table .webc_table_pc thead th,
#webc_con.webc_clr_wht .webc_table .webc_table_pc tbody th {
  background: #f0ede9;
  color: #000;
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_table .webc_table_sp thead th,
#webc_con.webc_clr_wht .webc_table .webc_table_sp tbody th {
  background: #f0ede9;
  color: #000;
}
#webc_con.webc_clr_wht .webc_table .webc_cancel tbody th {
  background: #faf8f6;
  color: #000;
}
#webc_con.webc_clr_wht .webc_price_col > div .webc_price:first-child:not(:last-child) {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_tag_list li {
  background: #fff;
  border-color: #b4b4b4;
  color: #000;
}
#webc_con.webc_clr_wht .webc_detail dl dt {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_person .webc_table_sp tbody th[colspan] {
  background: #f0ede9 !important;
  color: #000 !important;
}
#webc_con.webc_clr_wht .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #f0ede9;
  color: #000;
}
#webc_con.webc_clr_wht .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_acc .webc_table .webc_table_sp tbody td table th,
#webc_con.webc_clr_wht .webc_acc .webc_table .webc_table_sp tbody td table td {
  background: #faf8f6 !important;
  color: #000;
}
#webc_con.webc_clr_wht .webc_opt .webc_opt_head {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #f0ede9;
  border-color: #b4b4b4;
  color: #000;
}
#webc_con.webc_clr_wht .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_opt .webc_opt_body .webc_opt_detail .webc_detail {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_opt .webc_opt_body .webc_opt_cal_list, #webc_con.webc_clr_wht .webc_opt .webc_opt_body .webc_opt_cal_item {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_opt .webc_opt_body .webc_opt_cal_cap {
  border-color: #b4b4b4;
  background: #000;
  color: #fff;
}
#webc_con.webc_clr_wht .webc_opt .webc_opt_body .webc_opt_cal_list table th,
#webc_con.webc_clr_wht .webc_opt .webc_opt_body .webc_opt_cal_list table td {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_estimate .webc_table_pc tbody th {
  background: #faf8f6;
  color: #000;
}
#webc_con.webc_clr_wht .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_estimate_tax dl {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_xs_estimate_pc > div {
  background: #faf8f6;
  color: #000;
}
#webc_con.webc_clr_wht .webc_xs_estimate_pc > div > dl > dt {
  background: #faf8f6;
  color: #000;
}
#webc_con.webc_clr_wht .webc_xs_estimate_pc > div > dl > dt:before {
  border-color: #cdcdcd;
}
#webc_con.webc_clr_wht .webc_xs_estimate_pc > div > dl > dd {
  background: #fff;
}
#webc_con.webc_clr_wht .webc_xs_estimate_pc > div > dl > dd table tr th,
#webc_con.webc_clr_wht .webc_xs_estimate_pc > div > dl > dd table tr td {
  border-color: #b4b4b4;
}
:not([lang=ja]) #webc_con.webc_clr_wht .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_xs_estimate_pc > button {
  background: #6d6966;
  color: #fff;
}
#webc_con.webc_clr_wht .webc_xs_estimate_pc > button > span:before {
  color: #fff;
}
#webc_con.webc_clr_wht .webc_cal .webc_cal_tab li {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_cal .webc_cal_tab li:hover, #webc_con.webc_clr_wht .webc_cal .webc_cal_tab li.active {
  background: #faf8f6;
  color: #000;
}
#webc_con.webc_clr_wht .webc_cal .webc_cal_head {
  background: #f0ede9;
  color: #000;
}
#webc_con.webc_clr_wht .webc_cal .webc_cal_head button {
  background: #6d6966;
  color: #fff;
}
#webc_con.webc_clr_wht .webc_cal .webc_cal_head button > span:before {
  color: #fff;
}
#webc_con.webc_clr_wht .webc_cal .webc_cal_head button.webc_cal_prev:before {
  border-color: transparent #6d6966 transparent transparent;
}
#webc_con.webc_clr_wht .webc_cal .webc_cal_head button.webc_cal_prev:hover:before {
  border-right-color: rgb(140.044549763, 135.536492891, 132.155450237);
}
#webc_con.webc_clr_wht .webc_cal .webc_cal_head button.webc_cal_next:before {
  border-color: transparent transparent transparent #6d6966;
}
#webc_con.webc_clr_wht .webc_cal .webc_cal_head button.webc_cal_next:hover:before {
  border-left-color: rgb(140.044549763, 135.536492891, 132.155450237);
}
#webc_con.webc_clr_wht .webc_cal .webc_cal_head button:hover {
  background: rgb(140.044549763, 135.536492891, 132.155450237);
}
#webc_con.webc_clr_wht .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_wht .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_wht .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_wht .webc_cal .webc_cal_body tbody td {
  border-color: #cdcdcd;
}
#webc_con.webc_clr_wht .webc_cal .webc_cal_body thead {
  background: #6d6966;
  color: #fff;
}
#webc_con.webc_clr_wht .webc_cal .webc_cal_body.webc_cal_week {
  background: #f0ede9;
}
#webc_con.webc_clr_wht .webc_cal .webc_cal_event_info > p a {
  background: #f0ede9;
  color: #000;
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_tel .webc_table_pc tbody th {
  background: #f0ede9;
  color: #000;
}
#webc_con.webc_clr_wht .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_clr_wht .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_wht .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_wht .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_wht .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_form dl:not([class]),
#webc_con.webc_clr_wht .webc_form dl.valid-group {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_form dl:not([class]) > dt,
#webc_con.webc_clr_wht .webc_form dl.valid-group > dt {
  background: #f0ede9;
  border-color: #b4b4b4;
  color: #000;
}
#webc_con.webc_clr_wht .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_clr_wht .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_clr_wht .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_form dl:not([class]) > dd.webc_member_point .webc_point,
#webc_con.webc_clr_wht .webc_form dl.valid-group > dd.webc_member_point .webc_point {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_payment {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_payment > dt {
  background: #f0ede9;
  border-color: #b4b4b4;
  color: #000;
}
#webc_con.webc_clr_wht .webc_payment > dd ul li {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_payment > dd .webc_payment_item label {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_payment > dd .webc_payment_list {
  background: #f0ede9;
}
#webc_con.webc_clr_wht .webc_error {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_select .webc_select_type_pc, #webc_con.webc_clr_wht .webc_select .webc_select_type_sp {
  background: #6d6966;
  color: #fff;
}
#webc_con.webc_clr_wht .webc_select .webc_select_type_pc:before, #webc_con.webc_clr_wht .webc_select .webc_select_type_sp:before {
  border-color: transparent;
}
#webc_con.webc_clr_wht .webc_select .webc_select_type_pc .webc_select_list .webc_select_item, #webc_con.webc_clr_wht .webc_select .webc_select_type_sp .webc_select_list .webc_select_item {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_select .webc_select_type_pc:before {
  border-left-color: #6d6966;
}
#webc_con.webc_clr_wht .webc_select .webc_select_type_sp:before {
  border-top-color: #6d6966;
}
#webc_con.webc_clr_wht .webc_discount dl {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_coupon_cap::after {
  background: #fff;
}
#webc_con.webc_clr_wht .webc_coupon li.webc_coupon_cap::after {
  background: #faf8f6;
}
#webc_con.webc_clr_wht .webc_coupon dl {
  background: #fff;
  border-color: #fff;
}
#webc_con.webc_clr_wht .webc_coupon dl dd + dd:not(.webc_coupon_attention) {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_breadcrumb {
  background: none;
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_breadcrumb li a {
  background: #faf8f6;
  border-color: #b4b4b4;
  color: #000;
}
#webc_con.webc_clr_wht .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, transparent 50%, #faf8f6 50%), linear-gradient(to top right, #faf8f6 50%, transparent 50%);
}
#webc_con.webc_clr_wht .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #b4b4b4 50%), linear-gradient(to top right, #b4b4b4 50%, transparent 50%);
}
#webc_con.webc_clr_wht .webc_breadcrumb li a span {
  background: #000;
  color: #fff;
}
#webc_con.webc_clr_wht .webc_breadcrumb li.active a {
  background: #6d6966;
  color: #fff;
}
#webc_con.webc_clr_wht .webc_breadcrumb li.active a:before, #webc_con.webc_clr_wht .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #6d6966 50%), linear-gradient(to top right, #6d6966 50%, transparent 50%);
}
#webc_con.webc_clr_wht .webc_top_nav li {
  border-color: #000;
}
#webc_con.webc_clr_wht .webc_top_nav li a {
  color: #000;
}
#webc_con.webc_clr_wht .webc_page_nav ul li.active {
  border-color: #6d6966 !important;
}
#webc_con.webc_clr_wht .webc_page_nav ul li.active a:before {
  border-color: #6d6966 transparent transparent transparent;
}
#webc_con.webc_clr_wht .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dt a {
  color: #000;
  text-decoration: underline;
}
#webc_con.webc_clr_wht .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item .webc_com_box {
  color: #000;
}
#webc_con.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_head {
  background: none;
}
#webc_con.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dt,
#webc_con.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dt {
  background: #faf8f6;
  color: #000;
}
#webc_con.webc_clr_wht .webc_contact .webc_box .webc_box_body .webc_inner_box .webc_inner_body:first-child:last-child {
  background: none;
}
#webc_con.webc_clr_wht .webc_contact .webc_box .webc_box_body .webc_inner_box .webc_inner_body:first-child:last-child .webc_form {
  border-color: transparent;
}
#webc_con.webc_clr_wht .webc_avlbl .webc_box_body {
  background: none;
}
#webc_con.webc_clr_wht .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_clr_wht .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  background: #f0ede9;
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button {
  background: #6d6966;
  color: #fff;
}
#webc_con.webc_clr_wht .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button[disabled] {
  color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dt a {
  color: #000;
}
#webc_con.webc_clr_wht .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_wht .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_plan_img_list .webc_img_list p:not(:empty) + p {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_thanks .webc_box .webc_box_body > .webc_com_box {
  border-color: #b4b4b4;
  background: #fff;
}
#webc_con.webc_clr_wht .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_detail dl dt {
  background: #faf8f6;
}
#webc_con.webc_clr_wht .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_booked_show .webc_tel dt {
  border-color: #b4b4b4;
  background: #f0ede9;
  color: #000;
}
#webc_con.webc_clr_wht .webc_booked_show .webc_opt .webc_opt_body .webc_opt_detail .webc_caption {
  color: #000;
}
#webc_con.webc_clr_wht .webc_booked_show .webc_history .webc_table table tbody th {
  background: #faf8f6;
  color: #000;
}
#webc_con.webc_clr_wht .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_clr_wht .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_clr_wht .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_clr_wht .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_clr_wht .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_clr_wht .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollHead {
  background: #f0ede9;
  color: #000;
}
#webc_con.webc_clr_wht .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(odd) {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_wht .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(even) {
  background: #faf8f6;
  color: #000;
}
#webc_con.webc_clr_wht .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn {
  background: none;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_detail dl dt, #webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dt {
  background: #faf8f6;
  color: #000;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_caption {
  border-color: #b4b4b4;
  background: #f0ede9;
  color: #000;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col2 dl dd .webc_coupon_cap::after {
  background: #fff;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_list .webc_inbound_sp {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div.webc_photo {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > h2,
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan {
  background: #faf8f6;
  border-color: #b4b4b4;
  color: #000;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dt {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul.webc_tag_list li {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul .webc_coupon_cap::after {
  background: #faf8f6;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  background: none;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dl dt {
  background: #fff;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4, #webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4 {
  background: #000;
  color: #fff;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box h4 {
  background: #000;
  color: #fff;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_coupon dl {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail {
  background: none;
}
#webc_con.webc_clr_wht.webc_dsn_typeD .webc_plan_single .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #b4b4b4;
}
#webc_con.webc_clr_lgtblu {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_lgtblu .pagination li a,
#webc_con.webc_clr_lgtblu .pagination li span {
  background: #fff;
  border-color: #77bada;
  color: #000;
}
#webc_con.webc_clr_lgtblu .pagination li.active a,
#webc_con.webc_clr_lgtblu .pagination li.active span {
  background: #57b1db;
  border-color: #57b1db;
  color: #fff;
}
#webc_con.webc_clr_lgtblu .pagination li:first-child a,
#webc_con.webc_clr_lgtblu .pagination li:first-child span, #webc_con.webc_clr_lgtblu .pagination li:last-child a,
#webc_con.webc_clr_lgtblu .pagination li:last-child span {
  background: #acdaf0;
  color: #222;
}
#webc_con.webc_clr_lgtblu caption {
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_sub_head {
  border-left-color: #000;
}
#webc_con.webc_clr_lgtblu .webc_icon_list:not(.webc_icon_ex) {
  background-color: #e3f4ff;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_icon_ex {
  background-color: #e3f4ff;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_more_btn {
  background: #fff;
  border-color: #77bada;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_more_btn > span:before {
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_more_btn:hover {
  background: rgb(175.1294797688, 214.4774566474, 233.2705202312);
}
#webc_con.webc_clr_lgtblu .webc_link_logout {
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_link_logout span {
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_photo figure {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_box {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_box .webc_box_head {
  background: #1a92cb;
  border-color: #dde9fc;
  color: #fff;
}
#webc_con.webc_clr_lgtblu .webc_box .webc_box_body {
  background: #fff;
}
#webc_con.webc_clr_lgtblu .webc_inner_box .webc_inner_head {
  background: #57b1db;
  border-color: transparent;
  border-bottom-color: #b0ddf2;
  color: #fff;
}
#webc_con.webc_clr_lgtblu .webc_inner_box .webc_inner_body {
  background: #e3f4ff;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_inner_box .webc_inner_body .webc_inner_single {
  background: #fff;
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_carousel > .slick-arrow {
  background: #57b1db;
  color: #fff;
}
#webc_con.webc_clr_lgtblu .webc_table thead,
#webc_con.webc_clr_lgtblu .webc_table tbody {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_table tbody th,
#webc_con.webc_clr_lgtblu .webc_table tbody td {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_table .webc_table_pc caption {
  background: #acdaf0;
  color: #222;
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_table .webc_table_pc thead th,
#webc_con.webc_clr_lgtblu .webc_table .webc_table_pc tbody th {
  background: #acdaf0;
  color: #222;
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_table .webc_table_sp thead th,
#webc_con.webc_clr_lgtblu .webc_table .webc_table_sp tbody th {
  background: #acdaf0;
  color: #222;
}
#webc_con.webc_clr_lgtblu .webc_table .webc_cancel tbody th {
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_price_col > div .webc_price:first-child:not(:last-child) {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_tag_list li {
  background: #e3f4ff;
  border-color: #e3f4ff;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_detail dl dt {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_person .webc_table_sp tbody th[colspan] {
  background: #acdaf0 !important;
  color: #222 !important;
}
#webc_con.webc_clr_lgtblu .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #acdaf0;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_acc .webc_table .webc_table_sp tbody td table th,
#webc_con.webc_clr_lgtblu .webc_acc .webc_table .webc_table_sp tbody td table td {
  background: #e3f4ff !important;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_opt .webc_opt_head {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #acdaf0;
  border-color: #77bada;
  color: #222;
}
#webc_con.webc_clr_lgtblu .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_opt .webc_opt_body .webc_opt_detail .webc_detail {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_opt .webc_opt_body .webc_opt_cal_list, #webc_con.webc_clr_lgtblu .webc_opt .webc_opt_body .webc_opt_cal_item {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_opt .webc_opt_body .webc_opt_cal_cap {
  border-color: #77bada;
  background: #1a92cb;
  color: #fff;
}
#webc_con.webc_clr_lgtblu .webc_opt .webc_opt_body .webc_opt_cal_list table th,
#webc_con.webc_clr_lgtblu .webc_opt .webc_opt_body .webc_opt_cal_list table td {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_estimate .webc_table_pc tbody th {
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_estimate_tax dl {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_xs_estimate_pc > div {
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_xs_estimate_pc > div > dl > dt {
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_xs_estimate_pc > div > dl > dt:before {
  border-color: #fff;
}
#webc_con.webc_clr_lgtblu .webc_xs_estimate_pc > div > dl > dd {
  background: #fff;
}
#webc_con.webc_clr_lgtblu .webc_xs_estimate_pc > div > dl > dd table tr th,
#webc_con.webc_clr_lgtblu .webc_xs_estimate_pc > div > dl > dd table tr td {
  border-color: #77bada;
}
:not([lang=ja]) #webc_con.webc_clr_lgtblu .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_xs_estimate_pc > button {
  background: #1a92cb;
  color: #fff;
}
#webc_con.webc_clr_lgtblu .webc_xs_estimate_pc > button > span:before {
  color: #fff;
}
#webc_con.webc_clr_lgtblu .webc_cal .webc_cal_tab li {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_cal .webc_cal_tab li:hover, #webc_con.webc_clr_lgtblu .webc_cal .webc_cal_tab li.active {
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_cal .webc_cal_head {
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_cal .webc_cal_head button {
  background: #57b1db;
  color: #fff;
}
#webc_con.webc_clr_lgtblu .webc_cal .webc_cal_head button > span:before {
  color: #fff;
}
#webc_con.webc_clr_lgtblu .webc_cal .webc_cal_head button.webc_cal_prev:before {
  border-color: transparent #57b1db transparent transparent;
}
#webc_con.webc_clr_lgtblu .webc_cal .webc_cal_head button.webc_cal_prev:hover:before {
  border-right-color: rgb(137.4, 200.4, 229.8);
}
#webc_con.webc_clr_lgtblu .webc_cal .webc_cal_head button.webc_cal_next:before {
  border-color: transparent transparent transparent #57b1db;
}
#webc_con.webc_clr_lgtblu .webc_cal .webc_cal_head button.webc_cal_next:hover:before {
  border-left-color: rgb(137.4, 200.4, 229.8);
}
#webc_con.webc_clr_lgtblu .webc_cal .webc_cal_head button:hover {
  background: rgb(137.4, 200.4, 229.8);
}
#webc_con.webc_clr_lgtblu .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_lgtblu .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_lgtblu .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_lgtblu .webc_cal .webc_cal_body tbody td {
  border-color: #fff;
}
#webc_con.webc_clr_lgtblu .webc_cal .webc_cal_body thead {
  background: #57b1db;
  color: #fff;
}
#webc_con.webc_clr_lgtblu .webc_cal .webc_cal_body.webc_cal_week {
  background: #e3f4ff;
}
#webc_con.webc_clr_lgtblu .webc_cal .webc_cal_event_info > p a {
  background: #acdaf0;
  color: #222;
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_tel .webc_table_pc tbody th {
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_clr_lgtblu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_lgtblu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_lgtblu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_lgtblu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_form dl:not([class]),
#webc_con.webc_clr_lgtblu .webc_form dl.valid-group {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_form dl:not([class]) > dt,
#webc_con.webc_clr_lgtblu .webc_form dl.valid-group > dt {
  background: #acdaf0;
  border-color: #77bada;
  color: #222;
}
#webc_con.webc_clr_lgtblu .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_clr_lgtblu .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_clr_lgtblu .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_form dl:not([class]) > dd.webc_member_point .webc_point,
#webc_con.webc_clr_lgtblu .webc_form dl.valid-group > dd.webc_member_point .webc_point {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_payment {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_payment > dt {
  background: #acdaf0;
  border-color: #77bada;
  color: #222;
}
#webc_con.webc_clr_lgtblu .webc_payment > dd ul li {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_payment > dd .webc_payment_item label {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_payment > dd .webc_payment_list {
  background: #acdaf0;
}
#webc_con.webc_clr_lgtblu .webc_error {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_select .webc_select_type_pc, #webc_con.webc_clr_lgtblu .webc_select .webc_select_type_sp {
  background: #acdaf0;
  color: #222;
}
#webc_con.webc_clr_lgtblu .webc_select .webc_select_type_pc:before, #webc_con.webc_clr_lgtblu .webc_select .webc_select_type_sp:before {
  border-color: transparent;
}
#webc_con.webc_clr_lgtblu .webc_select .webc_select_type_pc .webc_select_list .webc_select_item, #webc_con.webc_clr_lgtblu .webc_select .webc_select_type_sp .webc_select_list .webc_select_item {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_select .webc_select_type_pc:before {
  border-left-color: #acdaf0;
}
#webc_con.webc_clr_lgtblu .webc_select .webc_select_type_sp:before {
  border-top-color: #acdaf0;
}
#webc_con.webc_clr_lgtblu .webc_discount dl {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_coupon_cap::after {
  background: #fff;
}
#webc_con.webc_clr_lgtblu .webc_coupon dl {
  background: #fff;
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_coupon dl dd + dd:not(.webc_coupon_attention) {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_breadcrumb {
  background: none;
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_breadcrumb li a {
  background: #e3f4ff;
  border-color: #77bada;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, transparent 50%, #e3f4ff 50%), linear-gradient(to top right, #e3f4ff 50%, transparent 50%);
}
#webc_con.webc_clr_lgtblu .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #77bada 50%), linear-gradient(to top right, #77bada 50%, transparent 50%);
}
#webc_con.webc_clr_lgtblu .webc_breadcrumb li a span {
  background: #3076df;
  color: #fff;
}
#webc_con.webc_clr_lgtblu .webc_breadcrumb li.active a {
  background: #53a2ec;
  color: #fff;
}
#webc_con.webc_clr_lgtblu .webc_breadcrumb li.active a:before, #webc_con.webc_clr_lgtblu .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #53a2ec 50%), linear-gradient(to top right, #53a2ec 50%, transparent 50%);
}
#webc_con.webc_clr_lgtblu .webc_top_nav li {
  border-color: #000;
}
#webc_con.webc_clr_lgtblu .webc_top_nav li a {
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_page_nav ul li.active {
  border-color: #53a2ec !important;
}
#webc_con.webc_clr_lgtblu .webc_page_nav ul li.active a:before {
  border-color: #53a2ec transparent transparent transparent;
}
#webc_con.webc_clr_lgtblu .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dt a {
  color: #222;
  text-decoration: underline;
}
#webc_con.webc_clr_lgtblu .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item .webc_com_box {
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail {
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead,
#webc_con.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody {
  border-color: #e3f4ff !important;
}
#webc_con.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead th,
#webc_con.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead td,
#webc_con.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody th,
#webc_con.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody td {
  border-color: #e3f4ff !important;
}
#webc_con.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dt,
#webc_con.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dt {
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_contact .webc_box .webc_box_body .webc_inner_box .webc_inner_body:first-child:last-child {
  background: none;
}
#webc_con.webc_clr_lgtblu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_clr_lgtblu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  background: #acdaf0;
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button {
  background: #1a92cb;
  color: #fff;
}
#webc_con.webc_clr_lgtblu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button[disabled] {
  color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dt a {
  color: #222;
}
#webc_con.webc_clr_lgtblu .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_lgtblu .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_plan_img_list .webc_img_list p:not(:empty) + p {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_thanks .webc_box .webc_box_body > .webc_com_box {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_booked_show .webc_tel dt {
  border-color: #77bada;
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_booked_show .webc_opt .webc_opt_body .webc_opt_detail .webc_caption {
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_booked_show .webc_history .webc_table table tbody th {
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_clr_lgtblu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_clr_lgtblu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_clr_lgtblu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_clr_lgtblu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_clr_lgtblu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollHead {
  background: #acdaf0;
  color: #222;
}
#webc_con.webc_clr_lgtblu .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(odd) {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(even) {
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_clr_lgtblu .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn {
  background: none;
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_detail dl dt, #webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dt {
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_caption {
  border-color: #77bada;
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table thead th {
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_list .webc_inbound_sp {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div.webc_photo {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > h2,
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan {
  background: #e3f4ff;
  border-color: #77bada;
  color: #000;
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dt {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul.webc_tag_list li {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul .webc_coupon_cap::after {
  background: #e3f4ff;
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  background: none;
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4, #webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4 {
  background: #57b1db;
  color: #fff;
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box {
  border-color: #77bada;
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box h4 {
  background: #57b1db;
  color: #fff;
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail {
  background: none;
}
#webc_con.webc_clr_lgtblu.webc_dsn_typeD .webc_plan_single .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #77bada;
}
#webc_con.webc_clr_prp {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_prp .pagination li a,
#webc_con.webc_clr_prp .pagination li span {
  background: #fff;
  border-color: #a9a1c0;
  color: #000;
}
#webc_con.webc_clr_prp .pagination li.active a,
#webc_con.webc_clr_prp .pagination li.active span {
  background: #806f91;
  border-color: #806f91;
  color: #fff;
}
#webc_con.webc_clr_prp .pagination li:first-child a,
#webc_con.webc_clr_prp .pagination li:first-child span, #webc_con.webc_clr_prp .pagination li:last-child a,
#webc_con.webc_clr_prp .pagination li:last-child span {
  background: #dbd2e6;
  color: #222;
}
#webc_con.webc_clr_prp caption {
  color: #000;
}
#webc_con.webc_clr_prp .webc_sub_head {
  border-left-color: #000;
}
#webc_con.webc_clr_prp .webc_icon_list:not(.webc_icon_ex) {
  background-color: #ede9ef;
  color: #000;
}
#webc_con.webc_clr_prp .webc_icon_ex {
  background-color: #ede9ef;
  color: #000;
}
#webc_con.webc_clr_prp .webc_more_btn {
  background: #fff;
  border-color: #a9a1c0;
  color: #000;
}
#webc_con.webc_clr_prp .webc_more_btn > span:before {
  color: #000;
}
#webc_con.webc_clr_prp .webc_more_btn:hover {
  background: rgb(208.1108280255, 203.749044586, 220.650955414);
}
#webc_con.webc_clr_prp .webc_link_logout {
  color: #000;
}
#webc_con.webc_clr_prp .webc_link_logout span {
  color: #000;
}
#webc_con.webc_clr_prp .webc_photo figure {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_box {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_box .webc_box_head {
  background: #675273;
  border-color: #ede9ef;
  color: #fff;
}
#webc_con.webc_clr_prp .webc_box .webc_box_body {
  background: #fff;
}
#webc_con.webc_clr_prp .webc_inner_box .webc_inner_head {
  background: #806f91;
  border-color: transparent;
  border-bottom-color: #cdc4d6;
  color: #fff;
}
#webc_con.webc_clr_prp .webc_inner_box .webc_inner_body {
  background: #ede9ef;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_clr_prp .webc_inner_box .webc_inner_body .webc_inner_single {
  background: #fff;
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_carousel > .slick-arrow {
  background: #806f91;
  color: #fff;
}
#webc_con.webc_clr_prp .webc_table thead,
#webc_con.webc_clr_prp .webc_table tbody {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_table tbody th,
#webc_con.webc_clr_prp .webc_table tbody td {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_table .webc_table_pc caption {
  background: #dbd2e6;
  color: #222;
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_table .webc_table_pc thead th,
#webc_con.webc_clr_prp .webc_table .webc_table_pc tbody th {
  background: #dbd2e6;
  color: #222;
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_table .webc_table_sp thead th,
#webc_con.webc_clr_prp .webc_table .webc_table_sp tbody th {
  background: #dbd2e6;
  color: #222;
}
#webc_con.webc_clr_prp .webc_table .webc_cancel tbody th {
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_clr_prp .webc_price_col > div .webc_price:first-child:not(:last-child) {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_tag_list li {
  background: #ede9ef;
  border-color: #ede9ef;
  color: #000;
}
#webc_con.webc_clr_prp .webc_detail dl dt {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_person .webc_table_sp tbody th[colspan] {
  background: #dbd2e6 !important;
  color: #222 !important;
}
#webc_con.webc_clr_prp .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #dbd2e6;
  color: #000;
}
#webc_con.webc_clr_prp .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_acc .webc_table .webc_table_sp tbody td table th,
#webc_con.webc_clr_prp .webc_acc .webc_table .webc_table_sp tbody td table td {
  background: #ede9ef !important;
  color: #000;
}
#webc_con.webc_clr_prp .webc_opt .webc_opt_head {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #dbd2e6;
  border-color: #a9a1c0;
  color: #222;
}
#webc_con.webc_clr_prp .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_opt .webc_opt_body .webc_opt_detail .webc_detail {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_opt .webc_opt_body .webc_opt_cal_list, #webc_con.webc_clr_prp .webc_opt .webc_opt_body .webc_opt_cal_item {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_opt .webc_opt_body .webc_opt_cal_cap {
  border-color: #a9a1c0;
  background: #675273;
  color: #fff;
}
#webc_con.webc_clr_prp .webc_opt .webc_opt_body .webc_opt_cal_list table th,
#webc_con.webc_clr_prp .webc_opt .webc_opt_body .webc_opt_cal_list table td {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_estimate .webc_table_pc tbody th {
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_clr_prp .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_estimate_tax dl {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_xs_estimate_pc > div {
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_clr_prp .webc_xs_estimate_pc > div > dl > dt {
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_clr_prp .webc_xs_estimate_pc > div > dl > dt:before {
  border-color: #fff;
}
#webc_con.webc_clr_prp .webc_xs_estimate_pc > div > dl > dd {
  background: #fff;
}
#webc_con.webc_clr_prp .webc_xs_estimate_pc > div > dl > dd table tr th,
#webc_con.webc_clr_prp .webc_xs_estimate_pc > div > dl > dd table tr td {
  border-color: #a9a1c0;
}
:not([lang=ja]) #webc_con.webc_clr_prp .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_xs_estimate_pc > button {
  background: #675273;
  color: #fff;
}
#webc_con.webc_clr_prp .webc_xs_estimate_pc > button > span:before {
  color: #fff;
}
#webc_con.webc_clr_prp .webc_cal .webc_cal_tab li {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_cal .webc_cal_tab li:hover, #webc_con.webc_clr_prp .webc_cal .webc_cal_tab li.active {
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_clr_prp .webc_cal .webc_cal_head {
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_clr_prp .webc_cal .webc_cal_head button {
  background: #806f91;
  color: #fff;
}
#webc_con.webc_clr_prp .webc_cal .webc_cal_head button > span:before {
  color: #fff;
}
#webc_con.webc_clr_prp .webc_cal .webc_cal_head button.webc_cal_prev:before {
  border-color: transparent #806f91 transparent transparent;
}
#webc_con.webc_clr_prp .webc_cal .webc_cal_head button.webc_cal_prev:hover:before {
  border-right-color: rgb(158.6, 145.6960629921, 171.5039370079);
}
#webc_con.webc_clr_prp .webc_cal .webc_cal_head button.webc_cal_next:before {
  border-color: transparent transparent transparent #806f91;
}
#webc_con.webc_clr_prp .webc_cal .webc_cal_head button.webc_cal_next:hover:before {
  border-left-color: rgb(158.6, 145.6960629921, 171.5039370079);
}
#webc_con.webc_clr_prp .webc_cal .webc_cal_head button:hover {
  background: rgb(158.6, 145.6960629921, 171.5039370079);
}
#webc_con.webc_clr_prp .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_prp .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_prp .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_prp .webc_cal .webc_cal_body tbody td {
  border-color: #fff;
}
#webc_con.webc_clr_prp .webc_cal .webc_cal_body thead {
  background: #806f91;
  color: #fff;
}
#webc_con.webc_clr_prp .webc_cal .webc_cal_body.webc_cal_week {
  background: #ede9ef;
}
#webc_con.webc_clr_prp .webc_cal .webc_cal_event_info > p a {
  background: #dbd2e6;
  color: #222;
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_tel .webc_table_pc tbody th {
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_clr_prp .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_clr_prp .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_prp .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_prp .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_prp .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_form dl:not([class]),
#webc_con.webc_clr_prp .webc_form dl.valid-group {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_form dl:not([class]) > dt,
#webc_con.webc_clr_prp .webc_form dl.valid-group > dt {
  background: #dbd2e6;
  border-color: #a9a1c0;
  color: #222;
}
#webc_con.webc_clr_prp .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_clr_prp .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_clr_prp .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_form dl:not([class]) > dd.webc_member_point .webc_point,
#webc_con.webc_clr_prp .webc_form dl.valid-group > dd.webc_member_point .webc_point {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_payment {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_payment > dt {
  background: #dbd2e6;
  border-color: #a9a1c0;
  color: #222;
}
#webc_con.webc_clr_prp .webc_payment > dd ul li {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_payment > dd .webc_payment_item label {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_payment > dd .webc_payment_list {
  background: #dbd2e6;
}
#webc_con.webc_clr_prp .webc_error {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_select .webc_select_type_pc, #webc_con.webc_clr_prp .webc_select .webc_select_type_sp {
  background: #dbd2e6;
  color: #222;
}
#webc_con.webc_clr_prp .webc_select .webc_select_type_pc:before, #webc_con.webc_clr_prp .webc_select .webc_select_type_sp:before {
  border-color: transparent;
}
#webc_con.webc_clr_prp .webc_select .webc_select_type_pc .webc_select_list .webc_select_item, #webc_con.webc_clr_prp .webc_select .webc_select_type_sp .webc_select_list .webc_select_item {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_select .webc_select_type_pc:before {
  border-left-color: #dbd2e6;
}
#webc_con.webc_clr_prp .webc_select .webc_select_type_sp:before {
  border-top-color: #dbd2e6;
}
#webc_con.webc_clr_prp .webc_discount dl {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_coupon_cap::after {
  background: #fff;
}
#webc_con.webc_clr_prp .webc_coupon dl {
  background: #fff;
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_coupon dl dd + dd:not(.webc_coupon_attention) {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_breadcrumb {
  background: none;
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_breadcrumb li a {
  background: #ede9ef;
  border-color: #a9a1c0;
  color: #000;
}
#webc_con.webc_clr_prp .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, transparent 50%, #ede9ef 50%), linear-gradient(to top right, #ede9ef 50%, transparent 50%);
}
#webc_con.webc_clr_prp .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #a9a1c0 50%), linear-gradient(to top right, #a9a1c0 50%, transparent 50%);
}
#webc_con.webc_clr_prp .webc_breadcrumb li a span {
  background: #462564;
  color: #fff;
}
#webc_con.webc_clr_prp .webc_breadcrumb li.active a {
  background: #89709f;
  color: #fff;
}
#webc_con.webc_clr_prp .webc_breadcrumb li.active a:before, #webc_con.webc_clr_prp .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #89709f 50%), linear-gradient(to top right, #89709f 50%, transparent 50%);
}
#webc_con.webc_clr_prp .webc_top_nav li {
  border-color: #000;
}
#webc_con.webc_clr_prp .webc_top_nav li a {
  color: #000;
}
#webc_con.webc_clr_prp .webc_page_nav ul li.active {
  border-color: #89709f !important;
}
#webc_con.webc_clr_prp .webc_page_nav ul li.active a:before {
  border-color: #89709f transparent transparent transparent;
}
#webc_con.webc_clr_prp .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dt a {
  color: #222;
  text-decoration: underline;
}
#webc_con.webc_clr_prp .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item .webc_com_box {
  color: #000;
}
#webc_con.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail {
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead,
#webc_con.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody {
  border-color: #ede9ef !important;
}
#webc_con.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead th,
#webc_con.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead td,
#webc_con.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody th,
#webc_con.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody td {
  border-color: #ede9ef !important;
}
#webc_con.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dt,
#webc_con.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dt {
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_clr_prp .webc_contact .webc_box .webc_box_body .webc_inner_box .webc_inner_body:first-child:last-child {
  background: none;
}
#webc_con.webc_clr_prp .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_clr_prp .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  background: #dbd2e6;
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button {
  background: #675273;
  color: #fff;
}
#webc_con.webc_clr_prp .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button[disabled] {
  color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dt a {
  color: #222;
}
#webc_con.webc_clr_prp .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_prp .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_plan_img_list .webc_img_list p:not(:empty) + p {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_thanks .webc_box .webc_box_body > .webc_com_box {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_booked_show .webc_tel dt {
  border-color: #a9a1c0;
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_clr_prp .webc_booked_show .webc_opt .webc_opt_body .webc_opt_detail .webc_caption {
  color: #000;
}
#webc_con.webc_clr_prp .webc_booked_show .webc_history .webc_table table tbody th {
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_clr_prp .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_clr_prp .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_clr_prp .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_clr_prp .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_clr_prp .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_clr_prp .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollHead {
  background: #dbd2e6;
  color: #222;
}
#webc_con.webc_clr_prp .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(odd) {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_prp .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(even) {
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_clr_prp .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn {
  background: none;
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_detail dl dt, #webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dt {
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_caption {
  border-color: #a9a1c0;
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table thead th {
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_list .webc_inbound_sp {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div.webc_photo {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > h2,
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan {
  background: #ede9ef;
  border-color: #a9a1c0;
  color: #000;
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dt {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul.webc_tag_list li {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul .webc_coupon_cap::after {
  background: #ede9ef;
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  background: none;
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4, #webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4 {
  background: #806f91;
  color: #fff;
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box h4 {
  background: #806f91;
  color: #fff;
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail {
  background: none;
}
#webc_con.webc_clr_prp.webc_dsn_typeD .webc_plan_single .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #a9a1c0;
}
#webc_con.webc_clr_org {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_org .pagination li a,
#webc_con.webc_clr_org .pagination li span {
  background: #fff;
  border-color: #ddba9d;
  color: #000;
}
#webc_con.webc_clr_org .pagination li.active a,
#webc_con.webc_clr_org .pagination li.active span {
  background: #e99b48;
  border-color: #e99b48;
  color: #fff;
}
#webc_con.webc_clr_org .pagination li:first-child a,
#webc_con.webc_clr_org .pagination li:first-child span, #webc_con.webc_clr_org .pagination li:last-child a,
#webc_con.webc_clr_org .pagination li:last-child span {
  background: #fcdebc;
  color: #222;
}
#webc_con.webc_clr_org caption {
  color: #000;
}
#webc_con.webc_clr_org .webc_sub_head {
  border-left-color: #000;
}
#webc_con.webc_clr_org .webc_icon_list:not(.webc_icon_ex) {
  background-color: #fff3e5;
  color: #000;
}
#webc_con.webc_clr_org .webc_icon_ex {
  background-color: #fff3e5;
  color: #000;
}
#webc_con.webc_clr_org .webc_more_btn {
  background: #fff;
  border-color: #ddba9d;
  color: #000;
}
#webc_con.webc_clr_org .webc_more_btn > span:before {
  color: #000;
}
#webc_con.webc_clr_org .webc_more_btn:hover {
  background: rgb(239.3909090909, 223.3227272727, 210.0090909091);
}
#webc_con.webc_clr_org .webc_link_logout {
  color: #000;
}
#webc_con.webc_clr_org .webc_link_logout span {
  color: #000;
}
#webc_con.webc_clr_org .webc_photo figure {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_box {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_box .webc_box_head {
  background: #de801e;
  border-color: #fff3e5;
  color: #fff;
}
#webc_con.webc_clr_org .webc_box .webc_box_body {
  background: #fff;
}
#webc_con.webc_clr_org .webc_inner_box .webc_inner_head {
  background: #e99b48;
  border-color: transparent;
  border-bottom-color: #ebbc7d;
  color: #fff;
}
#webc_con.webc_clr_org .webc_inner_box .webc_inner_body {
  background: #fff3e5;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_clr_org .webc_inner_box .webc_inner_body .webc_inner_single {
  background: #fff;
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_carousel > .slick-arrow {
  background: #e99b48;
  color: #fff;
}
#webc_con.webc_clr_org .webc_table thead,
#webc_con.webc_clr_org .webc_table tbody {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_table tbody th,
#webc_con.webc_clr_org .webc_table tbody td {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_table .webc_table_pc caption {
  background: #fcdebc;
  color: #222;
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_table .webc_table_pc thead th,
#webc_con.webc_clr_org .webc_table .webc_table_pc tbody th {
  background: #fcdebc;
  color: #222;
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_table .webc_table_sp thead th,
#webc_con.webc_clr_org .webc_table .webc_table_sp tbody th {
  background: #fcdebc;
  color: #222;
}
#webc_con.webc_clr_org .webc_table .webc_cancel tbody th {
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_clr_org .webc_price_col > div .webc_price:first-child:not(:last-child) {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_tag_list li {
  background: #fff3e5;
  border-color: #fff3e5;
  color: #000;
}
#webc_con.webc_clr_org .webc_detail dl dt {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_person .webc_table_sp tbody th[colspan] {
  background: #fcdebc !important;
  color: #222 !important;
}
#webc_con.webc_clr_org .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #fcdebc;
  color: #000;
}
#webc_con.webc_clr_org .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_acc .webc_table .webc_table_sp tbody td table th,
#webc_con.webc_clr_org .webc_acc .webc_table .webc_table_sp tbody td table td {
  background: #fff3e5 !important;
  color: #000;
}
#webc_con.webc_clr_org .webc_opt .webc_opt_head {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #fcdebc;
  border-color: #ddba9d;
  color: #222;
}
#webc_con.webc_clr_org .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_opt .webc_opt_body .webc_opt_detail .webc_detail {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_opt .webc_opt_body .webc_opt_cal_list, #webc_con.webc_clr_org .webc_opt .webc_opt_body .webc_opt_cal_item {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_opt .webc_opt_body .webc_opt_cal_cap {
  border-color: #ddba9d;
  background: #de801e;
  color: #fff;
}
#webc_con.webc_clr_org .webc_opt .webc_opt_body .webc_opt_cal_list table th,
#webc_con.webc_clr_org .webc_opt .webc_opt_body .webc_opt_cal_list table td {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_estimate .webc_table_pc tbody th {
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_clr_org .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_estimate_tax dl {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_xs_estimate_pc > div {
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_clr_org .webc_xs_estimate_pc > div > dl > dt {
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_clr_org .webc_xs_estimate_pc > div > dl > dt:before {
  border-color: #fff;
}
#webc_con.webc_clr_org .webc_xs_estimate_pc > div > dl > dd {
  background: #fff;
}
#webc_con.webc_clr_org .webc_xs_estimate_pc > div > dl > dd table tr th,
#webc_con.webc_clr_org .webc_xs_estimate_pc > div > dl > dd table tr td {
  border-color: #ddba9d;
}
:not([lang=ja]) #webc_con.webc_clr_org .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_xs_estimate_pc > button {
  background: #de801e;
  color: #fff;
}
#webc_con.webc_clr_org .webc_xs_estimate_pc > button > span:before {
  color: #fff;
}
#webc_con.webc_clr_org .webc_cal .webc_cal_tab li {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_cal .webc_cal_tab li:hover, #webc_con.webc_clr_org .webc_cal .webc_cal_tab li.active {
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_clr_org .webc_cal .webc_cal_head {
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_clr_org .webc_cal .webc_cal_head button {
  background: #e99b48;
  color: #fff;
}
#webc_con.webc_clr_org .webc_cal .webc_cal_head button > span:before {
  color: #fff;
}
#webc_con.webc_clr_org .webc_cal .webc_cal_head button.webc_cal_prev:before {
  border-color: transparent #e99b48 transparent transparent;
}
#webc_con.webc_clr_org .webc_cal .webc_cal_head button.webc_cal_prev:hover:before {
  border-right-color: rgb(239.567804878, 184.8536585366, 126.632195122);
}
#webc_con.webc_clr_org .webc_cal .webc_cal_head button.webc_cal_next:before {
  border-color: transparent transparent transparent #e99b48;
}
#webc_con.webc_clr_org .webc_cal .webc_cal_head button.webc_cal_next:hover:before {
  border-left-color: rgb(239.567804878, 184.8536585366, 126.632195122);
}
#webc_con.webc_clr_org .webc_cal .webc_cal_head button:hover {
  background: rgb(239.567804878, 184.8536585366, 126.632195122);
}
#webc_con.webc_clr_org .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_org .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_org .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_org .webc_cal .webc_cal_body tbody td {
  border-color: #fff;
}
#webc_con.webc_clr_org .webc_cal .webc_cal_body thead {
  background: #e99b48;
  color: #fff;
}
#webc_con.webc_clr_org .webc_cal .webc_cal_body.webc_cal_week {
  background: #fff3e5;
}
#webc_con.webc_clr_org .webc_cal .webc_cal_event_info > p a {
  background: #fcdebc;
  color: #222;
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_tel .webc_table_pc tbody th {
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_clr_org .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_clr_org .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_org .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_org .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_org .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_form dl:not([class]),
#webc_con.webc_clr_org .webc_form dl.valid-group {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_form dl:not([class]) > dt,
#webc_con.webc_clr_org .webc_form dl.valid-group > dt {
  background: #fcdebc;
  border-color: #ddba9d;
  color: #222;
}
#webc_con.webc_clr_org .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_clr_org .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_clr_org .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_form dl:not([class]) > dd.webc_member_point .webc_point,
#webc_con.webc_clr_org .webc_form dl.valid-group > dd.webc_member_point .webc_point {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_payment {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_payment > dt {
  background: #fcdebc;
  border-color: #ddba9d;
  color: #222;
}
#webc_con.webc_clr_org .webc_payment > dd ul li {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_payment > dd .webc_payment_item label {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_payment > dd .webc_payment_list {
  background: #fcdebc;
}
#webc_con.webc_clr_org .webc_error {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_select .webc_select_type_pc, #webc_con.webc_clr_org .webc_select .webc_select_type_sp {
  background: #fcdebc;
  color: #222;
}
#webc_con.webc_clr_org .webc_select .webc_select_type_pc:before, #webc_con.webc_clr_org .webc_select .webc_select_type_sp:before {
  border-color: transparent;
}
#webc_con.webc_clr_org .webc_select .webc_select_type_pc .webc_select_list .webc_select_item, #webc_con.webc_clr_org .webc_select .webc_select_type_sp .webc_select_list .webc_select_item {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_select .webc_select_type_pc:before {
  border-left-color: #fcdebc;
}
#webc_con.webc_clr_org .webc_select .webc_select_type_sp:before {
  border-top-color: #fcdebc;
}
#webc_con.webc_clr_org .webc_discount dl {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_coupon_cap::after {
  background: #fff;
}
#webc_con.webc_clr_org .webc_coupon dl {
  background: #fff;
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_coupon dl dd + dd:not(.webc_coupon_attention) {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_breadcrumb {
  background: none;
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_breadcrumb li a {
  background: #fff3e5;
  border-color: #ddba9d;
  color: #000;
}
#webc_con.webc_clr_org .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, transparent 50%, #fff3e5 50%), linear-gradient(to top right, #fff3e5 50%, transparent 50%);
}
#webc_con.webc_clr_org .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #ddba9d 50%), linear-gradient(to top right, #ddba9d 50%, transparent 50%);
}
#webc_con.webc_clr_org .webc_breadcrumb li a span {
  background: #ba5a00;
  color: #fff;
}
#webc_con.webc_clr_org .webc_breadcrumb li.active a {
  background: #de801e;
  color: #fff;
}
#webc_con.webc_clr_org .webc_breadcrumb li.active a:before, #webc_con.webc_clr_org .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #de801e 50%), linear-gradient(to top right, #de801e 50%, transparent 50%);
}
#webc_con.webc_clr_org .webc_top_nav li {
  border-color: #000;
}
#webc_con.webc_clr_org .webc_top_nav li a {
  color: #000;
}
#webc_con.webc_clr_org .webc_page_nav ul li.active {
  border-color: #de801e !important;
}
#webc_con.webc_clr_org .webc_page_nav ul li.active a:before {
  border-color: #de801e transparent transparent transparent;
}
#webc_con.webc_clr_org .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dt a {
  color: #222;
  text-decoration: underline;
}
#webc_con.webc_clr_org .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item .webc_com_box {
  color: #000;
}
#webc_con.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail {
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead,
#webc_con.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody {
  border-color: #fff3e5 !important;
}
#webc_con.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead th,
#webc_con.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead td,
#webc_con.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody th,
#webc_con.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody td {
  border-color: #fff3e5 !important;
}
#webc_con.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dt,
#webc_con.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dt {
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_clr_org .webc_contact .webc_box .webc_box_body .webc_inner_box .webc_inner_body:first-child:last-child {
  background: none;
}
#webc_con.webc_clr_org .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_clr_org .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  background: #fcdebc;
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button {
  background: #de801e;
  color: #fff;
}
#webc_con.webc_clr_org .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button[disabled] {
  color: #ddba9d;
}
#webc_con.webc_clr_org .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dt a {
  color: #222;
}
#webc_con.webc_clr_org .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_org .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_plan_img_list .webc_img_list p:not(:empty) + p {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_thanks .webc_box .webc_box_body > .webc_com_box {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_booked_show .webc_tel dt {
  border-color: #ddba9d;
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_clr_org .webc_booked_show .webc_opt .webc_opt_body .webc_opt_detail .webc_caption {
  color: #000;
}
#webc_con.webc_clr_org .webc_booked_show .webc_history .webc_table table tbody th {
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_clr_org .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_clr_org .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_clr_org .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_clr_org .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_clr_org .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_clr_org .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollHead {
  background: #fcdebc;
  color: #222;
}
#webc_con.webc_clr_org .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(odd) {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_org .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(even) {
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_clr_org .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn {
  background: none;
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_detail dl dt, #webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dt {
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_caption {
  border-color: #ddba9d;
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table thead th {
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_list .webc_inbound_sp {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div.webc_photo {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > h2,
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan {
  background: #fff3e5;
  border-color: #ddba9d;
  color: #000;
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dt {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul.webc_tag_list li {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul .webc_coupon_cap::after {
  background: #fff3e5;
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  background: none;
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4, #webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4 {
  background: #e99b48;
  color: #fff;
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box {
  border-color: #ddba9d;
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box h4 {
  background: #e99b48;
  color: #fff;
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail {
  background: none;
}
#webc_con.webc_clr_org.webc_dsn_typeD .webc_plan_single .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #ddba9d;
}
#webc_con.webc_clr_pch {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_pch .pagination li a,
#webc_con.webc_clr_pch .pagination li span {
  background: #fff;
  border-color: #e9b4ab;
  color: #000;
}
#webc_con.webc_clr_pch .pagination li.active a,
#webc_con.webc_clr_pch .pagination li.active span {
  background: #f39dab;
  border-color: #f39dab;
  color: #fff;
}
#webc_con.webc_clr_pch .pagination li:first-child a,
#webc_con.webc_clr_pch .pagination li:first-child span, #webc_con.webc_clr_pch .pagination li:last-child a,
#webc_con.webc_clr_pch .pagination li:last-child span {
  background: #fad8dc;
  color: #222;
}
#webc_con.webc_clr_pch caption {
  color: #000;
}
#webc_con.webc_clr_pch .webc_sub_head {
  border-left-color: #000;
}
#webc_con.webc_clr_pch .webc_icon_list:not(.webc_icon_ex) {
  background-color: #ffeaec;
  color: #000;
}
#webc_con.webc_clr_pch .webc_icon_ex {
  background-color: #ffeaec;
  color: #000;
}
#webc_con.webc_clr_pch .webc_more_btn {
  background: #fff;
  border-color: #e9b4ab;
  color: #000;
}
#webc_con.webc_clr_pch .webc_more_btn > span:before {
  color: #000;
}
#webc_con.webc_clr_pch .webc_more_btn:hover {
  background: rgb(247.8188679245, 230.5188679245, 227.5811320755);
}
#webc_con.webc_clr_pch .webc_link_logout {
  color: #000;
}
#webc_con.webc_clr_pch .webc_link_logout span {
  color: #000;
}
#webc_con.webc_clr_pch .webc_photo figure {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_box {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_box .webc_box_head {
  background: #ee8492;
  border-color: #ffc4cb;
  color: #fff;
}
#webc_con.webc_clr_pch .webc_box .webc_box_body {
  background: #fff;
}
#webc_con.webc_clr_pch .webc_inner_box .webc_inner_head {
  background: #f39dab;
  border-color: transparent;
  border-bottom-color: #fdc5cc;
  color: #fff;
}
#webc_con.webc_clr_pch .webc_inner_box .webc_inner_body {
  background: #ffeaec;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_clr_pch .webc_inner_box .webc_inner_body .webc_inner_single {
  background: #fff;
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_carousel > .slick-arrow {
  background: #f39dab;
  color: #fff;
}
#webc_con.webc_clr_pch .webc_table thead,
#webc_con.webc_clr_pch .webc_table tbody {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_table tbody th,
#webc_con.webc_clr_pch .webc_table tbody td {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_table .webc_table_pc caption {
  background: #fad8dc;
  color: #222;
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_table .webc_table_pc thead th,
#webc_con.webc_clr_pch .webc_table .webc_table_pc tbody th {
  background: #fad8dc;
  color: #222;
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_table .webc_table_sp thead th,
#webc_con.webc_clr_pch .webc_table .webc_table_sp tbody th {
  background: #fad8dc;
  color: #222;
}
#webc_con.webc_clr_pch .webc_table .webc_cancel tbody th {
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_clr_pch .webc_price_col > div .webc_price:first-child:not(:last-child) {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_tag_list li {
  background: #ffeaec;
  border-color: #ffeaec;
  color: #000;
}
#webc_con.webc_clr_pch .webc_detail dl dt {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_person .webc_table_sp tbody th[colspan] {
  background: #fad8dc !important;
  color: #222 !important;
}
#webc_con.webc_clr_pch .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #fad8dc;
  color: #000;
}
#webc_con.webc_clr_pch .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_acc .webc_table .webc_table_sp tbody td table th,
#webc_con.webc_clr_pch .webc_acc .webc_table .webc_table_sp tbody td table td {
  background: #ffeaec !important;
  color: #000;
}
#webc_con.webc_clr_pch .webc_opt .webc_opt_head {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #fad8dc;
  border-color: #e9b4ab;
  color: #222;
}
#webc_con.webc_clr_pch .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_opt .webc_opt_body .webc_opt_detail .webc_detail {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_opt .webc_opt_body .webc_opt_cal_list, #webc_con.webc_clr_pch .webc_opt .webc_opt_body .webc_opt_cal_item {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_opt .webc_opt_body .webc_opt_cal_cap {
  border-color: #e9b4ab;
  background: #ee8492;
  color: #fff;
}
#webc_con.webc_clr_pch .webc_opt .webc_opt_body .webc_opt_cal_list table th,
#webc_con.webc_clr_pch .webc_opt .webc_opt_body .webc_opt_cal_list table td {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_estimate .webc_table_pc tbody th {
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_clr_pch .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_estimate_tax dl {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_xs_estimate_pc > div {
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_clr_pch .webc_xs_estimate_pc > div > dl > dt {
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_clr_pch .webc_xs_estimate_pc > div > dl > dt:before {
  border-color: #fff;
}
#webc_con.webc_clr_pch .webc_xs_estimate_pc > div > dl > dd {
  background: #fff;
}
#webc_con.webc_clr_pch .webc_xs_estimate_pc > div > dl > dd table tr th,
#webc_con.webc_clr_pch .webc_xs_estimate_pc > div > dl > dd table tr td {
  border-color: #e9b4ab;
}
:not([lang=ja]) #webc_con.webc_clr_pch .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_xs_estimate_pc > button {
  background: #ee8492;
  color: #fff;
}
#webc_con.webc_clr_pch .webc_xs_estimate_pc > button > span:before {
  color: #fff;
}
#webc_con.webc_clr_pch .webc_cal .webc_cal_tab li {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_cal .webc_cal_tab li:hover, #webc_con.webc_clr_pch .webc_cal .webc_cal_tab li.active {
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_clr_pch .webc_cal .webc_cal_head {
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_clr_pch .webc_cal .webc_cal_head button {
  background: #f39dab;
  color: #fff;
}
#webc_con.webc_clr_pch .webc_cal .webc_cal_head button > span:before {
  color: #fff;
}
#webc_con.webc_clr_pch .webc_cal .webc_cal_head button.webc_cal_prev:before {
  border-color: transparent #f39dab transparent transparent;
}
#webc_con.webc_clr_pch .webc_cal .webc_cal_head button.webc_cal_prev:hover:before {
  border-right-color: rgb(249.6763636364, 211.5236363636, 217.7345454545);
}
#webc_con.webc_clr_pch .webc_cal .webc_cal_head button.webc_cal_next:before {
  border-color: transparent transparent transparent #f39dab;
}
#webc_con.webc_clr_pch .webc_cal .webc_cal_head button.webc_cal_next:hover:before {
  border-left-color: rgb(249.6763636364, 211.5236363636, 217.7345454545);
}
#webc_con.webc_clr_pch .webc_cal .webc_cal_head button:hover {
  background: rgb(249.6763636364, 211.5236363636, 217.7345454545);
}
#webc_con.webc_clr_pch .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_pch .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_pch .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_pch .webc_cal .webc_cal_body tbody td {
  border-color: #fff;
}
#webc_con.webc_clr_pch .webc_cal .webc_cal_body thead {
  background: #f39dab;
  color: #fff;
}
#webc_con.webc_clr_pch .webc_cal .webc_cal_body.webc_cal_week {
  background: #ffeaec;
}
#webc_con.webc_clr_pch .webc_cal .webc_cal_event_info > p a {
  background: #fad8dc;
  color: #222;
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_tel .webc_table_pc tbody th {
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_clr_pch .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_clr_pch .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_pch .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_pch .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_pch .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_form dl:not([class]),
#webc_con.webc_clr_pch .webc_form dl.valid-group {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_form dl:not([class]) > dt,
#webc_con.webc_clr_pch .webc_form dl.valid-group > dt {
  background: #fad8dc;
  border-color: #e9b4ab;
  color: #222;
}
#webc_con.webc_clr_pch .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_clr_pch .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_clr_pch .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_form dl:not([class]) > dd.webc_member_point .webc_point,
#webc_con.webc_clr_pch .webc_form dl.valid-group > dd.webc_member_point .webc_point {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_payment {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_payment > dt {
  background: #fad8dc;
  border-color: #e9b4ab;
  color: #222;
}
#webc_con.webc_clr_pch .webc_payment > dd ul li {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_payment > dd .webc_payment_item label {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_payment > dd .webc_payment_list {
  background: #fad8dc;
}
#webc_con.webc_clr_pch .webc_error {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_select .webc_select_type_pc, #webc_con.webc_clr_pch .webc_select .webc_select_type_sp {
  background: #fad8dc;
  color: #222;
}
#webc_con.webc_clr_pch .webc_select .webc_select_type_pc:before, #webc_con.webc_clr_pch .webc_select .webc_select_type_sp:before {
  border-color: transparent;
}
#webc_con.webc_clr_pch .webc_select .webc_select_type_pc .webc_select_list .webc_select_item, #webc_con.webc_clr_pch .webc_select .webc_select_type_sp .webc_select_list .webc_select_item {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_select .webc_select_type_pc:before {
  border-left-color: #fad8dc;
}
#webc_con.webc_clr_pch .webc_select .webc_select_type_sp:before {
  border-top-color: #fad8dc;
}
#webc_con.webc_clr_pch .webc_discount dl {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_coupon_cap::after {
  background: #fff;
}
#webc_con.webc_clr_pch .webc_coupon dl {
  background: #fff;
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_coupon dl dd + dd:not(.webc_coupon_attention) {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_breadcrumb {
  background: none;
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_breadcrumb li a {
  background: #ffeaec;
  border-color: #e9b4ab;
  color: #000;
}
#webc_con.webc_clr_pch .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, transparent 50%, #ffeaec 50%), linear-gradient(to top right, #ffeaec 50%, transparent 50%);
}
#webc_con.webc_clr_pch .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #e9b4ab 50%), linear-gradient(to top right, #e9b4ab 50%, transparent 50%);
}
#webc_con.webc_clr_pch .webc_breadcrumb li a span {
  background: #d95c6f;
  color: #fff;
}
#webc_con.webc_clr_pch .webc_breadcrumb li.active a {
  background: #f49699;
  color: #fff;
}
#webc_con.webc_clr_pch .webc_breadcrumb li.active a:before, #webc_con.webc_clr_pch .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #f49699 50%), linear-gradient(to top right, #f49699 50%, transparent 50%);
}
#webc_con.webc_clr_pch .webc_top_nav li {
  border-color: #000;
}
#webc_con.webc_clr_pch .webc_top_nav li a {
  color: #000;
}
#webc_con.webc_clr_pch .webc_page_nav ul li.active {
  border-color: #f49699 !important;
}
#webc_con.webc_clr_pch .webc_page_nav ul li.active a:before {
  border-color: #f49699 transparent transparent transparent;
}
#webc_con.webc_clr_pch .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dt a {
  color: #222;
  text-decoration: underline;
}
#webc_con.webc_clr_pch .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item .webc_com_box {
  color: #000;
}
#webc_con.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail {
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead,
#webc_con.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody {
  border-color: #ffeaec !important;
}
#webc_con.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead th,
#webc_con.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead td,
#webc_con.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody th,
#webc_con.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody td {
  border-color: #ffeaec !important;
}
#webc_con.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dt,
#webc_con.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dt {
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_clr_pch .webc_contact .webc_box .webc_box_body .webc_inner_box .webc_inner_body:first-child:last-child {
  background: none;
}
#webc_con.webc_clr_pch .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_clr_pch .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  background: #fad8dc;
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button {
  background: #ee8492;
  color: #fff;
}
#webc_con.webc_clr_pch .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button[disabled] {
  color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dt a {
  color: #222;
}
#webc_con.webc_clr_pch .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_pch .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_plan_img_list .webc_img_list p:not(:empty) + p {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_thanks .webc_box .webc_box_body > .webc_com_box {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_booked_show .webc_tel dt {
  border-color: #e9b4ab;
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_clr_pch .webc_booked_show .webc_opt .webc_opt_body .webc_opt_detail .webc_caption {
  color: #000;
}
#webc_con.webc_clr_pch .webc_booked_show .webc_history .webc_table table tbody th {
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_clr_pch .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_clr_pch .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_clr_pch .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_clr_pch .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_clr_pch .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_clr_pch .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollHead {
  background: #fad8dc;
  color: #222;
}
#webc_con.webc_clr_pch .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(odd) {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_pch .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(even) {
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_clr_pch .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn {
  background: none;
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_detail dl dt, #webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dt {
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_caption {
  border-color: #e9b4ab;
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table thead th {
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_list .webc_inbound_sp {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div.webc_photo {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > h2,
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan {
  background: #ffeaec;
  border-color: #e9b4ab;
  color: #000;
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dt {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul.webc_tag_list li {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul .webc_coupon_cap::after {
  background: #ffeaec;
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  background: none;
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4, #webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4 {
  background: #f39dab;
  color: #fff;
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box h4 {
  background: #f39dab;
  color: #fff;
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail {
  background: none;
}
#webc_con.webc_clr_pch.webc_dsn_typeD .webc_plan_single .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #e9b4ab;
}
#webc_con.webc_clr_lgtgrn {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .pagination li a,
#webc_con.webc_clr_lgtgrn .pagination li span {
  background: #fff;
  border-color: #a4c7a8;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .pagination li.active a,
#webc_con.webc_clr_lgtgrn .pagination li.active span {
  background: #72c4ad;
  border-color: #72c4ad;
  color: #fff;
}
#webc_con.webc_clr_lgtgrn .pagination li:first-child a,
#webc_con.webc_clr_lgtgrn .pagination li:first-child span, #webc_con.webc_clr_lgtgrn .pagination li:last-child a,
#webc_con.webc_clr_lgtgrn .pagination li:last-child span {
  background: #b0e6d6;
  color: #222;
}
#webc_con.webc_clr_lgtgrn caption {
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_sub_head {
  border-left-color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_icon_list:not(.webc_icon_ex) {
  background-color: #e9f8ee;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_icon_ex {
  background-color: #e9f8ee;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_more_btn {
  background: #fff;
  border-color: #a4c7a8;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_more_btn > span:before {
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_more_btn:hover {
  background: rgb(208.2, 226.2, 210.2571428571);
}
#webc_con.webc_clr_lgtgrn .webc_link_logout {
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_link_logout span {
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_photo figure {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_box {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_box .webc_box_head {
  background: #40a186;
  border-color: #a1cfc6;
  color: #fff;
}
#webc_con.webc_clr_lgtgrn .webc_box .webc_box_body {
  background: #fff;
}
#webc_con.webc_clr_lgtgrn .webc_inner_box .webc_inner_head {
  background: #72c4ad;
  border-color: transparent;
  border-bottom-color: #b0e0d7;
  color: #fff;
}
#webc_con.webc_clr_lgtgrn .webc_inner_box .webc_inner_body {
  background: #e9f8ee;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_inner_box .webc_inner_body .webc_inner_single {
  background: #fff;
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_carousel > .slick-arrow {
  background: #72c4ad;
  color: #fff;
}
#webc_con.webc_clr_lgtgrn .webc_table thead,
#webc_con.webc_clr_lgtgrn .webc_table tbody {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_table tbody th,
#webc_con.webc_clr_lgtgrn .webc_table tbody td {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_table .webc_table_pc caption {
  background: #b0e6d6;
  color: #222;
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_table .webc_table_pc thead th,
#webc_con.webc_clr_lgtgrn .webc_table .webc_table_pc tbody th {
  background: #b0e6d6;
  color: #222;
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_table .webc_table_sp thead th,
#webc_con.webc_clr_lgtgrn .webc_table .webc_table_sp tbody th {
  background: #b0e6d6;
  color: #222;
}
#webc_con.webc_clr_lgtgrn .webc_table .webc_cancel tbody th {
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_price_col > div .webc_price:first-child:not(:last-child) {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_tag_list li {
  background: #e9f8ee;
  border-color: #e9f8ee;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_detail dl dt {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_person .webc_table_sp tbody th[colspan] {
  background: #b0e6d6 !important;
  color: #222 !important;
}
#webc_con.webc_clr_lgtgrn .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #b0e6d6;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_acc .webc_table .webc_table_sp tbody td table th,
#webc_con.webc_clr_lgtgrn .webc_acc .webc_table .webc_table_sp tbody td table td {
  background: #e9f8ee !important;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_opt .webc_opt_head {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #b0e6d6;
  border-color: #a4c7a8;
  color: #222;
}
#webc_con.webc_clr_lgtgrn .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_opt .webc_opt_body .webc_opt_detail .webc_detail {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_opt .webc_opt_body .webc_opt_cal_list, #webc_con.webc_clr_lgtgrn .webc_opt .webc_opt_body .webc_opt_cal_item {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_opt .webc_opt_body .webc_opt_cal_cap {
  border-color: #a4c7a8;
  background: #40a186;
  color: #fff;
}
#webc_con.webc_clr_lgtgrn .webc_opt .webc_opt_body .webc_opt_cal_list table th,
#webc_con.webc_clr_lgtgrn .webc_opt .webc_opt_body .webc_opt_cal_list table td {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_estimate .webc_table_pc tbody th {
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_estimate_tax dl {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_xs_estimate_pc > div {
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_xs_estimate_pc > div > dl > dt {
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_xs_estimate_pc > div > dl > dt:before {
  border-color: #fff;
}
#webc_con.webc_clr_lgtgrn .webc_xs_estimate_pc > div > dl > dd {
  background: #fff;
}
#webc_con.webc_clr_lgtgrn .webc_xs_estimate_pc > div > dl > dd table tr th,
#webc_con.webc_clr_lgtgrn .webc_xs_estimate_pc > div > dl > dd table tr td {
  border-color: #a4c7a8;
}
:not([lang=ja]) #webc_con.webc_clr_lgtgrn .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_xs_estimate_pc > button {
  background: #40a186;
  color: #fff;
}
#webc_con.webc_clr_lgtgrn .webc_xs_estimate_pc > button > span:before {
  color: #fff;
}
#webc_con.webc_clr_lgtgrn .webc_cal .webc_cal_tab li {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_cal .webc_cal_tab li:hover, #webc_con.webc_clr_lgtgrn .webc_cal .webc_cal_tab li.active {
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_cal .webc_cal_head {
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_cal .webc_cal_head button {
  background: #72c4ad;
  color: #fff;
}
#webc_con.webc_clr_lgtgrn .webc_cal .webc_cal_head button > span:before {
  color: #fff;
}
#webc_con.webc_clr_lgtgrn .webc_cal .webc_cal_head button.webc_cal_prev:before {
  border-color: transparent #72c4ad transparent transparent;
}
#webc_con.webc_clr_lgtgrn .webc_cal .webc_cal_head button.webc_cal_prev:hover:before {
  border-right-color: rgb(157.146, 214.054, 198.092);
}
#webc_con.webc_clr_lgtgrn .webc_cal .webc_cal_head button.webc_cal_next:before {
  border-color: transparent transparent transparent #72c4ad;
}
#webc_con.webc_clr_lgtgrn .webc_cal .webc_cal_head button.webc_cal_next:hover:before {
  border-left-color: rgb(157.146, 214.054, 198.092);
}
#webc_con.webc_clr_lgtgrn .webc_cal .webc_cal_head button:hover {
  background: rgb(157.146, 214.054, 198.092);
}
#webc_con.webc_clr_lgtgrn .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_lgtgrn .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_lgtgrn .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_lgtgrn .webc_cal .webc_cal_body tbody td {
  border-color: #fff;
}
#webc_con.webc_clr_lgtgrn .webc_cal .webc_cal_body thead {
  background: #72c4ad;
  color: #fff;
}
#webc_con.webc_clr_lgtgrn .webc_cal .webc_cal_body.webc_cal_week {
  background: #e9f8ee;
}
#webc_con.webc_clr_lgtgrn .webc_cal .webc_cal_event_info > p a {
  background: #b0e6d6;
  color: #222;
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_tel .webc_table_pc tbody th {
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_clr_lgtgrn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_lgtgrn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_lgtgrn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_lgtgrn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_form dl:not([class]),
#webc_con.webc_clr_lgtgrn .webc_form dl.valid-group {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_form dl:not([class]) > dt,
#webc_con.webc_clr_lgtgrn .webc_form dl.valid-group > dt {
  background: #b0e6d6;
  border-color: #a4c7a8;
  color: #222;
}
#webc_con.webc_clr_lgtgrn .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_clr_lgtgrn .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_clr_lgtgrn .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_form dl:not([class]) > dd.webc_member_point .webc_point,
#webc_con.webc_clr_lgtgrn .webc_form dl.valid-group > dd.webc_member_point .webc_point {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_payment {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_payment > dt {
  background: #b0e6d6;
  border-color: #a4c7a8;
  color: #222;
}
#webc_con.webc_clr_lgtgrn .webc_payment > dd ul li {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_payment > dd .webc_payment_item label {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_payment > dd .webc_payment_list {
  background: #b0e6d6;
}
#webc_con.webc_clr_lgtgrn .webc_error {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_select .webc_select_type_pc, #webc_con.webc_clr_lgtgrn .webc_select .webc_select_type_sp {
  background: #b0e6d6;
  color: #222;
}
#webc_con.webc_clr_lgtgrn .webc_select .webc_select_type_pc:before, #webc_con.webc_clr_lgtgrn .webc_select .webc_select_type_sp:before {
  border-color: transparent;
}
#webc_con.webc_clr_lgtgrn .webc_select .webc_select_type_pc .webc_select_list .webc_select_item, #webc_con.webc_clr_lgtgrn .webc_select .webc_select_type_sp .webc_select_list .webc_select_item {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_select .webc_select_type_pc:before {
  border-left-color: #b0e6d6;
}
#webc_con.webc_clr_lgtgrn .webc_select .webc_select_type_sp:before {
  border-top-color: #b0e6d6;
}
#webc_con.webc_clr_lgtgrn .webc_discount dl {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_coupon_cap::after {
  background: #fff;
}
#webc_con.webc_clr_lgtgrn .webc_coupon dl {
  background: #fff;
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_coupon dl dd + dd:not(.webc_coupon_attention) {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_breadcrumb {
  background: none;
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_breadcrumb li a {
  background: #e9f8ee;
  border-color: #a4c7a8;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, transparent 50%, #e9f8ee 50%), linear-gradient(to top right, #e9f8ee 50%, transparent 50%);
}
#webc_con.webc_clr_lgtgrn .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #a4c7a8 50%), linear-gradient(to top right, #a4c7a8 50%, transparent 50%);
}
#webc_con.webc_clr_lgtgrn .webc_breadcrumb li a span {
  background: #378169;
  color: #fff;
}
#webc_con.webc_clr_lgtgrn .webc_breadcrumb li.active a {
  background: #6bae9a;
  color: #fff;
}
#webc_con.webc_clr_lgtgrn .webc_breadcrumb li.active a:before, #webc_con.webc_clr_lgtgrn .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #6bae9a 50%), linear-gradient(to top right, #6bae9a 50%, transparent 50%);
}
#webc_con.webc_clr_lgtgrn .webc_top_nav li {
  border-color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_top_nav li a {
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_page_nav ul li.active {
  border-color: #6bae9a !important;
}
#webc_con.webc_clr_lgtgrn .webc_page_nav ul li.active a:before {
  border-color: #6bae9a transparent transparent transparent;
}
#webc_con.webc_clr_lgtgrn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dt a {
  color: #222;
  text-decoration: underline;
}
#webc_con.webc_clr_lgtgrn .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item .webc_com_box {
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail {
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead,
#webc_con.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody {
  border-color: #e9f8ee !important;
}
#webc_con.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead th,
#webc_con.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead td,
#webc_con.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody th,
#webc_con.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody td {
  border-color: #e9f8ee !important;
}
#webc_con.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dt,
#webc_con.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dt {
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_contact .webc_box .webc_box_body .webc_inner_box .webc_inner_body:first-child:last-child {
  background: none;
}
#webc_con.webc_clr_lgtgrn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_clr_lgtgrn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  background: #b0e6d6;
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button {
  background: #40a186;
  color: #fff;
}
#webc_con.webc_clr_lgtgrn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button[disabled] {
  color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dt a {
  color: #222;
}
#webc_con.webc_clr_lgtgrn .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_lgtgrn .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_plan_img_list .webc_img_list p:not(:empty) + p {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_thanks .webc_box .webc_box_body > .webc_com_box {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_booked_show .webc_tel dt {
  border-color: #a4c7a8;
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_booked_show .webc_opt .webc_opt_body .webc_opt_detail .webc_caption {
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_booked_show .webc_history .webc_table table tbody th {
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_clr_lgtgrn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_clr_lgtgrn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_clr_lgtgrn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_clr_lgtgrn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_clr_lgtgrn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollHead {
  background: #b0e6d6;
  color: #222;
}
#webc_con.webc_clr_lgtgrn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(odd) {
  background: #fff;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(even) {
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_clr_lgtgrn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn {
  background: none;
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_detail dl dt, #webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dt {
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_caption {
  border-color: #a4c7a8;
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table thead th {
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div.webc_photo {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > h2,
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan {
  background: #e9f8ee;
  border-color: #a4c7a8;
  color: #000;
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dt {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul.webc_tag_list li {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul .webc_coupon_cap::after {
  background: #e9f8ee;
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  background: none;
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4, #webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4 {
  background: #72c4ad;
  color: #fff;
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box h4 {
  background: #72c4ad;
  color: #fff;
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail {
  background: none;
}
#webc_con.webc_clr_lgtgrn.webc_dsn_typeD .webc_plan_single .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #a4c7a8;
}
#webc_con.webc_clr_smpl {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .pagination li a,
#webc_con.webc_clr_smpl .pagination li span {
  background: #eee;
  border-color: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .pagination li.active a,
#webc_con.webc_clr_smpl .pagination li.active span {
  background: #eee;
  border-color: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .pagination li:first-child a,
#webc_con.webc_clr_smpl .pagination li:first-child span, #webc_con.webc_clr_smpl .pagination li:last-child a,
#webc_con.webc_clr_smpl .pagination li:last-child span {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl caption {
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_sub_head {
  border-left-color: #eee;
}
#webc_con.webc_clr_smpl .webc_icon_list:not(.webc_icon_ex) {
  background-color: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_icon_ex {
  background-color: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_more_btn {
  background: #eee;
  border-color: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_more_btn > span:before {
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_more_btn:hover {
  background: white;
}
#webc_con.webc_clr_smpl .webc_link_logout {
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_link_logout span {
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_photo figure {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_box {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_box .webc_box_head {
  background: #eee;
  border-color: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_box .webc_box_body {
  background: #eee;
}
#webc_con.webc_clr_smpl .webc_inner_box .webc_inner_head {
  background: #eee;
  border-color: transparent;
  border-bottom-color: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_inner_box .webc_inner_body {
  background: #eee;
  border-color: transparent;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_inner_box .webc_inner_body .webc_inner_single {
  background: #eee;
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_carousel > .slick-arrow {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_table thead,
#webc_con.webc_clr_smpl .webc_table tbody {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_table tbody th,
#webc_con.webc_clr_smpl .webc_table tbody td {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_table .webc_table_pc caption {
  background: #eee;
  color: #eee;
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_table .webc_table_pc thead th,
#webc_con.webc_clr_smpl .webc_table .webc_table_pc tbody th {
  background: #eee;
  color: #eee;
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_table .webc_table_sp thead th,
#webc_con.webc_clr_smpl .webc_table .webc_table_sp tbody th {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_table .webc_cancel tbody th {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_price_col > div .webc_price:first-child:not(:last-child) {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_tag_list li {
  background: #eee;
  border-color: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_detail dl dt {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_person .webc_table_sp tbody th[colspan] {
  background: #eee !important;
  color: #eee !important;
}
#webc_con.webc_clr_smpl .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td table th,
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td table td {
  background: #eee !important;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_head {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #eee;
  border-color: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_detail .webc_detail {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_list, #webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_item {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_cap {
  border-color: #eee;
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_list table th,
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_list table td {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_estimate .webc_table_pc tbody th {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_estimate_tax dl {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_xs_estimate_pc > div {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_xs_estimate_pc > div > dl > dt {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_xs_estimate_pc > div > dl > dt:before {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_xs_estimate_pc > div > dl > dd {
  background: #eee;
}
#webc_con.webc_clr_smpl .webc_xs_estimate_pc > div > dl > dd table tr th,
#webc_con.webc_clr_smpl .webc_xs_estimate_pc > div > dl > dd table tr td {
  border-color: #eee;
}
:not([lang=ja]) #webc_con.webc_clr_smpl .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_xs_estimate_pc > button {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_xs_estimate_pc > button > span:before {
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_tab li {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_tab li:hover, #webc_con.webc_clr_smpl .webc_cal .webc_cal_tab li.active {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head button {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head button > span:before {
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head button.webc_cal_prev:before {
  border-color: transparent #eee transparent transparent;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head button.webc_cal_prev:hover:before {
  border-right-color: white;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head button.webc_cal_next:before {
  border-color: transparent transparent transparent #eee;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head button.webc_cal_next:hover:before {
  border-left-color: white;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head button:hover {
  background: white;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body tbody td {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body thead {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body.webc_cal_week {
  background: #eee;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_event_info > p a {
  background: #eee;
  color: #eee;
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_tel .webc_table_pc tbody th {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_clr_smpl .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_smpl .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_smpl .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_smpl .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]),
#webc_con.webc_clr_smpl .webc_form dl.valid-group {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dt,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dt {
  background: #eee;
  border-color: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd.webc_member_point .webc_point,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd.webc_member_point .webc_point {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_payment {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_payment > dt {
  background: #eee;
  border-color: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_payment > dd ul li {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_payment > dd .webc_payment_item label {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_payment > dd .webc_payment_list {
  background: #eee;
}
#webc_con.webc_clr_smpl .webc_error {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_pc, #webc_con.webc_clr_smpl .webc_select .webc_select_type_sp {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_pc:before, #webc_con.webc_clr_smpl .webc_select .webc_select_type_sp:before {
  border-color: transparent;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_pc .webc_select_list .webc_select_item, #webc_con.webc_clr_smpl .webc_select .webc_select_type_sp .webc_select_list .webc_select_item {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_pc:before {
  border-left-color: #eee;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_sp:before {
  border-top-color: #eee;
}
#webc_con.webc_clr_smpl .webc_discount dl {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_coupon_cap::after {
  background: #eee;
}
#webc_con.webc_clr_smpl .webc_coupon dl {
  background: #eee;
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_coupon dl dd + dd:not(.webc_coupon_attention) {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_breadcrumb {
  background: none;
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_breadcrumb li a {
  background: #eee;
  border-color: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, transparent 50%, #eee 50%), linear-gradient(to top right, #eee 50%, transparent 50%);
}
#webc_con.webc_clr_smpl .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #eee 50%), linear-gradient(to top right, #eee 50%, transparent 50%);
}
#webc_con.webc_clr_smpl .webc_breadcrumb li a span {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_breadcrumb li.active a {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_breadcrumb li.active a:before, #webc_con.webc_clr_smpl .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #eee 50%), linear-gradient(to top right, #eee 50%, transparent 50%);
}
#webc_con.webc_clr_smpl .webc_top_nav li {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_top_nav li a {
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_page_nav ul li.active {
  border-color: #eee !important;
}
#webc_con.webc_clr_smpl .webc_page_nav ul li.active a:before {
  border-color: #eee transparent transparent transparent;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dt a {
  color: #eee;
  text-decoration: underline;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item .webc_com_box {
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody {
  border-color: #eee !important;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead th,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead td,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody th,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody td {
  border-color: #eee !important;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dt,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dt {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_contact .webc_box .webc_box_body .webc_inner_box .webc_inner_body:first-child:last-child {
  background: none;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  background: #eee;
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button[disabled] {
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dt a {
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_smpl .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_plan_img_list .webc_img_list p:not(:empty) + p {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body > .webc_com_box {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_tel dt {
  border-color: #eee;
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_opt .webc_opt_body .webc_opt_detail .webc_caption {
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_history .webc_table table tbody th {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollHead {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #eee;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(odd) {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(even) {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #eee;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(238, 238, 238, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0.5) 50%, rgba(238, 238, 238, 0.5) 51%, #eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(238, 238, 238, 0)", endColorstr="#eeeeee",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn {
  background: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_detail dl dt, #webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dt {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_caption {
  border-color: #eee;
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table {
  border-color: #eee;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table thead th {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp {
  border-color: #eee;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div.webc_photo {
  border-color: #eee;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > h2,
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul {
  border-color: #eee;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan {
  background: #eee;
  border-color: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dt {
  border-color: #eee;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul.webc_tag_list li {
  border-color: #eee;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul .webc_coupon_cap::after {
  background: #eee;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  background: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt {
  border-color: #eee;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4, #webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4 {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box {
  border-color: #eee;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box h4 {
  background: #eee;
  color: #eee;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail {
  background: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #eee;
}

#webc_con.webc_dsn_typeE.webc_clr_blk .pagination li a,
#webc_con.webc_dsn_typeE.webc_clr_blk .pagination li span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .pagination li.active a,
#webc_con.webc_dsn_typeE.webc_clr_blk .pagination li.active span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_photo figure {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_box .webc_box_head {
  border-bottom-color: transparent;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_inner_box .webc_inner_body .webc_inner_single {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_carousel > .slick-arrow {
  background: #000;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_table thead,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_table tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_table tbody th,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_table tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_table .webc_table_pc caption {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_table .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_table .webc_table_pc tbody th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_sort ul li {
  border-color: #000;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_sort ul li:hover, #webc_con.webc_dsn_typeE.webc_clr_blk .webc_sort ul li.active {
  background: #000;
  border-right-color: #fff;
  border-left-color: #fff;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_sort ul li:hover:first-child, #webc_con.webc_dsn_typeE.webc_clr_blk .webc_sort ul li.active:first-child {
  border-left-color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_sort ul li:hover:last-child, #webc_con.webc_dsn_typeE.webc_clr_blk .webc_sort ul li.active:last-child {
  border-right-color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_sort ul li:hover button, #webc_con.webc_dsn_typeE.webc_clr_blk .webc_sort ul li.active button {
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_tag_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_detail dl dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_opt .webc_opt_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #5e5e5e;
  border-color: #c4c4c4;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_estimate_tax dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_xs_estimate_pc > div > dl {
  background: rgba(235, 235, 235, 0.5);
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_xs_estimate_pc > div > dl > dt {
  background: rgba(235, 235, 235, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_xs_estimate_pc > div > dl > dd {
  background: rgba(255, 255, 255, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_cal .webc_cal_tab li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_cal .webc_cal_head {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_cal .webc_cal_body.webc_cal_week {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_cal .webc_cal_event_info > p a {
  background: #ebebeb;
  color: #000;
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_form dl:not([class]),
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_form dl.valid-group {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_form dl:not([class]) > dt,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_form dl.valid-group > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_payment {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_payment > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_payment > dd ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_payment > dd .webc_payment_item label {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_select .webc_select_type_pc, #webc_con.webc_dsn_typeE.webc_clr_blk .webc_select .webc_select_type_sp {
  background: #5e5e5e;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_select .webc_select_type_pc:before {
  border-left-color: #5e5e5e;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_select .webc_select_type_sp:before {
  border-top-color: #5e5e5e;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, #ebebeb 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #ebebeb 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_breadcrumb li a span {
  border-color: #5e5e5e;
  color: #5e5e5e;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_breadcrumb li.active a {
  background: #5e5e5e;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_breadcrumb li.active a:before {
  background-image: linear-gradient(to top left, #5e5e5e 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #5e5e5e 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:first-child:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button span:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl dt {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt {
  background: #5e5e5e;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_photo_list figure {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_discount dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_coupon li.webc_coupon_cap::after {
  background: #ebebeb;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(235, 235, 235, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(235, 235, 235, 0) 0%, rgba(235, 235, 235, 0.5) 50%, rgba(235, 235, 235, 0.5) 51%, #ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(235, 235, 235, 0)", endColorstr="#ebebeb",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #dadada;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #dadada;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  background: #5e5e5e;
  border-bottom-color: #afafaf !important;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: #ebebeb;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_thanks .webc_box .webc_box_body .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_booked_show .webc_tel dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blk .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .pagination li a,
#webc_con.webc_dsn_typeE.webc_clr_brn .pagination li span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .pagination li.active a,
#webc_con.webc_dsn_typeE.webc_clr_brn .pagination li.active span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_photo figure {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_box .webc_box_head {
  border-bottom-color: transparent;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_inner_box .webc_inner_body .webc_inner_single {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_carousel > .slick-arrow {
  background: #513518;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_table thead,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_table tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_table tbody th,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_table tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_table .webc_table_pc caption {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_table .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_table .webc_table_pc tbody th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_sort ul li {
  border-color: #513518;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_sort ul li:hover, #webc_con.webc_dsn_typeE.webc_clr_brn .webc_sort ul li.active {
  background: #513518;
  border-right-color: #fff;
  border-left-color: #fff;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_sort ul li:hover:first-child, #webc_con.webc_dsn_typeE.webc_clr_brn .webc_sort ul li.active:first-child {
  border-left-color: #513518;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_sort ul li:hover:last-child, #webc_con.webc_dsn_typeE.webc_clr_brn .webc_sort ul li.active:last-child {
  border-right-color: #513518;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_sort ul li:hover button, #webc_con.webc_dsn_typeE.webc_clr_brn .webc_sort ul li.active button {
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_tag_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_detail dl dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_opt .webc_opt_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #8e673e;
  border-color: #c4c4c4;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_estimate_tax dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_xs_estimate_pc > div > dl {
  background: rgba(241, 231, 217, 0.5);
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_xs_estimate_pc > div > dl > dt {
  background: rgba(241, 231, 217, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_xs_estimate_pc > div > dl > dd {
  background: rgba(255, 255, 255, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_cal .webc_cal_tab li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_cal .webc_cal_head {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_cal .webc_cal_body.webc_cal_week {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_cal .webc_cal_event_info > p a {
  background: #f1e7d9;
  color: #000;
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_form dl:not([class]),
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_form dl.valid-group {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_form dl:not([class]) > dt,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_form dl.valid-group > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_payment {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_payment > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_payment > dd ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_payment > dd .webc_payment_item label {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_select .webc_select_type_pc, #webc_con.webc_dsn_typeE.webc_clr_brn .webc_select .webc_select_type_sp {
  background: #8e673e;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_select .webc_select_type_pc:before {
  border-left-color: #8e673e;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_select .webc_select_type_sp:before {
  border-top-color: #8e673e;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, #f1e7d9 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #f1e7d9 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_breadcrumb li a span {
  border-color: #8e673e;
  color: #8e673e;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_breadcrumb li.active a {
  background: #8e673e;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_breadcrumb li.active a:before {
  background-image: linear-gradient(to top left, #8e673e 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #8e673e 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:first-child:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button span:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl dt {
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt {
  background: #8e673e;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd {
  background: #f1e7d9;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_photo_list figure {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_discount dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_coupon li.webc_coupon_cap::after {
  background: #f1e7d9;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(241, 231, 217, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(241, 231, 217, 0) 0%, rgba(241, 231, 217, 0.5) 50%, rgba(241, 231, 217, 0.5) 51%, #f1e7d9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(241, 231, 217, 0)", endColorstr="#f1e7d9",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #e1d1ba;
  color: #222;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #e1d1ba;
  color: #222;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  background: #8e673e;
  border-bottom-color: #c7b39f !important;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: #f1e7d9;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_thanks .webc_box .webc_box_body .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_booked_show .webc_tel dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_brn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .pagination li a,
#webc_con.webc_dsn_typeE.webc_clr_blu .pagination li span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .pagination li.active a,
#webc_con.webc_dsn_typeE.webc_clr_blu .pagination li.active span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_photo figure {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_box .webc_box_head {
  border-bottom-color: transparent;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_inner_box .webc_inner_body .webc_inner_single {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_carousel > .slick-arrow {
  background: #354065;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_table thead,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_table tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_table tbody th,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_table tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_table .webc_table_pc caption {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_table .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_table .webc_table_pc tbody th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_sort ul li {
  border-color: #354065;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_sort ul li:hover, #webc_con.webc_dsn_typeE.webc_clr_blu .webc_sort ul li.active {
  background: #354065;
  border-right-color: #fff;
  border-left-color: #fff;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_sort ul li:hover:first-child, #webc_con.webc_dsn_typeE.webc_clr_blu .webc_sort ul li.active:first-child {
  border-left-color: #354065;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_sort ul li:hover:last-child, #webc_con.webc_dsn_typeE.webc_clr_blu .webc_sort ul li.active:last-child {
  border-right-color: #354065;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_sort ul li:hover button, #webc_con.webc_dsn_typeE.webc_clr_blu .webc_sort ul li.active button {
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_tag_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_detail dl dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #e4effa;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_opt .webc_opt_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #526a87;
  border-color: #c4c4c4;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_estimate_tax dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_xs_estimate_pc > div > dl {
  background: rgba(228, 239, 250, 0.5);
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_xs_estimate_pc > div > dl > dt {
  background: rgba(228, 239, 250, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_xs_estimate_pc > div > dl > dd {
  background: rgba(255, 255, 255, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_cal .webc_cal_tab li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_cal .webc_cal_head {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_cal .webc_cal_body.webc_cal_week {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_cal .webc_cal_event_info > p a {
  background: #e4effa;
  color: #000;
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_form dl:not([class]),
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_form dl.valid-group {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_form dl:not([class]) > dt,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_form dl.valid-group > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_payment {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_payment > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_payment > dd ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_payment > dd .webc_payment_item label {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_select .webc_select_type_pc, #webc_con.webc_dsn_typeE.webc_clr_blu .webc_select .webc_select_type_sp {
  background: #526a87;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_select .webc_select_type_pc:before {
  border-left-color: #526a87;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_select .webc_select_type_sp:before {
  border-top-color: #526a87;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, #e4effa 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #e4effa 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_breadcrumb li a span {
  border-color: #536b88;
  color: #536b88;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_breadcrumb li.active a {
  background: #536b88;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_breadcrumb li.active a:before {
  background-image: linear-gradient(to top left, #536b88 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #536b88 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  background: #e4effa;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:first-child:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button span:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #e4effa;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #e4effa;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl dt {
  background: #e4effa;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt {
  background: #526a87;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd {
  background: #e4effa;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_photo_list figure {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_discount dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_coupon li.webc_coupon_cap::after {
  background: #e4effa;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(228, 239, 250, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(228, 239, 250, 0) 0%, rgba(228, 239, 250, 0.5) 50%, rgba(228, 239, 250, 0.5) 51%, #e4effa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(228, 239, 250, 0)", endColorstr="#e4effa",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #cadbef;
  color: #222;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #cadbef;
  color: #222;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  background: #526a87;
  border-bottom-color: #a9b5c3 !important;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: #e4effa;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_thanks .webc_box .webc_box_body .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_booked_show .webc_tel dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_blu .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .pagination li a,
#webc_con.webc_dsn_typeE.webc_clr_red .pagination li span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .pagination li.active a,
#webc_con.webc_dsn_typeE.webc_clr_red .pagination li.active span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_photo figure {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_box .webc_box_head {
  border-bottom-color: transparent;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_inner_box .webc_inner_body .webc_inner_single {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_carousel > .slick-arrow {
  background: #8b2a1a;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_table thead,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_table tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_table tbody th,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_table tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_table .webc_table_pc caption {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_table .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_table .webc_table_pc tbody th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_sort ul li {
  border-color: #8b2a1a;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_sort ul li:hover, #webc_con.webc_dsn_typeE.webc_clr_red .webc_sort ul li.active {
  background: #8b2a1a;
  border-right-color: #fff;
  border-left-color: #fff;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_sort ul li:hover:first-child, #webc_con.webc_dsn_typeE.webc_clr_red .webc_sort ul li.active:first-child {
  border-left-color: #8b2a1a;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_sort ul li:hover:last-child, #webc_con.webc_dsn_typeE.webc_clr_red .webc_sort ul li.active:last-child {
  border-right-color: #8b2a1a;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_sort ul li:hover button, #webc_con.webc_dsn_typeE.webc_clr_red .webc_sort ul li.active button {
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_tag_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_detail dl dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_opt .webc_opt_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #b76658;
  border-color: #c4c4c4;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_estimate_tax dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_xs_estimate_pc > div > dl {
  background: rgba(249, 233, 225, 0.5);
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_xs_estimate_pc > div > dl > dt {
  background: rgba(249, 233, 225, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_xs_estimate_pc > div > dl > dd {
  background: rgba(255, 255, 255, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_cal .webc_cal_tab li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_cal .webc_cal_head {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_cal .webc_cal_body.webc_cal_week {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_cal .webc_cal_event_info > p a {
  background: #f9e9e1;
  color: #000;
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_form dl:not([class]),
#webc_con.webc_dsn_typeE.webc_clr_red .webc_form dl.valid-group {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_form dl:not([class]) > dt,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_form dl.valid-group > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_payment {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_payment > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_payment > dd ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_payment > dd .webc_payment_item label {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_select .webc_select_type_pc, #webc_con.webc_dsn_typeE.webc_clr_red .webc_select .webc_select_type_sp {
  background: #b76658;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_select .webc_select_type_pc:before {
  border-left-color: #b76658;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_select .webc_select_type_sp:before {
  border-top-color: #b76658;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, #f9e9e1 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #f9e9e1 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_breadcrumb li a span {
  border-color: #b76658;
  color: #b76658;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_breadcrumb li.active a {
  background: #b76658;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_breadcrumb li.active a:before {
  background-image: linear-gradient(to top left, #b76658 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #b76658 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:first-child:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button span:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl dt {
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt {
  background: #b76658;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd {
  background: #f9e9e1;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_photo_list figure {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_discount dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_coupon li.webc_coupon_cap::after {
  background: #f9e9e1;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(249, 233, 225, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(249, 233, 225, 0) 0%, rgba(249, 233, 225, 0.5) 50%, rgba(249, 233, 225, 0.5) 51%, #f9e9e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(249, 233, 225, 0)", endColorstr="#f9e9e1",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #eed0cb;
  color: #222;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #eed0cb;
  color: #222;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  background: #b76658;
  border-bottom-color: #dbb3ac !important;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: #f9e9e1;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_thanks .webc_box .webc_box_body .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_booked_show .webc_tel dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_dsn_typeE.webc_clr_red .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_red .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .pagination li a,
#webc_con.webc_dsn_typeE.webc_clr_grn .pagination li span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .pagination li.active a,
#webc_con.webc_dsn_typeE.webc_clr_grn .pagination li.active span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_photo figure {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_box .webc_box_head {
  border-bottom-color: transparent;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_inner_box .webc_inner_body .webc_inner_single {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_carousel > .slick-arrow {
  background: #3f5d22;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_table thead,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_table tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_table tbody th,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_table tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_table .webc_table_pc caption {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_table .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_table .webc_table_pc tbody th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_sort ul li {
  border-color: #3f5d22;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_sort ul li:hover, #webc_con.webc_dsn_typeE.webc_clr_grn .webc_sort ul li.active {
  background: #3f5d22;
  border-right-color: #fff;
  border-left-color: #fff;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_sort ul li:hover:first-child, #webc_con.webc_dsn_typeE.webc_clr_grn .webc_sort ul li.active:first-child {
  border-left-color: #3f5d22;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_sort ul li:hover:last-child, #webc_con.webc_dsn_typeE.webc_clr_grn .webc_sort ul li.active:last-child {
  border-right-color: #3f5d22;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_sort ul li:hover button, #webc_con.webc_dsn_typeE.webc_clr_grn .webc_sort ul li.active button {
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_tag_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_detail dl dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_opt .webc_opt_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #6b8436;
  border-color: #c4c4c4;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_estimate_tax dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_xs_estimate_pc > div > dl {
  background: rgba(235, 240, 215, 0.5);
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_xs_estimate_pc > div > dl > dt {
  background: rgba(235, 240, 215, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_xs_estimate_pc > div > dl > dd {
  background: rgba(255, 255, 255, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_cal .webc_cal_tab li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_cal .webc_cal_head {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_cal .webc_cal_body.webc_cal_week {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_cal .webc_cal_event_info > p a {
  background: #ebf0d7;
  color: #000;
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_form dl:not([class]),
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_form dl.valid-group {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_form dl:not([class]) > dt,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_form dl.valid-group > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_payment {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_payment > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_payment > dd ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_payment > dd .webc_payment_item label {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_select .webc_select_type_pc, #webc_con.webc_dsn_typeE.webc_clr_grn .webc_select .webc_select_type_sp {
  background: #6b8436;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_select .webc_select_type_pc:before {
  border-left-color: #6b8436;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_select .webc_select_type_sp:before {
  border-top-color: #6b8436;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, #ebf0d7 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #ebf0d7 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_breadcrumb li a span {
  border-color: #648842;
  color: #648842;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_breadcrumb li.active a {
  background: #648842;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_breadcrumb li.active a:before {
  background-image: linear-gradient(to top left, #648842 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #648842 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:first-child:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button span:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl dt {
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt {
  background: #6b8436;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd {
  background: #ebf0d7;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_photo_list figure {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_discount dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_coupon li.webc_coupon_cap::after {
  background: #ebf0d7;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(235, 240, 215, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(235, 240, 215, 0) 0%, rgba(235, 240, 215, 0.5) 50%, rgba(235, 240, 215, 0.5) 51%, #ebf0d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(235, 240, 215, 0)", endColorstr="#ebf0d7",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #c9d6ae;
  color: #222;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #c9d6ae;
  color: #222;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  background: #6b8436;
  border-bottom-color: #b5c29b !important;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: #ebf0d7;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_thanks .webc_box .webc_box_body .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_booked_show .webc_tel dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_grn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .pagination li a,
#webc_con.webc_dsn_typeE.webc_clr_wht .pagination li span {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .pagination li.active a,
#webc_con.webc_dsn_typeE.webc_clr_wht .pagination li.active span {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_photo figure {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_box {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_inner_box .webc_inner_head {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_inner_box .webc_inner_body {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_inner_box .webc_inner_body .webc_inner_single {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_carousel > .slick-arrow {
  background: #000;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_table thead,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_table tbody {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_table tbody th,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_table tbody td {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_table .webc_table_pc caption {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_table .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_table .webc_table_pc tbody th {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_sort ul li {
  border-color: #000;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_sort ul li:hover, #webc_con.webc_dsn_typeE.webc_clr_wht .webc_sort ul li.active {
  background: #000;
  border-right-color: #fff;
  border-left-color: #fff;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_sort ul li:hover:first-child, #webc_con.webc_dsn_typeE.webc_clr_wht .webc_sort ul li.active:first-child {
  border-left-color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_sort ul li:hover:last-child, #webc_con.webc_dsn_typeE.webc_clr_wht .webc_sort ul li.active:last-child {
  border-right-color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_sort ul li:hover button, #webc_con.webc_dsn_typeE.webc_clr_wht .webc_sort ul li.active button {
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_tag_list li {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_detail dl dt {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_opt .webc_opt_head {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #6d6966;
  border-color: #b4b4b4;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_estimate_tax dl {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_xs_estimate_pc > div > dl {
  background: rgba(250, 248, 246, 0.5);
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_xs_estimate_pc > div > dl > dt {
  background: rgba(250, 248, 246, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_xs_estimate_pc > div > dl > dd {
  background: rgba(255, 255, 255, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_cal .webc_cal_tab li {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_cal .webc_cal_head {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_cal .webc_cal_body tbody td {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_cal .webc_cal_body.webc_cal_week {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_cal .webc_cal_event_info > p a {
  background: #faf8f6;
  color: #000;
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_form dl:not([class]),
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_form dl.valid-group {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_form dl:not([class]) > dt,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_form dl.valid-group > dt {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_payment {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_payment > dt {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_payment > dd ul li {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_payment > dd .webc_payment_item label {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_error {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_select .webc_select_type_pc, #webc_con.webc_dsn_typeE.webc_clr_wht .webc_select .webc_select_type_sp {
  background: #6d6966;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_select .webc_select_type_pc:before {
  border-left-color: #6d6966;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_select .webc_select_type_sp:before {
  border-top-color: #6d6966;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_breadcrumb li a {
  background: #f0ede9;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, #f0ede9 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #f0ede9 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_breadcrumb li a span {
  border-color: #6d6966;
  color: #6d6966;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_breadcrumb li.active a {
  background: #6d6966;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_breadcrumb li.active a:before {
  background-image: linear-gradient(to top left, #6d6966 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #6d6966 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(250, 248, 246, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(250, 248, 246, 0) 0%, rgba(250, 248, 246, 0.5) 50%, rgba(250, 248, 246, 0.5) 51%, #faf8f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(250, 248, 246, 0)", endColorstr="#faf8f6",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:first-child:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd {
  background: #faf8f6;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button span:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_single .webc_box .webc_box_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #faf8f6;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #faf8f6;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl dt {
  background: #faf8f6;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt {
  background: #6d6966;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd {
  background: #faf8f6;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_photo_list figure {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_discount dl {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_coupon li.webc_coupon_cap::after {
  background: #faf8f6;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(250, 248, 246, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(250, 248, 246, 0) 0%, rgba(250, 248, 246, 0.5) 50%, rgba(250, 248, 246, 0.5) 51%, #faf8f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(250, 248, 246, 0)", endColorstr="#faf8f6",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_contact .webc_plan_single .webc_box .webc_box_body {
  background: #faf8f6;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #f0ede9;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #f0ede9;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  background: #fff;
  border-bottom-color: #b4b4b4 !important;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: #fff;
  border-color: #b4b4b4;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_thanks .webc_box .webc_box_body .webc_com_box {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_booked_show .webc_tel dt {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_wht .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #b4b4b4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .pagination li a,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .pagination li span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .pagination li.active a,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .pagination li.active span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_photo figure {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_box .webc_box_head {
  border-bottom-color: transparent;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_inner_box .webc_inner_body .webc_inner_single {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_carousel > .slick-arrow {
  background: #1a92cb;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_table thead,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_table tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_table tbody th,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_table tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_table .webc_table_pc caption {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_table .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_table .webc_table_pc tbody th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_sort ul li {
  border-color: #1a92cb;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_sort ul li:hover, #webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_sort ul li.active {
  background: #1a92cb;
  border-right-color: #fff;
  border-left-color: #fff;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_sort ul li:hover:first-child, #webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_sort ul li.active:first-child {
  border-left-color: #1a92cb;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_sort ul li:hover:last-child, #webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_sort ul li.active:last-child {
  border-right-color: #1a92cb;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_sort ul li:hover button, #webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_sort ul li.active button {
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_tag_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_detail dl dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_opt .webc_opt_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #57b1db;
  border-color: #c4c4c4;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_estimate_tax dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_xs_estimate_pc > div > dl {
  background: rgba(227, 244, 255, 0.5);
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_xs_estimate_pc > div > dl > dt {
  background: rgba(227, 244, 255, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_xs_estimate_pc > div > dl > dd {
  background: rgba(255, 255, 255, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_cal .webc_cal_tab li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_cal .webc_cal_head {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_cal .webc_cal_body.webc_cal_week {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_cal .webc_cal_event_info > p a {
  background: #e3f4ff;
  color: #000;
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_form dl:not([class]),
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_form dl.valid-group {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_form dl:not([class]) > dt,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_form dl.valid-group > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_payment {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_payment > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_payment > dd ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_payment > dd .webc_payment_item label {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_select .webc_select_type_pc, #webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_select .webc_select_type_sp {
  background: #57b1db;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_select .webc_select_type_pc:before {
  border-left-color: #57b1db;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_select .webc_select_type_sp:before {
  border-top-color: #57b1db;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, #e3f4ff 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #e3f4ff 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_breadcrumb li a span {
  border-color: #53a2ec;
  color: #53a2ec;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_breadcrumb li.active a {
  background: #53a2ec;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_breadcrumb li.active a:before {
  background-image: linear-gradient(to top left, #53a2ec 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #53a2ec 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:first-child:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button span:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl dt {
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt {
  background: #57b1db;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd {
  background: #e3f4ff;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_photo_list figure {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_discount dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_coupon li.webc_coupon_cap::after {
  background: #e3f4ff;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(227, 244, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(227, 244, 255, 0) 0%, rgba(227, 244, 255, 0.5) 50%, rgba(227, 244, 255, 0.5) 51%, #e3f4ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(227, 244, 255, 0)", endColorstr="#e3f4ff",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #acdaf0;
  color: #222;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #acdaf0;
  color: #222;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  background: #57b1db;
  border-bottom-color: #b0ddf2 !important;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: #e3f4ff;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_thanks .webc_box .webc_box_body .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_booked_show .webc_tel dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtblu .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .pagination li a,
#webc_con.webc_dsn_typeE.webc_clr_prp .pagination li span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .pagination li.active a,
#webc_con.webc_dsn_typeE.webc_clr_prp .pagination li.active span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_photo figure {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_box .webc_box_head {
  border-bottom-color: transparent;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_inner_box .webc_inner_body .webc_inner_single {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_carousel > .slick-arrow {
  background: #675273;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_table thead,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_table tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_table tbody th,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_table tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_table .webc_table_pc caption {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_table .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_table .webc_table_pc tbody th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_sort ul li {
  border-color: #675273;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_sort ul li:hover, #webc_con.webc_dsn_typeE.webc_clr_prp .webc_sort ul li.active {
  background: #675273;
  border-right-color: #fff;
  border-left-color: #fff;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_sort ul li:hover:first-child, #webc_con.webc_dsn_typeE.webc_clr_prp .webc_sort ul li.active:first-child {
  border-left-color: #675273;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_sort ul li:hover:last-child, #webc_con.webc_dsn_typeE.webc_clr_prp .webc_sort ul li.active:last-child {
  border-right-color: #675273;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_sort ul li:hover button, #webc_con.webc_dsn_typeE.webc_clr_prp .webc_sort ul li.active button {
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_tag_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_detail dl dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_opt .webc_opt_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #806f91;
  border-color: #c4c4c4;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_estimate_tax dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_xs_estimate_pc > div > dl {
  background: rgba(237, 233, 239, 0.5);
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_xs_estimate_pc > div > dl > dt {
  background: rgba(237, 233, 239, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_xs_estimate_pc > div > dl > dd {
  background: rgba(255, 255, 255, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_cal .webc_cal_tab li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_cal .webc_cal_head {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_cal .webc_cal_body.webc_cal_week {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_cal .webc_cal_event_info > p a {
  background: #ede9ef;
  color: #000;
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_form dl:not([class]),
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_form dl.valid-group {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_form dl:not([class]) > dt,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_form dl.valid-group > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_payment {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_payment > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_payment > dd ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_payment > dd .webc_payment_item label {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_select .webc_select_type_pc, #webc_con.webc_dsn_typeE.webc_clr_prp .webc_select .webc_select_type_sp {
  background: #806f91;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_select .webc_select_type_pc:before {
  border-left-color: #806f91;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_select .webc_select_type_sp:before {
  border-top-color: #806f91;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, #ede9ef 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #ede9ef 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_breadcrumb li a span {
  border-color: #89709f;
  color: #89709f;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_breadcrumb li.active a {
  background: #89709f;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_breadcrumb li.active a:before {
  background-image: linear-gradient(to top left, #89709f 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #89709f 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:first-child:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button span:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl dt {
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt {
  background: #806f91;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd {
  background: #ede9ef;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_photo_list figure {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_discount dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_coupon li.webc_coupon_cap::after {
  background: #ede9ef;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(237, 233, 239, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(237, 233, 239, 0) 0%, rgba(237, 233, 239, 0.5) 50%, rgba(237, 233, 239, 0.5) 51%, #ede9ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(237, 233, 239, 0)", endColorstr="#ede9ef",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #dbd2e6;
  color: #222;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #dbd2e6;
  color: #222;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  background: #806f91;
  border-bottom-color: #cdc4d6 !important;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: #ede9ef;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_thanks .webc_box .webc_box_body .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_booked_show .webc_tel dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_prp .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .pagination li a,
#webc_con.webc_dsn_typeE.webc_clr_org .pagination li span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .pagination li.active a,
#webc_con.webc_dsn_typeE.webc_clr_org .pagination li.active span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_photo figure {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_box .webc_box_head {
  border-bottom-color: transparent;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_inner_box .webc_inner_body .webc_inner_single {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_carousel > .slick-arrow {
  background: #de801e;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_table thead,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_table tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_table tbody th,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_table tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_table .webc_table_pc caption {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_table .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_table .webc_table_pc tbody th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_sort ul li {
  border-color: #de801e;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_sort ul li:hover, #webc_con.webc_dsn_typeE.webc_clr_org .webc_sort ul li.active {
  background: #de801e;
  border-right-color: #fff;
  border-left-color: #fff;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_sort ul li:hover:first-child, #webc_con.webc_dsn_typeE.webc_clr_org .webc_sort ul li.active:first-child {
  border-left-color: #de801e;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_sort ul li:hover:last-child, #webc_con.webc_dsn_typeE.webc_clr_org .webc_sort ul li.active:last-child {
  border-right-color: #de801e;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_sort ul li:hover button, #webc_con.webc_dsn_typeE.webc_clr_org .webc_sort ul li.active button {
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_tag_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_detail dl dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_opt .webc_opt_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #e99b48;
  border-color: #c4c4c4;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_estimate_tax dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_xs_estimate_pc > div > dl {
  background: rgba(255, 243, 229, 0.5);
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_xs_estimate_pc > div > dl > dt {
  background: rgba(255, 243, 229, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_xs_estimate_pc > div > dl > dd {
  background: rgba(255, 255, 255, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_cal .webc_cal_tab li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_cal .webc_cal_head {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_cal .webc_cal_body.webc_cal_week {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_cal .webc_cal_event_info > p a {
  background: #fff3e5;
  color: #000;
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_form dl:not([class]),
#webc_con.webc_dsn_typeE.webc_clr_org .webc_form dl.valid-group {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_form dl:not([class]) > dt,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_form dl.valid-group > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_payment {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_payment > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_payment > dd ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_payment > dd .webc_payment_item label {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_select .webc_select_type_pc, #webc_con.webc_dsn_typeE.webc_clr_org .webc_select .webc_select_type_sp {
  background: #e99b48;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_select .webc_select_type_pc:before {
  border-left-color: #e99b48;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_select .webc_select_type_sp:before {
  border-top-color: #e99b48;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, #fff3e5 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #fff3e5 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_breadcrumb li a span {
  border-color: #de801e;
  color: #de801e;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_breadcrumb li.active a {
  background: #de801e;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_breadcrumb li.active a:before {
  background-image: linear-gradient(to top left, #de801e 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #de801e 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:first-child:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button span:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl dt {
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt {
  background: #e99b48;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd {
  background: #fff3e5;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_photo_list figure {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_discount dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_coupon li.webc_coupon_cap::after {
  background: #fff3e5;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 243, 229, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 243, 229, 0) 0%, rgba(255, 243, 229, 0.5) 50%, rgba(255, 243, 229, 0.5) 51%, #fff3e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 243, 229, 0)", endColorstr="#fff3e5",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #fcdebc;
  color: #222;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #fcdebc;
  color: #222;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  background: #e99b48;
  border-bottom-color: #ebbc7d !important;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: #fff3e5;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_thanks .webc_box .webc_box_body .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_booked_show .webc_tel dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_dsn_typeE.webc_clr_org .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_org .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .pagination li a,
#webc_con.webc_dsn_typeE.webc_clr_pch .pagination li span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .pagination li.active a,
#webc_con.webc_dsn_typeE.webc_clr_pch .pagination li.active span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_photo figure {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_box .webc_box_head {
  border-bottom-color: transparent;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_inner_box .webc_inner_body .webc_inner_single {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_carousel > .slick-arrow {
  background: #ee8492;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_table thead,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_table tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_table tbody th,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_table tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_table .webc_table_pc caption {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_table .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_table .webc_table_pc tbody th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_sort ul li {
  border-color: #ee8492;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_sort ul li:hover, #webc_con.webc_dsn_typeE.webc_clr_pch .webc_sort ul li.active {
  background: #ee8492;
  border-right-color: #fff;
  border-left-color: #fff;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_sort ul li:hover:first-child, #webc_con.webc_dsn_typeE.webc_clr_pch .webc_sort ul li.active:first-child {
  border-left-color: #ee8492;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_sort ul li:hover:last-child, #webc_con.webc_dsn_typeE.webc_clr_pch .webc_sort ul li.active:last-child {
  border-right-color: #ee8492;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_sort ul li:hover button, #webc_con.webc_dsn_typeE.webc_clr_pch .webc_sort ul li.active button {
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_tag_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_detail dl dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_opt .webc_opt_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #f39dab;
  border-color: #c4c4c4;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_estimate_tax dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_xs_estimate_pc > div > dl {
  background: rgba(255, 234, 236, 0.5);
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_xs_estimate_pc > div > dl > dt {
  background: rgba(255, 234, 236, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_xs_estimate_pc > div > dl > dd {
  background: rgba(255, 255, 255, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_cal .webc_cal_tab li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_cal .webc_cal_head {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_cal .webc_cal_body.webc_cal_week {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_cal .webc_cal_event_info > p a {
  background: #ffeaec;
  color: #000;
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_form dl:not([class]),
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_form dl.valid-group {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_form dl:not([class]) > dt,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_form dl.valid-group > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_payment {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_payment > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_payment > dd ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_payment > dd .webc_payment_item label {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_select .webc_select_type_pc, #webc_con.webc_dsn_typeE.webc_clr_pch .webc_select .webc_select_type_sp {
  background: #f39dab;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_select .webc_select_type_pc:before {
  border-left-color: #f39dab;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_select .webc_select_type_sp:before {
  border-top-color: #f39dab;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, #ffeaec 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #ffeaec 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_breadcrumb li a span {
  border-color: #f49699;
  color: #f49699;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_breadcrumb li.active a {
  background: #f49699;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_breadcrumb li.active a:before {
  background-image: linear-gradient(to top left, #f49699 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #f49699 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:first-child:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button span:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl dt {
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt {
  background: #f39dab;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd {
  background: #ffeaec;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_photo_list figure {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_discount dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_coupon li.webc_coupon_cap::after {
  background: #ffeaec;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 234, 236, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 234, 236, 0) 0%, rgba(255, 234, 236, 0.5) 50%, rgba(255, 234, 236, 0.5) 51%, #ffeaec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 234, 236, 0)", endColorstr="#ffeaec",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #fad8dc;
  color: #222;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #fad8dc;
  color: #222;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  background: #f39dab;
  border-bottom-color: #fdc5cc !important;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: #ffeaec;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_thanks .webc_box .webc_box_body .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_booked_show .webc_tel dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_pch .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .pagination li a,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .pagination li span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .pagination li.active a,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .pagination li.active span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_photo figure {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_box .webc_box_head {
  border-bottom-color: transparent;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_inner_box .webc_inner_body .webc_inner_single {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_carousel > .slick-arrow {
  background: #40a186;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_table thead,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_table tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_table tbody th,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_table tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_table .webc_table_pc caption {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_table .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_table .webc_table_pc tbody th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_sort ul li {
  border-color: #40a186;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_sort ul li:hover, #webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_sort ul li.active {
  background: #40a186;
  border-right-color: #fff;
  border-left-color: #fff;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_sort ul li:hover:first-child, #webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_sort ul li.active:first-child {
  border-left-color: #40a186;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_sort ul li:hover:last-child, #webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_sort ul li.active:last-child {
  border-right-color: #40a186;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_sort ul li:hover button, #webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_sort ul li.active button {
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_tag_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_detail dl dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_opt .webc_opt_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #72c4ad;
  border-color: #c4c4c4;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_estimate_tax dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_xs_estimate_pc > div > dl {
  background: rgba(233, 248, 238, 0.5);
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_xs_estimate_pc > div > dl > dt {
  background: rgba(233, 248, 238, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_xs_estimate_pc > div > dl > dd {
  background: rgba(255, 255, 255, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_cal .webc_cal_tab li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_cal .webc_cal_head {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_cal .webc_cal_body.webc_cal_week {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_cal .webc_cal_event_info > p a {
  background: #e9f8ee;
  color: #000;
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_form dl:not([class]),
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_form dl.valid-group {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_form dl:not([class]) > dt,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_form dl.valid-group > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_payment {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_payment > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_payment > dd ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_payment > dd .webc_payment_item label {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_select .webc_select_type_pc, #webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_select .webc_select_type_sp {
  background: #72c4ad;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_select .webc_select_type_pc:before {
  border-left-color: #72c4ad;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_select .webc_select_type_sp:before {
  border-top-color: #72c4ad;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, #e9f8ee 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #e9f8ee 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_breadcrumb li a span {
  border-color: #6bae9a;
  color: #6bae9a;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_breadcrumb li.active a {
  background: #6bae9a;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_breadcrumb li.active a:before {
  background-image: linear-gradient(to top left, #6bae9a 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #6bae9a 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:first-child:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button span:before {
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl dt {
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt {
  background: #72c4ad;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd {
  background: #e9f8ee;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_photo_list figure {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_discount dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_coupon li.webc_coupon_cap::after {
  background: #e9f8ee;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(233, 248, 238, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(233, 248, 238, 0) 0%, rgba(233, 248, 238, 0.5) 50%, rgba(233, 248, 238, 0.5) 51%, #e9f8ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(233, 248, 238, 0)", endColorstr="#e9f8ee",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #b0e6d6;
  color: #222;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #b0e6d6;
  color: #222;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  background: #72c4ad;
  border-bottom-color: #b0e0d7 !important;
  color: #fff;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: #e9f8ee;
  border-color: transparent;
  color: #000;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_thanks .webc_box .webc_box_body .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_booked_show .webc_tel dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_lgtgrn .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .pagination li a,
#webc_con.webc_dsn_typeE.webc_clr_smpl .pagination li span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .pagination li.active a,
#webc_con.webc_dsn_typeE.webc_clr_smpl .pagination li.active span {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_photo figure {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_box .webc_box_head {
  border-bottom-color: transparent;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_inner_box .webc_inner_body .webc_inner_single {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_carousel > .slick-arrow {
  background: #eee;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_table thead,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_table tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_table tbody th,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_table tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_table .webc_table_pc caption {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_table .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_table .webc_table_pc tbody th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_sort ul li {
  border-color: #eee;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_sort ul li:hover, #webc_con.webc_dsn_typeE.webc_clr_smpl .webc_sort ul li.active {
  background: #eee;
  border-right-color: #eee;
  border-left-color: #eee;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_sort ul li:hover:first-child, #webc_con.webc_dsn_typeE.webc_clr_smpl .webc_sort ul li.active:first-child {
  border-left-color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_sort ul li:hover:last-child, #webc_con.webc_dsn_typeE.webc_clr_smpl .webc_sort ul li.active:last-child {
  border-right-color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_sort ul li:hover button, #webc_con.webc_dsn_typeE.webc_clr_smpl .webc_sort ul li.active button {
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_tag_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_detail dl dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: #eee;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_opt .webc_opt_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: #eee;
  border-color: #c4c4c4;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_estimate_tax dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_xs_estimate_pc > div > dl {
  background: rgba(238, 238, 238, 0.5);
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_xs_estimate_pc > div > dl > dt {
  background: rgba(238, 238, 238, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_xs_estimate_pc > div > dl > dd {
  background: rgba(238, 238, 238, 0.8);
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_cal .webc_cal_tab li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_cal .webc_cal_head {
  background: none;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_cal .webc_cal_body.webc_cal_week {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_cal .webc_cal_event_info > p a {
  background: #eee;
  color: #eee;
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_form dl:not([class]),
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_form dl.valid-group {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_form dl:not([class]) > dt,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_form dl.valid-group > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_form dl:not([class]) > dd.webc_list_block li,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_form dl.valid-group > dd.webc_list_block li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_payment {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_payment > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_payment > dd ul li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_payment > dd .webc_payment_item label {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_error {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_select .webc_select_type_pc, #webc_con.webc_dsn_typeE.webc_clr_smpl .webc_select .webc_select_type_sp {
  background: #eee;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_select .webc_select_type_pc:before {
  border-left-color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_select .webc_select_type_sp:before {
  border-top-color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_breadcrumb li a:before {
  background-image: linear-gradient(to top left, #eee 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_breadcrumb li a:after {
  background-image: linear-gradient(to top left, transparent 50%, #eee 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_breadcrumb li a span {
  border-color: #eee;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_breadcrumb li.active a {
  background: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_breadcrumb li.active a:before {
  background-image: linear-gradient(to top left, #eee 50%, transparent 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_breadcrumb li.active a:after {
  background-image: linear-gradient(to top left, transparent 50%, #eee 51%);
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(238, 238, 238, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0.5) 50%, rgba(238, 238, 238, 0.5) 51%, #eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(238, 238, 238, 0)", endColorstr="#eeeeee",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  background: #eee;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:first-child:before {
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button span:before {
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #eee;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #eee;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl dt {
  background: #eee;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt {
  background: #eee;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd {
  background: #eee;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_photo_list figure {
  background: none;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_discount dl {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_coupon li.webc_coupon_cap::after {
  background: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(238, 238, 238, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0.5) 50%, rgba(238, 238, 238, 0.5) 51%, #eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(238, 238, 238, 0)", endColorstr="#eeeeee",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #eee;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #eee;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  background: #eee;
  border-bottom-color: #eee !important;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: #eee;
  border-color: transparent;
  color: #eee;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_com_box {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_booked_show .webc_tel dt {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE.webc_clr_smpl .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #c4c4c4;
}

#webc_con input,
#webc_con button,
#webc_con select,
#webc_con option,
#webc_con textarea {
  color: #222;
}
#webc_con input[disabled],
#webc_con button[disabled],
#webc_con select[disabled],
#webc_con option[disabled],
#webc_con textarea[disabled] {
  background: #ebebeb;
  color: #c4c4c4;
  -webkit-text-fill-color: #c4c4c4;
}
#webc_con input {
  background: #fff;
  border-color: #b9b9b9;
}
#webc_con input[type=radio]:before {
  background: #222;
}
#webc_con input[type=radio][disabled] {
  background: #ebebeb;
}
#webc_con input[type=radio][disabled]:before {
  background: #c4c4c4;
}
#webc_con input[type=radio][disabled] + span {
  color: #c4c4c4;
}
#webc_con button[disabled] {
  border-color: #ebebeb;
}
#webc_con button[disabled]:before {
  border-color: #c4c4c4;
}
#webc_con button[disabled]:hover {
  background: #ebebeb;
  color: #c4c4c4;
}
#webc_con button[disabled] a span:before {
  color: #c4c4c4;
}
#webc_con textarea {
  background: #fff;
  border-color: #b9b9b9;
}
#webc_con .webc_select_wrap {
  background: #fff;
  border-color: #b9b9b9;
}
#webc_con .webc_select_wrap:has(select[disabled])::before {
  color: #c4c4c4;
}
#webc_con .input-group .input-group-addon {
  border-color: #b9b9b9;
}
#webc_con .dataTables_wrapper select {
  border-color: #b9b9b9;
}
#webc_con .text-maroon {
  color: #df2400 !important;
}
#webc_con .webc_pagetop a {
  background: #fff;
  border-color: #4e4e4e;
  color: #4e4e4e;
}
#webc_con .webc_siteseal {
  border-color: #c4c4c4;
}
#webc_con .webc_description dt {
  border-color: #222;
}
#webc_con .webc_btn_default {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: #edb83d; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #edb83d 0%, #bb8d23 50%, #a07003 51%, #bb8d23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#edb83d", endColorstr="#bb8d23",GradientType=0 ); /* IE6-9 */
  color: #fff;
  border-color: #bb8d23;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#webc_con .webc_btn_default:before {
  border-color: rgba(255, 255, 255, 0.4);
}
#webc_con .webc_btn_default > span:before {
  color: #fff;
}
#webc_con .webc_btn_default:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: #a07003; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a07003 0%, #edb83d 50%, #edb83d 51%, #bb8d23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a07003", endColorstr="#bb8d23",GradientType=0 ); /* IE6-9 */
}
#webc_con .webc_btn_noncolor {
  background: #fff;
  border-color: #c4c4c4;
  box-shadow: none;
  color: #000;
}
#webc_con .webc_btn_noncolor > span:before {
  color: #000;
}
#webc_con .webc_btn_noncolor:hover {
  background: #f6f6f6;
}
#webc_con .webc_btn_achro {
  border-color: #c4c4c4;
  color: #222;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: #fff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 0%, #f6f6f6 50%, #f6f6f6 51%, #ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff", endColorstr="#ebebeb",GradientType=0 ); /* IE6-9 */
}
#webc_con .webc_btn_achro > span:before {
  color: #222;
}
#webc_con .webc_btn_achro:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: #ebebeb; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ebebeb 0%, #f6f6f6 50%, #f6f6f6 51%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ebebeb", endColorstr="#fff",GradientType=0 ); /* IE6-9 */
}
#webc_con .webc_btn_blk {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: #4e4e4e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4e4e4e 0%, #5d5d5d 50%, #222 51%, #5d5d5d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4e4e4e", endColorstr="#5d5d5d",GradientType=0 ); /* IE6-9 */
  border-color: #5d5d5d;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#webc_con .webc_btn_blk:before {
  border-color: rgba(255, 255, 255, 0.4);
}
#webc_con .webc_btn_blk > span:before {
  color: #fff;
}
#webc_con .webc_btn_blk:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: #222; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #222 0%, #4e4e4e 50%, #4e4e4e 51%, #5d5d5d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#222", endColorstr="#5d5d5d",GradientType=0 ); /* IE6-9 */
}
#webc_con .webc_btn_simple {
  background: #f6f6f6;
  border-color: #c4c4c4;
  color: #000;
}
#webc_con .webc_btn_simple > span:before {
  color: #000;
}
#webc_con .webc_btn_simple:hover {
  background: #ebebeb;
}
#webc_con .webc_btn_fav {
  border-color: #c4c4c4;
  color: #222;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: #fff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 0%, #f6f6f6 50%, #f6f6f6 51%, #ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff", endColorstr="#ebebeb",GradientType=0 ); /* IE6-9 */
}
#webc_con .webc_btn_fav > span:before {
  color: #222;
}
#webc_con .webc_btn_fav:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: #ebebeb; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ebebeb 0%, #f6f6f6 50%, #f6f6f6 51%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ebebeb", endColorstr="#fff",GradientType=0 ); /* IE6-9 */
}
#webc_con .webc_btn_fav input[type=checkbox]::before {
  color: #c4c4c4;
}
#webc_con .webc_btn_fav input[type=checkbox]:checked::before {
  color: #df2400;
}
#webc_con .webc_modal_danger {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: #e82400; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e82400 0%, #cb1f00 50%, #cb1f00 51%, #ad1800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e82400", endColorstr="#ad1800",GradientType=0 ); /* IE6-9 */
  border-color: #ad1800;
  color: #fff;
}
#webc_con .webc_modal_danger:before {
  border-color: #fff;
}
#webc_con .webc_modal_danger:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: #ad1800; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ad1800 0%, #cb1f00 50%, #cb1f00 51%, #e82400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ad1800", endColorstr="#e82400",GradientType=0 ); /* IE6-9 */
}
#webc_con .webc_modal_close {
  background: #fff;
  border-color: #c4c4c4;
}
#webc_con .webc_modal_close:hover {
  background: #f6f6f6;
}
#webc_con .webc_btn_load a {
  color: #000;
}
#webc_con .webc_photo figure {
  background: #fff;
}
#webc_con .webc_zoom:before {
  background-color: rgba(255, 255, 255, 0.7);
}
#webc_con .webc_slide .slick-arrow:before {
  color: #000;
}
#webc_con .webc_table table tbody td {
  background: #fff;
}
#webc_con .webc_table .webc_table_sp caption {
  border-color: #222;
}
#webc_con .webc_sort ul li {
  border-color: #4e4e4e;
  color: #4e4e4e;
}
#webc_con .webc_sort ul li:hover, #webc_con .webc_sort ul li.active {
  background: #4e4e4e;
  border-right-color: #fff;
  border-left-color: #fff;
}
#webc_con .webc_sort ul li:hover:first-child, #webc_con .webc_sort ul li.active:first-child {
  border-left-color: #4e4e4e;
}
#webc_con .webc_sort ul li:hover:last-child, #webc_con .webc_sort ul li.active:last-child {
  border-right-color: #4e4e4e;
}
#webc_con .webc_sort ul li:hover button, #webc_con .webc_sort ul li.active button {
  color: #fff;
}
#webc_con .webc_price_caption {
  background: #ebebeb;
}
#webc_con .webc_price_caption.webc_price_member {
  background: #f8f3d2;
}
#webc_con .webc_price_member {
  color: #a07003;
}
#webc_con .webc_plan_icon li {
  background-color: #fff;
  border-color: #000;
}
#webc_con .webc_detail dl dt {
  background: #fff;
}
#webc_con .webc_person .webc_table_sp tbody th {
  background: #fff !important;
  color: #000 !important;
}
#webc_con .webc_person .webc_table_sp tbody td.webc_col2 button {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: #fff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 0%, #f6f6f6 50%, #f6f6f6 51%, #c4c4c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff", endColorstr="#c4c4c4",GradientType=0 ); /* IE6-9 */
}
#webc_con .webc_acc .webc_input_block .webc_note {
  color: #df2400;
}
#webc_con .webc_acc .webc_input_block + dl dd .webc_note {
  background: #f8f3d2;
}
#webc_con .webc_acc .webc_input_box .webc_input_inner.webc_input_date {
  background: #fff;
  border-color: #b9b9b9;
}
#webc_con .webc_acc .webc_table .webc_table_sp tbody td a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: #f6f6f6; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f6f6f6 0%, #f6f6f6 50%, #f6f6f6 51%, #c4c4c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6f6f6", endColorstr="#c4c4c4",GradientType=0 ); /* IE6-9 */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #000;
}
#webc_con .webc_acc .webc_table .webc_table_sp tbody td a > span:before {
  color: #000;
}
#webc_con .webc_opt .webc_opt_head {
  background: #f8f3d2;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_item label {
  background: #fff;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_item label.active {
  background: #f8f3d2;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_item label.active .webc_opt_item_body .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(248, 243, 210, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(248, 243, 210, 0) 0%, rgba(248, 243, 210, 0.5) 50%, rgba(248, 243, 210, 0.5) 51%, #f8f3d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(248, 243, 210, 0)", endColorstr="#f8f3d2",GradientType=0 ); /* IE6-9 */
}
#webc_con .webc_opt .webc_opt_body .webc_opt_detail .webc_caption {
  color: #bb8d23;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal:has(table) {
  background: #fff;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_list table th,
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_list table td {
  background: #fff;
}
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_list table th.active,
#webc_con .webc_opt .webc_opt_body .webc_opt_cal_list table td.active {
  background: #f8f3d2;
}
#webc_con .webc_opt .webc_opt_body .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con .webc_xs_estimate_pc {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
#webc_con .webc_xs_estimate_pc > div > dl dl dt {
  background: #bb8d23;
  color: #fff;
}
#webc_con .webc_xs_estimate_pc > div > dl dl.webc_error dd {
  color: #df2400;
}
#webc_con .webc_xs_estimate_sp {
  background: rgba(89, 165, 249, 0.9);
  color: #fff;
}
#webc_con .webc_xs_estimate_sp > button {
  color: #fff;
}
#webc_con .webc_member_point .webc_point {
  color: #a07003;
}
#webc_con .webc_cal .webc_cal_info a {
  color: #00f;
}
#webc_con .webc_cal .webc_cal_info a i {
  color: #000;
}
#webc_con .webc_cal .webc_cal_tab li {
  background: #fff;
}
#webc_con .webc_cal .webc_cal_body thead th .webc_current,
#webc_con .webc_cal .webc_cal_body thead td .webc_current,
#webc_con .webc_cal .webc_cal_body tbody th .webc_current,
#webc_con .webc_cal .webc_cal_body tbody td .webc_current {
  border-color: #bb8d23;
}
#webc_con .webc_cal .webc_cal_body thead th.webc_cal_sun {
  background: #da798d;
}
#webc_con .webc_cal .webc_cal_body thead th.webc_cal_sat {
  background: #5b8bbd;
}
#webc_con .webc_cal .webc_cal_body tbody td {
  background: none;
}
#webc_con .webc_cal .webc_cal_body tbody td > div {
  background: #fff;
}
#webc_con .webc_cal .webc_cal_body tbody td > div > p {
  color: #c4c4c4;
}
#webc_con .webc_cal .webc_cal_body tbody td > div > p a {
  color: #00f;
}
#webc_con .webc_cal .webc_cal_body tbody td > div > p i {
  color: #00f;
}
#webc_con .webc_cal .webc_cal_body tbody td > div > p i.fa-xmark, #webc_con .webc_cal .webc_cal_body tbody td > div > p i.fa-minus {
  color: #c4c4c4;
}
#webc_con .webc_cal .webc_cal_body tbody td > div > p i.fa-square-phone {
  color: #222;
}
#webc_con .webc_cal .webc_cal_body tbody td .webc_cal_sun {
  color: #e9254d;
  background: #fff4f4;
}
#webc_con .webc_cal .webc_cal_body tbody td .webc_cal_sat {
  color: #4b7fcd;
  background: #f5faff;
}
#webc_con .webc_cal .webc_cal_body.webc_cal_week table {
  border-color: #c4c4c4 !important;
}
#webc_con .webc_cal .webc_cal_body.webc_cal_week thead th,
#webc_con .webc_cal .webc_cal_body.webc_cal_week thead td,
#webc_con .webc_cal .webc_cal_body.webc_cal_week tbody th,
#webc_con .webc_cal .webc_cal_body.webc_cal_week tbody td {
  border-color: #c4c4c4 !important;
}
#webc_con .webc_cal .webc_cal_body.webc_cal_week thead {
  background: none !important;
  color: #000 !important;
}
#webc_con .webc_cal .webc_cal_body.webc_cal_week thead th {
  background: #fff;
}
#webc_con .webc_cal .webc_cal_body.webc_cal_week thead th .webc_cal_sun {
  color: #e9254d;
  background: #fff4f4;
}
#webc_con .webc_cal .webc_cal_body.webc_cal_week thead th .webc_cal_sat {
  color: #4b7fcd;
  background: #f5faff;
}
#webc_con .webc_tel .webc_table_pc tbody td a {
  color: #00f;
}
#webc_con .webc_cal_example {
  background: #fff;
  border-color: #c4c4c4;
}
#webc_con .webc_cal_example .webc_description > dd .webc_cal_body table tbody td {
  border-color: #c4c4c4;
}
#webc_con .webc_cal_example .webc_description > dd > dl dd i {
  color: #00f;
}
#webc_con .webc_cal_example .webc_description > dd > dl dd i.fa-xmark, #webc_con .webc_cal_example .webc_description > dd > dl dd i.fa-minus {
  color: #c4c4c4;
}
#webc_con .webc_cal_example .webc_description > dd > dl dd i.fa-square-phone {
  color: #222;
}
#webc_con .webc_cal_example_close a {
  color: #222;
}
#webc_con .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_head {
  background: none !important;
}
#webc_con .webc_form > .webc_note {
  color: #df2400;
}
#webc_con .webc_form dl:not([class]) dt span.webc_must,
#webc_con .webc_form dl.valid-group dt span.webc_must {
  border-color: #ad1800 !important;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e82400+0,b01900+100 */
  background: #e82400; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e82400 0%, #ad1800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="defaultColors(baseRed4)", endColorstr="defaultColors(baseRed1)",GradientType=0 ); /* IE6-9 */
}
#webc_con .webc_form dl:not([class]) dd,
#webc_con .webc_form dl.valid-group dd {
  background: #fff;
}
#webc_con .webc_form dl:not([class]) dd .webc_note,
#webc_con .webc_form dl.valid-group dd .webc_note {
  color: #df2400;
}
#webc_con .webc_login {
  background: #f8f3d2;
  border-color: #c4c4c4;
}
#webc_con .webc_login > dt {
  border-color: #c4c4c4;
}
#webc_con .webc_login > dd p a {
  color: #000;
}
#webc_con .webc_login > dd p a i {
  color: #59a5f9;
}
#webc_con .webc_login > dd > div div:not(.webc_comment) label {
  background: #f0e7ae;
  border-color: #d3c98d;
}
#webc_con .webc_login > dd > dl {
  background: #f0e7ae;
}
#webc_con .webc_account_fb, #webc_con .webc_account_yahoo, #webc_con .webc_account_google {
  background: #fff;
}
#webc_con .webc_account_fb:hover, #webc_con .webc_account_yahoo:hover, #webc_con .webc_account_google:hover {
  background: #f6f6f6;
}
#webc_con .webc_account_fb {
  color: #0866ff;
}
#webc_con .webc_account_yahoo {
  color: #ff0033;
}
#webc_con .webc_account_google {
  color: rgba(0, 0, 0, 0.54);
}
#webc_con .webc_payment > dd {
  background: #fff;
}
#webc_con .webc_payment > dd label {
  background: #fff;
}
#webc_con .webc_payment > dd label.active {
  background: #f8f3d2;
}
#webc_con .webc_payment > dd label .webc_card {
  background: #fff;
}
#webc_con .webc_payment > dd label .webc_coupon_name {
  color: #bb8d23;
}
#webc_con .webc_payment > dd label .webc_coupon_code .webc_btn_simple:not(:disabled) {
  background: #000;
  border-color: #000;
  color: #fff;
}
#webc_con .webc_payment > dd label .webc_coupon_code .webc_btn_simple:not(:disabled):hover {
  background: #4e4e4e;
  border-color: #4e4e4e;
}
#webc_con .webc_error {
  background: #fff !important;
}
#webc_con .webc_error dt {
  background: #df2400 !important;
  color: #fff !important;
}
#webc_con .webc_error dd p,
#webc_con .webc_error dd ul,
#webc_con .webc_error dd li {
  color: #df2400 !important;
}
#webc_con .webc_select .webc_select_type_pc .webc_select_list .webc_select_item, #webc_con .webc_select .webc_select_type_sp .webc_select_list .webc_select_item {
  background: #fff;
  color: #000;
}
#webc_con .webc_select .webc_select_type_pc .webc_select_list .webc_select_item:hover, #webc_con .webc_select .webc_select_type_pc .webc_select_list .webc_select_item.active, #webc_con .webc_select .webc_select_type_sp .webc_select_list .webc_select_item:hover, #webc_con .webc_select .webc_select_type_sp .webc_select_list .webc_select_item.active {
  background: #f8f3d2;
}
#webc_con .webc_select .webc_select_type_pc .webc_select_list .webc_select_item dd ul li span, #webc_con .webc_select .webc_select_type_sp .webc_select_list .webc_select_item dd ul li span {
  color: #00f;
}
#webc_con .webc_attention {
  color: #df2400;
}
#webc_con .webc_alert > div {
  background: #f8f3d2;
  border-color: #c4c4c4;
}
#webc_con .webc_discount ul li {
  background: #bb8d23;
  color: #fff !important;
}
#webc_con .webc_discount ul li:before {
  border-color: #fff;
}
#webc_con .webc_discount dl dt {
  background: #bb8d23;
  color: #fff;
}
#webc_con .webc_discount dl dt:before {
  border-color: #fff;
}
#webc_con .webc_discount dl dd {
  color: #a07003;
}
#webc_con .webc_discount > p {
  color: #df2400;
}
#webc_con .webc_notice > div {
  background: #df2400;
  color: #fff;
}
#webc_con .webc_coupon_cap {
  background: #f8f3d2;
  color: #bb8d23;
}
#webc_con .webc_coupon_cap::before, #webc_con .webc_coupon_cap::after {
  border-color: #d3c98d;
}
#webc_con .webc_coupon_cap span {
  border-color: #bb8d23;
}
#webc_con .webc_coupon dl dd.webc_coupon_attention {
  color: #df2400;
}
#webc_con .webc_member_rank .webc_table .webc_table_pc tbody .current td {
  background: #f8f3d2;
}
#webc_con .webc_language > div .webc_select_wrap {
  border-color: #666;
}
#webc_con .webc_language > div .webc_select_wrap:after {
  color: #5d5d5d;
}
#webc_con .webc_member_info {
  border-color: #ebebeb;
}
#webc_con .webc_member_info .webc_member_rank {
  border-color: #d3c98d;
  background: #f8f3d2;
}
#webc_con .webc_search {
  background: #f8f3d2;
  border-color: #c4c4c4;
  color: #000;
}
#webc_con .webc_search > dt {
  border-color: #c4c4c4;
}
#webc_con .webc_search > dd .webc_input_box.webc_search_add {
  color: #00f;
}
#webc_con .webc_search > dd .webc_input_box.webc_search_add.active .webc_input_inner:before {
  border-color: transparent transparent #fff transparent;
}
#webc_con .webc_search > dd .webc_input_box.webc_search_add.active .webc_input_inner:after {
  border-color: transparent transparent #c4c4c4 transparent;
}
#webc_con .webc_search > dd .webc_input_box .webc_person {
  border-color: #b9b9b9;
}
#webc_con .webc_search > dd .webc_input_box .webc_person table {
  color: #000;
}
#webc_con .webc_search > dd .webc_input_box .webc_person table thead,
#webc_con .webc_search > dd .webc_input_box .webc_person table tbody {
  border-color: #b9b9b9;
}
#webc_con .webc_search > dd .webc_input_box .webc_person table thead th {
  background: #666;
  border-color: #fff;
  color: #fff;
}
#webc_con .webc_search > dd .webc_input_box .webc_person table tbody th,
#webc_con .webc_search > dd .webc_input_box .webc_person table tbody td {
  border-color: #b9b9b9;
}
#webc_con .webc_search > dd .webc_input_box .webc_person p {
  background: #fff;
  border-color: #b9b9b9;
  color: #000;
}
#webc_con .webc_search > dd .webc_input_box .webc_person p a {
  color: #bb8d23;
}
#webc_con .webc_search > dd .webc_search_detail {
  background: #fff;
  border-color: #c4c4c4;
}
#webc_con .webc_search > dd .webc_search_detail .webc_description {
  border-color: #c4c4c4 !important;
}
#webc_con .webc_search > dd .webc_search_detail .webc_description dd {
  border-color: #b9b9b9;
}
#webc_con .webc_search_conditions {
  background: #f8f3d2;
  border-color: #c4c4c4;
}
#webc_con .webc_search_conditions dt {
  border-color: #c4c4c4;
}
#webc_con .webc_page_nav .webc_sub_head + .webc_btn_noncolor {
  border-color: #000;
}
#webc_con .webc_page_nav ul:before {
  border-color: #b9b9b9;
}
#webc_con.webc_clr_smpl .webc_page_nav ul li.active a, #webc_con.webc_clr_smpl .webc_page_nav ul li a:hover, #webc_con .webc_page_nav ul li.active a, #webc_con .webc_page_nav ul li a:hover {
  background: #fff;
}
#webc_con .webc_page_nav ul li {
  border-color: #b9b9b9 !important;
}
#webc_con .webc_page_nav ul li a {
  color: #000;
  background: #f6f6f6;
}
#webc_con .webc_page_nav ul li a:before {
  border-color: #000 transparent transparent transparent;
}
#webc_con .webc_plan_list > .webc_note {
  color: #df2400;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:first-child:before {
  color: #59a5f9;
}
#webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_detail {
  color: #5d5d5d;
}
#webc_con .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dt > i {
  color: #59a5f9;
}
#webc_con .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dd .webc_comment {
  color: #5d5d5d;
}
#webc_con .webc_plan_single .webc_choose {
  background: #f8f3d2;
  border-color: #c4c4c4;
}
#webc_con .webc_plan_single .webc_choose > dt {
  border-color: #000;
}
#webc_con .webc_plan_single .webc_choose > dd figure {
  border-color: #c4c4c4;
}
#webc_con .webc_plan_single .webc_choose > dd > div .webc_detail dl dt {
  background: #f0e7ae;
  border-color: #c4c4c4;
}
#webc_con .webc_plan_single .webc_choose > dd > div .webc_comment {
  color: #5d5d5d !important;
}
#webc_con .webc_plan_single .webc_choose > dd > div .webc_comment:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(248, 243, 210, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(248, 243, 210, 0) 0%, rgba(248, 243, 210, 0.5) 50%, rgba(248, 243, 210, 0.5) 51%, #f8f3d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(248, 243, 210, 0)", endColorstr="#f8f3d2",GradientType=0 ); /* IE6-9 */
}
#webc_con .webc_plan_single .webc_choose > dd > div .webc_comment + p .webc_btn_noncolor {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  background: #fff;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt {
  border-color: #222;
}
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_comment.webc_more:not([style^=max-height]):after,
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con .webc_contact .webc_box .webc_box_body .webc_inner_box .webc_inner_body > .webc_note {
  color: #df2400;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner {
  background: #fff;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_event_info a {
  color: #00f;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_event_info a i {
  color: #000;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start input {
  color: #222;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add {
  color: #00f;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add.active:before {
  border-color: transparent transparent #f8f3d2 transparent;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add.active:after {
  border-color: transparent transparent #c4c4c4 transparent;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail {
  background: #f8f3d2;
  border-color: #c4c4c4;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail .webc_description {
  border-color: #c4c4c4 !important;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail .webc_description dd {
  border-color: #c4c4c4;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li.webc_note {
  color: #df2400;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item .webc_com_box {
  color: #5d5d5d;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th > div.webc_cal_sun {
  background: #fff4f4;
  color: #e9254d;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table thead th > div.webc_cal_sat {
  background: #f5faff;
  color: #4b7fcd;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table tbody td > div.webc_cal_sun {
  background: #fff4f4;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table tbody td > div.webc_cal_sat {
  background: #f5faff;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table tbody td > div a {
  color: #00f;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table tbody td > div i {
  color: #00f;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table tbody td > div i.fa-xmark, #webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table tbody td > div i.fa-minus {
  color: #c4c4c4;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table tbody td > div i.fa-square-phone {
  color: #222;
}
#webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp tbody th div .webc_icon {
  background: #fff;
}
#webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:before {
  color: #59a5f9;
}
#webc_con .webc_plan_img_list .webc_img_list a {
  color: #00f;
}
#webc_con .webc_thanks .webc_box .webc_box_body a:not(.webc_btn) {
  color: #00f;
}
#webc_con .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd ul li .webc_btn_achro .fa-line {
  color: #09d200;
}
#webc_con .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd > .webc_com_box > div .webc_note {
  color: #00f;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div dl dt {
  color: #fff;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div:first-of-type dl dt {
  background: #edb83d;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div:last-of-type dl dt {
  background: #59a5f9;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_insurancearrow {
  color: #fff;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_insurancearrow::after {
  background: #bb8d23;
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_insurancearrow p {
  background: linear-gradient(to bottom, #edb83d 0%, #bb8d23 100%);
  border-color: #bb8d23;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#webc_con .webc_thanks .webc_box.webc_cancelinsurance .webc_insurancearrow p span {
  background: linear-gradient(to bottom, rgba(211, 201, 141, 0.5), rgba(211, 201, 141, 0.5)) no-repeat left bottom;
  background-size: 100% 40%;
}
#webc_con .webc_member .webc_page_nav ul li.menu_favorite a .fa-heart {
  color: #df2400;
}
#webc_con .webc_member .webc_fav .webc_fav_list li {
  background: #f6f6f6;
  border-color: #c4c4c4;
}
#webc_con .webc_member .webc_fav .webc_fav_list .webc_fav_plan .webc_fav_name i {
  color: #59a5f9;
}
#webc_con .webc_member .webc_fav .webc_fav_list .webc_fav_btns {
  border-color: #c4c4c4 !important;
}
#webc_con .webc_member .webc_fav .webc_fav_list .webc_fav_btns .webc_fav_delete {
  color: #4e4e4e;
}
#webc_con .webc_member .webc_fav .webc_fav_group .webc_group_area span {
  background: #fff;
  border-color: #c4c4c4;
}
#webc_con .webc_member .webc_fav .webc_fav_group .webc_fav_list li {
  background: #fff;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn {
  color: #00f;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd ul:not([class]) li {
  color: #00f;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td {
  background: none;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td > .webc_note {
  color: #df2400;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp {
  background: #fff;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > .webc_note:first-child {
  color: #df2400;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul.webc_tag_list li {
  background: #fff;
}
#webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan .webc_price_caption:not(.webc_price_member) {
  background: rgb(222.25, 222.25, 222.25);
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box {
  background: #fff;
}
#webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_dsn_typeE .webc_sub_head {
  border-left-color: #bb8d23;
}
#webc_con.webc_dsn_typeE .webc_description dt {
  border-color: #bb8d23;
}
#webc_con.webc_dsn_typeE .webc_more_btn {
  background: #666;
  color: #fff;
}
#webc_con.webc_dsn_typeE .webc_more_btn > span:before {
  color: #fff;
}
#webc_con.webc_dsn_typeE .webc_more_btn:hover {
  background: rgb(112.2, 112.2, 112.2);
}
#webc_con.webc_dsn_typeE .webc_btn_default {
  background: #a07003;
  box-shadow: none;
}
#webc_con.webc_dsn_typeE .webc_btn_default:hover {
  background: #bb8d23;
}
#webc_con.webc_dsn_typeE .webc_btn_blk {
  background: #222;
  box-shadow: none;
}
#webc_con.webc_dsn_typeE .webc_btn_blk:hover {
  background: #5d5d5d;
}
#webc_con.webc_dsn_typeE .webc_box .webc_box_head:before {
  border-color: #bb8d23 transparent transparent #bb8d23;
}
#webc_con.webc_dsn_typeE .webc_slide .slick-arrow:before {
  color: #000;
}
#webc_con.webc_dsn_typeE .webc_plan_icon li {
  border-color: #c4c4c4;
  color: #666;
}
#webc_con.webc_dsn_typeE .webc_tag_list li {
  background: #ebebeb;
  color: #666;
}
#webc_con.webc_dsn_typeE .webc_xs_estimate_pc > div > dl > dd {
  background: rgba(255, 255, 255, 0.8);
}
#webc_con.webc_dsn_typeE .webc_xs_estimate_pc > div > dl > dd table tr th,
#webc_con.webc_dsn_typeE .webc_xs_estimate_pc > div > dl > dd table tr td {
  border-color: #666;
}
:not([lang=ja]) #webc_con.webc_dsn_typeE .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #666;
}
#webc_con.webc_dsn_typeE .webc_xs_estimate_pc > div > dl > dd dl dt {
  background: #a07003;
}
#webc_con.webc_dsn_typeE .webc_xs_estimate_pc > div > dl > dd dl dd b {
  color: #a07003;
}
#webc_con.webc_dsn_typeE .webc_cal .webc_cal_tab li {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_dsn_typeE .webc_cal .webc_cal_tab li:hover, #webc_con.webc_dsn_typeE .webc_cal .webc_cal_tab li.active {
  background: none;
}
#webc_con.webc_dsn_typeE .webc_cal .webc_cal_body thead {
  background: #ebebeb;
  color: #000;
}
#webc_con.webc_dsn_typeE .webc_cal .webc_cal_body thead th.webc_cal_sun {
  color: #e9254d;
  background: #fff4f4;
}
#webc_con.webc_dsn_typeE .webc_cal .webc_cal_body thead th.webc_cal_sat {
  color: #4b7fcd;
  background: #f5faff;
}
#webc_con.webc_dsn_typeE .webc_cal .webc_cal_body.webc_cal_week thead th {
  background: #ebebeb;
}
#webc_con.webc_dsn_typeE .webc_breadcrumb li a span {
  background: #fff;
}
#webc_con.webc_dsn_typeE .webc_breadcrumb li.active a {
  color: #dec792;
}
#webc_con.webc_dsn_typeE .webc_breadcrumb li.active a span {
  background: #bb8d23;
  border-color: #bb8d23;
  color: #fff;
}
#webc_con.webc_dsn_typeE .webc_search {
  background: #ebebeb;
  border-color: #c4c4c4;
}
#webc_con.webc_dsn_typeE .webc_search > dt {
  background: #5d5d5d;
  color: #fff;
}
#webc_con.webc_dsn_typeE .webc_search_conditions {
  background: #ebebeb;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head a {
  background: #ebebeb;
  color: #a07003;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head > i {
  color: #000;
}
#webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt .webc_tag_list li {
  background: #fff;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  background: #ebebeb;
  border-bottom-color: #666 !important;
  color: #a07003;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead,
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody {
  border-color: #c4c4c4 !important;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead th,
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead td,
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody th,
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody td {
  border-color: #c4c4c4 !important;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt:before {
  background: #a07003;
}
#webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_tag_list li {
  background: #fff;
}

#webc_con .webc_visible_sp {
  display: none !important;
}
#webc_con.webc_group {
  font-size: 14px;
}
#webc_con.webc_group .webc_group_name {
  padding: 0 0 20px;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}
#webc_con.webc_group .webc_group_search {
  margin: 0 0 40px;
  border: 1px solid #c4c4c4;
  background: #f8f3d2;
}
#webc_con.webc_group .webc_group_search .webc_label {
  padding: 15px 20px 10px;
}
html[lang=ms] #webc_con.webc_group .webc_group_search .webc_label, html[lang=fr] #webc_con.webc_group .webc_group_search .webc_label, html[lang=de] #webc_con.webc_group .webc_group_search .webc_label {
  padding: 15px 10px 10px;
}
#webc_con.webc_group .webc_group_search .webc_label span {
  display: block;
  padding: 0 0 0 5px;
  border-left: 5px solid #aa987b;
  text-align: left;
}
#webc_con.webc_group .webc_group_search .webc_input_inner {
  padding: 0 20px 15px;
  border-bottom: 1px solid #c4c4c4;
  position: relative;
}
html[lang=ms] #webc_con.webc_group .webc_group_search .webc_input_inner, html[lang=fr] #webc_con.webc_group .webc_group_search .webc_input_inner, html[lang=de] #webc_con.webc_group .webc_group_search .webc_input_inner {
  padding: 0 10px 15px;
}
#webc_con.webc_group .webc_group_search .webc_input_inner > div:not([class]),
#webc_con.webc_group .webc_group_search .webc_input_inner > label,
#webc_con.webc_group .webc_group_search .webc_input_inner > span {
  display: inline-block;
  margin: 3px 0;
  vertical-align: middle;
}
#webc_con.webc_group .webc_group_search .webc_input_inner > div:not([class]) > p,
#webc_con.webc_group .webc_group_search .webc_input_inner > div:not([class]) > label,
#webc_con.webc_group .webc_group_search .webc_input_inner > div:not([class]) > span:not(.webc_select_wrap) {
  display: inline-block;
  margin: 3px 0;
  vertical-align: middle;
}
#webc_con.webc_group .webc_group_search .webc_input_inner > div:not([class]) span.help-inline:empty {
  display: none;
}
#webc_con.webc_group .webc_group_search .webc_input_inner > div:not([class]) {
  margin-right: 15px;
}
#webc_con.webc_group .webc_group_search .webc_input_inner > div:not([class]):last-child {
  margin-right: 0;
}
html[lang=de] #webc_con.webc_group .webc_group_search .webc_input_inner > div:not([class]) {
  display: block;
  margin-right: 0;
}
#webc_con.webc_group .webc_group_search .webc_input_inner > span select {
  width: 100%;
}
#webc_con.webc_group .webc_group_search .webc_input_inner.webc_input_area .webc_select_wrap {
  width: 100%;
}
#webc_con.webc_group .webc_group_search .webc_input_inner.webc_input_area .help-inline:empty {
  display: none;
}
#webc_con.webc_group .webc_group_search .webc_person {
  max-width: none;
  position: absolute;
  top: calc(100% - 21px);
  right: 0;
  z-index: 1002;
  border: 1px solid #c4c4c4;
  font-size: 13px;
}
#webc_con.webc_group .webc_group_search .webc_person input[type=text],
#webc_con.webc_group .webc_group_search .webc_person .webc_select_wrap,
#webc_con.webc_group .webc_group_search .webc_person select {
  border-width: 1px;
}
#webc_con.webc_group .webc_group_search .webc_person table {
  margin-top: 0;
}
#webc_con.webc_group .webc_group_search .webc_person table thead th {
  background: #666;
  border-color: #fff;
  color: #fff;
}
#webc_con.webc_group .webc_group_search .webc_person .webc_table_pc {
  width: 430px;
}
#webc_con.webc_group .webc_group_search .webc_person .webc_table_pc thead th,
#webc_con.webc_group .webc_group_search .webc_person .webc_table_pc thead td,
#webc_con.webc_group .webc_group_search .webc_person .webc_table_pc tbody th,
#webc_con.webc_group .webc_group_search .webc_person .webc_table_pc tbody td {
  width: 110px;
}
#webc_con.webc_group .webc_group_search .webc_person .webc_table_pc thead th.webc_col1,
#webc_con.webc_group .webc_group_search .webc_person .webc_table_pc thead td.webc_col1,
#webc_con.webc_group .webc_group_search .webc_person .webc_table_pc tbody th.webc_col1,
#webc_con.webc_group .webc_group_search .webc_person .webc_table_pc tbody td.webc_col1 {
  width: 160px;
}
#webc_con.webc_group .webc_group_search .webc_person .webc_table_pc thead th.webc_col2,
#webc_con.webc_group .webc_group_search .webc_person .webc_table_pc thead td.webc_col2,
#webc_con.webc_group .webc_group_search .webc_person .webc_table_pc tbody th.webc_col2,
#webc_con.webc_group .webc_group_search .webc_person .webc_table_pc tbody td.webc_col2 {
  width: 80px;
  text-align: center;
}
#webc_con.webc_group .webc_group_search .webc_person .webc_table_pc thead {
  border-bottom: none;
}
#webc_con.webc_group .webc_group_search .webc_person .webc_table_pc thead th {
  padding: 3px 5px;
}
#webc_con.webc_group .webc_group_search .webc_person .webc_table_pc tbody {
  border-bottom-width: 1px;
}
#webc_con.webc_group .webc_group_search .webc_person .webc_table_pc tbody td {
  padding: 5px;
  border-right: none;
  border-left: none;
  border-bottom-style: solid;
}
#webc_con.webc_group .webc_group_search .webc_person p {
  padding: 5px;
  border: 1px solid #c4c4c4;
  border-top: none;
  text-align: center;
  background: #fff;
  color: #000;
}
#webc_con.webc_group .webc_group_search .webc_person p a {
  color: #bb8d23;
}
#webc_con.webc_group .webc_group_search .webc_grid {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 15% 15% 1fr auto;
}
html[lang=ms] #webc_con.webc_group .webc_group_search .webc_grid, html[lang=fr] #webc_con.webc_group .webc_group_search .webc_grid, html[lang=de] #webc_con.webc_group .webc_group_search .webc_grid {
  grid-template-columns: 1fr 15% 13% 1fr auto;
}
#webc_con.webc_group .webc_group_search .webc_grid .webc_label:not(:first-of-type),
#webc_con.webc_group .webc_group_search .webc_grid .webc_input_inner:not(:first-of-type) {
  border-left: 1px solid #c4c4c4;
}
#webc_con.webc_group .webc_group_search .webc_grid .webc_label {
  grid-row: 1;
}
#webc_con.webc_group .webc_group_search .webc_grid .webc_input_inner {
  grid-row: 2;
}
#webc_con.webc_group .webc_group_search .webc_grid .webc_input_date {
  grid-column: 1;
}
#webc_con.webc_group .webc_group_search .webc_grid .webc_input_checkin {
  grid-column: 1/3;
}
#webc_con.webc_group .webc_group_search .webc_grid .webc_input_stay {
  grid-column: 2;
}
#webc_con.webc_group .webc_group_search .webc_grid .webc_input_room {
  grid-column: 3;
}
#webc_con.webc_group .webc_group_search .webc_grid .webc_input_person {
  grid-column: 4;
}
#webc_con.webc_group .webc_group_search .webc_grid .webc_search_add {
  grid-row: 1/3;
  grid-column: 5;
  display: flex;
  align-items: center;
  min-width: 175px;
  padding: 15px 20px;
  position: relative;
  border: 1px solid #c4c4c4;
  border-top: none;
  border-right: none;
  color: #00f;
}
html[lang=ms] #webc_con.webc_group .webc_group_search .webc_grid .webc_search_add, html[lang=fr] #webc_con.webc_group .webc_group_search .webc_grid .webc_search_add, html[lang=de] #webc_con.webc_group .webc_group_search .webc_grid .webc_search_add {
  padding: 15px 10px;
}
#webc_con.webc_group .webc_group_search .webc_grid .webc_search_add label {
  font-weight: bold;
}
#webc_con.webc_group .webc_group_search .webc_grid .webc_search_add.active:before, #webc_con.webc_group .webc_group_search .webc_grid .webc_search_add.active:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 20px;
  box-sizing: border-box;
  transform: translateX(-50%);
}
#webc_con.webc_group .webc_group_search .webc_grid .webc_search_add.active:before {
  bottom: -14px;
  z-index: 10;
  border-color: transparent transparent #fff transparent;
}
#webc_con.webc_group .webc_group_search .webc_grid .webc_search_add.active:after {
  bottom: -12px;
  z-index: 0;
  border-color: transparent transparent #c4c4c4 transparent;
}
#webc_con.webc_group .webc_group_search .webc_search_detail {
  clear: both;
  padding: 10px 20px 0;
  margin: 0 0 10px;
  position: relative;
}
html[lang=ms] #webc_con.webc_group .webc_group_search .webc_search_detail, html[lang=fr] #webc_con.webc_group .webc_group_search .webc_search_detail, html[lang=de] #webc_con.webc_group .webc_group_search .webc_search_detail {
  padding: 10px 10px 0;
}
#webc_con.webc_group .webc_group_search .webc_search_detail input[type=radio] {
  border-radius: 50%;
}
#webc_con.webc_group .webc_group_search .webc_search_detail .webc_description {
  margin: 0;
  padding: 20px 20px 10px;
  background: #fff;
  border: 1px solid #c4c4c4;
}
#webc_con.webc_group .webc_group_search .webc_search_detail .webc_description dt {
  font-size: 1rem;
}
#webc_con.webc_group .webc_group_search .webc_search_detail .webc_description dd {
  padding: 0 15px;
  border-bottom: 1px solid #c4c4c4;
}
#webc_con.webc_group .webc_group_search .webc_search_detail .webc_description dd + dt {
  margin-top: 10px;
}
#webc_con.webc_group .webc_group_search .webc_search_detail .webc_description dd:last-child {
  border-bottom: none;
}
#webc_con.webc_group .webc_group_search .webc_search_detail .webc_description + .webc_description {
  padding-top: 30px;
  border-top: 1px solid;
}
#webc_con.webc_group .webc_group_search .webc_search_detail ul li {
  width: 33.3333333333%;
  float: left;
  margin: 0 0 10px 0;
  padding: 0 10px 0 0;
  font-size: 0;
}
#webc_con.webc_group .webc_group_search .webc_search_detail ul li:nth-child(3n) {
  margin-right: 0;
}
#webc_con.webc_group .webc_group_search .webc_search_detail ul li:nth-child(3n+1) {
  clear: both;
}
#webc_con.webc_group .webc_group_search .webc_search_detail ul li input[type=checkbox],
#webc_con.webc_group .webc_group_search .webc_search_detail ul li label {
  vertical-align: top;
}
#webc_con.webc_group .webc_group_search .webc_search_detail ul li label {
  width: calc(100% - 20px);
  font-size: 1rem;
  line-height: 1.6rem;
}
#webc_con.webc_group .webc_group_search .webc_com_box {
  clear: both;
  float: none;
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
#webc_con.webc_group .webc_group_search .webc_com_box .webc_select_wrap,
#webc_con.webc_group .webc_group_search .webc_com_box select {
  border-width: 2px;
  border-radius: 4px;
}
#webc_con.webc_group .webc_group_search .webc_com_box .webc_select_wrap select {
  min-width: 120px;
}
#webc_con.webc_group .webc_group_search .webc_com_box > div {
  float: left;
  flex: 1 0 auto;
  max-width: 100%;
}
#webc_con.webc_group .webc_group_search .webc_com_box > div:not(:has(.webc_input_checkin)) {
  font-size: 0;
}
#webc_con.webc_group .webc_group_search .webc_com_box > div:not(:has(.webc_input_checkin)) > * {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
}
#webc_con.webc_group .webc_group_search .webc_com_box > div:not(:has(.webc_input_checkin)) > p,
#webc_con.webc_group .webc_group_search .webc_com_box > div:not(:has(.webc_input_checkin)) > div {
  margin: 0 5px 0 0;
}
#webc_con.webc_group .webc_group_search .webc_com_box > div:not(:has(.webc_input_checkin)) > p:first-of-type {
  font-weight: bold;
}
#webc_con.webc_group .webc_group_search .webc_com_box > div .webc_label,
#webc_con.webc_group .webc_group_search .webc_com_box > div .webc_input_inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#webc_con.webc_group .webc_group_search .webc_com_box > div .webc_label {
  padding-top: 0 !important;
}
#webc_con.webc_group .webc_group_search .webc_com_box > div .webc_input_inner {
  text-align: left;
  border-bottom: none;
  padding-bottom: 0 !important;
}
#webc_con.webc_group .webc_group_search .webc_com_box .webc_btn {
  width: 220px;
  flex: 0 0 220px;
  max-width: 220px;
  padding: 10px 15px;
  margin: 3px 0;
  font-size: 1.2rem;
}
#webc_con.webc_group .webc_group_search .webc_com_box .webc_btn_default {
  margin-left: 15px;
  font-weight: bold;
}
#webc_con.webc_group .webc_group_search .webc_com_box .webc_btn_default > span {
  padding: 0 1em 0 0;
}
#webc_con.webc_group .webc_group_search .webc_com_box .webc_btn_default > span:before {
  content: "\f101";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#webc_con.webc_group .webc_group_search .webc_com_box .webc_btn_achro {
  border-radius: 999px;
  box-shadow: none;
}
#webc_con.webc_group .webc_plan_list .customer-plan-list > .webc_note {
  color: #df2400;
  font-size: 1.2rem;
}
#webc_con.webc_group .webc_plan_list .customer-plan-list > .webc_note .webc_btn {
  padding: 5px 20px;
  margin: 15px 0 0;
}
#webc_con.webc_group .webc_plan_list .customer-plan-list > .customer:first-child {
  margin: 30px 0 0;
}
#webc_con.webc_group .webc_plan_list .webc_group_area {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: bold;
}
#webc_con.webc_group .webc_plan_list .webc_group_area span {
  padding: 3px 10px;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #c4c4c4;
}
#webc_con.webc_group .webc_plan_list .webc_group_box {
  margin-bottom: 50px !important;
  border: 1px solid #696053;
}
#webc_con.webc_group .webc_plan_list .webc_group_box a {
  text-decoration: underline;
}
#webc_con.webc_group .webc_plan_list .webc_group_box a:hover {
  text-decoration: none;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_head {
  padding: 15px 35px;
  background: #000;
  border-bottom: none;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_head:before {
  content: none;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_head a {
  color: #fff;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body {
  padding: 25px 35px 10px;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body > ul {
  margin: 0 0 20px;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body > ul li {
  display: inline-block;
  margin: 0 30px 5px 0;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body > ul li span {
  display: inline-block;
  min-width: 110px;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  background: #ebebeb;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  text-align: center;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body > ul li.webc_group_tel {
  font-size: 1.5rem;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_info {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_info .webc_photo {
  flex-shrink: 0;
  width: 190px;
  padding: 0 20px 0 0;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_info .webc_photo figure {
  border-color: #c4c4c4;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_info .webc_comment {
  flex-grow: 1;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list {
  width: 100%;
  height: 100%;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan_list_cap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 0;
  background: #5e5e5e;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan {
  display: grid;
  grid-template-columns: 275px 1fr 240px;
  grid-template-rows: auto 1fr;
  gap: 0 15px;
  padding: 40px 5px;
  border-bottom: 1px solid #c4c4c4;
  vertical-align: top;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan:first-of-type {
  padding-top: 25px;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan:last-of-type {
  border-bottom: none;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_photo {
  grid-row: span 2;
  position: relative;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_photo figure {
  border-color: #c4c4c4;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_photo .slick-arrow:before {
  color: #000;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_group_plan_name {
  grid-column: 2/span 2;
  color: #222;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 20px;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_group_plan_name:not([style=""]) {
  padding: 10px 15px;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_com_box .webc_coupon_cap {
  margin: 0 0 10px;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_com_box .webc_coupon_cap::after {
  background: #fff;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_com_box .webc_tag_list {
  margin: 0 0 15px;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_com_box .webc_tag_list li {
  background: #ebebeb;
  border-color: #ebebeb;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_com_box .webc_comment {
  margin: 0 0 5px;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_com_box .webc_comment.webc_more {
  max-height: 9.8em;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_com_box .webc_comment.webc_more:not([style^=max-height]):after {
  height: 3rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_com_box .webc_comment + p .webc_more_btn {
  display: inline;
  padding: 0;
  border: none;
  color: #00f;
  text-align: left;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_com_box .webc_comment + p .webc_more_btn:hover {
  text-decoration: underline;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_com_box .webc_comment + p .webc_more_btn > span {
  display: inline;
  padding: 0;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_com_box .webc_comment + p .webc_more_btn > span:before {
  content: none;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_group_plan_price {
  font-weight: bold;
  text-align: right;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_group_plan_price > span {
  font-size: 1.7rem;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_group_plan_price > span + .webc_btn {
  margin: 15px 0 0;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_group_plan_price .webc_btn {
  width: 100%;
  padding: 15px 20px;
  font-size: 1.2rem;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_group_plan_price .webc_btn > span {
  padding: 0 1em 0 0;
}
#webc_con.webc_group .webc_plan_list .webc_group_box .webc_box_body .webc_group_plan_list .webc_group_plan .webc_group_plan_price .webc_btn > span:before {
  content: "\f101";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd:after, #webc_con.webc_clr_smpl .webc_room_detail:after, #webc_con.webc_clr_smpl .webc_box .webc_box_body:after, #webc_con .webc_comment:not(:empty):after, #webc_con .webc_clear:after, #webc_con .webc_f_link:after, #webc_con .webc_description > dd:after, #webc_con .webc_pager:after, #webc_con .webc_box .webc_box_body:after, #webc_con .webc_inner_box .webc_inner_body:after, #webc_con .webc_input_box:after, #webc_con .webc_detail:after, #webc_con .webc_detail > dd:after, #webc_con .webc_opt .webc_opt_body:after, #webc_con .webc_opt .webc_opt_body .webc_opt_item label:after, #webc_con .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_body:after, #webc_con .webc_opt .webc_opt_body .webc_opt_modal:after, #webc_con .webc_cal_example .webc_description > dd:after, #webc_con .webc_cal_example .webc_description > dd > dl:after, #webc_con .webc_form dl:not([class]) > dt:after,
#webc_con .webc_form dl.valid-group > dt:after, #webc_con .webc_form dl:not([class]) > dd.webc_list_block li:after,
#webc_con .webc_form dl.valid-group > dd.webc_list_block li:after, #webc_con .webc_select:after, #webc_con .webc_select .webc_select_type_pc .webc_select_list .webc_select_item dd:after, #webc_con .webc_select .webc_select_type_sp .webc_select_list .webc_select_item dd:after, #webc_con .webc_language:after, #webc_con .webc_breadcrumb:after, #webc_con .webc_search > dd:after, #webc_con .webc_search > dd .webc_input_box .webc_person:after, #webc_con .webc_search > dd .webc_search_detail ul:after, #webc_con .webc_search > dd .webc_com_box:after, #webc_con .webc_plan_list .webc_box .webc_box_head:after, #webc_con .webc_plan_list .webc_box .webc_box_body > .webc_photo:after, #webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo:after, #webc_con .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box:after, #webc_con .webc_plan_single .webc_choose > dd:after, #webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo:after,
#webc_con .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo:after, #webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail:after, #webc_con .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail ul:after, #webc_con .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd:after, #webc_con .webc_daily .webc_table:after, #webc_con.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd:after, #webc_con.webc_dsn_typeC .webc_plan_single .webc_box .webc_box_body .webc_com_box:after, #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col2 dl dd:after, #webc_con.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul:not(.webc_tag_list):after, #webc_con.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd:after, #webc_con.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd:after, #webc_con.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box:after, #webc_con.webc_group .webc_group_search .webc_person:after, #webc_con.webc_group .webc_group_search .webc_search_detail ul:after, #webc_con.webc_group .webc_group_search .webc_com_box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
body:where(:has(#webc_con.webc_clr_smpl)) {
  background: #f6f6f6;
}
body:where(:has(#webc_con.webc_clr_smpl)) .info-toast {
  background: rgba(153, 153, 153, 0.9) !important;
}
body:where(:has(#webc_con.webc_clr_smpl)) .ui-state-highlight,
body:where(:has(#webc_con.webc_clr_smpl)) .ui-widget-content .ui-state-highlight,
body:where(:has(#webc_con.webc_clr_smpl)) .ui-widget-header .ui-state-highlight {
  background: #e4e4e4;
  border-color: #c5c5c5;
  color: #454545;
}
body:where(:has(#webc_con.webc_clr_smpl)) .ui-state-active,
body:where(:has(#webc_con.webc_clr_smpl)) .ui-widget-content .ui-state-active,
body:where(:has(#webc_con.webc_clr_smpl)) .ui-widget-header .ui-state-active,
body:where(:has(#webc_con.webc_clr_smpl)) a.ui-button:active, body:where(:has(#webc_con.webc_clr_smpl)) .ui-button:active,
body:where(:has(#webc_con.webc_clr_smpl)) .ui-button.ui-state-active:hover {
  background: #484848;
  border-color: #484848;
  color: #fff;
}
body:where(:has(#webc_con.webc_clr_smpl)) .daterangepicker td.in-range {
  background: #f6f6f6;
}
body:where(:has(#webc_con.webc_clr_smpl)) .daterangepicker td.active,
body:where(:has(#webc_con.webc_clr_smpl)) .daterangepicker td.active:hover,
body:where(:has(#webc_con.webc_clr_smpl)) .daterangepicker .drp-buttons .btn-primary {
  background: #484848;
}
body:where(:has(#webc_con.webc_clr_smpl)) .daterangepicker .drp-buttons .btn-primary {
  border-color: #484848;
}
body:has(#webc_con.webc_clr_smpl) .webc_customer {
  font-weight: normal;
  text-align: left;
  background: #f6f6f6;
  box-shadow: none;
}
#webc_con.webc_clr_smpl {
  background: #f6f6f6;
  color: #333333;
}
#webc_con.webc_clr_smpl .pagination li a,
#webc_con.webc_clr_smpl .pagination li span {
  background: #fff;
  border-color: #e4e4e4;
  border-radius: 5px;
  color: #333333;
}
#webc_con.webc_clr_smpl .pagination li.active a,
#webc_con.webc_clr_smpl .pagination li.active span {
  background: #484848;
  border-color: #484848;
  color: #fff;
}
#webc_con.webc_clr_smpl .pagination li:first-child a,
#webc_con.webc_clr_smpl .pagination li:first-child span, #webc_con.webc_clr_smpl .pagination li:last-child a,
#webc_con.webc_clr_smpl .pagination li:last-child span {
  background: #f6f6f6;
  color: #333333;
}
#webc_con.webc_clr_smpl caption {
  color: #333333;
}
#webc_con.webc_clr_smpl input,
#webc_con.webc_clr_smpl button,
#webc_con.webc_clr_smpl select,
#webc_con.webc_clr_smpl option,
#webc_con.webc_clr_smpl textarea {
  color: #333333;
}
#webc_con.webc_clr_smpl input[disabled],
#webc_con.webc_clr_smpl button[disabled],
#webc_con.webc_clr_smpl select[disabled],
#webc_con.webc_clr_smpl option[disabled],
#webc_con.webc_clr_smpl textarea[disabled] {
  color: #c4c4c4;
}
#webc_con.webc_clr_smpl input {
  border: 2px solid #d3d3d3;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl input[type=checkbox], #webc_con.webc_clr_smpl input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#webc_con.webc_clr_smpl input[type=checkbox]:checked {
  border-color: #b7a66c;
}
#webc_con.webc_clr_smpl input[type=checkbox]:checked:before {
  color: #b7a66c;
}
#webc_con.webc_clr_smpl input[type=radio] {
  border-radius: 50%;
}
#webc_con.webc_clr_smpl input[type=radio]:checked {
  border-color: #b7a66c;
}
#webc_con.webc_clr_smpl input[type=radio]:checked:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b7a66c;
}
#webc_con.webc_clr_smpl textarea {
  border: 2px solid #d3d3d3;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_select_wrap {
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  overflow: hidden;
}
#webc_con.webc_clr_smpl .webc_select_wrap:before {
  content: "\f107";
}
#webc_con.webc_clr_smpl .input-group {
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  overflow: hidden;
}
#webc_con.webc_clr_smpl .input-group .input-group-addon {
  border: none;
}
#webc_con.webc_clr_smpl .input-group .input-group-addon + input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#webc_con.webc_clr_smpl .input-group input {
  border: none;
}
#webc_con.webc_clr_smpl .input-group input:has(+ .input-group-addon) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#webc_con.webc_clr_smpl .dataTables_wrapper select {
  border-color: #d3d3d3;
}
#webc_con.webc_clr_smpl .text-maroon {
  color: #f06666 !important;
}
#webc_con.webc_clr_smpl .webc_pagetop a:before {
  font-size: 20px;
}
#webc_con.webc_clr_smpl .webc_siteseal {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_sub_head {
  padding: 0;
  border-left: none;
  font-size: 1rem;
  font-weight: normal;
  color: #7e7e7e;
}
#webc_con.webc_clr_smpl .webc_description > dt {
  padding: 0;
  border-left: none;
  font-size: 1rem;
  font-weight: normal;
  color: #7e7e7e;
}
#webc_con.webc_clr_smpl .webc_icon {
  opacity: 0.6;
}
#webc_con.webc_clr_smpl .webc_icon-smoking {
  border-radius: 50%;
}
#webc_con.webc_clr_smpl .webc_icon-smoking:before {
  width: 21px;
  height: 21px;
}
#webc_con.webc_clr_smpl .webc_icon-non_smoking {
  opacity: 0.7;
  border-radius: 50%;
}
#webc_con.webc_clr_smpl .webc_icon-non_smoking:before {
  width: 21px;
  height: 21px;
}
#webc_con.webc_clr_smpl .webc_icon-bath:before {
  width: 20px;
  height: 20px;
}
#webc_con.webc_clr_smpl .webc_icon-openair:before {
  width: 20px;
  height: 20px;
}
#webc_con.webc_clr_smpl .webc_icon-toilet:before {
  width: 20px;
  height: 20px;
}
#webc_con.webc_clr_smpl .webc_icon-wifi:before {
  width: 20px;
  height: 20px;
}
#webc_con.webc_clr_smpl .webc_icon-gargle:before {
  width: 20px;
  height: 20px;
}
#webc_con.webc_clr_smpl .webc_icon-hand-sanitizer:before {
  width: 20px;
  height: 20px;
}
#webc_con.webc_clr_smpl .webc_icon-air-purifier:before {
  width: 20px;
  height: 20px;
}
#webc_con.webc_clr_smpl .webc_icon-massage-chair:before {
  width: 20px;
  height: 20px;
}
#webc_con.webc_clr_smpl .webc_icon-refrigerator:before {
  width: 20px;
  height: 20px;
}
#webc_con.webc_clr_smpl .webc_icon-balcony:before {
  width: 20px;
  height: 20px;
}
#webc_con.webc_clr_smpl .webc_icon-shower:before {
  width: 20px;
  height: 20px;
}
#webc_con.webc_clr_smpl .webc_icon-pet:before {
  width: 20px;
  height: 20px;
}
#webc_con.webc_clr_smpl .webc_icon-zoom:before {
  width: 23px;
  height: 21px;
}
#webc_con.webc_clr_smpl .webc_icon_list {
  padding: 20px 30px;
  justify-content: flex-start;
  gap: 5px 30px;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_icon_list li {
  flex: 0 1 auto;
  display: flex;
  gap: 0 10px;
  align-items: center;
  margin: 0;
  text-align: left;
}
#webc_con.webc_clr_smpl .webc_icon_list li i {
  margin-bottom: 0;
  flex-shrink: 0;
}
#webc_con.webc_clr_smpl .webc_icon_list:not(.webc_icon_ex) {
  gap: 10px;
  background: #fff;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_icon_list:not(.webc_icon_ex) li {
  width: calc((100% - 70px) / 8);
  margin: 0;
}
html[lang=ms] #webc_con.webc_clr_smpl .webc_icon_list:not(.webc_icon_ex) li, html[lang=fr] #webc_con.webc_clr_smpl .webc_icon_list:not(.webc_icon_ex) li, html[lang=de] #webc_con.webc_clr_smpl .webc_icon_list:not(.webc_icon_ex) li {
  width: calc((100% - 50px) / 6);
}
#webc_con.webc_clr_smpl .webc_icon_list:not(.webc_icon_ex) li span {
  flex-grow: 1;
}
#webc_con.webc_clr_smpl .webc_icon_ex {
  padding: 20px 30px;
  background: #fff;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_icon_ex li {
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_btn {
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_btn_default {
  background: #b7a66c;
  border: 2px solid #b7a66c;
  box-shadow: none;
  color: #fff;
}
#webc_con.webc_clr_smpl .webc_btn_default:hover {
  background: rgb(161.095890411, 142.4657534247, 78.904109589);
  border-color: rgb(161.095890411, 142.4657534247, 78.904109589);
}
#webc_con.webc_clr_smpl .webc_btn_default:before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_btn_noncolor {
  border: 2px solid #333333;
  box-shadow: none;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_btn_confirm {
  width: 350px;
  font-size: 1.2rem;
  border-width: 0;
}
#webc_con.webc_clr_smpl .webc_btn_confirm span {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_btn_confirm span:before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_btn_achro {
  background: #fff;
  border: 2px solid #d3d3d3;
  color: #333333;
  box-shadow: none;
}
#webc_con.webc_clr_smpl .webc_btn_achro:hover {
  background: #f6f6f6;
}
#webc_con.webc_clr_smpl .webc_btn_blk {
  background: #fff;
  border-radius: 5px !important;
  border: 2px solid #b7a66c;
  box-shadow: none;
  color: #b7a66c;
}
#webc_con.webc_clr_smpl .webc_btn_blk:hover {
  background: #f6f6f6;
}
#webc_con.webc_clr_smpl .webc_btn_simple {
  padding: 0;
  background: none;
  border: none;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_btn_simple:hover {
  background: none;
  opacity: 0.7;
}
#webc_con.webc_clr_smpl .webc_btn_simple[disabled] {
  background: none;
  color: #c4c4c4;
}
#webc_con.webc_clr_smpl .webc_btn_fav {
  padding: 5px 15px;
  background: #fff;
  border-color: #d3d3d3;
  color: #333333 !important;
  font-size: 0.9rem;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_btn_fav:hover {
  background: #f6f6f6;
}
#webc_con.webc_clr_smpl .webc_btn_fav input[type=checkbox] {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
#webc_con.webc_clr_smpl .webc_btn_fav input[type=checkbox]::before {
  color: #c4c4c4;
  font-size: 14px;
}
#webc_con.webc_clr_smpl .webc_btn_fav input[type=checkbox]:checked::before {
  color: #484848;
}
#webc_con.webc_clr_smpl .webc_modal_danger, #webc_con.webc_clr_smpl .webc_modal_close {
  border-radius: 5px !important;
}
#webc_con.webc_clr_smpl .webc_modal_danger {
  background: #f06666;
  border-color: #f06666;
  color: #fff;
}
#webc_con.webc_clr_smpl .webc_modal_danger:hover {
  opacity: 0.7;
}
#webc_con.webc_clr_smpl .webc_modal_close {
  border-color: #d3d3d3;
}
#webc_con.webc_clr_smpl .webc_modal_close:hover {
  opacity: 0.7;
}
#webc_con.webc_clr_smpl .webc_btn_load {
  text-align: center;
}
#webc_con.webc_clr_smpl .webc_btn_load a {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.2rem;
  text-decoration: none;
  color: #000;
}
#webc_con.webc_clr_smpl .webc_btn_load a i {
  font-size: 46px;
}
#webc_con.webc_clr_smpl .webc_more_btn {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  color: #7e7e7e;
}
#webc_con.webc_clr_smpl .webc_more_btn > span {
  padding: 0 1.5em 0 0;
}
#webc_con.webc_clr_smpl .webc_more_btn > span:before {
  content: "\f107";
}
#webc_con.webc_clr_smpl .webc_more_btn > span:before {
  color: #7e7e7e;
}
#webc_con.webc_clr_smpl .webc_more_btn > span {
  padding-right: 1.5rem;
}
#webc_con.webc_clr_smpl .webc_more_btn.active > span {
  padding: 0 1.5em 0 0;
}
#webc_con.webc_clr_smpl .webc_more_btn.active > span:before {
  content: "\f106";
}
#webc_con.webc_clr_smpl .webc_more_btn:hover {
  background: none;
  opacity: 0.7;
}
#webc_con.webc_clr_smpl .webc_pager_prev > span {
  padding: 0 0 0 1.5em;
}
#webc_con.webc_clr_smpl .webc_pager_prev > span:before {
  content: "\f104";
}
#webc_con.webc_clr_smpl .webc_pager_next > span {
  padding: 0 1.5em 0 0;
}
#webc_con.webc_clr_smpl .webc_pager_next > span:before {
  content: "\f105";
}
#webc_con.webc_clr_smpl .webc_link_logout {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_link_logout:hover {
  opacity: 0.7;
}
#webc_con.webc_clr_smpl .webc_link_logout:hover span {
  text-decoration: none;
}
#webc_con.webc_clr_smpl .webc_link_logout span {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_photo figure {
  padding: 0;
  background: none;
  border: none;
}
#webc_con.webc_clr_smpl .webc_zoom:before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_box {
  background: #fff;
  border-radius: 5px;
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_box .webc_box_head {
  padding: 30px 30px 10px;
  background: none;
  border-bottom: none;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_box .webc_box_body {
  padding: 10px 30px 30px;
  background: none;
}
#webc_con.webc_clr_smpl .webc_inner_box .webc_inner_head {
  padding: 10px 0 0;
  border: none;
  background: none;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_inner_box .webc_inner_body {
  padding: 30px 0;
  border: none;
  background: none;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_inner_box .webc_inner_body .webc_inner_single {
  margin: 0;
  padding: 25px 0;
  background: none;
  border: none;
  border-radius: 0;
}
#webc_con.webc_clr_smpl .webc_inner_box .webc_inner_body .webc_inner_single + .webc_inner_single {
  border-top: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_inner_box .webc_inner_body .webc_inner_single:first-child {
  padding-top: 0;
}
#webc_con.webc_clr_smpl .webc_inner_box:last-child .webc_inner_body {
  padding-bottom: 0;
}
#webc_con.webc_clr_smpl .webc_inner_box:last-child .webc_inner_body .webc_inner_single:last-child {
  padding-bottom: 0;
}
#webc_con.webc_clr_smpl .webc_carousel > .slick-arrow {
  background: #fff;
  border: 1px solid #e4e4e4;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_carousel > .slick-arrow.slick-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
  border-left: none;
}
#webc_con.webc_clr_smpl .webc_carousel > .slick-arrow.slick-prev:after {
  content: "\f104";
}
#webc_con.webc_clr_smpl .webc_carousel > .slick-arrow.slick-next {
  right: 0;
  border-radius: 5px 0 0 5px;
  border-right: none;
}
#webc_con.webc_clr_smpl .webc_carousel > .slick-arrow.slick-next:after {
  content: "\f105";
}
#webc_con.webc_clr_smpl .webc_slide .slick-arrow {
  font-size: 16px;
}
#webc_con.webc_clr_smpl .webc_slide .slick-arrow:before {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_slide .slick-arrow.slick-prev:before {
  content: "\f104";
}
#webc_con.webc_clr_smpl .webc_slide .slick-arrow.slick-next:before {
  content: "\f105";
}
#webc_con.webc_clr_smpl .webc_input_box input,
#webc_con.webc_clr_smpl .webc_input_box .webc_select_wrap,
#webc_con.webc_clr_smpl .webc_input_box select {
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_input_box .input-group input[type=text],
#webc_con.webc_clr_smpl .webc_input_box .input-group input[type=date] {
  border-radius: 0 5px 5px 0;
}
#webc_con.webc_clr_smpl .webc_input_box .input-group .input-group-addon {
  border-radius: 5px 0 0 5px;
}
#webc_con.webc_clr_smpl .webc_input_box .webc_input_inner > p {
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_table table > thead,
#webc_con.webc_clr_smpl .webc_table table > tbody {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_table table > thead th,
#webc_con.webc_clr_smpl .webc_table table > tbody th {
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_table table tbody th,
#webc_con.webc_clr_smpl .webc_table table tbody td {
  border: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_table .webc_table_pc caption {
  padding: 0;
  margin: 0 0 10px;
  border: none;
  font-size: 1.2rem;
  font-weight: normal;
  background: none;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_table .webc_table_pc thead th,
#webc_con.webc_clr_smpl .webc_table .webc_table_pc tbody th {
  background: #f6f6f6;
  border-color: #e4e4e4;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_table .webc_table_pc thead th,
#webc_con.webc_clr_smpl .webc_table .webc_table_pc thead td,
#webc_con.webc_clr_smpl .webc_table .webc_table_pc tbody th,
#webc_con.webc_clr_smpl .webc_table .webc_table_pc tbody td {
  padding: 10px 20px;
}
#webc_con.webc_clr_smpl .webc_table .webc_table_pc thead th {
  border-right: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_table .webc_table_sp caption {
  padding: 0;
  margin: 0 0 10px;
  border-left: none;
  font-size: 1.2rem;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_table .webc_table_sp thead th,
#webc_con.webc_clr_smpl .webc_table .webc_table_sp thead td,
#webc_con.webc_clr_smpl .webc_table .webc_table_sp tbody th,
#webc_con.webc_clr_smpl .webc_table .webc_table_sp tbody td {
  padding: 5px 10px;
  border-right: none;
  border-left: none;
}
#webc_con.webc_clr_smpl .webc_table .webc_table_sp thead th,
#webc_con.webc_clr_smpl .webc_table .webc_table_sp tbody th {
  font-weight: normal;
  background: #f6f6f6;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_table .webc_table_sp thead td,
#webc_con.webc_clr_smpl .webc_table .webc_table_sp tbody td {
  text-align: center;
}
#webc_con.webc_clr_smpl .webc_table .webc_cancel tbody th,
#webc_con.webc_clr_smpl .webc_table .webc_cancel tbody td,
#webc_con.webc_clr_smpl .webc_table .webc_cancel thead th,
#webc_con.webc_clr_smpl .webc_table .webc_cancel thead td {
  padding: 10px 15px;
  font-weight: normal;
  text-align: center;
}
#webc_con.webc_clr_smpl .webc_table .webc_cancel tbody th,
#webc_con.webc_clr_smpl .webc_table .webc_cancel thead th {
  background: #f6f6f6;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_table .webc_cancel tbody th {
  background: none;
}
#webc_con.webc_clr_smpl .webc_sort ul {
  gap: 0 15px;
}
#webc_con.webc_clr_smpl .webc_sort ul li {
  min-width: 90px;
  border: none;
}
#webc_con.webc_clr_smpl .webc_sort ul li button {
  padding: 5px 15px;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_sort ul li:hover, #webc_con.webc_clr_smpl .webc_sort ul li.active {
  background: none;
  border-bottom: 2px solid #333333;
}
#webc_con.webc_clr_smpl .webc_price_col > div .webc_price:first-child:not(:last-child) {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_price_caption {
  margin: 10px 0 5px;
  padding: 0;
  background: none !important;
}
#webc_con.webc_clr_smpl .webc_price_caption:first-child {
  margin-top: 0;
}
#webc_con.webc_clr_smpl .webc_price_member {
  color: #b7a66c;
}
#webc_con.webc_clr_smpl .webc_price {
  font-size: 0.85rem;
  line-height: 1.5;
}
#webc_con.webc_clr_smpl .webc_price strong span {
  font-size: 1.7rem;
}
html:not([lang=ja]) #webc_con.webc_clr_smpl .webc_price strong span {
  font-size: 1.4rem;
}
#webc_con.webc_clr_smpl .webc_price strong .webc_add_row {
  font-size: 1.2rem;
}
html:not([lang=ja]) #webc_con.webc_clr_smpl .webc_price strong .webc_add_row {
  font-size: 1.1rem;
}
#webc_con.webc_clr_smpl .webc_price strong .webc_add_row span {
  font-size: 1.4rem;
}
html:not([lang=ja]) #webc_con.webc_clr_smpl .webc_price strong .webc_add_row span {
  font-size: 1.2rem;
}
#webc_con.webc_clr_smpl .webc_plan_icon li {
  padding: 2px 15px;
  margin: 0;
  border: none;
  border-radius: 999px;
  font-weight: normal;
  background-color: #484848;
  color: #fff;
}
#webc_con.webc_clr_smpl .webc_plan_icon li:before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_tag_list li {
  padding: 2px 15px;
  border: none;
  background: #f6f6f6;
  color: #5d5d5d;
}
#webc_con.webc_clr_smpl .webc_detail dl dt {
  border: none;
  background: #f6f6f6;
}
#webc_con.webc_clr_smpl .webc_plan_info .webc_detail dl {
  display: flex;
  margin-bottom: 0;
}
#webc_con.webc_clr_smpl .webc_plan_info .webc_detail dl dt {
  flex-shrink: 0;
  padding: 10px 20px;
  margin-right: 20px;
  width: 190px;
}
#webc_con.webc_clr_smpl .webc_plan_info .webc_detail dl dd {
  width: calc(100% - 210px);
  padding: 10px 0;
  font-size: 1rem;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_booked_info .webc_detail dl {
  width: 100%;
  float: none;
  margin-right: 0;
}
#webc_con.webc_clr_smpl .webc_booked_info .webc_detail dl:nth-last-child(-n+2) {
  margin-bottom: 5px;
}
#webc_con.webc_clr_smpl .webc_person .webc_table_sp tbody th {
  color: #333333 !important;
}
#webc_con.webc_clr_smpl .webc_person .webc_table_sp tbody th[colspan] {
  background: #f6f6f6 !important;
  color: #333333 !important;
}
#webc_con.webc_clr_smpl .webc_acc .webc_error {
  margin: 0 0 20px;
}
#webc_con.webc_clr_smpl .webc_acc .webc_input_block {
  justify-content: flex-start;
  margin: 0 0 50px;
}
#webc_con.webc_clr_smpl .webc_acc .webc_input_block .webc_note {
  text-align: left;
}
#webc_con.webc_clr_smpl .webc_acc .webc_input_block + dl dd .webc_note {
  padding: 5px 30px;
  font-weight: normal;
  font-size: 1rem;
  border-color: #e4e4e4;
  background: none;
}
#webc_con.webc_clr_smpl .webc_acc .webc_input_box {
  justify-content: flex-start;
}
#webc_con.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner > p,
#webc_con.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner > div {
  font-size: 1rem;
}
#webc_con.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner input,
#webc_con.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner .webc_select_wrap, #webc_con.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner.webc_input_date {
  min-height: 70px;
}
#webc_con.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner input,
#webc_con.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner .webc_select_wrap {
  border-color: #484848;
}
#webc_con.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner input,
#webc_con.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner select {
  font-size: 1.5rem;
  font-weight: bold;
}
#webc_con.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner select {
  min-height: 66px;
  padding: 0 25px 0 15px;
}
#webc_con.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner .webc_input_item > span {
  font-size: 1.2rem;
}
#webc_con.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner.webc_input_date {
  border-radius: 5px;
  padding: 10px 25px;
  border-color: #484848;
}
#webc_con.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner.webc_input_date > div,
#webc_con.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner.webc_input_date input {
  font-size: 1.5rem;
  font-weight: bold;
}
#webc_con.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner.webc_input_date input {
  min-height: 0;
}
#webc_con.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner.webc_input_date input[disabled] {
  background: none;
}
#webc_con.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  padding: 5px 10px;
  background: none;
  border-radius: 0;
  border-bottom: 2px solid #e4e4e4;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_acc .webc_input_box .webc_input_inner.webc_input_date button i {
  display: none;
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_select_wrap,
#webc_con.webc_clr_smpl .webc_acc .webc_table select {
  border: none;
  border-radius: 0;
  font-weight: bold;
  font-size: 1.2rem;
}
#webc_con.webc_clr_smpl .webc_acc .webc_table select {
  padding: 0 25px 0 5px;
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td a {
  display: block;
  padding: 10px;
  font-weight: normal;
  font-size: 1rem;
  text-align: left;
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td a > span {
  padding: 0 1.5em 0 0;
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td a > span:before {
  content: "\f107";
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td a {
  background: none;
  box-shadow: none;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td a::before {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td a > span::before {
  right: 5px;
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td a.active > span {
  padding: 0 1.5em 0 0;
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td a.active > span:before {
  content: "\f106";
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td table {
  border-top: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td table tbody {
  border: none;
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td table th,
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td table td {
  background: none !important;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td table th {
  padding-left: 15px;
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td[colspan] {
  background: #f6f6f6;
}
#webc_con.webc_clr_smpl .webc_acc .webc_table .webc_table_sp tbody td[colspan]:has(> .webc_table_sp) {
  padding: 0;
  background: none;
  border-top: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_opt {
  margin: 0 0 40px;
}
#webc_con.webc_clr_smpl .webc_opt:last-child {
  margin-bottom: 0;
}
#webc_con.webc_clr_smpl .webc_opt .webc_select_wrap,
#webc_con.webc_clr_smpl .webc_opt select {
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_opt .webc_select_wrap {
  border-color: #484848;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_head {
  padding: 5px 30px;
  margin: 0;
  font-weight: normal;
  font-size: 1rem;
  border-color: #e4e4e4;
  background: none;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_inner {
  margin: 0 0 20px;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_inner:last-child {
  margin-bottom: 0;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 2px solid #484848;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border: none;
  border-bottom: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  padding: 10px 15px;
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body:not(:last-child) {
  margin: 0 0 20px;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_item label {
  background: none;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_body {
  padding: 15px 0;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  padding: 15px 10px;
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot p {
  font-size: 1.1rem;
  font-weight: bold;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_item label.active {
  background: #f6f6f6;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_item label.active .webc_opt_item_body .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(246, 246, 246, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0.5) 50%, rgba(246, 246, 246, 0.5) 51%, #f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(246, 246, 246, 0)", endColorstr="#f6f6f6",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_photo {
  margin: 0 10px;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_detail {
  width: calc(100% - 220px);
  flex: 1 0 220px;
  max-width: calc(100% - 220px);
  padding: 0 20px 0 10px;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_detail .webc_caption {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_detail .webc_detail {
  margin: 10px 0 0;
  border-bottom: none;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_detail .webc_detail dl {
  display: flex;
  align-items: flex-start;
  gap: 5px 0;
}
[lang=en] #webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_detail .webc_detail dl, [lang=th] #webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_detail .webc_detail dl, [lang=ms] #webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_detail .webc_detail dl, [lang=fr] #webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_detail .webc_detail dl, [lang=de] #webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_detail .webc_detail dl {
  flex-direction: column;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_detail .webc_detail dl dt {
  flex-shrink: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #e4e4e4;
  background: none;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_detail .webc_detail dl dd {
  align-self: center;
  padding: 0 10px;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_input input:is([type=radio], [type=checkbox]) {
  margin-right: 8px;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal {
  padding: 20px 10px 0;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal:has(table) {
  padding: 20px 0 0;
  background: none;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_list, #webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_item {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_list {
  border-width: 2px;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_list:has(table) {
  border: none;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_list table tr,
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_list table td {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_list table th,
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_list table td {
  background: none;
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_list table th.active,
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_list table td.active {
  background: #f6f6f6;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_list table td label {
  padding: 15px 10px;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_list table .webc_opt_cal_cap {
  padding: 5px;
  font-weight: bold;
  text-align: center;
  background: #484848;
  color: #fff;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_list table .webc_opt_cal_name {
  width: 620px;
  padding: 15px 0;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_list table .webc_opt_cal_name:not(:has(.webc_photo)):has(.webc_opt_detail) {
  height: 140px;
  vertical-align: middle;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_list table .webc_detail dl {
  flex-direction: column;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_list table .webc_btn {
  padding: 5px 15px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  color: #7e7e7e;
  font-weight: bold;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_item {
  padding: 5px 10px;
  border-width: 2px;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_cap {
  padding: 0;
  font-weight: normal;
  text-align: left;
  border-color: #e4e4e4;
  background: none;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_price {
  padding: 0 0 10px;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal_price > p {
  margin: 0 0 5px;
  align-self: stretch;
  text-align: left;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal .webc_opt_input_col {
  font-size: 1.2rem;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_opt_cal .webc_opt_input_col p {
  font-weight: bold;
}
#webc_con.webc_clr_smpl .webc_opt .webc_opt_body .webc_comment.webc_more + .webc_more_btn {
  font-weight: bold;
}
#webc_con.webc_clr_smpl .webc_estimate .webc_table_pc tbody th {
  background: #f6f6f6;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_estimate .webc_table_sp tbody th,
#webc_con.webc_clr_smpl .webc_estimate .webc_table_sp tbody td {
  text-align: left;
}
#webc_con.webc_clr_smpl .webc_estimate .webc_table_sp tbody th {
  font-size: 1.2rem;
}
#webc_con.webc_clr_smpl .webc_estimate .webc_table_sp tbody td > ul {
  margin: 0 0 10px;
}
#webc_con.webc_clr_smpl .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_estimate_tax {
  margin-bottom: 15px;
}
#webc_con.webc_clr_smpl .webc_estimate_tax dl {
  padding: 0;
  border-bottom: none;
}
#webc_con.webc_clr_smpl .webc_estimate_tax:not(:has(dl)) + .webc_estimate_total {
  border-top: none;
}
#webc_con.webc_clr_smpl .webc_estimate_total {
  display: block;
  padding: 15px 0 0;
  border-top: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_estimate_total .webc_price {
  float: none;
  min-width: 0;
}
#webc_con.webc_clr_smpl .webc_estimate_total .webc_member_point {
  min-width: 0;
}
#webc_con.webc_clr_smpl .webc_estimate_total .webc_member_point dl + p {
  color: #7e7e7e;
}
#webc_con.webc_clr_smpl .webc_estimate_total .webc_pager {
  float: none;
}
#webc_con.webc_clr_smpl .webc_xs_estimate_pc > div {
  background: #fff;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_xs_estimate_pc > div > dl > dt {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_xs_estimate_pc > div > dl > dt::before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_xs_estimate_pc > div > dl > dd {
  background: #fff;
}
#webc_con.webc_clr_smpl .webc_xs_estimate_pc > div > dl > dd table {
  width: 100%;
  margin: 0 0 15px;
}
#webc_con.webc_clr_smpl .webc_xs_estimate_pc > div > dl > dd table tbody {
  display: block;
  width: 100%;
}
#webc_con.webc_clr_smpl .webc_xs_estimate_pc > div > dl > dd table tr th,
#webc_con.webc_clr_smpl .webc_xs_estimate_pc > div > dl > dd table tr td {
  border-color: #e4e4e4;
}
:not([lang=ja]) #webc_con.webc_clr_smpl .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_xs_estimate_pc > div > dl > dd dl dt {
  margin: 0 0 5px;
  border-radius: 0;
  background: #b7a66c;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_xs_estimate_pc > button {
  background: #484848;
  color: #fff;
}
#webc_con.webc_clr_smpl .webc_xs_estimate_pc > button::before {
  color: #fff;
}
#webc_con.webc_clr_smpl .webc_xs_estimate_sp {
  padding: 10px 30px;
  background: rgba(72, 72, 72, 0.9);
  font-size: 0.9rem;
}
#webc_con.webc_clr_smpl .webc_xs_estimate_sp > button {
  color: #fff;
}
#webc_con.webc_clr_smpl .webc_member_point .webc_point {
  color: #b7a66c;
}
#webc_con.webc_clr_smpl .webc_room_detail .webc_photo .webc_photo_thumb {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 10px 0 0;
}
#webc_con.webc_clr_smpl .webc_room_detail .webc_photo .webc_photo_thumb::after {
  content: none;
}
#webc_con.webc_clr_smpl .webc_room_detail .webc_photo .webc_photo_thumb li {
  width: auto;
  max-height: none;
  float: none;
  margin: 0;
  aspect-ratio: 3/2;
}
#webc_con.webc_clr_smpl .webc_room_detail .webc_detail {
  display: grid;
  grid-template-columns: repeat(2, 165px 1fr);
  gap: 0 30px;
  padding: 30px 40px 40px;
  background: #f6f6f6;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_room_detail .webc_detail dl {
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
  gap: 0 10px;
  width: auto;
  float: none;
  padding: 10px 0;
  margin: 0;
  background: none;
  border-bottom: 1px solid #e4e4e4;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_room_detail .webc_detail dl dt,
#webc_con.webc_clr_smpl .webc_room_detail .webc_detail dl dd {
  width: auto;
  padding: 0;
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_room_detail .webc_detail:not(:has(dl)) {
  display: none;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_info a {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_info a i {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_tab li {
  padding: 5px 0;
  border: none;
  background: none;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_tab li:hover, #webc_con.webc_clr_smpl .webc_cal .webc_cal_tab li.active {
  background: none;
  border-bottom: 2px solid #484848;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_tab li + li {
  margin-left: 15px;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head {
  background: none;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head button {
  display: flex;
  align-items: center;
  gap: 0 8px;
  width: 75px;
  height: 1.6rem;
  padding: 0;
  position: relative;
  line-height: 1.6rem;
  background: none;
  color: #333333;
}
html[lang=en] #webc_con.webc_clr_smpl .webc_cal .webc_cal_head button, html[lang=ms] #webc_con.webc_clr_smpl .webc_cal .webc_cal_head button, html[lang=fr] #webc_con.webc_clr_smpl .webc_cal .webc_cal_head button, html[lang=de] #webc_con.webc_clr_smpl .webc_cal .webc_cal_head button {
  width: 125px;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head button:before {
  color: #333333;
  border: none;
  position: static;
  transform: none;
  font-size: 1.4rem;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head button span {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head button span::before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head button.webc_cal_prev {
  margin-left: 0;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head button.webc_cal_prev:before {
  content: "\f104";
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head button.webc_cal_next {
  justify-content: flex-end;
  margin-right: 0;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head button.webc_cal_next:before {
  content: "\f105";
  order: 2;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head button:hover {
  background: none;
  opacity: 0.7;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head:has(button) .webc_cal_cap {
  max-width: calc(100% - 150px);
}
html[lang=en] #webc_con.webc_clr_smpl .webc_cal .webc_cal_head:has(button) .webc_cal_cap, html[lang=ms] #webc_con.webc_clr_smpl .webc_cal .webc_cal_head:has(button) .webc_cal_cap, html[lang=fr] #webc_con.webc_clr_smpl .webc_cal .webc_cal_head:has(button) .webc_cal_cap, html[lang=de] #webc_con.webc_clr_smpl .webc_cal .webc_cal_head:has(button) .webc_cal_cap {
  max-width: calc(100% - 250px);
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head:has(button):has(.webc_cal_prev[style="display: none;"]) {
  justify-content: flex-end;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_head:has(button):has(.webc_cal_next[style="display: none;"]) {
  justify-content: flex-start;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body tbody td {
  box-sizing: border-box;
  border: none;
  text-align: center;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body thead th > .webc_current,
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body thead td > .webc_current,
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body tbody th > .webc_current,
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body tbody td > .webc_current {
  border: 2px solid #b7a66c;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body tbody th {
  padding: 10px 5px;
  font-size: 1rem;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body thead {
  background: #f6f6f6;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body thead th.webc_cal_sun {
  background: none;
  color: #ff5858;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body thead th.webc_cal_sat {
  background: none;
  color: #4690ff;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body tbody td {
  border-bottom: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body tbody td > div {
  padding: 10px 3px;
  background: none;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body tbody td > div > p {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body tbody td > div > p a {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body tbody td > div > p i {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body tbody td > div > p i.fa-minus {
  color: #c4c4c4;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body tbody td > div > p i.fa-xmark, #webc_con.webc_clr_smpl .webc_cal .webc_cal_body tbody td > div > p i.fa-square-phone {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body tbody td > div > p.customer_event_icon {
  top: 10px;
  right: 3px;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body tbody td .webc_cal_sun {
  color: #ff5858;
  background: none;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body tbody td .webc_cal_sat {
  color: #4690ff;
  background: none;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body.webc_cal_week {
  padding: 3px 3px 0;
  background: none;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body.webc_cal_week table {
  border: none;
  border-color: #e4e4e4 !important;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body.webc_cal_week thead {
  background: none !important;
  border: none;
  color: #333333 !important;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body.webc_cal_week thead th {
  padding: 0;
  border: none !important;
  background: none;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body.webc_cal_week thead th:not(:last-child) {
  border-right: 1px solid #e4e4e4 !important;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body.webc_cal_week thead th > span strong {
  font-size: 1.1rem;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body.webc_cal_week thead th .webc_current {
  border-bottom: none;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body.webc_cal_week thead th .webc_cal_sun {
  color: #ff5858;
  background: none;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body.webc_cal_week thead th .webc_cal_sat {
  color: #4690ff;
  background: none;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body.webc_cal_week tbody {
  border: none;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body.webc_cal_week tbody td:not(:last-child) {
  border-right: 1px solid #e4e4e4 !important;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body.webc_cal_week tbody td > div {
  padding-top: 5px;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body.webc_cal_week tbody td > div.webc_current {
  border-top: none;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_body.webc_cal_week tbody td > div > p.customer_event_icon {
  top: 0;
}
#webc_con.webc_clr_smpl .webc_cal:has(.webc_cal_week) .webc_cal_head {
  justify-content: center;
}
#webc_con.webc_clr_smpl .webc_cal:has(.webc_cal_week) .webc_cal_head .webc_cal_cap {
  max-width: none !important;
}
#webc_con.webc_clr_smpl .webc_cal:has(.webc_cal_week) .webc_cal_head button {
  width: auto !important;
}
#webc_con.webc_clr_smpl .webc_cal:has(.webc_cal_week) .webc_cal_head button > span {
  display: none;
}
#webc_con.webc_clr_smpl .webc_cal:has(.webc_cal_week) .webc_cal_head:not(:has(.webc_cal_prev)) .webc_cal_cap {
  padding-left: 21px;
}
#webc_con.webc_clr_smpl .webc_cal:has(.webc_cal_week) .webc_cal_head:not(:has(.webc_cal_next)) .webc_cal_cap {
  padding-left: 21px;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_event_info > p a {
  background: #f6f6f6;
  color: #333333;
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_event_info > p a::before {
  content: "\f107";
}
#webc_con.webc_clr_smpl .webc_cal .webc_cal_event_info > p a[aria-expanded=true]::before {
  content: "\f106";
}
#webc_con.webc_clr_smpl .webc_tel .webc_table_pc tbody th {
  background: #f6f6f6;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_tel .webc_table_pc tbody td a {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_cal_example {
  border: none;
}
#webc_con.webc_clr_smpl .webc_cal_example .webc_description > dd .webc_cal_body table tbody td {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_cal_example .webc_description > dd > dl dd i {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_cal_example .webc_description > dd > dl dd i.fa-xmark, #webc_con.webc_clr_smpl .webc_cal_example .webc_description > dd > dl dd i.fa-square-phone {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_cal_example .webc_description > dd > dl dd i.fa-minus {
  color: #c4c4c4;
}
#webc_con.webc_clr_smpl .webc_cal_example_close a {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_clr_smpl .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_smpl .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_smpl .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_smpl .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]),
#webc_con.webc_clr_smpl .webc_form dl.valid-group {
  display: flex;
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > *,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > * {
  padding: 25px;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dt,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dt {
  display: flex;
  flex-shrink: 0;
  gap: 0 10px;
  align-items: center;
  background: #f6f6f6;
  border-color: #e4e4e4;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dt span,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dt span {
  width: auto !important;
  float: none;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dt span[class],
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dt span[class] {
  order: 2;
  flex-shrink: 0;
  width: auto !important;
  float: none;
  padding: 0;
  border-radius: 0;
  font-size: 0.9em;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dt span.webc_must,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dt span.webc_must {
  background: none;
  border: none;
  color: #f06666;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dt span.webc_must::before,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dt span.webc_must::before {
  content: "*";
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dt::after,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dt::after {
  content: none;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd {
  display: block;
  flex-grow: 1;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd input,
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd .webc_select_wrap select,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd input,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd .webc_select_wrap select {
  min-height: 40px;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd input:not([type=radio]):not([type=checkbox]),
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd textarea,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd input:not([type=radio]):not([type=checkbox]),
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd textarea {
  padding: 3px 10px;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd .webc_select_wrap select,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd .webc_select_wrap select {
  padding: 0 25px 0 10px;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd.webc_form_member .webc_description,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd.webc_form_member .webc_description {
  padding: 15px;
  background: #f6f6f6;
  border: none;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd.webc_form_member .webc_description > dd,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd.webc_form_member .webc_description > dd {
  background: none;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd.webc_form_member .webc_description + .webc_description,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd.webc_form_member .webc_description + .webc_description {
  margin-top: 10px;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd.webc_form_member .webc_description + p,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd.webc_form_member .webc_description + p {
  margin-top: 15px;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd.webc_form_member > a,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd.webc_form_member > a {
  display: inline-block;
  margin: 0 0 10px;
  color: #333333;
  text-decoration: underline;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd.webc_form_member > a:hover,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd.webc_form_member > a:hover {
  text-decoration: none;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd.webc_form_member label,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd.webc_form_member label {
  font-size: 1.2rem;
  font-weight: bold;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd.webc_member_point,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd.webc_member_point {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd.webc_member_point > p,
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd.webc_member_point > .webc_list_dot,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd.webc_member_point > p,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd.webc_member_point > .webc_list_dot {
  margin: 0;
  padding: 25px;
}
#webc_con.webc_clr_smpl .webc_form dl:not([class]) > dd.webc_member_point .webc_point,
#webc_con.webc_clr_smpl .webc_form dl.valid-group > dd.webc_member_point .webc_point {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_login {
  display: block;
  background: #fff;
  border-color: #e4e4e4;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_login > dt {
  padding: 40px 30px 10px;
  border-bottom: none;
  font-size: 1.4rem;
  text-align: left;
}
#webc_con.webc_clr_smpl .webc_login > dd {
  justify-content: space-between;
  gap: 0 6%;
  padding: 10px 30px 40px;
}
#webc_con.webc_clr_smpl .webc_login > dd input {
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_login > dd input:not([type=radio]):not([type=checkbox]) {
  width: 100%;
  min-height: 40px;
  padding: 3px 10px;
}
#webc_con.webc_clr_smpl .webc_login > dd input:not([type=radio]):not([type=checkbox]):has(+ .help-inline:not(:empty)) {
  margin-bottom: 5px;
}
#webc_con.webc_clr_smpl .webc_login > dd input:not([type=radio]):not([type=checkbox]) + .help-inline:not(:empty) {
  display: block;
  margin-bottom: 15px;
}
#webc_con.webc_clr_smpl .webc_login > dd p.webc_note {
  margin-bottom: 10px;
}
#webc_con.webc_clr_smpl .webc_login > dd p.webc_note:has(+ p:not([class])) {
  margin-bottom: 15px;
}
#webc_con.webc_clr_smpl .webc_login > dd p:has(input[type=checkbox]) {
  font-size: 0.9rem;
}
#webc_con.webc_clr_smpl .webc_login > dd p a {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_login > dd p a i {
  color: #333333;
  margin: 0 0 0 5px;
}
#webc_con.webc_clr_smpl .webc_login > dd ul:not(:last-child) {
  margin: 0 0 15px;
}
#webc_con.webc_clr_smpl .webc_login > dd ul li {
  margin-bottom: 10px;
}
#webc_con.webc_clr_smpl .webc_login > dd .webc_btn {
  font-size: 1.1rem;
  font-weight: bold;
}
#webc_con.webc_clr_smpl .webc_login > dd .webc_btn_default span {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_login > dd .webc_btn_default span::before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_login > dd .webc_btn_achro {
  max-width: 315px;
  min-height: 50px;
  border-width: 1px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#webc_con.webc_clr_smpl .webc_login > dd .webc_btn.webc_account_fb {
  padding: 10px 20px;
}
#webc_con.webc_clr_smpl .webc_login > dd .webc_btn.webc_account_fb i {
  font-size: 26px;
  color: #0866ff;
}
#webc_con.webc_clr_smpl .webc_login > dd .webc_btn.webc_account_yahoo i {
  width: 26px;
}
#webc_con.webc_clr_smpl .webc_login > dd .webc_btn.webc_account_yahoo i img {
  vertical-align: middle;
}
#webc_con.webc_clr_smpl .webc_login > dd > div,
#webc_con.webc_clr_smpl .webc_login > dd > dl {
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_login > dd > div {
  width: 480px;
  flex-basis: 480px;
  max-width: none;
  flex-grow: 1;
}
#webc_con.webc_clr_smpl .webc_login > dd > div:not(:has(+ .webc_description)) .webc_btn {
  margin-left: 0;
}
#webc_con.webc_clr_smpl .webc_login > dd > div div {
  margin-bottom: 15px;
}
#webc_con.webc_clr_smpl .webc_login > dd > div div:not(.webc_comment) label {
  background: none;
  border: none;
}
#webc_con.webc_clr_smpl .webc_login > dd > div div.valid-group:has(.webc_input_group) p {
  width: calc(100% - 160px);
  margin: 5px 0 0 auto;
}
#webc_con.webc_clr_smpl .webc_login > dd > div div.valid-group:has(.webc_input_group) .help-inline:not(:empty) {
  display: block;
  width: calc(100% - 160px);
  margin: 5px 0 0 auto;
  text-align: left;
}
#webc_con.webc_clr_smpl .webc_login > dd > div div.webc_input_group {
  align-items: center;
  max-width: 480px;
  margin-bottom: 0;
}
#webc_con.webc_clr_smpl .webc_login > dd > div div.webc_input_group label {
  flex-basis: 160px;
  width: 160px;
  max-width: 160px;
  padding: 0 10px 0 0;
  border: none;
  border-radius: 0;
  font-weight: bold;
}
#webc_con.webc_clr_smpl .webc_login > dd > div div.webc_input_group input {
  border-radius: 5px;
  min-height: 40px;
}
#webc_con.webc_clr_smpl .webc_login > dd > div div:has(+ div) {
  margin-bottom: 10px;
}
#webc_con.webc_clr_smpl .webc_login > dd > div .webc_btn {
  display: block;
  width: calc(100% - 160px);
  max-width: 320px;
  margin: 0 0 0 auto;
}
#webc_con.webc_clr_smpl .webc_login > dd > div .webc_btn:has(+ p) {
  margin-bottom: 30px;
}
#webc_con.webc_clr_smpl .webc_login > dd > div .webc_btn + .webc_btn {
  margin-top: 10px;
}
#webc_con.webc_clr_smpl .webc_login > dd > div #webauthnLogin + div {
  margin: 15px 0 0;
}
#webc_con.webc_clr_smpl .webc_login > dd > div #webauthnLogin + div p {
  margin-bottom: 10px;
}
#webc_con.webc_clr_smpl .webc_login > dd > dl {
  width: 450px;
  flex-basis: 450px;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
  padding: 0 3%;
  background: none;
  border-left: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_login > dd > dl dt,
#webc_con.webc_clr_smpl .webc_login > dd > dl dd {
  flex-basis: auto;
}
#webc_con.webc_clr_smpl .webc_assist dt {
  padding: 0 5px 0 0;
  color: #7e7e7e;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_assist dd ul {
  display: flex;
}
#webc_con.webc_clr_smpl .webc_assist dd li {
  width: 120px;
  margin-left: 5px;
}
#webc_con.webc_clr_smpl .webc_assist dd li:has(.webc_account_yahoo) {
  width: 165px;
}
#webc_con.webc_clr_smpl .webc_assist dd .webc_btn_achro {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 10px;
  font-weight: normal;
  border-width: 1px;
}
#webc_con.webc_clr_smpl .webc_assist dd .webc_btn_achro.webc_account_fb i {
  font-size: 20px;
  margin-right: 10px;
  color: #0866ff;
}
#webc_con.webc_clr_smpl .webc_assist dd .webc_btn_achro.webc_account_yahoo i {
  width: 25px;
  margin-right: 10px;
}
#webc_con.webc_clr_smpl .webc_assist dd .webc_btn_achro.webc_account_yahoo i img {
  vertical-align: middle;
}
#webc_con.webc_clr_smpl .webc_assist dd .webc_btn_achro.webc_account_google i {
  width: 18px;
  height: 18px;
  background-size: contain;
  margin-right: 10px;
}
#webc_con.webc_clr_smpl .webc_assist dd .webc_btn_achro span {
  font-size: 0.9rem;
}
#webc_con.webc_clr_smpl .webc_payment {
  display: block;
  border: none;
}
#webc_con.webc_clr_smpl .webc_payment > * {
  display: block;
}
#webc_con.webc_clr_smpl .webc_payment > dt {
  width: auto;
  padding: 10px 0 0;
  border-right: none;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: left;
  background: none;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_payment > dt p {
  color: #7e7e7e;
  font-size: 0.9rem;
  margin: 5px 0 0;
}
#webc_con.webc_clr_smpl .webc_payment > dd {
  padding: 30px 0;
  background: none;
}
#webc_con.webc_clr_smpl .webc_payment > dd label.active {
  background: #f6f6f6;
}
#webc_con.webc_clr_smpl .webc_payment > dd label .webc_card {
  display: inline-block;
  padding: 5px;
}
#webc_con.webc_clr_smpl .webc_payment > dd label .webc_card img {
  width: 200px;
  max-width: 100%;
}
#webc_con.webc_clr_smpl .webc_payment > dd label .webc_card.webc_jtb img {
  max-width: 100%;
}
#webc_con.webc_clr_smpl .webc_payment > dd label .webc_coupon_name {
  color: #b7a66c;
}
#webc_con.webc_clr_smpl .webc_payment > dd label .webc_coupon_code {
  display: flex;
  gap: 0 10px;
  align-items: center;
  flex-wrap: wrap;
}
#webc_con.webc_clr_smpl .webc_payment > dd label .webc_coupon_code:has(+ p) {
  margin-bottom: 10px;
}
#webc_con.webc_clr_smpl .webc_payment > dd label .webc_coupon_code > span {
  display: flex;
}
#webc_con.webc_clr_smpl .webc_payment > dd label .webc_coupon_code input {
  align-self: stretch;
  height: 32px;
  padding: 3px 10px;
  border-radius: 5px 0 0 5px;
  border-width: 1px;
  border-right-width: 0;
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_payment > dd label .webc_coupon_code input[disabled] {
  border-right-width: 1px;
}
#webc_con.webc_clr_smpl .webc_payment > dd label .webc_coupon_code .webc_btn_simple {
  align-self: stretch;
  height: 32px;
  min-width: 60px;
  padding: 3px 10px;
  border-radius: 0 5px 5px 0;
}
#webc_con.webc_clr_smpl .webc_payment > dd label .webc_coupon_code .webc_btn_simple[disabled] {
  background: #ebebeb;
  pointer-events: none;
}
#webc_con.webc_clr_smpl .webc_payment > dd label .webc_coupon_code .webc_btn_simple:not(:disabled) {
  background: #484848;
  border-color: #484848;
  color: #fff;
}
#webc_con.webc_clr_smpl .webc_payment > dd label .webc_coupon_code .webc_btn_simple:not(:disabled):hover {
  opacity: 0.7;
}
#webc_con.webc_clr_smpl .webc_payment > dd label input[type=text] {
  padding: 3px 10px;
}
#webc_con.webc_clr_smpl .webc_payment > dd ul li {
  border: none;
}
#webc_con.webc_clr_smpl .webc_payment > dd ul li + li {
  margin: 10px 0 0;
}
#webc_con.webc_clr_smpl .webc_payment > dd ul li label {
  padding: 15px 25px 15px 50px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_payment > dd ul li label input[type=radio] {
  left: 25px;
  top: 15px;
}
#webc_con.webc_clr_smpl .webc_payment > dd.webc_coupon_single ul li {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_payment > dd.webc_coupon_single ul li label {
  border: none;
  padding-left: 25px;
}
#webc_con.webc_clr_smpl .webc_payment > dd.webc_coupon_single ul li label:not(:has(.webc_coupon_code)):not(:has(span:not(:empty))):has(p:empty):has(div:empty):has(span:empty) {
  display: none;
}
#webc_con.webc_clr_smpl .webc_payment > dd .webc_payment_item label,
#webc_con.webc_clr_smpl .webc_payment > dd .webc_payment_list {
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_payment > dd .webc_payment_item label {
  padding: 15px 25px 15px 50px;
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_payment > dd .webc_payment_item label input[type=radio] {
  top: 15px;
}
#webc_con.webc_clr_smpl .webc_payment > dd .webc_payment_list {
  background: #efefef;
}
#webc_con.webc_clr_smpl .webc_payment > dd .webc_payment_list .webc_caption {
  text-align: left;
}
#webc_con.webc_clr_smpl .webc_payment > dd .webc_payment_list .webc_payment_item label {
  padding: 15px 10px 15px 35px;
}
#webc_con.webc_clr_smpl .webc_error {
  border-radius: 5px;
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_error dt {
  padding: 20px 30px 0;
  background: none !important;
  color: #f06666 !important;
  font-size: 1.2rem;
}
#webc_con.webc_clr_smpl .webc_error dd {
  padding: 15px 30px 20px;
}
#webc_con.webc_clr_smpl .webc_error dd p,
#webc_con.webc_clr_smpl .webc_error dd ul,
#webc_con.webc_clr_smpl .webc_error dd li {
  font-weight: normal;
  color: #333333 !important;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_pc, #webc_con.webc_clr_smpl .webc_select .webc_select_type_sp {
  background: none;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_pc:before, #webc_con.webc_clr_smpl .webc_select .webc_select_type_sp:before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_pc h4, #webc_con.webc_clr_smpl .webc_select .webc_select_type_sp h4 {
  text-align: left;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_pc .webc_select_list .webc_select_item, #webc_con.webc_clr_smpl .webc_select .webc_select_type_sp .webc_select_list .webc_select_item {
  padding: 10px;
  border-color: #e4e4e4;
  box-sizing: border-box;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_pc .webc_select_list .webc_select_item:hover, #webc_con.webc_clr_smpl .webc_select .webc_select_type_pc .webc_select_list .webc_select_item.active, #webc_con.webc_clr_smpl .webc_select .webc_select_type_sp .webc_select_list .webc_select_item:hover, #webc_con.webc_clr_smpl .webc_select .webc_select_type_sp .webc_select_list .webc_select_item.active {
  background: #f6f6f6;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_pc .webc_select_list .webc_select_item dd > ul li span, #webc_con.webc_clr_smpl .webc_select .webc_select_type_sp .webc_select_list .webc_select_item dd > ul li span {
  font-weight: normal;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_pc {
  padding: 0;
  margin: 0 0 20px;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_pc .webc_select_list {
  height: auto;
  max-height: 500px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_pc .webc_select_list .webc_select_item {
  border: none;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_pc .webc_select_list .webc_select_item + .webc_select_item {
  border-top: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_sp {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_sp .webc_select_list {
  width: auto;
  margin: 0 -30px;
  max-width: none;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_sp .webc_select_list .webc_select_item {
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_sp + .webc_select_box {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_type_sp + .webc_select_box + .webc_select_box {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_box {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_box.webc_cal .webc_cal_info,
#webc_con.webc_clr_smpl .webc_select .webc_select_box.webc_cal .webc_cal_tab {
  font-size: 0.9rem;
}
#webc_con.webc_clr_smpl .webc_select .webc_select_box.webc_cal .webc_cal_tab li {
  padding: 5px 0;
}
#webc_con.webc_clr_smpl .webc_attention {
  color: #f06666;
  font-size: 1.2rem;
}
#webc_con.webc_clr_smpl .webc_alert > div {
  background: #fff;
  border-color: #e4e4e4;
  border-radius: 5px;
  text-align: left;
}
#webc_con.webc_clr_smpl .webc_alert > div strong {
  font-size: 1.2rem;
}
#webc_con.webc_clr_smpl .webc_alert > div + div {
  margin: 20px 0 0;
  border-top-width: 1px;
}
#webc_con.webc_clr_smpl .webc_privacy_link {
  padding: 30px !important;
}
#webc_con.webc_clr_smpl .webc_privacy_link a {
  color: #333333;
  text-decoration: underline;
}
#webc_con.webc_clr_smpl .webc_privacy_link a:hover {
  text-decoration: none;
}
#webc_con.webc_clr_smpl .webc_confirm_checkbox ul {
  font-size: 1.1rem;
}
#webc_con.webc_clr_smpl .webc_confirm_checkbox ul li {
  padding: 0 0 0 26px;
  text-indent: -26px;
}
#webc_con.webc_clr_smpl .webc_confirm_checkbox ul.webc_list li {
  padding-left: 1em;
  text-indent: -1em;
}
#webc_con.webc_clr_smpl .webc_discount ul li {
  padding: 1px 8px;
  border-radius: 3px;
  background: #fbfbfb;
  border: 1px solid #a6a6a6;
  color: #333333 !important;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_discount ul li::before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_discount dl {
  padding: 0;
  border-bottom: none;
}
#webc_con.webc_clr_smpl .webc_discount dl:first-child {
  border-top: none;
}
#webc_con.webc_clr_smpl .webc_discount dl + dl {
  margin-top: 10px;
}
#webc_con.webc_clr_smpl .webc_discount dl dt {
  padding: 1px 8px;
  border-radius: 3px;
  background: #fbfbfb;
  border: 1px solid #a6a6a6;
  color: #333333;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_discount dl dt::before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_discount dl dd {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_discount > p {
  color: #f06666;
}
#webc_con.webc_clr_smpl .webc_notice > div {
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  color: #f06666;
}
#webc_con.webc_clr_smpl .webc_coupon_cap {
  font-weight: normal;
  border-radius: 5px;
  background: #fbfbfb;
  color: #b7a66c;
  font-size: 1rem;
}
#webc_con.webc_clr_smpl .webc_coupon_cap::before {
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_coupon_cap::after {
  background: #fff;
}
#webc_con.webc_clr_smpl .webc_coupon_cap::before, #webc_con.webc_clr_smpl .webc_coupon_cap::after {
  border-color: #b7a66c;
}
#webc_con.webc_clr_smpl .webc_coupon_cap span {
  padding: 10px 15px;
  border-left: 1px dotted #b7a66c;
}
#webc_con.webc_clr_smpl .webc_coupon dl {
  width: auto;
  padding: 0;
  background: none;
  border: none;
}
#webc_con.webc_clr_smpl .webc_coupon dl dd + dd:not(.webc_coupon_attention) {
  border-color: #b7a66c;
}
#webc_con.webc_clr_smpl .webc_coupon dl dd.webc_coupon_attention {
  color: #f06666;
}
#webc_con.webc_clr_smpl .webc_member_rank .webc_table .webc_table_pc thead th,
#webc_con.webc_clr_smpl .webc_member_rank .webc_table .webc_table_pc thead td,
#webc_con.webc_clr_smpl .webc_member_rank .webc_table .webc_table_pc tbody th,
#webc_con.webc_clr_smpl .webc_member_rank .webc_table .webc_table_pc tbody td {
  padding: 10px 15px;
}
#webc_con.webc_clr_smpl .webc_member_rank .webc_table .webc_table_pc thead th {
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_member_rank .webc_table .webc_table_pc tbody .current td {
  background: #b7a66c;
}
#webc_con.webc_clr_smpl .webc_language > div .webc_select_wrap {
  background: none;
  border: none;
}
#webc_con.webc_clr_smpl .webc_language > div .webc_select_wrap::after {
  font-size: 16px;
}
#webc_con.webc_clr_smpl .webc_breadcrumb {
  clear: both;
  display: flex;
  padding: 0;
  background: none;
  border-left: none;
}
#webc_con.webc_clr_smpl .webc_breadcrumb li {
  width: auto;
  float: none;
  flex: 0 1 auto;
  align-items: center;
}
#webc_con.webc_clr_smpl .webc_breadcrumb li a {
  flex-grow: 0;
  flex-wrap: nowrap;
  padding: 0;
  border: none;
  background: none;
  color: #333333;
  text-align: left;
}
#webc_con.webc_clr_smpl .webc_breadcrumb li a:before, #webc_con.webc_clr_smpl .webc_breadcrumb li a:after {
  content: none;
}
#webc_con.webc_clr_smpl .webc_breadcrumb li a span {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background: none;
  color: #333333;
  font-size: 1.1rem;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_breadcrumb li.active a {
  background: none;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_breadcrumb li.active a span {
  background: #484848;
  color: #fff;
}
#webc_con.webc_clr_smpl .webc_breadcrumb li + li::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #484848;
  margin: 0 20px;
}
html[lang=fr] #webc_con.webc_clr_smpl .webc_breadcrumb li + li::before, html[lang=de] #webc_con.webc_clr_smpl .webc_breadcrumb li + li::before {
  width: 40px;
  margin: 0 15px;
}
#webc_con.webc_clr_smpl .webc_member_info {
  justify-content: flex-end;
  padding: 0;
  border-bottom: none;
}
#webc_con.webc_clr_smpl .webc_member_info .webc_member_name {
  font-size: 1rem;
  font-weight: bold;
}
#webc_con.webc_clr_smpl .webc_member_info .webc_member_rank {
  padding: 3px 15px;
  background: #b7a66c;
  border: none;
  color: #fff;
  font-size: 0.9rem;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_top_nav li {
  padding: 0 20px;
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_top_nav li a {
  color: #333333;
  text-align: center;
}
#webc_con.webc_clr_smpl .webc_search {
  clear: both;
  margin: 0 auto;
  background: none;
  border: none;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_search > dt {
  display: none;
}
#webc_con.webc_clr_smpl .webc_search > dd {
  gap: 10px 20px;
  padding: 0;
}
html[lang=en] #webc_con.webc_clr_smpl .webc_search > dd, html[lang=ms] #webc_con.webc_clr_smpl .webc_search > dd {
  gap: 10px 20px;
}
html[lang=fr] #webc_con.webc_clr_smpl .webc_search > dd, html[lang=de] #webc_con.webc_clr_smpl .webc_search > dd {
  gap: 10px;
}
#webc_con.webc_clr_smpl .webc_search > dd::after {
  content: none;
}
#webc_con.webc_clr_smpl .webc_search > dd > .webc_input_box input:not([type=radio]):not([type=checkbox]),
#webc_con.webc_clr_smpl .webc_search > dd > .webc_input_box .webc_select_wrap {
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #484848;
  font-size: 1.4rem;
  font-weight: bold;
}
#webc_con.webc_clr_smpl .webc_search > dd > .webc_input_box input:not([type=radio]):not([type=checkbox]) {
  height: 60px;
}
#webc_con.webc_clr_smpl .webc_search > dd > .webc_input_box .webc_select_wrap select {
  height: 58px;
  background: none;
  font-size: 1.4rem;
  font-weight: bold;
}
#webc_con.webc_clr_smpl .webc_search > dd > .webc_input_box .webc_input_inner.webc_input_date {
  border-bottom: 2px solid #484848;
}
html[lang=en] #webc_con.webc_clr_smpl .webc_search > dd > .webc_input_box .webc_input_inner.webc_input_date, html[lang=th] #webc_con.webc_clr_smpl .webc_search > dd > .webc_input_box .webc_input_inner.webc_input_date, html[lang=ms] #webc_con.webc_clr_smpl .webc_search > dd > .webc_input_box .webc_input_inner.webc_input_date, html[lang=fr] #webc_con.webc_clr_smpl .webc_search > dd > .webc_input_box .webc_input_inner.webc_input_date, html[lang=de] #webc_con.webc_clr_smpl .webc_search > dd > .webc_input_box .webc_input_inner.webc_input_date {
  border: none;
}
html[lang=en] #webc_con.webc_clr_smpl .webc_search > dd > .webc_input_box .webc_input_inner.webc_input_date .input-group, html[lang=th] #webc_con.webc_clr_smpl .webc_search > dd > .webc_input_box .webc_input_inner.webc_input_date .input-group, html[lang=ms] #webc_con.webc_clr_smpl .webc_search > dd > .webc_input_box .webc_input_inner.webc_input_date .input-group, html[lang=fr] #webc_con.webc_clr_smpl .webc_search > dd > .webc_input_box .webc_input_inner.webc_input_date .input-group, html[lang=de] #webc_con.webc_clr_smpl .webc_search > dd > .webc_input_box .webc_input_inner.webc_input_date .input-group {
  border-bottom: 2px solid #484848;
}
#webc_con.webc_clr_smpl .webc_search > dd > .webc_input_box .webc_input_inner.webc_input_date .input-group {
  border: none;
  border-radius: 0;
}
#webc_con.webc_clr_smpl .webc_search > dd > .webc_input_box .webc_input_inner.webc_input_date .input-group-addon {
  display: none;
}
#webc_con.webc_clr_smpl .webc_search > dd > .webc_input_box .webc_input_inner.webc_input_date input:not([type=radio]):not([type=checkbox]) {
  height: 58px;
  padding: 0 3px;
  border: none;
  line-height: 58px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box {
  float: none;
  gap: 10px 20px;
}
html[lang=en] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box, html[lang=ms] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box {
  gap: 10px 20px;
}
html[lang=fr] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box, html[lang=de] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box {
  gap: 10px;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box::after {
  content: none;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_inner {
  float: none;
  padding: 0;
}
html[lang=en] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_inner, html[lang=ms] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_inner, html[lang=fr] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_inner, html[lang=de] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_inner {
  padding-right: 0;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 320px;
  max-width: 320px;
}
html[lang=en] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date, html[lang=th] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date, html[lang=ms] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date, html[lang=fr] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date, html[lang=de] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date {
  display: block;
  flex-basis: auto;
  max-width: auto;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date > p {
  width: 100%;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date > div {
  flex-grow: 1;
  margin-right: 0;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date > label {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-left: 1px solid #e4e4e4;
}
html[lang=en] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date > label, html[lang=th] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date > label, html[lang=ms] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date > label, html[lang=fr] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date > label, html[lang=de] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_inner.webc_input_date > label {
  width: 100%;
  border: none;
  padding: 0;
  margin: 10px 0 0;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_date_grp .webc_input_date {
  display: block;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_input_date_grp > label {
  margin: 10px 0 0;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box.webc_search_add {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box.webc_search_add label {
  height: 60px;
  display: flex;
  align-items: center;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box.webc_search_add.active .webc_input_inner:before, #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box.webc_search_add.active .webc_input_inner:after {
  content: none;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box.webc_person_box {
  flex-basis: 340px;
}
html[lang=en] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box.webc_person_box {
  flex-basis: 355px;
}
html[lang=fr] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box.webc_person_box, html[lang=de] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box.webc_person_box {
  flex-basis: 415px;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box.webc_person_box .webc_input_inner {
  max-width: none;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box.webc_person_box > label {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0;
  margin: calc(1.5em + 3px) 0 0;
}
html[lang=en] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box.webc_person_box > label, html[lang=th] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box.webc_person_box > label, html[lang=ms] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box.webc_person_box > label, html[lang=fr] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box.webc_person_box > label, html[lang=de] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box.webc_person_box > label {
  height: auto;
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box.webc_person_box .webc_note {
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person {
  width: 500px;
  top: calc(1.5em + 60px);
  right: -150px;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  overflow: hidden;
}
html[lang=en] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person, html[lang=th] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person, html[lang=ms] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person, html[lang=fr] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person, html[lang=de] #webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person {
  top: calc(1.5em + 60px);
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person input[type=text],
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person .webc_select_wrap,
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person select {
  height: auto;
  border: none;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person table {
  width: calc(100% + 2px);
  margin: -1px -1px 0;
  border: none;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person table thead,
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person table tbody {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person table thead th,
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person table thead td,
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person table tbody th,
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person table tbody td {
  font-size: 0.9rem;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person table thead th {
  background: #f6f6f6;
  border-color: #e4e4e4;
  color: #333333;
  font-weight: bold;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person table tbody th,
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person table tbody td {
  border: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person .webc_table_pc thead th {
  padding: 8px 5px;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person .webc_table_pc tbody td {
  padding: 8px 5px;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person p {
  padding: 8px 5px;
  border: none;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_input_box .webc_person p a {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail {
  border-color: #e4e4e4;
  border-radius: 5px;
  overflow: hidden;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail input,
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail .webc_select_wrap,
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail select {
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail input[type=radio] {
  border-radius: 50%;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail .webc_description {
  display: grid;
  grid-template-columns: minmax(auto, 220px) 1fr;
  padding: 0;
  border-color: #e4e4e4 !important;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail .webc_description dt,
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail .webc_description dd {
  padding: 15px 20px;
  border-bottom: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail .webc_description dt:last-of-type,
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail .webc_description dd:last-of-type {
  border-bottom: none;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail .webc_description dt {
  margin: 0;
  background: #f6f6f6;
  color: #333333;
  font-weight: bold;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail .webc_description dd + dt {
  margin-top: 0;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail ul {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail ul::after {
  content: none;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail ul:has(.webc_search_meal) {
  align-items: center;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail ul li {
  display: flex;
  align-items: flex-start;
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail ul li input {
  flex-shrink: 0;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail ul li label {
  width: auto;
  align-self: center;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail ul li.webc_search_meal label {
  margin-right: 8px;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_search_detail ul + p {
  margin: 10px 0 0;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_com_box {
  gap: 0 20px;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_com_box::after {
  content: none;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_com_box input[type=text],
#webc_con.webc_clr_smpl .webc_search > dd .webc_com_box .webc_select_wrap,
#webc_con.webc_clr_smpl .webc_search > dd .webc_com_box select {
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_com_box > div {
  display: flex;
  align-items: center;
  float: none;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_com_box > div > p {
  margin: 0 8px 0 0;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_com_box > div > p:first-of-type {
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_com_box > div > div {
  flex-shrink: 0;
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_com_box .webc_btn {
  align-self: stretch;
  float: none;
  font-size: 1.1rem;
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_com_box .webc_btn_default span {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_com_box .webc_btn_default span::before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_search > dd .webc_com_box .webc_btn_achro {
  border-radius: 5px;
  color: #7e7e7e;
}
#webc_con.webc_clr_smpl .webc_search_conditions {
  display: grid;
  grid-template-columns: 220px 1fr;
  margin-top: 30px;
  padding: 20px 0;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_search_conditions dt {
  display: flex;
  align-items: center;
  width: auto;
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_search_conditions dd {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
}
#webc_con.webc_clr_smpl .webc_search_conditions dd p {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_page_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
#webc_con.webc_clr_smpl .webc_page_nav .webc_sub_head + .webc_btn_noncolor {
  flex-shrink: 0;
  width: auto;
  padding: 10px 20px;
  margin: 0 0 0 30px;
  background: none;
  border: none;
  border-bottom: 2px solid #484848;
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_page_nav .webc_sub_head + .webc_btn_noncolor span {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_page_nav .webc_sub_head + .webc_btn_noncolor span::before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_page_nav .webc_sub_head + .webc_btn_noncolor:hover {
  opacity: 0.7;
}
#webc_con.webc_clr_smpl .webc_page_nav ul:before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_page_nav ul li.active a, #webc_con.webc_clr_smpl .webc_page_nav ul li a:hover {
  background: #484848;
  color: #fff;
}
#webc_con.webc_clr_smpl .webc_page_nav ul li {
  min-height: 65px;
  margin: 0;
  border-color: #484848 !important;
  overflow: hidden;
}
#webc_con.webc_clr_smpl .webc_page_nav ul li:first-of-type {
  border-radius: 5px 0 0 5px;
}
#webc_con.webc_clr_smpl .webc_page_nav ul li:last-of-type {
  border-radius: 0 5px 5px 0;
}
#webc_con.webc_clr_smpl .webc_page_nav ul li:last-of-type:first-of-type {
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_page_nav ul li a {
  height: 100%;
  padding: 15px;
  background: #fff;
  color: #333333;
  font-size: 1.1rem;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_page_nav ul li a:before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_page_nav ul li.active {
  border-width: 1px;
  border-color: #484848 !important;
}
#webc_con.webc_clr_smpl .webc_plan_list > .webc_note {
  color: #f06666;
}
#webc_con.webc_clr_smpl .webc_plan_list > .webc_note .webc_btn {
  padding: 10px 30px;
  border: 1px solid #d3d3d3;
  font-size: 1.1rem;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_head {
  gap: 0 20px;
  background: none !important;
  color: #333333 !important;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_head::after {
  content: none;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_head > span:not([class]) {
  width: calc(100% - 400px);
  padding: 0;
  float: none;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_head .webc_price {
  max-width: 400px;
  float: none;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_head .webc_price strong {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body > .webc_photo {
  min-height: calc(335px + 1.5em);
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body > .webc_photo figure {
  width: 450px;
  max-width: 45%;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list:not(.webc_slide) {
  gap: 0 20px;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list.webc_slide {
  width: 450px;
  max-width: 45%;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box {
  width: 505px;
  max-width: 53%;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_photo_thumb {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_photo_thumb::after {
  content: none;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_photo_thumb li {
  width: auto;
  max-height: none;
  float: none;
  margin: 0;
  aspect-ratio: 3/2;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_btn_area li {
  width: auto;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_btn_area li .webc_btn {
  padding: 10px 25px;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_btn_area li .webc_btn_default {
  min-width: 160px;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_btn_area li .webc_btn_default span {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_btn_area li .webc_btn_default span::before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_btn_area li .webc_btn_noncolor span {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_btn_area li .webc_btn_noncolor span::before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  color: #7e7e7e;
  font-weight: normal;
  text-align: center;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt,
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  padding-bottom: 15px;
  border-bottom: none;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:first-child {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:first-child:before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:last-child:not(:first-child) i:before {
  width: 22px;
  height: 22px;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 15px;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_tag_list,
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_detail,
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_table {
  width: 100%;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_tag_list {
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo {
  display: flex;
  gap: 5px 10px;
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo::after {
  content: none;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo li {
  float: none;
  width: calc((100% - 20px) / 3);
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  align-self: center;
  width: calc(100% - 415px);
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box::after {
  content: none;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price,
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn {
  float: none;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price_caption {
  width: 100%;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_default span,
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_blk span {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_default span::before,
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_blk span::before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_detail {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
  padding: 0;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_detail::after {
  content: none;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_detail p {
  float: none;
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal {
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal:has(.webc_cal_week) {
  padding: 10px 0;
  background: #f6f6f6;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_info {
  padding: 0 10px;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_tel {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_group_list {
  padding: 0;
  margin: 30px 0 20px;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_group_list:has(.webc_avlbl) {
  padding: 20px 0 10px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_group_list:has(.webc_avlbl) > .webc_sub_head {
  padding: 0 30px;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_group_list .webc_avlbl {
  border-bottom: none;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body {
  margin: 0;
  border: none;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dt > i {
  display: none;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dt a {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dd .webc_com_box,
#webc_con.webc_clr_smpl .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dd .webc_comment {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd {
  align-items: flex-start;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd .webc_com_box {
  width: calc(100% - 160px);
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd .webc_btn_noncolor span {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_group_list .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd .webc_btn_noncolor span::before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_plan_list .webc_group_list > .webc_note .webc_btn {
  padding: 10px 30px;
  border: 1px solid #d3d3d3;
  font-size: 1.1rem;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_choose {
  padding: 30px;
  background: #fff;
  border-color: #e4e4e4;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_choose > dt {
  padding: 0;
  margin-bottom: 25px;
  border-left: none;
  color: #7e7e7e;
  font-size: 1.1rem;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_choose > dd > div .webc_detail {
  margin: 0 0 20px;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_choose > dd > div .webc_detail dl dt,
#webc_con.webc_clr_smpl .webc_plan_single .webc_choose > dd > div .webc_detail dl dd {
  font-weight: bold;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_choose > dd > div .webc_detail dl dt {
  background: #f6f6f6;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_choose > dd > div .webc_comment {
  color: #333333 !important;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_choose > dd > div .webc_comment:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_choose > dd > div .webc_comment + p .webc_btn_noncolor {
  width: 200px;
  padding: 10px 30px;
  font-size: 1.1rem;
  box-shadow: none;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_choose > dd > div .webc_comment + p .webc_btn_noncolor > span {
  padding: 0 1.5em 0 0;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_choose > dd > div .webc_comment + p .webc_btn_noncolor > span:before {
  content: "\f107";
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_choose > dd > div .webc_comment + p .webc_btn_noncolor.active > span {
  padding: 0 1.5em 0 0;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_choose > dd > div .webc_comment + p .webc_btn_noncolor.active > span:before {
  content: "\f106";
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_head {
  background: none !important;
  color: #333333 !important;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo figure {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo_thumb {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
  margin: 10px 0 0;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo_thumb::after {
  content: none;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo_thumb li {
  width: auto;
  max-height: none;
  float: none;
  margin: 0;
  aspect-ratio: 3/2;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_discount,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_com_box :not(.webc_discount) + .webc_mb10,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_com_box :not(:is(.webc_discount, .webc_mb10)) + .webc_coupon,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_com_box :not(:is(.webc_discount, .webc_mb10, .webc_coupon)) + .webc_note {
  padding: 30px 0 0;
  border-top: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail {
  display: grid;
  grid-template-columns: repeat(2, 165px 1fr);
  gap: 0 30px;
  padding: 30px 40px 40px;
  background: #f6f6f6;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail dl {
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
  gap: 0 10px;
  width: auto;
  float: none;
  padding: 10px 0;
  margin: 0 !important;
  background: none;
  border-bottom: 1px solid #e4e4e4;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail dl dt,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_detail dl dd {
  width: auto;
  padding: 0;
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_icon-non_smoking:before,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_icon-smoking:before {
  width: 18px;
  height: 18px;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4:before, #webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4:before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4 {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody {
  border: none;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead th,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body thead td,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody th,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody td {
  border-color: #e4e4e4 !important;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_cal_body tbody {
  border-bottom: 1px solid #e4e4e4 !important;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  padding: 20px;
  margin: 0;
  border: none;
  border-radius: 5px;
  background: #f6f6f6;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt {
  padding: 0;
  margin: 0;
  border-left: none;
  font-size: 1.1rem;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo {
  gap: 0 30px;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > figure,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > figure {
  margin: 0;
  background: none;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div {
  flex-basis: auto;
  width: calc(100% - 270px);
  float: none;
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_tag_list li,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_tag_list li {
  border: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail {
  display: grid;
  grid-template-columns: repeat(2, 120px 1fr);
  gap: 0 20px;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dl,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dl {
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
  gap: 0 10px;
  width: auto;
  float: none;
  padding: 8px 0;
  margin: 0 !important;
  background: none;
  border-bottom: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dl dt,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_detail dl dd,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dl dt,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_detail dl dd {
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  color: #333333;
  font-size: 0.9rem;
}
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dd .webc_comment.webc_more:not([style^=max-height]):after,
#webc_con.webc_clr_smpl .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary .webc_photo > div > dl > dd .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(246, 246, 246, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0.5) 50%, rgba(246, 246, 246, 0.5) 51%, #f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(246, 246, 246, 0)", endColorstr="#f6f6f6",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_clr_smpl .webc_contact .webc_box .webc_box_body .webc_inner_box .webc_inner_body > .webc_note {
  color: #f06666;
}
#webc_con.webc_clr_smpl .webc_contact .webc_box .webc_box_body .webc_login {
  background: #f6f6f6;
  border: none;
}
#webc_con.webc_clr_smpl .webc_contact .webc_box .webc_box_body .webc_login > dd > div {
  width: 400px;
  flex-basis: 400px;
  max-width: 400px;
}
#webc_con.webc_clr_smpl .webc_contact .webc_box .webc_box_body .webc_login > dd > div:has(+ .webc_description) {
  margin: 0 auto;
}
#webc_con.webc_clr_smpl .webc_contact .webc_box .webc_box_body .webc_login > dd > div .webc_btn {
  width: 100%;
  max-width: none;
}
#webc_con.webc_clr_smpl .webc_contact .webc_box .webc_box_body .webc_description > dt:has(label) {
  margin-bottom: 15px;
}
#webc_con.webc_clr_smpl .webc_contact .webc_box .webc_box_body .webc_description > dt label input {
  margin: 0 0 0 8px;
}
#webc_con.webc_clr_smpl .webc_avlbl {
  border-bottom: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head, #webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list, #webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_description, #webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_event_info {
  margin-right: 30px;
  margin-left: 30px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_description dd .webc_note {
  color: #7e7e7e;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list.webc_icon_ex:has(+ .webc_icon_list li) {
  padding-bottom: 0;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:has(li):not(.webc_icon_ex) {
  border-top: none;
  border-radius: 0 0 5px 5px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(:has(li)):not(.webc_icon_ex) {
  border: none;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_event_info {
  margin-bottom: 40px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_event_info a {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_event_info a i {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  width: 200px;
  align-self: stretch;
  border: none;
  border-bottom: 2px solid #484848;
  border-radius: 0;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input > span {
  font-size: 1.1rem;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start .input-group-addon {
  display: none;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start input {
  width: 100%;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input span {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_note {
  color: #7e7e7e;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail {
  margin: 20px 0;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail input[type=checkbox] {
  border-color: #d3d3d3;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add {
  padding: 0;
  margin: 0 0 15px;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add::before, #webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add::after {
  content: none;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #d3d3d3;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail {
  background: #fff;
  border-color: #e4e4e4;
  border-radius: 5px;
  overflow: hidden;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail .webc_description {
  display: grid;
  grid-template-columns: minmax(auto, 220px) 1fr;
  padding: 0;
  border-color: #e4e4e4 !important;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail .webc_description dt,
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail .webc_description dd {
  padding: 15px 20px;
  border-bottom: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail .webc_description dt:last-of-type,
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail .webc_description dd:last-of-type {
  border-bottom: none;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail .webc_description dt {
  margin: 0;
  background: #f6f6f6;
  color: #333333;
  font-weight: bold;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail .webc_description dd + dt {
  margin-top: 0;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail ul {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail ul::after {
  content: none;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail ul:has(.webc_search_meal) {
  align-items: center;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail ul li {
  display: flex;
  align-items: flex-start;
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail ul li input {
  flex-shrink: 0;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail ul li label {
  width: auto;
  align-self: center;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail ul li.webc_search_meal label {
  margin-right: 8px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail > p {
  border-top: 1px solid #e4e4e4;
  padding: 15px 20px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_detail > p .webc_btn_simple {
  padding: 5px 25px;
  border: 1px solid #d3d3d3;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_pager {
  width: calc(100% - 60px);
  margin-top: 50px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body {
  margin: 0 0 10px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li:last-child {
  border-bottom: none;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li.webc_note {
  padding: 10px 30px;
  color: #f06666;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li.webc_note .webc_btn {
  padding: 10px 30px;
  border: 1px solid #d3d3d3;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_summary {
  padding: 10px;
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item {
  padding: 0;
  margin: 0 0 10px;
  border-bottom: none;
  background: none;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dt {
  font-weight: bold;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dd .webc_com_box > div:first-of-type:not([class]) {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dd .webc_com_box .webc_detail {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dd .webc_com_box .webc_detail p {
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dd .webc_btn_noncolor span {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_item > dd .webc_btn_noncolor span::before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal {
  background: #f6f6f6;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button {
  background: none;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button[disabled] {
  color: #c4c4c4;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button i.fa-angles-left::before {
  content: "\f104";
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal button i.fa-angles-right::before {
  content: "\f105";
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table thead {
  border: none;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table thead th {
  border: none;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table thead th > div {
  padding: 10px 3px 0;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table thead th > div.webc_cal_sun {
  background: none;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table thead th > div.webc_cal_sat {
  background: none;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table tbody {
  border: none;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table tbody td {
  background: none;
  border: none;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table tbody td > div > i {
  padding: 5px 3px 10px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table tbody td > div > i.customer_event_icon {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table tbody td > div a {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table tbody td > div i {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table tbody td > div i.fa-xmark, #webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table tbody td > div i.fa-minus {
  color: #c4c4c4;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table tbody td > div i.fa-square-phone {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table tbody td > div.webc_cal_sun, #webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body .webc_avlbl_cal .webc_table table tbody td > div.webc_cal_sat {
  background: none;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_photo_list {
  padding: 10px 0 10px 10px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_summary {
  border-left: none;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_item > dt {
  margin-bottom: 10px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_item > dd {
  align-items: center;
  gap: 8px 10px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_item > dd .webc_com_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 15px;
  width: calc(100% - 150px);
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_item > dd .webc_com_box:first-of-type:not([class]) {
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_item > dd .webc_com_box i {
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_item > dd .webc_com_box i:before {
  width: 20px;
  height: 20px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_item > dd .webc_btn_noncolor {
  padding: 3px 15px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_cal button {
  font-size: 16px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_cal .webc_table tbody td > div i {
  padding: 13px 0 18px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_cal .webc_table tbody td > div a {
  padding: 13px 0 18px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_pc .webc_avlbl_cal .webc_table tbody td > div a i {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp > ul > li {
  padding: 10px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dt a {
  padding: 0;
  color: #333333;
  font-size: 1.1rem;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dt a:before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd {
  gap: 5px 10px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd > div {
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd .webc_tag_list li {
  font-size: 0.9rem;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd .webc_photo {
  align-self: flex-start;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd .webc_com_box {
  max-width: calc(100% - 90px);
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_item > dd .webc_com_box i {
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_cal button {
  padding: 10px;
  font-size: 15px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_cal .webc_table tbody td > div i {
  padding: 5px 0 15px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_cal .webc_table tbody td > div a {
  padding: 5px 0 15px;
}
#webc_con.webc_clr_smpl .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body.webc_avlbl_sp .webc_avlbl_cal .webc_table tbody td > div a i {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  color: #7e7e7e;
  font-weight: normal;
  text-align: center;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body > .webc_note {
  color: #f06666;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body > .webc_note .webc_btn {
  padding: 10px 30px;
  border: 1px solid #d3d3d3;
  font-size: 1.1rem;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt,
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  padding-bottom: 15px;
  border-bottom: none;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt span:before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 15px;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd::after {
  content: none;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_plan_note,
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_tag_list {
  width: 100%;
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_plan_note:not(:has(.webc_plan_icon li)):not(:has(.webc_btn_fav)) {
  display: none;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_tag_list:not(:has(li)) {
  display: none;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo {
  float: none;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  align-self: center;
  width: calc(100% - 245px);
  float: none;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price,
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn {
  float: none;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_default span,
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_blk span {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_default span::before,
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_btn_blk span::before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_discount ul {
  justify-content: flex-start;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_discount p {
  text-align: left;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_mb10,
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_coupon {
  width: 100%;
  padding: 10px 0 5px;
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_detail {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_detail::after {
  content: none;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_detail dl {
  margin: 0 !important;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_detail dl dt,
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_detail dl dd {
  display: inline;
  padding: 0;
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_detail dl dt {
  background: none;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_detail dl dt::after {
  content: ":";
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal {
  width: 100%;
  float: none;
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal:has(.webc_cal_week) {
  padding: 10px 0;
  background: #f6f6f6;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head .webc_cal_cap {
  flex-grow: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_body thead th > span strong {
  font-size: 1.1rem;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_body tbody td > div > p {
  min-height: 10px;
  padding: 1px 0;
  font-size: 0.9rem;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_info {
  padding: 0 10px;
}
#webc_con.webc_clr_smpl .webc_room_plan .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_tel {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_daily .webc_clear .webc_table {
  display: flex;
  justify-content: space-between;
  gap: 0 2%;
}
#webc_con.webc_clr_smpl .webc_daily .webc_clear .webc_table + .webc_table {
  margin: 20px 0 0;
}
#webc_con.webc_clr_smpl .webc_daily .webc_cal {
  margin: 0;
  padding: 20px 10px;
  float: none;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_daily .webc_cal .webc_cal_body thead,
#webc_con.webc_clr_smpl .webc_daily .webc_cal .webc_cal_body tbody {
  background: none;
  border: none;
}
#webc_con.webc_clr_smpl .webc_daily .webc_cal .webc_cal_body tbody td > div {
  padding: 5px 0;
}
#webc_con.webc_clr_smpl .webc_daily .webc_cal .webc_cal_body tbody td > div > span {
  justify-content: center;
  font-size: 1rem;
}
#webc_con.webc_clr_smpl .webc_daily .webc_cal .webc_cal_body tbody td > div > p i.customer_event_icon {
  top: 9px;
}
#webc_con.webc_clr_smpl .webc_daily .webc_cal_event_info {
  margin-top: 30px;
}
#webc_con.webc_clr_smpl .webc_plan_img_list .webc_img_list p:not(:empty) + p {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_plan_img_list .webc_img_list a {
  color: #333333;
  text-decoration: underline;
}
#webc_con.webc_clr_smpl .webc_plan_img_list .webc_img_list a:hover {
  text-decoration: none;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body a:not(.webc_btn) {
  color: #333333;
  text-decoration: underline;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body a:not(.webc_btn):hover {
  text-decoration: none;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body > .webc_note {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body > .webc_note .webc_note_sub {
  margin-top: 30px;
  font-size: 1rem;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body > .webc_note .webc_note_sub:not(:first-of-type) {
  margin-top: 0;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body > .webc_com_box {
  margin-bottom: 80px;
  padding: 40px 45px;
  background: #f6f6f6;
  border: none;
  border-radius: 5px;
  text-align: left;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body > .webc_com_box:has(.webc_detail) {
  padding-bottom: 30px;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_detail {
  display: grid;
  grid-template-columns: auto 1fr;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_detail > p {
  grid-column: span 2;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_detail > br {
  display: none;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_detail dl {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  align-items: center;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_detail dl dt,
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_detail dl dd {
  width: auto;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_detail dl dt {
  background: #fff;
  border: 1px solid #e4e4e4;
  font-size: 1rem;
  text-align: center;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_detail dl dd {
  font-size: 1.2rem;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_detail dl:last-child dd {
  font-size: 1.6rem;
  font-weight: bold;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_note {
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_list li {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body > .webc_com_box .webc_list li i {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd h4 {
  margin-top: 30px;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd ul li {
  padding: 0;
  text-indent: 0;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd ul li + li {
  margin-top: 15px;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd ul li .webc_btn_achro {
  border-width: 1px;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd ul li .webc_btn_achro .fa-line {
  margin: 0 10px 0 0;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd p:has(button) {
  margin-top: 10px;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd > .webc_com_box > div {
  display: flex;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd > .webc_com_box > div .webc_note {
  align-self: center;
  margin: 0 0 0 15px;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd > .webc_com_box input,
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd > .webc_com_box .webc_btn_achro {
  height: 40px;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd > .webc_com_box input {
  margin: 0;
  padding: 3px 10px;
  border-radius: 5px 0 0 5px;
  border-width: 1px;
  border-right-width: 0;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd > .webc_com_box input[disabled] {
  border-right-width: 1px;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd > .webc_com_box .webc_btn_achro {
  padding: 5px 20px;
  background: #484848;
  border: none;
  border-radius: 0 5px 5px 0;
  color: #fff;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd > .webc_com_box .webc_btn_achro span {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_description > dd > .webc_com_box .webc_btn_achro span::before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_pager {
  margin-bottom: 25px;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_pager:has(+ .webc_pager) {
  margin-bottom: 10px;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_pager .webc_pager_prev {
  max-width: 100%;
  float: none;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_pager p {
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_pager p:not(:empty) {
  margin-top: 5px;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_tel th > span {
  padding: 0;
  text-indent: 0;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box .webc_box_body .webc_tel th i {
  display: none;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems {
  flex-wrap: nowrap;
  gap: 0 30px;
  padding-bottom: 70px;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div {
  width: 100%;
  margin: 0;
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p {
  border: none;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div p img {
  width: 100px;
  opacity: 0.5;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div dl {
  width: calc(100% - 150px);
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div dl dt {
  display: block;
  padding: 0;
  border-radius: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div:first-of-type dl dt, #webc_con.webc_clr_smpl .webc_thanks .webc_box.webc_cancelinsurance .webc_insuranceitems div:last-of-type dl dt {
  background: none;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box.webc_cancelinsurance .webc_insurancearrow {
  width: auto;
  max-width: 100%;
  margin-bottom: 40px;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box.webc_cancelinsurance .webc_insurancearrow::after {
  content: none;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box.webc_cancelinsurance .webc_insurancearrow p {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  text-shadow: none;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box.webc_cancelinsurance .webc_insurancearrow p span {
  background: none;
}
#webc_con.webc_clr_smpl .webc_thanks .webc_box.webc_cancelinsurance .webc_insurancearrow .fa-angles-down {
  margin: 25px 0 0;
  position: static;
  transform: none;
  font-size: 22px;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_page_nav {
  margin-bottom: 50px;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_page_nav:has(+ .webc_pager) {
  margin-bottom: 20px;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_page_nav ul {
  margin-top: 0;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_page_nav + .webc_pager {
  margin-top: 0;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_page_nav + .webc_pager:has(+ .webc_pager) {
  margin-bottom: 10px;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_page_nav + .webc_pager + .webc_pager {
  margin-bottom: 40px;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_pager .webc_attention {
  clear: both;
  text-align: right;
  margin: 0;
  padding: 5px 0 0;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_pager_next {
  max-width: none;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_pager_next.webc_btn_noncolor {
  padding: 10px 20px;
  border: 1px solid #d3d3d3;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_pager_next.webc_btn_noncolor span {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_pager_next.webc_btn_noncolor span::before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_cal .webc_tel dt {
  padding: 10px 20px;
  border-color: #e4e4e4;
  background: #f6f6f6;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_cal .webc_tel .webc_table_pc th i {
  display: none;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_history .webc_table table tbody th {
  background: #f6f6f6;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_opt .webc_opt_body .webc_opt_detail {
  width: auto;
  max-width: 100%;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_opt .webc_opt_body .webc_opt_detail .webc_caption {
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_booked_show .webc_opt .webc_opt_body .webc_opt_cal_list table .webc_opt_cal_name {
  width: 425px;
}
#webc_con.webc_clr_smpl .webc_booked_show + p {
  margin: 5px 0 0;
}
#webc_con.webc_clr_smpl .webc_member .webc_page_nav {
  margin-bottom: 50px;
}
#webc_con.webc_clr_smpl .webc_member .webc_page_nav ul {
  margin-top: 0;
}
#webc_con.webc_clr_smpl .webc_member .webc_page_nav ul li a {
  padding: 15px 8px;
}
#webc_con.webc_clr_smpl .webc_member .webc_page_nav ul li.menu_favorite a .fa-heart {
  display: none;
}
#webc_con.webc_clr_smpl .webc_member .webc_form dl:not([class]) > dd .webc_btn_simple,
#webc_con.webc_clr_smpl .webc_member .webc_form dl.valid-group > dd .webc_btn_simple {
  padding: 5px 10px;
  border: 1px solid #d3d3d3;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .webc_booked_search {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  margin: 0 0 20px;
  padding: 20px;
  background: #f6f6f6;
  border: none;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .webc_booked_search ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
  width: 100%;
  margin: 0 0 15px;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .webc_booked_search ul li {
  margin: 0;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .webc_booked_search .webc_form_item {
  margin: 0 0 10px;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .webc_booked_search .webc_form_item .input-group-addon {
  display: none;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .webc_booked_search .webc_form_item input {
  min-height: 40px;
  padding: 3px 15px;
  line-height: 40px;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .webc_booked_search .webc_form_item select {
  min-height: 46px;
  padding: 0 25px 0 15px;
  line-height: 46px;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .webc_booked_search .help-inline {
  width: 100%;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .webc_booked_search .webc_btn {
  padding: 10px 20px;
  min-height: 50px;
  border: 1px solid #d3d3d3;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollHead {
  background: #f6f6f6;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(odd) {
  background: #fff;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr:nth-of-type(even) {
  background: #f6f6f6;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td .webc_btn_simple {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #d3d3d3;
}
#webc_con.webc_clr_smpl .webc_member .webc_webauth .webc_btn span {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_member .webc_webauth .webc_btn span::before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_member .webc_fav .webc_list {
  margin-bottom: 40px;
}
#webc_con.webc_clr_smpl .webc_member .webc_fav .webc_fav_list li {
  border-radius: 5px;
  background: #f6f6f6;
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl .webc_member .webc_fav .webc_fav_list .webc_fav_plan .webc_fav_name i {
  display: none;
}
#webc_con.webc_clr_smpl .webc_member .webc_fav .webc_fav_list .webc_fav_btns {
  width: 250px;
  padding: 20px 30px;
  border-left: 1px solid #e4e4e4 !important;
}
#webc_con.webc_clr_smpl .webc_member .webc_fav .webc_fav_list .webc_fav_btns .webc_btn_default {
  margin-bottom: 15px;
  padding: 10px 15px;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_member .webc_fav .webc_fav_list .webc_fav_btns .webc_btn_default span {
  padding: 0;
}
#webc_con.webc_clr_smpl .webc_member .webc_fav .webc_fav_list .webc_fav_btns .webc_btn_default span::before {
  content: none;
}
#webc_con.webc_clr_smpl .webc_member .webc_fav .webc_fav_list .webc_fav_btns .webc_fav_delete {
  font-weight: normal;
  color: #333333;
}
#webc_con.webc_clr_smpl .webc_member .webc_fav .webc_fav_group:not(:last-child) {
  margin-bottom: 60px;
}
#webc_con.webc_clr_smpl .webc_member .webc_fav .webc_fav_group .webc_group_area {
  font-size: 1.2rem;
  font-weight: normal;
}
#webc_con.webc_clr_smpl .webc_member .webc_fav .webc_fav_group .webc_group_area span {
  background: #f6f6f6;
  border: none;
}
#webc_con.webc_clr_smpl .webc_member .webc_fav .webc_fav_group .webc_inner_box .webc_inner_body {
  padding: 15px 0 0;
}
#webc_con.webc_clr_smpl .webc_member .webc_fav .webc_fav_group .webc_fav_list li {
  background: #f6f6f6;
}
#webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list {
  display: flex;
  margin: 0 0 15px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list figure {
  width: calc((100% - 40px) / 3);
  max-width: none;
  float: none;
  flex-basis: auto;
}
#webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box {
  width: auto;
  max-width: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_detail dl {
  width: auto;
  float: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_detail dl:nth-child(2n) {
  float: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single + .webc_inner_single {
  border-top: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo {
  width: 400px;
  float: none;
  margin-right: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  float: none;
}
html[lang=ja] #webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > span, html[lang^=zh-] #webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > span, html[lang^=ko] #webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > span,
html[lang=ja] #webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > strong,
html[lang^=zh-] #webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > strong,
html[lang^=ko] #webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > strong {
  display: block;
}
html[lang=ja] #webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > span:last-child, html[lang^=zh-] #webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > span:last-child, html[lang^=ko] #webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > span:last-child,
html[lang=ja] #webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > span .webc_add_row,
html[lang^=zh-] #webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > span .webc_add_row,
html[lang^=ko] #webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box .webc_price > span .webc_add_row {
  display: inline-block;
}
#webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo {
  gap: 15px 20px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeB .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo figure {
  width: calc((100% - 40px) / 3);
  float: none;
  flex-basis: auto;
  max-width: none;
  padding: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeC .webc_plan_list .webc_box .webc_box_body > .webc_photo {
  min-height: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeC .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list {
  width: 345px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeC .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box {
  width: 600px;
  max-width: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeC .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_discount {
  margin-bottom: 10px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeC .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_com_box .webc_discount ul {
  justify-content: flex-start;
}
#webc_con.webc_clr_smpl.webc_dsn_typeC .webc_plan_list .webc_box .webc_box_body .webc_btn_area {
  clear: both;
  width: auto;
  float: none;
  justify-content: flex-start;
}
#webc_con.webc_clr_smpl.webc_dsn_typeC .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo_list {
  gap: 10px;
  width: 550px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeC .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo_list li {
  float: none;
  flex-basis: auto;
  display: flex;
  width: calc((100% - 10px) / 2);
  max-width: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeC .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo_list li:nth-child(2n) {
  float: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeC .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo_list li figure {
  padding: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search,
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search_conditions {
  width: 100%;
  margin-bottom: 30px !important;
}
html[lang=ms] #webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search > dd .webc_input_box .webc_input_inner {
  padding-right: 0;
}
html[lang=ms] #webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search > dd .webc_input_box.webc_search_add, html[lang=fr] #webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search > dd .webc_input_box.webc_search_add, html[lang=de] #webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search > dd .webc_input_box.webc_search_add {
  max-width: none;
}
html[lang=ms] #webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search > dd .webc_input_box.webc_search_add label, html[lang=fr] #webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search > dd .webc_input_box.webc_search_add label, html[lang=de] #webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search > dd .webc_input_box.webc_search_add label {
  padding: 0;
  text-indent: 0;
}
html[lang=th] #webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_search > dd .webc_input_box.webc_person_box {
  flex-basis: 320px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment {
  margin: 20px 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment.webc_more:not([style^=max-height]):after {
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn {
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn > span {
  padding: 0 1.5em 0 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn > span:before {
  content: "\f107";
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn.active > span {
  padding: 0 1.5em 0 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn.active > span:before {
  content: "\f106";
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_room .webc_comment + p .webc_more_btn:hover {
  text-decoration: none !important;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_detail dl, #webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl {
  margin: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_detail dl dt,
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_detail dl dd, #webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dt,
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dd {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_detail dl dt, #webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dt {
  background: none;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_detail dl dt::after, #webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dt::after {
  content: ":";
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd ul:not([class]) li {
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd .webc_plan_icon {
  gap: 5px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd .webc_discount ul {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd .webc_discount ul li {
  padding: 3px 8px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_inbound_plan dd .webc_discount ul li::before {
  content: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_icon:before {
  width: 20px;
  height: 20px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_btn_default,
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_btn_blk {
  font-weight: normal;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_btn_default span,
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_btn_blk span {
  padding: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_btn_default span::before,
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_btn_blk span::before {
  content: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_caption {
  padding: 0 0 10px;
  background: none;
  border: none;
  border-color: #e4e4e4;
  color: #7e7e7e;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: left;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound .webc_caption:has(+ .webc_inbound_sp) {
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  color: #333333;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc .webc_caption + div table {
  border-top: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table {
  background: #fff;
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table .webc_col3 {
  width: 360px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table thead th {
  background: #f6f6f6;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td {
  padding: 20px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col1 > div > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 15px;
  margin: 10px 0 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col1 > div > ul li {
  margin: 0;
  font-size: 0.8rem;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col1 > div > ul.webc_tag_list {
  gap: 5px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col1 > div > ul.webc_tag_list:has(li) {
  margin: 0 0 15px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col2 dl dd .webc_plan_note {
  margin-bottom: 10px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col2 dl dd ul.webc_tag_list:has(li) {
  margin-bottom: 10px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col3 {
  font-size: 0.9rem;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col3 .webc_price {
  display: flex;
  flex-direction: column;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td.webc_col3 .webc_price_caption {
  font-size: 0.9rem;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td > .webc_note {
  color: #f06666;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_pc table tbody td > .webc_note .webc_btn {
  padding: 10px 30px;
  border: 1px solid #d3d3d3;
  font-size: 1.1rem;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > .webc_note:first-child {
  color: #f06666;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > .webc_note:first-child .webc_btn {
  padding: 10px 30px;
  border: 1px solid #d3d3d3;
  font-size: 1.1rem;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div.webc_photo {
  padding: 10px 25px 0;
  border-bottom: none;
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > h2 {
  margin: 0 0 10px;
  padding: 0 0 5px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul:not(.webc_tag_list) {
  align-items: center;
  gap: 5px 15px;
  padding: 10px 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul:not(.webc_tag_list):not(:has(li)) {
  padding-top: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul:not(.webc_tag_list)::after {
  content: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul:not(.webc_tag_list) li {
  display: flex;
  align-items: center;
  width: auto;
  min-height: 0;
  float: none;
  flex: 0 0 auto;
  padding: 0;
  font-size: 0.9rem;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp > div > ul:not(.webc_tag_list) li .webc_icon {
  position: static;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_room {
  margin: 10px 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_room .webc_comment {
  margin: 0 0 5px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl {
  width: auto;
  float: none;
  margin-right: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dt,
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dd {
  display: inline;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dt {
  width: auto !important;
  margin: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl dd {
  width: auto !important;
  padding: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_detail dl + dl {
  margin: 5px 0 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan {
  padding: 20px;
  border: none;
  border-radius: 5px;
  background: #f6f6f6;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dt {
  padding: 0;
  border-bottom: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul:not([class]) {
  text-align: left;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul.webc_tag_list:has(li) {
  margin: 0 0 10px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul.webc_tag_list li {
  background: none;
  border: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan dd ul .webc_coupon_cap::after {
  background: #f6f6f6;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan :has(.webc_price) {
  text-align: right;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan :has(.webc_price) .webc_price_caption,
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan :has(.webc_price) span {
  text-align: left;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan :has(.webc_price) .webc_price {
  display: block;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan :has(.webc_price) .webc_btn_default,
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_list .webc_inbound_sp .webc_inbound_plan :has(.webc_price) .webc_btn_blk {
  width: 185px;
  text-align: center;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary {
  margin: 0 0 45px;
  padding: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > figure,
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div {
  margin-left: 0;
  margin-right: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > figure,
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > .webc_slide {
  flex-basis: auto;
  width: 29%;
  max-width: calc(100% - 630px);
  min-width: 0;
  padding: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div {
  width: calc(71% - 30px);
  min-width: 600px;
  padding: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt {
  min-height: 0;
  padding: 0 0 0 30px;
  border: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt i {
  flex-shrink: 0;
  top: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary.webc_photo > div > dl > dt i:before {
  width: 22px;
  height: 22px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc, #webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp {
  padding: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc h4, #webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp h4 {
  margin-bottom: 5px;
  background: none;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc .webc_select_list, #webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp .webc_select_list {
  padding: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_pc .webc_select_list .webc_select_item p, #webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_type_sp .webc_select_list .webc_select_item p {
  font-weight: bold;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box {
  padding: 0;
  border: none;
  background: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box h4 {
  padding: 0;
  margin: 0 0 5px;
  font-size: 1.1rem;
  background: none;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl {
  background: #f6f6f6;
  border-radius: 5px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_plan_note:has(.webc_plan_icon li, .webc_btn_fav) {
  margin-bottom: 10px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_tag_list:has(li) {
  margin-bottom: 20px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_tag_list:has(li) li {
  border: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_photo {
  width: 250px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_photo .webc_photo_thumb {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  margin: 5px 0 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_photo .webc_photo_thumb::after {
  content: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_photo .webc_photo_thumb li {
  width: auto;
  max-height: none;
  float: none;
  margin: 0 !important;
  aspect-ratio: 3/2;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box {
  width: 350px;
  width: calc(100% - 270px);
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_discount,
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box :not(.webc_discount) + .webc_mb10,
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box :not(:is(.webc_discount, .webc_mb10)) + .webc_coupon,
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box :not(:is(.webc_discount, .webc_mb10, .webc_coupon)) + .webc_note {
  padding: 0;
  border-top: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_discount {
  grid-template-columns: auto minmax(60%, 1fr);
  margin-bottom: 15px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_discount dl {
  display: grid;
  padding: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_discount dl dt {
  margin: 0 10px 0 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_coupon dl {
  padding: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_coupon_cap::after {
  background: #f6f6f6;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail {
  grid-template-columns: 100px 1fr;
  gap: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail dl {
  margin: 0 !important;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail dt,
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_com_box .webc_detail dd {
  width: auto;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_comment.webc_more {
  margin-bottom: 15px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > dl > dd .webc_comment.webc_more:not([style^=max-height]):after {
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(246, 246, 246, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0.5) 50%, rgba(246, 246, 246, 0.5) 51%, #f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(246, 246, 246, 0)", endColorstr="#f6f6f6",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box .webc_table,
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_box .webc_box_body .webc_select .webc_select_box > .text-red {
  padding: 0;
  margin: 20px 0 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeD .webc_plan_single .webc_xs_estimate_pc > div > dl > dd table tr {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .pagination li a,
#webc_con.webc_clr_smpl.webc_dsn_typeE .pagination li span {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .pagination li.active a,
#webc_con.webc_clr_smpl.webc_dsn_typeE .pagination li.active span {
  border-color: #484848;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_btn_default, #webc_con.webc_clr_smpl.webc_dsn_typeE .webc_btn_blk, #webc_con.webc_clr_smpl.webc_dsn_typeE .webc_btn_confirm {
  border-radius: 5px !important;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_box {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_box .webc_box_head {
  font-size: 1.4rem;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_box .webc_box_head:before {
  content: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_carousel > .slick-arrow {
  background: #fff;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_table thead,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_table tbody {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_table tbody th,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_table tbody td {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_table .webc_table_pc caption {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_table .webc_table_pc thead th,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_table .webc_table_pc tbody th {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_sort ul li {
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_sort ul li:hover, #webc_con.webc_clr_smpl.webc_dsn_typeE .webc_sort ul li.active {
  background: none;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_sort ul li:hover button, #webc_con.webc_clr_smpl.webc_dsn_typeE .webc_sort ul li.active button {
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_tag_list {
  justify-content: flex-start;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_tag_list li {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_acc .webc_input_block + dl dd .webc_note {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_acc .webc_input_box .webc_input_inner.webc_input_date button {
  background: none;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_acc .webc_table .webc_table_pc tbody th.webc_col1 {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_acc .webc_table .webc_table_sp tbody td table tr:last-child td {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_opt .webc_opt_head {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_head {
  background: none;
  border-color: #484848;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_opt .webc_opt_body .webc_opt_inner .webc_opt_inner_body .has-error {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_opt .webc_opt_body .webc_opt_item {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_opt .webc_opt_body .webc_opt_item label .webc_opt_item_foot {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_estimate .webc_table_sp tbody td > ul li {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_xs_estimate_pc > div > dl {
  background: #fff;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_xs_estimate_pc > div > dl > dt {
  background: #fff;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_xs_estimate_pc > div > dl > dd {
  background: #fff;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_xs_estimate_pc > div > dl > dd dl dd b {
  color: #b7a66c;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_cal .webc_cal_head {
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_cal .webc_cal_body tbody td {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_cal .webc_cal_event_info > p a {
  background: #f6f6f6;
  color: #333333;
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead th,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body thead td,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_cal_example.webc_cal_modal .webc_cal .webc_cal_body tbody td {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_form dl:not([class]),
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_form dl.valid-group {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_form dl:not([class]) > dt,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_form dl.valid-group > dt {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_payment {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_payment > dd .webc_payment_item label {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_error {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_select .webc_select_type_pc, #webc_con.webc_clr_smpl.webc_dsn_typeE .webc_select .webc_select_type_sp {
  background: none;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_notice > div {
  margin: 0 0 20px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_breadcrumb li {
  padding: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_breadcrumb li a span {
  padding: 0;
  border: none;
  background: none;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_breadcrumb li.active a {
  background: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_breadcrumb li.active a span {
  font-weight: normal;
  background: #484848;
  color: #fff;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box {
  margin-bottom: 70px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_head > span:not([class]) {
  width: auto;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_head .webc_icon_block {
  display: flex;
  align-items: center;
  gap: 5px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_head .webc_icon_block .webc_icon {
  margin: 0 !important;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body {
  padding: 10px 30px 30px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_tag_list {
  width: auto;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo {
  width: auto;
  min-height: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list {
  width: 345px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list + .webc_com_box .webc_detail {
  display: grid;
  grid-template-columns: repeat(2, 120px 1fr);
  gap: 0 20px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list + .webc_com_box .webc_detail dl {
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
  gap: 0 10px;
  width: auto;
  float: none;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list + .webc_com_box .webc_detail dl dt,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_photo_list + .webc_com_box .webc_detail dl dd {
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 0.9rem;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body > .webc_photo .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(255, 255, 255, 0)", endColorstr="white",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box {
  text-align: center;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  padding: 0;
  display: inline-flex;
  border: 2px solid #333333;
  border-radius: 999px;
  font-size: 1.1rem;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head a {
  display: inline-block;
  padding: 5px 40px;
  text-decoration: none;
  background: none;
  color: #333333;
  font-weight: bold;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head > i {
  right: 15px;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_head.active {
  border-bottom-width: 2px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  padding: 40px 0 0;
  color: #333333;
  text-align: left;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single {
  display: flex;
  padding: 0;
  border-bottom: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt {
  flex-shrink: 0;
  float: none;
  padding: 25px 20px;
  background: #f6f6f6;
  color: #333333;
  font-size: 1rem;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt .webc_plan_note {
  margin-bottom: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt .webc_plan_note:not(:has(.webc_plan_icon li)):not(:has(.webc_btn_fav)) {
  margin-top: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt .webc_tag_list:not(:has(li)) {
  margin-top: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dt .webc_tag_list li {
  background: none;
  border: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd {
  width: 1fr;
  float: none;
  padding: 25px 0 25px 25px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd::after {
  content: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo_list {
  float: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo_list.webc_slide {
  padding: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo_list.webc_slide .slick-slide {
  font-size: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_photo_list.webc_slide .slick-counter {
  margin: 5px 35px 0;
  position: static;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_discount,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_mb10,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_coupon,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_detail,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal {
  width: 100%;
  float: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_com_box {
  width: calc(100% - 200px);
  padding: 0;
  border-bottom: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_discount,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_mb10,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_coupon {
  margin: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_discount ul {
  justify-content: flex-start;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_detail {
  padding: 0;
  gap: 5px 30px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_detail::after {
  content: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_detail dl {
  margin: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal:has(table) {
  margin-top: 10px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button {
  padding: 0;
  font-size: 1.2rem;
  background: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button.webc_cal_prev:before {
  content: "\f104";
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_head button.webc_cal_next:before {
  content: "\f105";
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_body.webc_cal_week thead {
  padding: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_body.webc_cal_week thead th > span {
  padding: 0 5px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_body.webc_cal_week thead th > span strong {
  width: auto;
  margin: 0 3px 0 0;
  line-height: 1.4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_body.webc_cal_week tbody td > div > p {
  padding: 1px;
  font-size: 0.9rem;
}
html[lang=fr] #webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_body.webc_cal_week tbody td > div > p, html[lang=de] #webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_body.webc_cal_week tbody td > div > p {
  font-size: 0.85rem;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_list .webc_box .webc_box_body .webc_inner_box .webc_inner_body .webc_inner_single > dd .webc_cal .webc_cal_body.webc_cal_week tbody td > div.webc_current > p {
  padding: 5px 2px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body {
  padding: 10px 30px 30px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #f6f6f6;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box {
  width: auto;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_photo_list {
  margin-bottom: 20px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail {
  grid-template-columns: 120px 1fr;
  gap: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl {
  display: grid;
  border-bottom: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl dt,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl dd {
  width: auto;
  display: block;
  padding: 0;
  font-size: 0.9rem;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box .webc_photo .webc_detail dl dt {
  background: none;
  color: #333333;
  font-weight: normal;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_com_box :not(:is(.webc_discount, .webc_mb10, .webc_coupon)) + .webc_note:not(:has(*)) {
  padding: 0;
  margin: 0;
  border-top: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_inner_box {
  margin-bottom: 50px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  padding: 10px 0 0;
  text-align: left;
  background: none;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  padding: 25px 0;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt {
  background: none;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dt::before {
  content: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd {
  gap: 0 20px;
  padding: 10px 0 0;
  background: none;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo {
  flex: 0 0 330px;
  width: 330px;
  max-width: 330px;
  float: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_detail.active {
  display: grid;
  grid-template-columns: 120px 1fr;
  margin: 25px 0 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_detail dl {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  gap: 0 10px;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_detail dl dt,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_detail dl dd {
  width: auto;
  font-size: 0.8rem;
  padding: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd .webc_photo .webc_detail dl dt {
  min-height: 0;
  margin: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) {
  width: calc(100% - 360px);
  float: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_plan_note,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_tag_list {
  margin: 0 0 10px;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_plan_note:not(:has(.webc_plan_icon li)):not(:has(.webc_btn_fav)) {
  display: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_tag_list:not(:has(li)) {
  display: none;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_tag_list li {
  background: none;
  border: 1px solid #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_discount dl {
  padding: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_discount dl dt,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_discount dl dd {
  font-size: 0.9rem;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_coupon .webc_coupon_cap::after {
  background: #f6f6f6;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_select .webc_summary > dd > div:not([class]) .webc_comment.webc_more:not([style^=max-height]):after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgba(246, 246, 246, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0.5) 50%, rgba(246, 246, 246, 0.5) 51%, #f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(246, 246, 246, 0)", endColorstr="#f6f6f6",GradientType=0 ); /* IE6-9 */
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_plan_single .webc_box .webc_box_body .webc_btn_confirm {
  margin-bottom: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc thead th,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_pc tbody th {
  background: #f6f6f6;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp thead th,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_table_sp tbody th {
  background: #f6f6f6;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box {
  margin-bottom: 0;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_head {
  background: none;
  color: #333333;
  font-weight: bold;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_contact .webc_plan_single .webc_box .webc_box_body .webc_inner_box .webc_inner_body {
  background: none;
  color: #333333;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_icon_list:not(.webc_icon_ex) {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_start,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_input .webc_avlbl_end {
  border-color: #484848;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_head .webc_avlbl_search .webc_avlbl_search_detail .webc_search_add input[type=checkbox] {
  border-color: #d3d3d3;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_avlbl .webc_box_body .webc_avlbl_inner .webc_avlbl_body > ul > li {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_daily .webc_cal .webc_cal_body tbody th,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_daily .webc_cal .webc_cal_body tbody td {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_thanks .webc_box .webc_box_body .webc_list li {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_thanks .webc_box .webc_box_body .webc_list li i {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr th,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table thead tr td,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr th,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tbody tr td,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr th,
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_member .webc_booked_list .webc_box_body .dataTables_wrapper .dataTables_scrollHead .table tfoot tr td {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table {
  border-color: #e4e4e4;
}
#webc_con.webc_clr_smpl.webc_dsn_typeE .webc_member .webc_booked_list .dataTables_wrapper .dataTables_scrollBody .table tbody tr td {
  border-color: #e4e4e4;
}

div.dataTables_length label {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

div.dataTables_length select {
	width: 75px;
	display: inline-block;
}

div.dataTables_filter {
	text-align: right;
}

div.dataTables_filter label {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
}

div.dataTables_filter input {
	margin-left: 0.5em;
	display: inline-block;
	width: auto;
}

div.dataTables_info {
	padding-top: 8px;
	white-space: nowrap;
}

div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
}

div.dataTables_paginate ul.pagination {
	margin: 2px 0;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	div.dataTables_wrapper > div.row > div,
	div.dataTables_length,
	div.dataTables_filter,
	div.dataTables_info,
	div.dataTables_paginate {
		text-align: center;
	}

	div.DTTT {
		margin-bottom: 0.5em;
	}
}


table.dataTable td,
table.dataTable th {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


table.dataTable {
	clear: both;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	font-family: 'Glyphicons Halflings';
	opacity: 0.5;
}
table.dataTable thead .sorting:after {
	opacity: 0.2;
	content: "\e150"; /* sort */
}
table.dataTable thead .sorting_asc:after {
	content: "\e155"; /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
	content: "\e156"; /* sort-by-attributes-alt */
}
div.dataTables_scrollBody table.dataTable thead .sorting:after,
div.dataTables_scrollBody table.dataTable thead .sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead .sorting_desc:after {
	display: none;
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	color: #eee;
}

table.dataTable thead > tr > th {
	padding-right: 30px;
}

table.dataTable th:active {
	outline: none;
}


/* Condensed */
table.dataTable.table-condensed thead > tr > th {
	padding-right: 20px;
}

table.dataTable.table-condensed thead .sorting:after,
table.dataTable.table-condensed thead .sorting_asc:after,
table.dataTable.table-condensed thead .sorting_desc:after {
	top: 6px;
	right: 6px;
}

/* Scrolling */
div.dataTables_scrollHead table {
	margin-bottom: 0 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
	border-top: none;
}

div.dataTables_scrollFoot table {
	margin-top: 0 !important;
	border-top: none;
}

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
	border-collapse: separate !important;
}
table.table-bordered thead th,
table.table-bordered thead td {
	border-left-width: 0;
	border-top-width: 0;
}
table.table-bordered tbody th,
table.table-bordered tbody td {
	border-left-width: 0;
	border-bottom-width: 0;
}
table.table-bordered tfoot th,
table.table-bordered tfoot td {
    border-left-width: 0;
    border-bottom-width: 0;
}
table.table-bordered th:last-child,
table.table-bordered td:last-child {
	border-right-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
	border-bottom-width: 0;
}




/*
 * TableTools styles
 */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
	background-color: #08C;
	color: white;
}

.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
	background-color: #0075b0 !important;
}

.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
	color: white;
}

.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
	cursor: pointer;
}

div.DTTT .btn:hover {
	text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a {
	color: #333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li {
	position: relative;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
	background-color: #0088cc;
	color: white !important;
}

div.DTTT_collection_background {
	z-index: 2002;	
}

/* TableTools information display */
div.DTTT_print_info {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -200px;
	margin-top: -75px;
	text-align: center;
	color: #333;
	padding: 10px 30px;
	opacity: 0.95;

	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

div.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

div.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}

div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 60px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}



/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
    margin-bottom: 0;
}
 
div.DTFC_RightHeadWrapper table ,
div.DTFC_LeftHeadWrapper table {
	border-bottom: none !important;
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin: 0 !important;
}
 
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}
 
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
    border-top: none;
    margin-top: 0 !important;
}


div.DTFC_LeftBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc:after {
	display: none;
}


/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
	margin: 0 !important
}


/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 2px 3px 2px 2px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=magnific-popup.css.map */
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}



.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after
 {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before
 {
  opacity: 1;
  visibility: visible;
}