@charset "UTF-8";
:root {
  --main-color: #649d2d;
  --border-color: #707070;
  --gray-link-color: #898989;
  --header-separator-color: #f0f0f0;
  --sidebar-separator-color: #eceaea;
  --bg-emrgency: #ffdcda;
  --info-list-border-color: #eceaea;
  --text-red: #ff4c41;
  --text-red2: #f00;
  --text-black: #000;
  --text-white: #fff;
}

@media only screen and (min-width: 768px) {
  .pc-hide-br {
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  .sp-hide-br {
    display: none;
  }
}

.sp-hide {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sp-hide {
    display: flex;
  }
}

.md-hide-br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .md-hide-br {
    display: inline;
  }
}
@media only screen and (min-width: 1200px) {
  .md-hide-br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .md-hide-br.pc-hide-br {
    display: inline;
  }
}

.s-hide-br {
  display: none;
}
@media only screen and (min-width: 576px) {
  .s-hide-br {
    display: inline;
  }
}
@media only screen and (min-width: 1400px) {
  .s-hide-br {
    display: none;
  }
}

/* ========================================================================================= ^^

============================================================================================ ^^ */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .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, .col-sm, .col-sm-auto, .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, .col-md, .col-md-auto, .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, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
  padding-right: 10px;
  padding-left: 10px;
}

/* ========================================================================================= ^^
    Margin
============================================================================================ ^^ */
.mb {
  margin-bottom: 1.875rem;
}

/* ========================================================================================= ^^
    Preloader
============================================================================================ ^^ */
#preloader {
  z-index: 1000;
}

.sk-three-bounce .sk-child {
  border-color: var(--main-color);
  background-color: var(--main-color);
}

/* ========================================================================================= ^^
	Button
============================================================================================ ^^ */
.btn-primary {
  background-color: var(--main-color);
  border-color: var(--main-color);
  font-size: 12px;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.btn-primary:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  opacity: 0.7;
}
.btn-primary:focus {
  background-color: var(--main-color);
  border-color: var(--main-color);
  box-shadow: 0 0 0 0.2rem rgba(100, 157, 45, 0.13);
}
.show > .btn-primary.dropdown-toggle {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

/* ========================================================================================= ^^
	Form
============================================================================================ ^^ */
input[type=text], input[type=email], input[type=password], textarea.form-control, select.form-control {
  font-size: 4.2056074766vw;
}
@media only screen and (min-width: 576px) {
  input[type=text], input[type=email], input[type=password], textarea.form-control, select.form-control {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  input[type=text], input[type=email], input[type=password], textarea.form-control, select.form-control {
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  input[type=text], input[type=email], input[type=password], textarea.form-control, select.form-control {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  input[type=text], input[type=email], input[type=password], textarea.form-control, select.form-control {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  input[type=text], input[type=email], input[type=password], textarea.form-control, select.form-control {
    font-size: 1.125rem;
  }
}

.check.checkbox-success {
  margin-right: 4.6728971963vw;
}
@media only screen and (min-width: 576px) {
  .check.checkbox-success {
    margin-right: 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .check.checkbox-success {
    margin-right: 2.0161290323vw;
  }
}
@media only screen and (min-width: 992px) {
  .check.checkbox-success {
    margin-right: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .check.checkbox-success {
    margin-right: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .check.checkbox-success {
    margin-right: 1.25rem;
  }
}
.check.checkbox-success .custom-control-label {
  line-height: 1.6;
}
.check.checkbox-success .custom-control-label::before {
  border-color: #649d2d;
}
.check.checkbox-success .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #649d2d;
  background-color: #649d2d;
}

.is-disabled {
  opacity: 0.3 !important;
  pointer-events: none !important;
  cursor: default !important;
}

select {
	height: 56px;
  padding: 0.375rem .5vw;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff url(../images/icon-down2.png) no-repeat 96% 50% / 8px auto !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (min-width: 768px) {
  select {
    padding: 0.375rem 0.75rem;
  }
}
select::-ms-expand {
  display: none;
}

/* ========================================================================================= ^^
	Text
============================================================================================ ^^ */
.text-primary {
  color: var(--main-color) !important;
}

/* ========================================================================================= ^^
	Header
============================================================================================ ^^ */
.header {
  height: 14.0186915888vw;
  z-index: 14;
}
@media only screen and (min-width: 576px) {
  .header {
    height: 7.8125vw;
  }
}
@media only screen and (min-width: 768px) {
  .header {
    height: 8.064516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    height: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .header {
    height: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .header {
    height: 80px;
  }
}

@media only screen and (min-width: 768px) {
  [data-header-position="fixed"] .content-body {
    padding-top: 85px;
  }
}
@media only screen and (min-width: 1199px) {
  [data-header-position="fixed"] .content-body {
    padding-top: 85px;
  }
}

/* ========================================================================================= ^^
	Logo
============================================================================================ ^^ */
.nav-header {
  height: 13.785046729vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 15;
}
@media only screen and (min-width: 576px) {
  .nav-header {
    height: 7.6822916667vw;
  }
}
@media only screen and (min-width: 768px) {
  .nav-header {
    height: 7.9637096774vw;
  }
}
@media only screen and (min-width: 992px) {
  .nav-header {
    height: 9.9166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-header {
    height: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .nav-header {
    height: 5vm;
  }
}
.nav-header .brand-title {
  max-width: none;
  margin-left: 0;
}
@media only screen and (min-width: 576px) {
  .nav-header .brand-title {
    width: 23.2824427481vw;
  }
}
@media only screen and (min-width: 786px) {
  .nav-header .brand-title {
    width: 18.4475806452vw;
  }
}
@media only screen and (min-width: 992px) {
  .nav-header .brand-title {
    height:75px;
  }
}
.nav-header .logo-abbr {
  max-width: none;
  display: none;
}
@media only screen and (max-width: 575px) {
  .nav-header .logo-abbr {
    width: 17.0434782609vw;
    display: block;
  }
}
.nav-header .brand-logo {
  padding-left: 0px !important;
  margin-left: -20px;
  border-bottom: none;
}
@media only screen and (max-width: 1400px) {
  .nav-header .brand-logo {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .nav-header .brand-logo {
    padding-left: 0;
  }
}

.nav-control {
  margin-right: 10px;
  position: static;
  transform: none;
}
@media only screen and (min-width: 768px) {
  .nav-control {
    display: none;
  }
}

/* ========================================================================================= ^^
	Hamburger
============================================================================================ ^^ */
[data-headerbg=color_1] .nav-header .hamburger {
  width: 4.5139vw;
}
@media only screen and (min-width: 576px) {
  [data-headerbg=color_1] .nav-header .hamburger {
    width: 3.3079vw;
  }
}
@media only screen and (min-width: 786px) {
  [data-headerbg=color_1] .nav-header .hamburger {
    width: 2.621vw;
  }
}
@media only screen and (min-width: 992px) {
  [data-headerbg=color_1] .nav-header .hamburger {
    width: 26px;
  }
}
[data-headerbg=color_1] .nav-header .hamburger .line {
  width: 100%;
  background: var(--main-color) !important;
}
[data-headerbg=color_1] .nav-header .hamburger .line:nth-child(1), [data-headerbg=color_1] .nav-header .hamburger .line:nth-child(3) {
  width: 76.923%;
}
[data-headerbg=color_1] .nav-header .hamburger.is-active .line {
  background: var(--main-color) !important;
}
[data-headerbg=color_1] .nav-header .hamburger.is-active .line:nth-child(1) {
  transform: translateY(2px) rotate(45deg);
}
[data-headerbg=color_1] .nav-header .hamburger.is-active .line:nth-child(3) {
  transform: translateY(-2px) rotate(-45deg);
}

/* ========================================================================================= ^^
	Nav bar
============================================================================================ ^^ */
.header .navbar {
  justify-content: flex-end;
}

/* ========================================================================================= ^^
	Header profile
============================================================================================ ^^ */
.header-right .header-profile {
  padding-left: 20px;
  margin-left: 35px;
  position: relative;
}
.header-right .header-profile::before {
  display: none;
}
.header-right .header-profile .header-info {
  max-width: 300px;
}
.header-right .header-profile .header-info .text-black {
  margin: 0;
  font-size: 3.5046728972vw;
  line-height: 1.2;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  .header-right .header-profile .header-info .text-black {
    font-size: 2.0356234097vw;
  }
}
@media only screen and (min-width: 786px) {
  .header-right .header-profile .header-info .text-black {
    font-size: 1.6129032258vw;
  }
}
@media only screen and (min-width: 992px) {
  .header-right .header-profile .header-info .text-black {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .header-right .header-profile .header-info .text-black {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .header-right .header-profile .header-info .text-black {
    font-size: 1rem;
  }
}
.header-right .header-profile hr {
  height: 1px;
  margin: 2px 0 4px;
  border: none;
  background-color: var(--border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
@media only screen and (min-width: 992px) {
  .header-right .header-profile hr {
    display: block;
  }
}
.header-right .header-profile .logout-link {
  width: 100%;
  border: none;
  background: none;
  text-align: right;
  display: none;
}
@media only screen and (min-width: 992px) {
  .header-right .header-profile .logout-link {
    display: block;
  }
}
.header-right .header-profile .logout-link:link span {
  color: var(--gray-link--color);
}
.header-right .header-profile .logout-link:visited span {
  color: var(--gray-link--color);
}
.header-right .header-profile .logout-link:hover span {
  color: var(--main-color);
  transition: color 0.15s ease-in-out;
}
.header-right .header-profile .logout-link:focus span {
  color: var(--gray-link--color);
}

/* ========================================================================================= ^^

============================================================================================ ^^ */
[data-sidebar-style=mini] .nav-header {
  height: 80px;
}



/* ========================================================================================= ^^
    Side navigation
============================================================================================ ^^ */
.dlabnav {
  max-width: 21.625rem;
  width: 80.8411214953vw;
  padding-top: 18.691588785vw;
  top: 0;
  z-index: 14;
}
.dlabnav .metismenu {
    padding-top: 0px !important;
}

@media only screen and (min-width: 576px) {
  .dlabnav {
    padding-top: 10.4166666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .dlabnav {
    max-width: none;
    width: 13.75rem;
    padding-top:80px;
  }
  [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu>li:hover>ul {
    width: auto;
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    top: auto;
    left: auto;
  }
  [data-sidebar-style="mini"] .dlabnav .metismenu li>ul {
    width: auto;
    height: auto;
    padding-left: 0;
    border-radius: 0;
    background: none;
    position: static;
    top: auto;
    left: auto !important;
    box-shadow: noen;
  }
  [data-sidebar-style="mini"] .dlabnav .slimScrollDiv,
  [data-sidebar-style="mini"] .dlabnav .dlabnav-scroll {

#      overflow: scroll !important;
  }
}
@media only screen and (min-width: 992px) {
  .dlabnav {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .dlabnav {
    padding-top: 5.2rem;
  }
}
[data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li.mm-active > a {
  color: var(--main-color) !important;
}
[data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li > a {
  padding: 8px 5px 8px 15px;
  font-size: 12px;
}
[data-sidebar-style="mini"] .dlabnav .metismenu li a {
    padding: 8px 5px 8px 15px !important;
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
  [data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li > a {
    padding: 8px 5px 8px 15px !important;
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  [data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li > a {
    padding: 8px 5px 8px 15px !important;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  [data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li > a {
    padding: 8px 5px 8px 15px !important;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1400px) {
  [data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li > a {
    font-size: 12px;
  }
}
[data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li > a::before {
  background: var(--main-color);
}
[data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li > a.mm-active, [data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li > a:hover {
  color: var(--main-color);
}
[data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li > a.mm-active::before, [data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li > a:hover::before {
  background: var(--main-color);
  left: 5px;
}
[data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li > a.mm-active::after, [data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li > a:hover::after {
  transform: rotate(-225deg) translateY(-50%);
}
[data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li > a.has-arrow::after {
  right: 1.5rem;
}
[data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li.has-submenu > a.has-arrow::after {
  width: auto;
  height: auto;
  border: none;
  font-size: 3.9719626168vw;
  font-weight: bold;
  content: "+";
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%) !important;
}
@media only screen and (min-width: 576px) {
  [data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li.has-submenu > a::after {
    font-size: 2.2135416667vw;
  }
}
@media only screen and (min-width: 768px) {
  [data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li.has-submenu > a::after {
    font-size: 1.7137096774vw;
  }
}
@media only screen and (min-width: 992px) {
  [data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li.has-submenu > a::after {
    font-size: 1.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  [data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li.has-submenu > a::after {
    font-size: 1.2142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  [data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li.has-submenu > a::after {
    font-size: 1.0625rem;
  }
}
[data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu > li.has-submenu.mm-active > a::after {
  content: "-";
}
[data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu ul a {
  padding-left: 2rem;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  [data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu ul a {
    font-size: 1.310483871vw;
  }
}
@media only screen and (min-width: 992px) {
  [data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu ul a {
    font-size: 1.0833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  [data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu ul a {
    font-size: 0.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  [data-sidebar-style=full][data-layout=vertical] .dlabnav .metismenu ul a {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 768px) {
  [data-sidebar-style=mini] .dlabnav .metismenu li > ul {
    padding-left: 1rem;
    left: 11rem !important;
  }
}

@media only screen and (min-width: 768px) {
  [data-sidebar-style=mini][data-layout=vertical] .dlabnav {
    width: 13.75rem;
    position: fixed !important;
  }
}
[data-sidebar-style=mini][data-layout=vertical] .dlabnav .metismenu li a {
  padding-right: 0;
  padding-left: 0;
}
[data-sidebar-style=mini][data-layout=vertical] .dlabnav .metismenu li a::before {
  display: block;
}
[data-sidebar-style=mini][data-layout=vertical] .dlabnav .metismenu li a.has-arrow::after {
  display: block;
  transform: rotate(-225deg) translateY(-50%);
  right: 0;
}
[data-sidebar-style=mini][data-layout=vertical] .dlabnav .metismenu li:hover > a, [data-sidebar-style=mini][data-layout=vertical] .dlabnav .metismenu li.mm-active > a {
  border-radius: 0;
  background: none;
  color: #7e7e7e;
  position: relative;
}
[data-sidebar-style=mini][data-layout=vertical] .dlabnav .metismenu li:hover > a:link {
  color: var(--main-color);
}
[data-sidebar-style=mini][data-layout=vertical] .dlabnav .metismenu li:hover > a:visited{
  color: var(--main-color);
}
[data-sidebar-style=mini][data-layout=vertical] .dlabnav .metismenu li:hover > a:hover{
  color: var(--main-color);
}
[data-sidebar-style=mini][data-layout=vertical] .dlabnav .metismenu li:hover > a:focus{
  color: var(--main-color);
}
[data-sidebar-style=mini][data-layout=vertical] .dlabnav .metismenu li:hover ul a:link {
  color: #7e7e7e;
}
[data-sidebar-style=mini][data-layout=vertical] .dlabnav .metismenu li:hover ul a:visited {
  color: #7e7e7e;
}
[data-sidebar-style=mini][data-layout=vertical] .dlabnav .metismenu li:hover ul a:hover {
  color: var(--main-color);
}
[data-sidebar-style=mini][data-layout=vertical] .dlabnav .metismenu li:hover ul a:focus {
  color: #7e7e7e;
}
[data-sidebar-style=mini][data-layout=vertical] .dlabnav .metismenu li.mm-active > a:link{
  color: var(--main-color);
}
[data-sidebar-style=mini][data-layout=vertical] .dlabnav .metismenu li.mm-active > a:visited{
  color: var(--main-color);
}
[data-sidebar-style=mini][data-layout=vertical] .dlabnav .metismenu li.mm-active > a:hover{
  color: var(--main-color);
}
[data-sidebar-style=mini][data-layout=vertical] .dlabnav .metismenu li.mm-active > a:focus {
  color: var(--main-color);
}
[data-sidebar-style=mini][data-layout=vertical] .dlabnav .metismenu li:hover > a::before, [data-sidebar-style=mini][data-layout=vertical] .dlabnav .metismenu li.mm-active > a::before {
  width: 7px;
  height: 100%;
  border-radius: 1.25rem;
  background: var(--main-color);
  display: block;
  content: " ";
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: -10px;
}
@media only screen and (min-width: 768px) {
  [data-sidebar-style=mini][data-layout=vertical] .dlabnav .nav-text {
    display: block;
  }
}

[data-sidebar-style=overlay] .dlabnav .metismenu > li > a::before {
  width: 7px;
  height: 100%;
  border-radius: 1.25rem;
  background: var(--main-color);
  content: " ";
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: -7px;
  display: block;
}
[data-sidebar-style=overlay] .dlabnav .metismenu > li > a.mm-active:link, [data-sidebar-style=overlay] .dlabnav .metismenu > li > a.mm-active:visited, [data-sidebar-style=overlay] .dlabnav .metismenu > li > a.mm-active:hover, [data-sidebar-style=overlay] .dlabnav .metismenu > li > a.mm-active:focus {
  color: var(--main-color);
}
[data-sidebar-style=overlay] .dlabnav .metismenu > li > a.mm-active::before {
  left: 4px;
}

.dlabnav .metismenu li.mm-active {
  color: var(--main-color);
}
.dlabnav .metismenu li.mm-active > a:link {
  color: #7e7e7e;
}
.dlabnav .metismenu li.mm-active > a:visited {
  color: #7e7e7e;
}
.dlabnav .metismenu li.mm-active > a:hover {
  color: var(--main-color);
}
.dlabnav .metismenu li.mm-active > a:focus {
  color: #7e7e7e;
}
.dlabnav .metismenu li:hover a, .dlabnav .metismenu li:focus a {
  color: var(--main-color);
}
.dlabnav .metismenu .mm-active > a:link {
  color: #7e7e7e;
}
.dlabnav .metismenu .mm-active > a:visited {
  color: #7e7e7e;
}
.dlabnav .metismenu .mm-active > a:hover {
  color: var(--main-color);
}
.dlabnav .metismenu .mm-active > a:focus {
  color: #7e7e7e;
}
.dlabnav .metismenu .mm-active > .has-arrow::after {
  transform: rotate(-225deg) translateY(-50%);
}
.dlabnav .metismenu .mm-active ul li.mm-active {
  color: var(--main-color);
}
.dlabnav .metismenu .mm-active ul li.mm-active > a:link {
  color: #7e7e7e;
}
.dlabnav .metismenu .mm-active ul li.mm-active > a:visited {
  color: #7e7e7e;
}
.dlabnav .metismenu .mm-active ul li.mm-active > a:hover {
  color: var(--main-color);
}
.dlabnav .metismenu .mm-active ul li.mm-active > a:focus {
  color: #7e7e7e;
}
.dlabnav .metismenu .mm-active ul li.mm-active>a.mm-active:link,
.dlabnav .metismenu .mm-active ul li.mm-active>a.mm-active:visited,
.dlabnav .metismenu .mm-active ul li.mm-active>a.mm-active:hover,
.dlabnav .metismenu .mm-active ul li.mm-active>a.mm-active:focus {
  color: var(--main-color);
}
.dlabnav .metismenu .mm-active ul a:link {
  color: #7e7e7e;
}
.dlabnav .metismenu .mm-active ul a:visited {
  color: #7e7e7e;
}
.dlabnav .metismenu .mm-active ul a:hover {
  color: var(--main-color);
}
.dlabnav .metismenu .mm-active ul a:focus {
  color: #7e7e7e;
}

.metismenu .has-arrow::after {
  border-width: 2px 0 0 2px;
}

@media only screen and (max-width: 768px) {
  .dlabnav .metismenu .has-submenu .has-arrow::after {
    border: none;
    font-size: 4.5vw;
    content: '+';
    top: 20%;
    right: 6.6vw;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) {
  [data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu > li.has-submenu > a.has-arrow::after {
    font-size: 1.0625rem;
  }
}

.sidebar-search {
  width: 62.2406639004vw;
  margin: 0 auto 8.6448598131vw;
}
@media only screen and (min-width: 576px) {
  .sidebar-search {
    width: 39.0625vw;
    margin-bottom: 4.8177083333vw;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar-search {
    display: none !important;
  }
}
.sidebar-search .form-control {
  width: 80%;
  height: 9.1286307054vw;
  margin: 0 auto;
  border-radius: 4.5643153527vw;
}

.sidebar-logout {
  padding-top: 1.175rem;
  border-top: 1px solid var(--sidebar-separator-color);
}
@media only screen and (min-width: 992px) {
  .sidebar-logout {
    display: none;
  }
}
.sidebar-logout a {
  padding: 0.625rem 1.25rem;
  display: flex;
}
.sidebar-logout a:hover, .sidebar-logout a:focus {
  color: var(--main-color);
}

/* ========================================================================================= ^^
	Context menu
============================================================================================ ^^ */
.context-menu {
  border-radius: 3.50467vw;
  border: 2px solid #649d2d;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  font-size: 4.20561vw;
  color: #649d2d;
  font-weight: bold;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media only screen and (min-width: 576px) {
  .context-menu {
    border-radius: 1.9531vw;
    font-size: 2.2438vw;
  }
}
@media only screen and (min-width: 768px) {
  .context-menu {
    border-radius: 1.5121vw;
    font-size: 1.8145vw;
  }
}
@media only screen and (min-width: 992px) {
  .context-menu {
    border-radius: 1.25vw;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .context-menu {
    border-radius: 1.07143vw;
    font-size: 1.2857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .context-menu {
    border-radius: 0.9375rem;
    font-size: 1.125rem;
  }
}
.context-menu_button {
  padding: 10px;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #649d2d;
}
.context-menu.is-show {
  display: block;
}

/* ========================================================================================= ^^
	Form
============================================================================================ ^^ */
.form-control {
  border-color: #ddd;
  color: #7e7e7e;
}

.dropdown .btn {
  border-color: #ddd !important;
}

.custom-radio {
  line-height: 1.5;
}

/* ========================================================================================= ^^
	Search
============================================================================================ ^^ */
.search-area .input-group-text {
  border-color: #ddd;
}

/* ========================================================================================= ^^
    Body
============================================================================================ ^^ */
@media only screen and (min-width: 768px) {
  .content-body {
    margin-left: 13.75rem;
  }
}

@media only screen and (min-width: 768px) {
  [data-sidebar-style=mini] .content-body {
    margin-left: 13.75rem;
  }
}

/* ========================================================================================= ^^
	Text color
============================================================================================ ^^ */
.text-red {
  color: var(--text-red);
}
.text-red2 {
  color: var(--text-red2);
}

#addShortCut li {
  margin-bottom: 5px;
}
#addShortCut li .custom-control {
  padding-left: 2rem;
}
#addShortCut li .custom-control-label::before,
#addShortCut li .custom-control-label::after {
  left: -2rem;
}

/* ========================================================================================= ^^
	Cards
============================================================================================ ^^ */
.card-emergency {
  background: #ff4c41;
  text-align: center;
}
.card-emergency .card-header {
  border-bottom-color: #fff;
  text-align: center;
  justify-content: center;
}
.card-emergency .card-text {
  color: var(--text-black);
}
.card-emergency.is-not-stop {
  background-color: #daedff;
}
.card-emergency.is-not-stop .card-title {
  color: #0f69ef;
}
.card-emergency.is-not-stop #btn-emergency {
  border-color: #41a6ff;
  background: #41a6ff url(/images/icon-arrow-right.svg) no-repeat 96% 50% !important;
}
.card-emergency.is-stop {
  background-color: var(--bg-emrgency);
}
.card-emergency.is-stop .card-title {
  color: #ff4c41;
}
.card-emergency.is-stop #btn-emergency {
  border-color: #ff4c41;
  background: #ff4c41 url(/images/icon-arrow-right.svg) no-repeat 96% 50% !important;
}

/* ========================================================================================= ^^
	Dropdown
============================================================================================ ^^ */
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  color: #649d2d !important;
}

/* ========================================================================================= ^^
	Buttons
============================================================================================ ^^ */
.btn {
  width: 100%;
  padding: 0.625rem 0.5rem;
  border-radius: 0.9385rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.btn-green {
  background-color: var(--main-color);
  color: var(--text-white);
}
.btn-green:link {
  background-color: var(--main-color);
  color: var(--text-white);
}
.btn-green:visited {
  background-color: var(--main-color);
  color: var(--text-white);
}
.btn-green:hover {
  background-color: var(--main-color);
  color: var(--text-white);
  opacity: 0.7;
}
.btn-green:focus {
  background-color: var(--main-color);
  color: var(--text-white);
}
.btn-green .icon-arrow {
  stroke: var(--text-white);
}

.btn-outline-green {
  border-color: var(--main-color);
  background-color: var(--text-white);
  color: var(--main-color);
}
.btn-outline-green:link {
  color: var(--main-color);
}
.btn-outline-green:visited {
  color: var(--main-color);
}
.btn-outline-green:hover {
  color: var(--main-color);
}
.btn-outline-green:focus {
  color: var(--main-color);
}


.home .row {
  position: relative;
}

/* ========================================================================================= ^^
	Shortcut button
============================================================================================ ^^ */
.btn-shortcut {
  margin-bottom: 3.9719626168vw;
}
@media only screen and (min-width: 576px) {
  .btn-shortcut {
    margin-bottom: 2.2135416667vw;
  }
}
@media only screen and (min-width: 768px) {
  .btn-shortcut {
    margin-bottom: 1.7137096774vw;
  }
}
@media only screen and (min-width: 992px) {
  .btn-shortcut {
    margin-bottom: 2.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-shortcut {
    margin-bottom: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-shortcut {
    margin-bottom: 1.875rem;
  }
}
.btn-shortcut .btn {
  height: 29.2056074766vw;
  padding-right: 1.1682242991vw;
  padding-left: 1.1682242991vw;
  font-size: 4.6728971963vw;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .btn-shortcut .btn {
    height: 16.2760416667vw;
    padding-right: 0.6510416667vw;
    padding-left: 0.6510416667vw;
    font-size: 3.125vw;
    line-height: 1.2083333333;
  }
}
@media only screen and (min-width: 768px) {
  .btn-shortcut .btn {
    height: 10.0806451613vw;
    padding-right: 0.5040322581vw;
    padding-left: 0.5040322581vw;
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .btn-shortcut .btn {
    height: 8.3333333333vw;
    padding-right: 0.4166666667vw;
    padding-left: 0.4166666667vw;
    font-size: 2vw;
  }
}
@media only screen and (min-width: 992px) {
  .btn-shortcut .btn {
    height: 7.1428571429vw;
    padding-right: 0.3571428571vw;
    padding-left: 0.3571428571vw;
    font-size: 1.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-shortcut .btn {
    height: 6.25rem;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    font-size: 1.5rem;
  }
}
.btn-shortcut .btn .icon-arrow {
  stroke: #fff;
  position: absolute;
  top: 50%;
  right: 1.6355140187vw;
  transform: translateY(-50%);
}
.btn-shortcut.col-xl-12 .btn {
  height: 14.0186915888vw;
}
@media only screen and (min-width: 576px) {
  .btn-shortcut.col-xl-12 .btn {
    height: 7.8125vw;
  }
}
@media only screen and (min-width: 768px) {
  .btn-shortcut.col-xl-12 .btn {
    height: 10.0806451613vw;
  }
}
@media only screen and (min-width: 992px) {
  .btn-shortcut.col-xl-12 .btn {
    height: 8.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-shortcut.col-xl-12 .btn {
    height: 7.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-shortcut.col-xl-12 .btn {
    height: 6.25rem;
  }
}

.btn-shortcut-add {
  margin-bottom: 3.9719626168vw;
}
@media only screen and (min-width: 576px) {
  .btn-shortcut-add {
    margin-bottom: 2.2135416667vw;
  }
}
@media only screen and (min-width: 768px) {
  .btn-shortcut-add {
    margin-bottom: 1.7137096774vw;
  }
}
@media only screen and (min-width: 992px) {
  .btn-shortcut-add {
    margin-bottom: 1.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-shortcut-add {
    margin-bottom: 1.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-shortcut-add {
    margin-bottom: 1.5rem;
  }
}
.btn-shortcut-add .btn {
  height: 29.2056074766vw;
  padding-right: 1.1682242991vw;
  padding-left: 1.1682242991vw;
  font-size: 3.0373831776vw;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .btn-shortcut-add .btn {
    height: 16.2760416667vw;
    padding-right: 0.6510416667vw;
    padding-left: 0.6510416667vw;
    font-size: 2.34375vw;
    line-height: 1.2083333333;
  }
}
@media only screen and (min-width: 768px) {
  .btn-shortcut-add .btn {
    height: 9.0725806452vw;
    padding-right: 0.5040322581vw;
    padding-left: 0.5040322581vw;
    font-size: 1.6129032258vw;
  }
}
@media only screen and (min-width: 992px) {
  .btn-shortcut-add .btn {
    height: 7.5vw;
    padding-right: 0.4166666667vw;
    padding-left: 0.4166666667vw;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-shortcut-add .btn {
    height: 6.4285714286vw;
    padding-right: 0.3571428571vw;
    padding-left: 0.3571428571vw;
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-shortcut-add .btn {
    height: 5.7rem;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    font-size: 1.125rem;
  }
}
.btn-shortcut-add .btn:hover {
  opacity: 0.7;
}
.btn-shortcut-add .btn .icon-arrow {
  stroke: #fff;
  position: absolute;
  top: 50%;
  right: 0.7009345794vw;
  transform: translateY(-50%);
}
.btn-shortcut-add a.btn {
  padding-right: 4.6728971963vw;
  padding-left: 4.6728971963vw;
}
@media only screen and (min-width: 576px) {
  .btn-shortcut-add a.btn {
    padding-right: 0.6510416667vw;
    padding-left: 0.6510416667vw;
  }
}
@media only screen and (min-width: 768px) {
  .btn-shortcut-add a.btn {
    padding-right: 0.5040322581vw;
    padding-left: 0.5040322581vw;
  }
}
@media only screen and (min-width: 992px) {
  .btn-shortcut-add a.btn {
    padding-right: 0.4166666667vw;
    padding-left: 0.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-shortcut-add a.btn {
    padding-right: 0.3571428571vw;
    padding-left: 0.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-shortcut-add a.btn {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn-shortcut-add#shortcut1 .btn {
    height: 19.2056074766vw;
  }
}

#addShortCut .form-group {
  margin: 30px 0 0;
}

/* ========================================================================================= ^^
	Emergency
============================================================================================ ^^ */
.card-emergency {
  height: auto;
  margin-bottom: 5.8411214953vw;
}
@media only screen and (min-width: 576px) {
  .card-emergency {
    margin-bottom: 3.2552083333vw;
  }
}
@media only screen and (min-width: 768px) {
  .card-emergency {
    margin-bottom: 3.0241935484vw;
  }
}
@media only screen and (min-width: 992px) {
  .card-emergency {
    margin-bottom: 3.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .card-emergency {
    margin-bottom: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .card-emergency {
    margin-bottom: 2.5rem;
  }
}
.card-emergency .card-title {
  font-size: 3.9719626168vw;
  line-height: 1.1818181818;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  .card-emergency .card-title {
    font-size: 2.2135416667vw;
  }
}
@media only screen and (min-width: 768px) {
  .card-emergency .card-title {
    font-size: 1.7137096774vw;
  }
}
@media only screen and (min-width: 992px) {
  .card-emergency .card-title {
    font-size: 1.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .card-emergency .card-title {
    font-size: 1.2142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .card-emergency .card-title {
    font-size: 1.0625rem;
  }
}
.card-emergency .card-text {
  font-size: 3.5046728972vw;
  line-height: 1.2222222222;
}
@media only screen and (min-width: 576px) {
  .card-emergency .card-text {
    font-size: 1.953125vw;
  }
}
@media only screen and (min-width: 768px) {
  .card-emergency .card-text {
    font-size: 1.5120967742vw;
  }
}
@media only screen and (min-width: 992px) {
  .card-emergency .card-text {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .card-emergency .card-text {
    font-size: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .card-emergency .card-text {
    font-size: 0.9375rem;
  }
}
.card-emergency .btn-danger {
  width: 88.3177570093vw;
  height: 14.0186915888vw;
  font-size: 3.738317757vw;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .card-emergency .btn-danger {
    width: 49.21875vw;
    height: 7.8125vw;
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .card-emergency .btn-danger {
    width: 30.2419354839vw;
    height: 5.8467741935vw;
    font-size: 1.6129032258vw;
  }
}
@media only screen and (min-width: 992px) {
  .card-emergency .btn-danger {
    width: 25vw;
    height: 4.8333333333vw;
    font-size: 1.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .card-emergency .btn-danger {
    width: 21.4285714286vw;
    height: 4.1428571429vw;
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .card-emergency .btn-danger {
    width: 18.75rem;
    height: 3.625rem;
    font-size: 1rem;
  }
}
.card-emergency .btn-danger .icon-arrow {
  stroke: #fff;
  position: absolute;
  top: 50%;
  right: 1.6355140187vw;
  transform: translateY(-50%);
}

/* ========================================================================================= ^^
	News list
============================================================================================ ^^ */
.information-list_item {
  min-height: 18.691588785vw;
  border-bottom: 1px solid var(--info-list-border-color);
}
@media only screen and (min-width: 576px) {
  .information-list_item {
    min-height: 10.4166666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .information-list_item {
    min-height: 5.3427419355vw;
  }
}
@media only screen and (min-width: 992px) {
  .information-list_item {
    min-height: 4.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .information-list_item {
    min-height: 3.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .information-list_item {
    min-height: 3.3125rem;
  }
}
.information-list_link {
  width: 100%;
  height: 100%;
  padding: 3.9719626168vw 3.5046728972vw 3.9719626168vw 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .information-list_link {
    padding: 2.0833333333vw 2.9069767442% 2.0997375328vw 2.9069767442%;
  }
}
@media only screen and (min-width: 768px) {
  .information-list_link {
    padding: 1.6129032258vw 8.7209302326% 1.6129032258vw 2.9069767442%;
  }
}
@media only screen and (min-width: 992px) {
  .information-list_link {
    padding: 1.3333333333vw 2.9069767442% 1.3333333333vw 2.9069767442%;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .information-list_link {
    padding: 1.1428571429vw 2.9069767442% 1.1428571429vw 2.9069767442%;
  }
}
@media only screen and (min-width: 1400px) {
  .information-list_link {
    padding: 1rem 2.9069767442% 1rem 2.9069767442%;
  }
}
.information-list_link .icon-arrow {
  stroke: #7e7e7e;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.information-list_date {
  margin-bottom: 1.1682242991vw;
  font-size: 3.5046728972vw;
  line-height: 1.2222222222;
}
@media only screen and (min-width: 576px) {
  .information-list_date {
    margin-bottom: 0.6510416667vw;
    font-size: 1.953125vw;
  }
}
@media only screen and (min-width: 768px) {
  .information-list_date {
    margin-bottom: 0.5040322581vw;
    font-size: 1.5120967742vw;
  }
}
@media only screen and (min-width: 992px) {
  .information-list_date {
    width: 21.8023255814%;
    margin-bottom: 0.4166666667vw;
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .information-list_date {
    font-size: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .information-list_date {
    width: 17.4418604651%;
    font-size: 0.9375rem;
  }
}
.information-list_title {
  width: 100%;
  margin-bottom: 0;
  font-size: 3.5046728972vw;
  line-height: 1.2222222222;
}
@media only screen and (min-width: 576px) {
  .information-list_title {
    font-size: 1.953125vw;
  }
}
@media only screen and (min-width: 768px) {
  .information-list_title {
    font-size: 1.5120967742vw;
  }
}
@media only screen and (min-width: 992px) {
  .information-list_title {
    width: 73.8372093023%;
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .information-list_title {
    font-size: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .information-list_title {
    width: 78.1976744186%;
    font-size: 0.9375rem;
  }
}

/* ========================================================================================= ^^
	Card news
============================================================================================ ^^ */
.card-news .card-title {
  min-height: 8.6448598131vw;
  padding-left: 10.5140186916vw;
  font-size: 3.5046728972vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .card-news .card-title {
    min-height: 4.8177083333vw;
    padding-left: 5.859375vw;
    font-size: 1.953125vw;
  }
}
@media only screen and (min-width: 768px) {
  .card-news .card-title {
    min-height: 4.0130151844vw;
    padding-left: 4.5362903226vw;
    font-size: 1.5120967742vw;
  }
}
@media only screen and (min-width: 992px) {
  .card-news .card-title {
    min-height: 3.0833333333vw;
    padding-left: 3.75vw;
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .card-news .card-title {
    min-height: 2.3125rem;
    padding-left: 2.8125rem;
    font-size: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .card-news .card-title {
    min-height: 2.3125rem;
    padding-left: 2.8125rem;
    font-size: 0.9375rem;
  }
}

.more-news {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 3.5046728972vw;
  color: #649d2d;
}
@media only screen and (min-width: 576px) {
  .more-news {
    font-size: 1.953125vw;
  }
}
@media only screen and (min-width: 768px) {
  .more-news {
    font-size: 1.5120967742vw;
  }
}
@media only screen and (min-width: 992px) {
  .more-news {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .more-news {
    font-size: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .more-news {
    font-size: 0.9375rem;
  }
}

/* ========================================================================================= ^^
	Important
============================================================================================ ^^ */
.card-important .card-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.card-important .card-title {
  background: url(../images/icon-alert.svg) no-repeat 0 50%/7.7102803738vw auto;
  color: var(--text-red);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .card-important .card-title {
    background-size: 4.296875vw auto;
  }
}
@media only screen and (min-width: 768px) {
  .card-important .card-title {
    background-size: 3.3266129032vw auto;
  }
}
@media only screen and (min-width: 992px) {
  .card-important .card-title {
    background-size: 2.75vw auto;
  }
}
@media only screen and (min-width: 1200px) {
  .card-important .card-title {
    background-size: 2.3571428571vw auto;
  }
}
@media only screen and (min-width: 1200px) {
  .card-important .card-title {
    background-size: 2.0625rem auto;
  }
}
.card-important .card-body {
  padding: 0.4375rem 1rem 1rem;
  color: var(--text-red);
}
.card-important .information-list_link:link {
  color: var(--text-red);
}
.card-important .information-list_link:visited {
  color: var(--text-red);
}
.card-important .information-list_link:hover {
  color: var(--text-red);
  opacity: 0.7;
  transition: opacity 0.15s ease-in-out;
}
.card-important .information-list_link:focus {
  color: var(--text-red);
}
.card-important .information-list_link .icon-arrow {
  stroke: var(--text-red);
}

/* ========================================================================================= ^^
	Information
============================================================================================ ^^ */
.card-information .card-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.card-information .card-title {
  background: url(../images/icon-info.svg) no-repeat 0 50%/9.8130841121vw auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .card-information .card-title {
    width: 15vw;
    background-size: 5.46875vw auto;
  }
}
@media only screen and (min-width: 768px) {
  .card-information .card-title {
    width: 15vw;
    background-size: 4.2338709677vw auto;
  }
}
@media only screen and (min-width: 992px) {
  .card-information .card-title {
    width: auto;
    background-size: 3.5vw auto;
  }
}
@media only screen and (min-width: 1200px) {
  .card-information .card-title {
    background-size: 3vw auto;
  }
}
@media only screen and (min-width: 1400px) {
  .card-information .card-title {
    background-size: 2.625rem auto;
  }
}
.card-information .card-body {
  padding: 0.4375rem 1rem 1rem;
}
.card-information .information-list_link:hover {
  color: var(--main-color);
  transition: color 0.15s ease-in-out;
}

.site-info-radio .custom-control-label::before {
  border-radius: 50% !important;
  border-color: #649d2d;
}
.site-info-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #649d2d;
  background-color: #fff;
}
.site-info-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='4' fill='%23649d2d'/%3e%3c/svg%3e");
}

/* ========================================================================================= ^^
    パンくず
============================================================================================ ^^ */
.page-titles {
  padding: 0 10px 15px;
}
@media only screen and (min-width: 768px) {
  .page-titles {
    padding: 5px 40px;
  }
}
.container-fluid > .row + .page-titles {
  padding: 15px 10px 0;
}
@media only screen and (min-width: 768px) {
  .container-fluid > .row + .page-titles {
    padding: 5px 40px;
  }
}
.page-titles .breadcrumb .breadcrumb-item {
  font-size: 16px !important;
}
.page-titles .breadcrumb .breadcrumb-item.active a {
  color: #649d2d;
}
.page-titles .breadcrumb .breadcrumb-item a:hover {
  color: #649d2d;
}

/* ========================================================================================= ^^
	モーダル
============================================================================================ ^^ */
.modal-note {
  padding-top: 1.1682242991vw;
  font-size: 3.2710280374vw;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  .modal-note {
    padding-top: 0.6510416667vw;
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) {
  .modal-note {
    padding-top: 0.5040322581vw;
    font-size: 1.4112903226vw;
  }
}
@media only screen and (min-width: 992px) {
  .modal-note {
    padding-top: 0.4166666667vw;
    font-size: 1.1666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-note {
    padding-top: 0.3125rem;
    font-size: 0.875rem;
  }
}
.modal-date {
  display: none;
}
.modal-backdrop {
  z-index: 15 !important;
}

/* ========================================================================================= ^^
	ログインボタン
============================================================================================ ^^ */
.modal-login-button {
  border-color: #649d2d;
  background-color: #649d2d;
}
.modal-login-button:hover, .modal-login-button:focus {
  border-color: #649d2d;
  background-color: #649d2d;
}

/* ========================================================================================= ^^
    キャンプ場基本情報
============================================================================================ ^^ */
.page-camp-info .row .form-group {
  padding: 0.622406639vw 0 3.734439834vw;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 576px) {
  .page-camp-info .row .form-group {
    padding: 0.390625vw 0 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-camp-info .row .form-group {
    padding: 0.3024193548vw 0 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-camp-info .row .form-group {
    padding: 0.25vw 0 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-camp-info .row .form-group {
    padding: 0.2142857143vw 0 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-camp-info .row .form-group {
    padding: 0.1875rem 0 1.125rem;
  }
}
.page-camp-info .row .form-group .form-group {
  padding: 0;
  border-bottom: none;
}
.page-camp-info .row .form-group .row {
  margin-right: 0;
  margin-left: 0;
}
.page-camp-info .row .form-group .col-form-label {
  font-weight: bold;
}
.page-camp-info .row .form-group.gr-postal-code {
  margin-bottom: 0.5rem;
}
.page-camp-info .site-info-check.checkbox-success {
  margin-right: 4.6728971963vw;
}
@media only screen and (min-width: 576px) {
  .page-camp-info .site-info-check.checkbox-success {
    margin-right: 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-camp-info .site-info-check.checkbox-success {
    margin-right: 2.0161290323vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-camp-info .site-info-check.checkbox-success {
    margin-right: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-camp-info .site-info-check.checkbox-success {
    margin-right: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-camp-info .site-info-check.checkbox-success {
    margin-right: 1.25rem;
  }
}
.page-camp-info .site-info-check.checkbox-success .custom-control-label::before {
  border-color: #649d2d;
}
.page-camp-info .site-info-check.checkbox-success .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #649d2d;
}
.page-camp-info .btn-check-url {
  width: 100%;
  height: 13.0841121495vw;
  padding: 5px;
  margin: 0;
  border-radius: 6.5420560748vw;
  border-color: #649d2d;
  background-color: #649d2d;
  font-size: 4.2056074766vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .page-camp-info .btn-check-url {
    width: 33.8541666667vw;
    height: 7.2916666667vw;
    border-radius: 3.6458333333vw;
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-camp-info .btn-check-url {
    width: 26.2096774194vw;
    height: 5.6451612903vw;
    border-radius: 2.8225806452vw;
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-camp-info .btn-check-url {
    width: 21.6666666667vw;
    height: 4.6666666667vw;
    border-radius: 2.3333333333vw;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-camp-info .btn-check-url {
    width: 18.5714285714vw;
    height: 4vw;
    border-radius: 2vw;
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-camp-info .btn-check-url {
    width: 16.25rem;
    height: 3.5rem;
    border-radius: 1.75rem;
    font-size: 1.125rem;
  }
}
.page-camp-info .btn-check-url span {
  width: 11.6822429907vw;
  height: 11.6822429907vw;
  padding: 0;
  margin: 0 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .page-camp-info .btn-check-url span {
    width: 6.5104166667vw;
    height: 6.5104166667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-camp-info .btn-check-url span {
    width: 4.0322580645vw;
    height: 4.0322580645vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-camp-info .btn-check-url span {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-camp-info .btn-check-url span {
    width: 2.8571428571vw;
    height: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-camp-info .btn-check-url span {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.page-camp-info .btn-check-url img {
  width: 27px;
  margin: -4px;
}
.page-camp-info .elevation-group,
.page-camp-info .other-payment-group,
.page-camp-info .open-close-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-camp-info .elevation-group label,
.page-camp-info .other-payment-group label,
.page-camp-info .open-close-group label {
  margin-bottom: 0;
}
.page-camp-info .elevation-group #site-info-opentime,
.page-camp-info .other-payment-group #site-info-opentime,
.page-camp-info .open-close-group #site-info-opentime {
  width: 20vw;
  font-size: 1rem;
}
@media only screen and (min-width: 576px) {
  .page-camp-info .elevation-group #site-info-opentime,
.page-camp-info .other-payment-group #site-info-opentime,
.page-camp-info .open-close-group #site-info-opentime {
    font-size: 1rem;
  }
}
.page-camp-info .elevation-group #site-info-closetime,
.page-camp-info .other-payment-group #site-info-closetime,
.page-camp-info .open-close-group #site-info-closetime {
  width: 20vw;
  font-size: 1rem;
}
@media only screen and (min-width: 576px) {
  .page-camp-info .elevation-group #site-info-closetime,
.page-camp-info .other-payment-group #site-info-closetime,
.page-camp-info .open-close-group #site-info-closetime {
    font-size: 1rem;
  }
}
.page-camp-info .title-activity {
  margin-bottom: 5px;
  font-size: 4.6728971963vw;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  .page-camp-info .title-activity {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-camp-info .title-activity {
    font-size: 2.0161290323vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-camp-info .title-activity {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-camp-info .title-activity {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-camp-info .title-activity {
    font-size: 1.25rem;
  }
}
.page-camp-info .buttons p {
  margin-bottom: 0;
  font-size: 4.2056074766vw;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .page-camp-info .buttons p {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-camp-info .buttons p {
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-camp-info .buttons p {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-camp-info .buttons p {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-camp-info .buttons p {
    font-size: 1.125rem;
  }
}
.page-camp-info .modal-footer .btn {
  max-width: 23rem !important;
  width: 40%;
  height: 5rem;
  margin: 0 auto;
}

.image-block {
  display: flex;
  align-items: center;
}
.image-block .btn-file {
  width: 100%;
  height: 13.0841121495vw;
  padding: 0.625rem 0.5rem 0.625rem 0.2rem;
  margin: 0;
  border-radius: 6.5420560748vw;
  border-color: #649d2d;
  background-color: #649d2d;
  font-size: 4.2056074766vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .image-block .btn-file {
    width: 33.8541666667vw;
    height: 7.2916666667vw;
    border-radius: 3.6458333333vw;
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .image-block .btn-file {
    width: 26.2096774194vw;
    height: 5.6451612903vw;
    border-radius: 2.8225806452vw;
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .image-block .btn-file {
    width: 21.6666666667vw;
    height: 4.6666666667vw;
    border-radius: 2.3333333333vw;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .image-block .btn-file {
    width: 18.5714285714vw;
    height: 4vw;
    border-radius: 2vw;
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .image-block .btn-file {
    width: 16.25rem;
    height: 3.5rem;
    border-radius: 1.75rem;
    font-size: 1.125rem;
  }
}
.image-block .btn-file span {
  margin: 0 0.75rem 0 0;
}
.image-block .btn-file img {
  width: 15px;
}
.image-block .btn-image-delete {
  width: 7.0093457944vw;
  height: 7.0093457944vw;
  padding: 0;
  margin-left: 2.3364485981vw;
  border-radius: 50%;
  border: none;
  background: #649d2d url(../images/icon-delete.svg) no-repeat 50% 50%;
  background-size: 3.5046728972vw auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .image-block .btn-image-delete {
    width: 3.90625vw;
    height: 3.90625vw;
    margin-left: 1.3020833333vw;
    background-size: 1.953125vw auto;
  }
}
@media only screen and (min-width: 768px) {
  .image-block .btn-image-delete {
    width: 3.0241935484vw;
    height: 3.0241935484vw;
    margin-left: 1.0080645161vw;
    background-size: 1.5120967742vw auto;
  }
}
@media only screen and (min-width: 992px) {
  .image-block .btn-image-delete {
    width: 2.5vw;
    height: 2.5vw;
    margin-left: 0.8333333333vw;
    background-size: 1.25vw auto;
  }
}
@media only screen and (min-width: 1200px) {
  .image-block .btn-image-delete {
    width: 2.1428571429vw;
    height: 2.1428571429vw;
    margin-left: 0.7142857143vw;
    background-size: 1.0714285714vw auto;
  }
}
@media only screen and (min-width: 1400px) {
  .image-block .btn-image-delete {
    width: 1.875rem;
    height: 1.875rem;
    margin-left: 0.625rem;
    background-size: 0.9375rem auto;
  }
}
.image-block .btn-image-delete span {
  clip: rect(0, 0, 1px, 1px);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.image-block-file {
  display: none;
}
.image-block-thumbnail {
  width: 200px;
  display: block;
}

.btn-preview, .btn-edit1, .btn-edit2, .btn-user-search, .btn-save, .btn-mail, .btn-cancel, #btn-csv, #btn-csv-download, #btn-print, #btn-modal-print, #btn-modal-print2, .btn-reserve-search, #btn-check, .btn-arrow {
  width: 100%;
  height: 18.691588785vw;
  margin: 0 auto;
  border-color: #649d2d;
  background-color: #649d2d;
  font-size: 4.4392523364vw;
  display: block;
}
.btn-cancel.btn-danger {
	border-color: #FF4C41;
  background-color: #FF4C41;
	color: #fff;
}
.btn-ok, .btn-close {
  font-size: 4.4392523364vw;
}
@media only screen and (min-width: 576px) {
  .btn-preview, .btn-edit1, .btn-edit2, .btn-user-search, .btn-save, .btn-mail, .btn-cancel, #btn-csv, #btn-csv-download, #btn-print, #btn-modal-print, #btn-modal-print2, .btn-reserve-search, #btn-check, .btn-arrow {
    width: 47.9166666667vw;
    height: 10.4166666667vw;
    font-size: 2.4739583333vw;
  }
  .btn-ok, .btn-close {
    font-size: 2.4739583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .btn-preview, .btn-edit1, .btn-edit2, .btn-user-search, .btn-save, .btn-mail, .btn-cancel, #btn-csv, #btn-csv-download, #btn-print, #btn-modal-print, #btn-modal-print2, .btn-reserve-search, #btn-check, .btn-arrow {
    width: 37.0967741935vw;
    height: 8.064516129vw;
    font-size: 1.9153225806vw;
  }
  .btn-ok, .btn-close {
    font-size: 1.9153225806vw;
  }
}
@media only screen and (min-width: 992px) {
  .btn-preview, .btn-edit1, .btn-edit2, .btn-user-search, .btn-save, .btn-mail, .btn-cancel, #btn-csv, #btn-csv-download, #btn-print, #btn-modal-print, #btn-modal-print2, .btn-reserve-search, #btn-check, .btn-arrow {
    width: 30.6666666667vw;
    height: 6.6666666667vw;
    font-size: 1.5833333333vw;
  }
  .btn-ok, .btn-close {
    font-size: 1.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-preview, .btn-edit1, .btn-edit2, .btn-user-search, .btn-save, .btn-mail, .btn-cancel, #btn-csv, #btn-csv-download, #btn-print, #btn-modal-print, #btn-modal-print2, .btn-reserve-search, #btn-check, .btn-arrow {
    width: 26.2857142857vw;
    height: 5.7142857143vw;
    font-size: 1.18vw;
  }
  .btn-ok, .btn-close{
    font-size: 1.18vw;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-preview, .btn-edit1, .btn-edit2, .btn-user-search, .btn-save, .btn-mail, .btn-cancel, #btn-csv, #btn-csv-download, #btn-print, #btn-modal-print, #btn-modal-print2, .btn-reserve-search, #btn-check, .btn-arrow {
    width: 23rem;
    height: 5rem;
    font-size: 1rem;
  }
  .btn-ok, .btn-close {
    font-size: 1rem;
  }
}

.btn-add-shortcut {
  width: 100%;
  height: 18.691588785vw;
  font-size: 4.4392523364vw;
}
@media only screen and (min-width: 576px) {
  .btn-add-shortcut {
    width: 100%;
    height: 10.4166666667vw;
    font-size: 2.4739583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .btn-add-shortcut {
    width: 100%;
    height: 8.064516129vw;
    font-size: 1.9153225806vw;
  }
}
@media only screen and (min-width: 992px) {
  .btn-add-shortcut {
    width: 100%;
    height: 6.6666666667vw;
    font-size: 1.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-add-shortcut {
    width: 100%;
    height: 5.7142857143vw;
    font-size: 1.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-add-shortcut {
    width: 100%;
    height: 5rem;
    font-size: 1.1875rem;
  }
}

#modal-preview-save,
#modal-preview-cancel {
  font-size: 4.4392523364vw;
}
@media only screen and (min-width: 576px) {
  #modal-preview-save,
#modal-preview-cancel {
    font-size: 2.4739583333vw;
  }
}
@media only screen and (min-width: 768px) {
  #modal-preview-save,
#modal-preview-cancel {
    font-size: 1.9153225806vw;
  }
}
@media only screen and (min-width: 992px) {
  #modal-preview-save,
#modal-preview-cancel {
    font-size: 1.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  #modal-preview-save,
#modal-preview-cancel {
    font-size: 1.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  #modal-preview-save,
#modal-preview-cancel {
    font-size: 1.1875rem;
  }
}

#btn-search,
#btn-search2,
.btn-prev,
.btn-next,
.btn-update {
  width: 100%;
  height: 16.3551401869vw;
  margin: 0 auto;
  border-color: #649d2d;
  background-color: #649d2d;
  font-size: 4.4392523364vw;
  display: block;
}
@media only screen and (min-width: 576px) {
  #btn-search,
  #btn-search2,
  .btn-prev,
  .btn-next,
  .btn-update {
    width: 39.0625vw;
    height: 9.1145833333vw;
    font-size: 2.4739583333vw;
  }
}
@media only screen and (min-width: 768px) {
  #btn-search,
  #btn-search2,
  .btn-prev,
  .btn-next,
  .btn-update {
    width: 30.2419354839vw;
    height: 7.0564516129vw;
    font-size: 1.9153225806vw;
  }
}
@media only screen and (min-width: 992px) {
  #btn-search,
  #btn-search2,
  .btn-prev,
  .btn-next,
  .btn-update {
    width: 25vw;
    height: 5.8333333333vw;
    font-size: 1.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  #btn-search,
  #btn-search2,
  .btn-prev,
  .btn-next,
  .btn-update {
    width: 21.4285714286vw;
    height: 5vw;
    font-size: 1.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  #btn-search,
  #btn-search2,
  .btn-prev,
  .btn-next,
  .btn-update {
    width: 18.75rem;
    height: 4.375rem;
    font-size: 1.1875rem;
  }
}

.btn-prev,
.btn-next {
  width: 48%;
}
@media only screen and (min-width: 768px) {
  .btn-prev,
.btn-next {
    width: 30.2419354839vw;
  }
}
@media only screen and (min-width: 992px) {
  .btn-prev,
.btn-next {
    width: 25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-prev,
.btn-next {
    width: 21.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-prev,
.btn-next {
    width: 18.75rem;
  }
}

.btn-prev {
  margin: 0;
  background: #649d2d url(/images/icon-arrow-left.svg) no-repeat 4% 50%;
}

.btn-next {
  margin: 0;
  background: #649d2d url(/images/icon-arrow-right.svg) no-repeat 96% 50%;
}

#btn-search,
#btn-search2,
#btn-modal-print,
.btn-arrow {
  background: #649d2d url(/images/icon-arrow-right.svg) no-repeat 96% 50% !important;
}
.btn-arrow.btn-danger {
	border-color: #ff4c41;
	background: #ff4c41 url(/images/icon-arrow-right.svg) no-repeat 96% 50% !important;
}

a.btn-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ========================================================================================= ^^
    キャンプ場基本情報 Preview
============================================================================================ ^^ */
.preview-table th {
  width: 40%;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.preview-table td {
  width: 60%;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  word-break: break-all;
}

#modal-site-info-file img {
  max-width: 12.5rem;
}

.preview-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.preview-list li {
  width: 50%;
}

.modal-preview-save {
  border-color: #649d2d;
  background-color: #649d2d;
}
.modal-preview-save:hover {
  border-color: #649d2d;
  background-color: #649d2d;
}

/* ========================================================================================= ^^
	サイト施設管理ページ
============================================================================================ ^^ */
.page-site-index .facility-description {
  font-size: 3.5046728972vw;
  line-height: 1.2222222222;
}
@media only screen and (min-width: 576px) {
  .page-site-index .facility-description {
    font-size: 1.953125vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-site-index .facility-description {
    font-size: 1.5120967742vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-site-index .facility-description {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-site-index .facility-description {
    font-size: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-site-index .facility-description {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 576px) {
  .page-site-index .facility-description p {
    margin-bottom: 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-site-index .facility-description p {
    margin-bottom: 2.0161290323vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-site-index .facility-description p {
    margin-bottom: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-site-index .facility-description p {
    margin-bottom: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-site-index .facility-description p {
    margin-bottom: 1.25rem;
  }
}
.page-site-index .facility-description em {
  font-weight: bold;
  font-style: normal;
}
.page-site-index .message {
  font-size: 4.2056074766vw;
  color: #ff4c41;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  .page-site-index .message {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-site-index .message {
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-site-index .message {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-site-index .message {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-site-index .message {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-site-index .message br {
    display: none;
  }
}
.page-site-index .btn-add {
  width: 100%;
  height: 23.3644859813vw;
  margin: 0 auto 11.6822429907vw;
  font-size: 4.4392523364vw;
  color: #fff;
  font-weight: bold;
  display: block;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .page-site-index .btn-add {
    width: 61.5885416667vw;
    height: 13.0208333333vw;
    margin-bottom: 6.5104166667vw;
    font-size: 2.4739583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-site-index .btn-add {
    width: 47.6814516129vw;
    height: 10.0806451613vw;
    margin-bottom: 5.0403225806vw;
    font-size: 1.9153225806vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-site-index .btn-add {
    width: 39.4166666667vw;
    height: 8.3333333333vw;
    margin-bottom: 4.1666666667vw;
    font-size: 1.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-site-index .btn-add {
    width: 33.7857142857vw;
    height: 7.1428571429vw;
    margin-bottom: 3.5714285714vw;
    font-size: 1.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-site-index .btn-add {
    width: 29.5625rem;
    height: 6.25rem;
    margin-bottom: 3.125rem;
    font-size: 1.1875rem;
  }
}
.page-site-index .btn-add .icon-arrow {
  stroke: #fff;
  position: absolute;
  top: 50%;
  right: 1.6355140187vw;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) {
  .page-site-index .btn-add .icon-arrow {
    right: 0.9114583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-site-index .btn-add .icon-arrow {
    right: 0.7056451613vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-site-index .btn-add .icon-arrow {
    right: 0.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-site-index .btn-add .icon-arrow {
    right: 0.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-site-index .btn-add .icon-arrow {
    right: 0.4375rem;
  }
}
.page-site-index .facility-list .card-header {
  padding-top: 0;
  padding-bottom: 0;
}
.page-site-index .facility-list .nav-tabs {
  border: none;
}
.page-site-index .facility-list .nav-tabs .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto 0;
  padding: 1em 3em;
  color: #EEE;
  font-size: 12px;
  font-weight: 700;
  background-color: var(--main-color);
  box-shadow: 0 0 10px rgba(0 0 0 / .2);
  border-radius: 6px;
  transition: 0.3s;
  white-space: nowrap;
}
@media only screen and (min-width: 576px) {
  .page-site-index .facility-list .nav-tabs .nav-link {
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
    font-size:12px;
  }
}
@media only screen and (min-width: 768px) {
  .page-site-index .facility-list .nav-tabs .nav-link {
    padding-top: 1.6129032258vw;
    padding-bottom: 1.6129032258vw;
    font-size:12px;
  }
}
@media only screen and (min-width: 992px) {
  .page-site-index .facility-list .nav-tabs .nav-link {
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    font-size:12px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-site-index .facility-list .nav-tabs .nav-link {
    padding-top: 1.1428571429vw;
    padding-bottom: 1.1428571429vw;
    font-size:12px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-site-index .facility-list .nav-tabs .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size:12px;
  }
}
.page-site-index .facility-list .nav-tabs .nav-link:link {
  color: #EEE;
}
.page-site-index .facility-list .nav-tabs .nav-link:visited {
  color: #EEE;
}
.page-site-index .facility-list .nav-tabs .nav-link:hover {
  color: #EEE;
}
.page-site-index .facility-list .nav-tabs .nav-link:focus {
  color: #EEE;
}
.page-site-index .facility-list .nav-tabs .nav-link.active {
  border-bottom: 1px solid var(--main-color);
  background-color: #ccffcc;
  font-weight: bold;
  white-space: nowrap;
}
.page-site-index .facility-list .nav-tabs .nav-link.active:link {
  color: #666;
}
.page-site-index .facility-list .nav-tabs .nav-link.active:visited {
  color: #666;
}
.page-site-index .facility-list .nav-tabs .nav-link.active:hover {
  color: #666;
}
.page-site-index .facility-list .nav-tabs .nav-link.active:focus {
  color: #666;
}
@media only screen and (max-width: 991px) {
  .page-site-index .js-scrollable {
    /* overflow: auto; */
  }
}
.page-site-index .table-facility {
  /* width: 440%; */
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 3.5046728972vw;
}
@media only screen and (min-width: 576px) {
  .page-site-index .table-facility {
    font-size: 1.953125vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-site-index .table-facility {
    width: 100%;
    font-size: 1.5120967742vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-site-index .table-facility {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-site-index .table-facility {
    font-size: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-site-index .table-facility {
    font-size: 0.9375rem;
  }
}
.page-site-index .table-facility th {
  height: 9.3457943925vw;
  background-color: rgba(100, 157, 45, 0.13);
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .page-site-index .table-facility th {
    height: 5.2083333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-site-index .table-facility th {
    height: 4.0322580645vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-site-index .table-facility th {
    height: 3.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-site-index .table-facility th {
    height: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-site-index .table-facility th {
    height: 2.5rem;
  }
}
.page-site-index .table-facility th.cell-order {
  width: 11.4385964912%;
}
.page-site-index .table-facility th.cell-type {
  width: 35.2280701754%;
}
.page-site-index .table-facility th.cell-class, .page-site-index .table-facility th.cell-quantity, .page-site-index .table-facility th.cell-quantity-regulation, .page-site-index .table-facility th.cell-delete {
  width: 16.0175438596%;
}
.page-site-index .table-facility th.cell-state, .page-site-index .table-facility th.cell-edit, .page-site-index .table-facility th.cell-duplicate {
  width: 8.4210526316%;
}
.page-site-index .table-facility td {
  height: 23.3644859813vw;
  padding: 0 1.1682242991vw;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .page-site-index .table-facility td {
    height: 13.0208333333vw;
    padding: 0 0.6510416667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-site-index .table-facility td {
    height: 10.0806451613vw;
    padding: 0 0.5040322581vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-site-index .table-facility td {
    height: 8.3333333333vw;
    padding: 0 0.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-site-index .table-facility td {
    height: 7.1428571429vw;
    padding: 0 0.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-site-index .table-facility td {
    height: 6.25rem;
    padding: 0 0.3125rem;
  }
}
.page-site-index .table-facility td.cell-order .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-site-index .table-facility td.cell-type {
  padding: 0 7.0093457944vw;
  text-align: left;
}
@media only screen and (min-width: 576px) {
  .page-site-index .table-facility td.cell-type {
    padding: 0 3.90625vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-site-index .table-facility td.cell-type {
    padding: 0 3.0241935484vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-site-index .table-facility td.cell-type {
    padding: 0 2.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-site-index .table-facility td.cell-type {
    padding: 0 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-site-index .table-facility td.cell-type {
    padding: 0 1.875rem;
  }
}
.page-site-index .modal-site .reserve-type .row,
.page-site-index .modal-site .reserve-stop .row {
  margin-right: 0;
  margin-left: 0;
}
.page-site-index .modal-site .btn-file {
  width: 79.4392523364vw;
  height: 13.0841121495vw;
}
@media only screen and (min-width: 576px) {
  .page-site-index .modal-site .btn-file {
    width: 44.2708333333vw;
    height: 7.2916666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-site-index .modal-site .btn-file {
    width: 26.2096774194vw;
    height: 5.6451612903vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-site-index .modal-site .btn-file {
    width: 21.6666666667vw;
    height: 4.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-site-index .modal-site .btn-file {
    width: 18.5714285714vw;
    height: 4vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-site-index .modal-site .btn-file {
    width: 16.25rem;
    height: 3.5rem;
  }
}
.page-site-index .modal-site .btn-file img {
  width: 15px;
}
.page-site-index .modal-site .site-file-thumbnail {
  max-width: 180px;
}
.page-site-index .modal-site .site-file {
  display: none;
}
.page-site-index .modal-site .input-group-text {
  width: 25.7009345794vw;
  white-space: normal;
}
@media only screen and (min-width: 576px) {
  .page-site-index .modal-site .input-group-text {
    width: 14.3229166667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-site-index .modal-site .input-group-text {
    width: 11.0887096774vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-site-index .modal-site .input-group-text {
    width: 9.1666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-site-index .modal-site .input-group-text {
    width: 7.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-site-index .modal-site .input-group-text {
    width: 6.875rem;
  }
}
.page-site-index .modal-site .searson-row .form-control {
  height: auto;
}
.page-site-index .modal-site .btn-save {
  border-color: #649d2d;
  background: #649d2d;
}
.page-site-index .modal-site .modal-footer .btn {
  max-width: 23rem !important;
  width: 40%;
}

.btn-facility {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #649d2d;
  font-size: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (min-width: 576px) {
  .btn-facility {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .btn-facility {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .btn-facility {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-facility {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-facility {
    width: 40px;
    height: 40px;
  }
}
.btn-facility:hover {
  opacity: 0.7;
}
.btn-facility:disabled {
  opacity: 0.7;
  cursor: default;
}
.btn-facility.site-order-up {
  margin-right: 1.1682242991vw;
  background: #649d2d url(../images/icon-arrow-up@2x.png) no-repeat 50% 50%;
  background-size: 4.6728971963vw auto;
}
@media only screen and (min-width: 576px) {
  .btn-facility.site-order-up {
    margin-right: 0.6510416667vw;
    background-size: 2.6041666667vw auto;
  }
}
@media only screen and (min-width: 768px) {
  .btn-facility.site-order-up {
    margin-right: 0.5040322581vw;
    background-size: 2.0161290323vw auto;
  }
}
@media only screen and (min-width: 992px) {
  .btn-facility.site-order-up {
    margin-right: 0.4166666667vw;
    background-size: 2.5vw auto;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-facility.site-order-up {
    margin-right: 0.3571428571vw;
    background-size: 2.1428571429vw auto;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-facility.site-order-up {
    margin-right: 0.3125rem;
    background-size: 1.875rem auto;
  }
}
.btn-facility.site-order-down {
  margin-left: 1.1682242991vw;
  background: #649d2d url(../images/icon-arrow-down@2x.png) no-repeat 50% 50%;
  background-size: 4.6728971963vw auto;
}
@media only screen and (min-width: 576px) {
  .btn-facility.site-order-down {
    margin-left: 0.6510416667vw;
    background-size: 2.6041666667vw auto;
  }
}
@media only screen and (min-width: 768px) {
  .btn-facility.site-order-down {
    margin-left: 0.5040322581vw;
    background-size: 2.0161290323vw auto;
  }
}
@media only screen and (min-width: 992px) {
  .btn-facility.site-order-down {
    margin-left: 0.4166666667vw;
    background-size: 2.5vw auto;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-facility.site-order-down {
    margin-left: 0.3571428571vw;
    background-size: 2.1428571429vw auto;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-facility.site-order-down {
    margin-left: 0.3125rem;
    background-size: 1.875rem auto;
  }
}
.btn-facility.btn-delete {
  background: #649d2d url(../images/icon-delete.svg) no-repeat 50% 50%;
  background-size: 4.4392523364vw auto;
}
@media only screen and (min-width: 576px) {
  .btn-facility.btn-delete {
    background-size: 2.4739583333vw auto;
  }
}
@media only screen and (min-width: 768px) {
  .btn-facility.btn-delete {
    background-size: 1.9153225806vw auto;
  }
}
@media only screen and (min-width: 992px) {
  .btn-facility.btn-delete {
    background-size: 1.5833333333vw auto;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-facility.btn-delete {
    background-size: 1.3571428571vw auto;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-facility.btn-delete {
    background-size: 1.1875rem auto;
  }
}
/* .page-news .btn-facility {
  width: 9.3457943925vw;
  height: 9.3457943925vw;
}
@media only screen and (min-width: 576px) {
  .page-news .btn-facility {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-news .btn-facility {
    width: 5.5443548387vw;
    height: 5.5443548387vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-news .btn-facility {
    width: 4.5833333333vw;
    height: 4.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-news .btn-facility {
    width: 3.9285714286vw;
    height: 3.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-news .btn-facility {
    width: 3.4375rem;
    height: 3.4375rem;
  }
} */
.page-news .btn-facility.site-order-up {
  background-size: 4.6728971963vw auto;
}
@media only screen and (min-width: 576px) {
  .page-news .btn-facility.site-order-up {
    background-size: 2.6041666667vw auto;
  }
}
@media only screen and (min-width: 768px) {
  .page-news .btn-facility.site-order-up {
    background-size: 3.0241935484vw auto;
  }
}
@media only screen and (min-width: 992px) {
  .page-news .btn-facility.site-order-up {
    background-size: 2.5vw auto;
  }
}
@media only screen and (min-width: 1200px) {
  .page-news .btn-facility.site-order-up {
    background-size: 2.1428571429vw auto;
  }
}
@media only screen and (min-width: 1400px) {
  .page-news .btn-facility.site-order-up {
    background-size: 1.875rem auto;
  }
}
.page-news .btn-facility.site-order-down {
  background-size: 4.6728971963vw auto;
}
@media only screen and (min-width: 576px) {
  .page-news .btn-facility.site-order-down {
    background-size: 2.6041666667vw auto;
  }
}
@media only screen and (min-width: 768px) {
  .page-news .btn-facility.site-order-down {
    background-size: 3.0241935484vw auto;
  }
}
@media only screen and (min-width: 992px) {
  .page-news .btn-facility.site-order-down {
    background-size: 2.5vw auto;
  }
}
@media only screen and (min-width: 1200px) {
  .page-news .btn-facility.site-order-down {
    background-size: 2.1428571429vw auto;
  }
}
@media only screen and (min-width: 1400px) {
  .page-news .btn-facility.site-order-down {
    background-size: 1.875rem auto;
  }
}

.btn-facility2 {
  width: 24.5327102804vw;
  height: 40px;
  padding: 0;
  border-radius: 7.5934579439vw;
  font-size: 3.5046728972vw;
  border: none;
  background: #649d2d;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (min-width: 576px) {
  .btn-facility2 {
    width: 13.671875vw;
    height: 40px;
    border-radius: 4.2317708333vw;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .btn-facility2 {
    width: 10.5846774194vw;
    height: 40px;
    border-radius: 3.2762096774vw;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .btn-facility2 {
    width: 8.75vw;
    height: 40px;
    border-radius: 2.7083333333vw;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-facility2 {
    width: 7.5vw;
    height: 40px;
    border-radius: 2.3214285714vw;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-facility2 {
    width: 6.5625rem;
    height: 40px;
    border-radius: 2.03125rem;
    font-size: 1rem;
  }
}
.btn-facility2:hover {
  opacity: 0.7;
}
.page-news .btn-facility2 {
  width: 24.5327102804vw;
    height: 40px;
  border-radius: 7.5934579439vw;
}
@media only screen and (min-width: 576px) {
  .page-news .btn-facility2 {
    width: 13.671875vw;
    height: 40px;
    border-radius: 4.2317708333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-news .btn-facility2 {
    width: 10.5846774194vw;
    height: 40px;
    border-radius: 3.2762096774vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-news .btn-facility2 {
    width: 8.75vw;
    height: 40px;
    border-radius: 2.7083333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-news .btn-facility2 {
    width: 7.5vw;
    height: 40px;
    border-radius: 2.3214285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-news .btn-facility2 {
    width: 6.5625rem;
    height: 40px;
    border-radius: 2.03125rem;
  }
}

.btn-edit {
  background-color: #a269be;
}

.btn-duplicate {
  background-color: #198df3;
}

.is-hidden,
.is-hidden th,
.is-hidden td {
  background-color: #f1f1f1 !important;
}

.is-stop,
.is-stop th,
.is-stop td {
  background-color: #fcf1de !important;
}

@media only screen and (min-width: 768px) {
  .legend {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1000px) {
  .legend {
    flex-direction: row;
    align-items: center;
  }
}
.legend li {
  margin-bottom: 3.5046728972vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .legend li {
    margin-bottom: 1.953125vw;
  }
}
@media only screen and (min-width: 768px) {
  .legend li {
    margin-bottom: 1.5120967742vw;
  }
}
@media only screen and (min-width: 1000px) {
  .legend li {
    margin-right: 4.1666666667vw;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .legend li {
    margin-right: 3.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .legend li {
    margin-right: 3.125rem;
  }
}
.legend li::before {
  width: 23.3644859813vw;
  height: 10.5140186916vw;
  margin-right: 3.5046728972vw;
  border: 1px solid #ddd;
    font-size: 12px;
  content: " ";
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .legend li::before {
    width: 13.0208333333vw;
    height: 5.859375vw;
    margin-right: 1.953125vw;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .legend li::before {
    width: 10.0806451613vw;
    height: 4.5362903226vw;
    margin-right: 1.5120967742vw;
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .legend li::before {
    width: 8.3333333333vw;
    height: 3.75vw;
    margin-right: 1.25vw;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .legend li::before {
    width: 7.1428571429vw;
    height: 3.2142857143vw;
    margin-right: 1.0714285714vw;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1400px) {
  .legend li::before {
    width: 6.25rem;
    height: 2.8125rem;
    margin-right: 1.5rem;
    font-size: 12px;
  }
}
.legend li span {
  width: 58.4112149533vw;
}
@media only screen and (min-width: 576px) {
  .legend li span {
    width: 32.5520833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .legend li span {
    width: auto;
  }
}
.legend li.possible::before {
  background-color: #fff;
  content: "表示中";
}
.legend li.no-display::before {
  background-color: #f1f1f1;
  content: "非表示";
}
.legend li.impossible::before {
  background-color: #fcf1de;
  content: "売　止";
}

.legend li.isonline::before {
  background-color: #fff;
  content: "ユーザー";
}
.legend li.istel::before {
  background-color: #f6f9f3;
  content: "電話";
}
.legend li.iscancel::before {
  background-color: #eeeeee;
  content: "キャンセル";
}

/* ========================================================================================= ^^
	Options
============================================================================================ ^^ */
.page-options .facility-description {
  font-size: 3.5046728972vw;
  line-height: 1.2222222222;
}
@media only screen and (min-width: 576px) {
  .page-options .facility-description {
    font-size: 1.953125vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-options .facility-description {
    font-size: 1.5120967742vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-options .facility-description {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-options .facility-description {
    font-size: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-options .facility-description {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 576px) {
  .page-options .facility-description p {
    margin-bottom: 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-options .facility-description p {
    margin-bottom: 2.0161290323vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-options .facility-description p {
    margin-bottom: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-options .facility-description p {
    margin-bottom: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-options .facility-description p {
    margin-bottom: 1.25rem;
  }
}
.page-options .facility-description em {
  font-weight: bold;
  font-style: normal;
}
.page-options .btn-add {
  width: 100%;
  height: 23.3644859813vw;
  margin: 0 auto 11.6822429907vw;
  font-size: 4.4392523364vw;
  color: #fff;
  font-weight: bold;
  display: block;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .page-options .btn-add {
    width: 61.5885416667vw;
    height: 13.0208333333vw;
    margin-bottom: 6.5104166667vw;
    font-size: 2.4739583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-options .btn-add {
    width: 47.6814516129vw;
    height: 10.0806451613vw;
    margin-bottom: 5.0403225806vw;
    font-size: 1.9153225806vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-options .btn-add {
    width: 39.4166666667vw;
    height: 8.3333333333vw;
    margin-bottom: 4.1666666667vw;
    font-size: 1.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-options .btn-add {
    width: 33.7857142857vw;
    height: 7.1428571429vw;
    margin-bottom: 3.5714285714vw;
    font-size: 1.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-options .btn-add {
    width: 29.5625rem;
    height: 6.25rem;
    margin-bottom: 3.125rem;
    font-size: 1.1875rem;
  }
}
.page-options .btn-add .icon-arrow {
  stroke: #fff;
  position: absolute;
  top: 50%;
  right: 1.6355140187vw;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) {
  .page-options .btn-add .icon-arrow {
    right: 0.9114583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-options .btn-add .icon-arrow {
    right: 0.7056451613vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-options .btn-add .icon-arrow {
    right: 0.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-options .btn-add .icon-arrow {
    right: 0.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-options .btn-add .icon-arrow {
    right: 0.4375rem;
  }
}
@media only screen and (max-width: 991px) {
  .page-options .js-scrollable {
    /* overflow: auto; */
  }
}
.page-options .table-facility {
  /* width: 440%; */
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 3.5046728972vw;
}
@media only screen and (min-width: 576px) {
  .page-options .table-facility {
    font-size: 1.953125vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-options .table-facility {
    width: 100%;
    font-size: 1.5120967742vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-options .table-facility {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-options .table-facility {
    font-size: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-options .table-facility {
    font-size: 0.9375rem;
  }
}
.page-options .table-facility th {
  height: 9.3457943925vw;
  background-color: rgba(100, 157, 45, 0.13);
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .page-options .table-facility th {
    height: 5.2083333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-options .table-facility th {
    height: 4.0322580645vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-options .table-facility th {
    height: 3.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-options .table-facility th {
    height: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-options .table-facility th {
    height: 2.5rem;
  }
}
.page-options .table-facility th.cell-order {
  width: 11.2280701754%;
}
.page-options .table-facility th.cell-type {
  width: 43.8596491228%;
}
.page-options .table-facility th.cell-class, .page-options .table-facility th.cell-quantity, .page-options .table-facility th.cell-fee, .page-options .table-facility th.cell-delete {
  width: 7.0175438596%;
}
.page-options .table-facility th.cell-state, .page-options .table-facility th.cell-edit {
  width: 8.4210526316%;
}
.page-options .table-facility th.sub-title {
  padding: 0 4.6728971963vw;
  text-align: left;
}
@media only screen and (min-width: 576px) {
  .page-options .table-facility th.sub-title {
    padding: 0 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-options .table-facility th.sub-title {
    padding: 0 2.0161290323vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-options .table-facility th.sub-title {
    padding: 0 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-options .table-facility th.sub-title {
    padding: 0 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-options .table-facility th.sub-title {
    padding: 0 1.25rem;
  }
}
.page-options .table-facility td {
  height: 23.3644859813vw;
  padding: 0 1.1682242991vw;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .page-options .table-facility td {
    height: 13.0208333333vw;
    padding: 0 0.6510416667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-options .table-facility td {
    height: 10.0806451613vw;
    padding: 0 0.5040322581vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-options .table-facility td {
    height: 8.3333333333vw;
    padding: 0 0.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-options .table-facility td {
    height: 7.1428571429vw;
    padding: 0 0.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-options .table-facility td {
    height: 6.25rem;
    padding: 0 0.3125rem;
  }
}
.page-options .table-facility td.cell-order .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-options .table-facility td.cell-type {
  padding: 0 7.0093457944vw;
  text-align: left;
}
@media only screen and (min-width: 576px) {
  .page-options .table-facility td.cell-type {
    padding: 0 3.90625vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-options .table-facility td.cell-type {
    padding: 0 3.0241935484vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-options .table-facility td.cell-type {
    padding: 0 2.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-options .table-facility td.cell-type {
    padding: 0 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-options .table-facility td.cell-type {
    padding: 0 1.875rem;
  }
}
.page-options .option-stop .row,
.page-options .reserve .row {
  margin: 0 !important;
  align-items: center;
}
.page-options .period-row01 {
  margin: 0 0 2.3364485981vw !important;
}
@media only screen and (min-width: 576px) {
  .page-options .period-row01 {
    margin-bottom: 1.3020833333vw !important;
  }
}
@media only screen and (min-width: 768px) {
  .page-options .period-row01 {
    margin-bottom: 1.0080645161vw !important;
  }
}
@media only screen and (min-width: 992px) {
  .page-options .period-row01 {
    margin-bottom: 0.8333333333vw !important;
  }
}
@media only screen and (min-width: 1200px) {
  .page-options .period-row01 {
    margin-bottom: 0.7142857143vw !important;
  }
}
@media only screen and (min-width: 1400px) {
  .page-options .period-row01 {
    margin-bottom: 0.625rem !important;
  }
}
.page-options .period-row02 {
  margin: 0 0 2.3364485981vw !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .page-options .period-row02 {
    margin-bottom: 1.3020833333vw !important;
  }
}
@media only screen and (min-width: 768px) {
  .page-options .period-row02 {
    margin-bottom: 1.0080645161vw !important;
  }
}
@media only screen and (min-width: 992px) {
  .page-options .period-row02 {
    margin-bottom: 0.8333333333vw !important;
  }
}
@media only screen and (min-width: 1200px) {
  .page-options .period-row02 {
    margin-bottom: 0.7142857143vw !important;
  }
}
@media only screen and (min-width: 1400px) {
  .page-options .period-row02 {
    margin-bottom: 0.625rem !important;
  }
}
.page-options .period-row02 .dropdown {
  width: 21.0280373832vw !important;
  margin: 0 2.3364485981vw;
  height: auto;
}
@media only screen and (min-width: 576px) {
  .page-options .period-row02 .dropdown {
    width: 11.71875vw !important;
    margin: 0 1.3020833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-options .period-row02 .dropdown {
    width: 9.0725806452vw !important;
    margin: 0 1.0080645161vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-options .period-row02 .dropdown {
    width: 7.5vw !important;
    margin: 0 0.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-options .period-row02 .dropdown {
    width: 6.4285714286vw !important;
    margin: 0 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-options .period-row02 .dropdown {
    width: 5.625rem !important;
    margin: 0 0.625rem;
  }
}
.page-options .period-row02 .dl1 {
  margin-bottom: 1.3020833333vw;
}
.page-options .period-row02 .dl2 {
  padding-left: 10.2vw;
}
@media only screen and (min-width: 576px) {
  .page-options .period-row02 .dl1 {
    margin-bottom: 1.3020833333vw;
  }
  .page-options .period-row02 .dl2 {
    padding-left: 5.2083333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-options .period-row02 .dl1 {
    margin-bottom: 0;
  }
  .page-options .period-row02 .dl2 {
    padding-left: 0;
  }
}
.page-options .period-row03 {
  padding-left: 10.2vw;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .page-options .period-row03 {
    padding-left: 5.2083333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-options .period-row03 {
    padding-left: 4.0322580645vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-options .period-row03 {
    padding-left: 3.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-options .period-row03 {
    padding-left: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-options .period-row03 {
    padding-left: 2.5rem;
  }
}
.page-options .period-row03 .dropdown {
  width: 21.0280373832vw !important;
  margin: 0 2.3364485981vw;
  height: auto;
}
@media only screen and (min-width: 576px) {
  .page-options .period-row03 .dropdown {
    width: 11.71875vw !important;
    margin: 0 1.3020833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-options .period-row03 .dropdown {
    width: 9.0725806452vw !important;
    margin: 0 1.0080645161vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-options .period-row03 .dropdown {
    width: 7.5vw !important;
    margin: 0 0.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-options .period-row03 .dropdown {
    width: 6.4285714286vw !important;
    margin: 0 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-options .period-row03 .dropdown {
    width: 5.625rem !important;
    margin: 0 0.625rem;
  }
}
.page-options .period-row03 .dl1 {
  margin-bottom: 2.3364485981vw;
}
@media only screen and (min-width: 576px) {
  .page-options .period-row03 .dl1 {
    margin-bottom: 1.3020833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-options .period-row03 .dl1 {
    margin-bottom: 0;
  }
}
.page-options .option-fee .row {
  margin: 0 !important;
  align-items: center;
}
.page-options .option-fee .row .form-control {
  width: 90%;
  margin: 0 2.3364485981vw 0 0;
}
@media only screen and (min-width: 576px) {
  .page-options .option-fee .row .form-control {
    width: 59.8958333333vw;
    margin-right: 1.3020833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-options .option-fee .row .form-control {
    width: 46.3709677419vw;
    margin-right: 1.0080645161vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-options .option-fee .row .form-control {
    width: 38.3333333333vw;
    margin-right: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-options .option-fee .row .form-control {
    width: 32.8571428571vw;
    margin-right: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-options .option-fee .row .form-control {
    width: 28.75rem;
    margin-right: 0.625rem;
  }
}
.page-options .option-rsvmax .row {
  margin: 0 !important;
  align-items: center;
}
.page-options .option-rsvmax .row .form-control {
  width: 40%;
  margin: 0 2.3364485981vw 0 0;
}
@media only screen and (min-width: 576px) {
  .page-options .option-rsvmax .row .form-control {
    width: 26.0416666667vw;
    margin-right: 1.3020833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-options .option-rsvmax .row .form-control {
    width: 20.1612903226vw;
    margin-right: 1.0080645161vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-options .option-rsvmax .row .form-control {
    width: 16.6666666667vw;
    margin-right: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-options .option-rsvmax .row .form-control {
    width: 14.2857142857vw;
    margin-right: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-options .option-rsvmax .row .form-control {
    width: 12.5rem;
    margin-right: 0.6125rem;
  }
}
.page-options .option-rsvmax .row .form-check {
  margin: 0 7.0093457944vw 0 0;
}
@media only screen and (min-width: 576px) {
  .page-options .option-rsvmax .row .form-check {
    margin-left: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-options .option-rsvmax .row .form-check {
    margin-left: 3.0241935484vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-options .option-rsvmax .row .form-check {
    margin-left: 2.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-options .option-rsvmax .row .form-check {
    margin-left: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-options .option-rsvmax .row .form-check {
    margin-left: 1.875rem;
  }
}
.page-options .modal-option .modal-footer .btn {
  max-width: 23rem !important;
  width: 40%;
}

/* ========================================================================================= ^^
	Calendar
============================================================================================ ^^ */
.page-calendar .default-tab .calendar-nav {
  padding-bottom: 1.1682242991vw;
  overflow-x: auto;
  scrollbar-width: thin;
}
@media only screen and (min-width: 576px) {
  .page-calendar .default-tab .calendar-nav {
    padding-bottom: 0.6510416667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-calendar .default-tab .calendar-nav {
    padding-bottom: 0.5040322581vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-calendar .default-tab .calendar-nav {
    padding-bottom: 0.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-calendar .default-tab .calendar-nav {
    padding-bottom: 0.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-calendar .default-tab .calendar-nav {
    padding-bottom: 0.3125rem;
  }
}

.page-calendar .fc-header-toolbar {
  margin-bottom: 0;
}
.page-calendar .fc-view {
  margin-top: 0;
}

.page-calendar .default-tab .calendar-nav::-webkit-scrollbar {
  height: 5px;
}
.page-calendar .default-tab .calendar-nav::-webkit-scrollbar-thumb {
  background: #cdcdcd;
}
.page-calendar .default-tab .calendar-nav::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.page-calendar .default-tab .nav-tabs {
  width: 370%;
}
@media only screen and (min-width: 768px) {
  .page-calendar .default-tab .nav-tabs {
    width: 73rem;
  }
}
@media only screen and (min-width: 1520px) {
  .page-calendar .default-tab .nav-tabs {
    width: 100%;
  }
}
.page-calendar .default-tab .nav-tabs .nav-item {
  font-size: 5.1401869159vw;
}
@media only screen and (min-width: 576px) {
  .page-calendar .default-tab .nav-tabs .nav-item {
    font-size: 2.8645833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-calendar .default-tab .nav-tabs .nav-item {
    font-size: 2.2177419355vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-calendar .default-tab .nav-tabs .nav-item {
    font-size: 1.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-calendar .default-tab .nav-tabs .nav-item {
    font-size: 1.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-calendar .default-tab .nav-tabs .nav-item {
    font-size: 1.375rem;
  }
}
.page-calendar .default-tab .nav-tabs .nav-item .nav-link {
  border: none;
  border-radius: 0;
  font-weight: normal;
}
.page-calendar .default-tab .nav-tabs .nav-item .nav-link:link {
  color: #83817f;
}
.page-calendar .default-tab .nav-tabs .nav-item .nav-link:visited {
  color: #83817f;
}
.page-calendar .default-tab .nav-tabs .nav-item .nav-link:hover {
  color: #83817f;
}
.page-calendar .default-tab .nav-tabs .nav-item .nav-link:focus {
  color: #83817f;
}
.page-calendar .default-tab .nav-tabs .nav-item .nav-link.active {
  border-bottom: 1px solid var(--main-color);
  font-weight: bold;
}
.page-calendar .default-tab .nav-tabs .nav-item .nav-link.active:link {
  color: var(--main-color);
}
.page-calendar .default-tab .nav-tabs .nav-item .nav-link.active:visited {
  color: var(--main-color);
}
.page-calendar .default-tab .nav-tabs .nav-item .nav-link.active:hover {
  color: var(--main-color);
}
.page-calendar .default-tab .nav-tabs .nav-item .nav-link.active:focus {
  color: var(--main-color);
}
.page-calendar .tab-calendar .fc-toolbar-title {
  font-size: 5.6074766355vw;
  color: var(--main-color);
}
@media only screen and (min-width: 576px) {
  .page-calendar .tab-calendar .fc-toolbar-title {
    font-size: 3.125vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-calendar .tab-calendar .fc-toolbar-title {
    font-size: 2.4193548387vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-calendar .tab-calendar .fc-toolbar-title {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-calendar .tab-calendar .fc-toolbar-title {
    font-size: 1.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-calendar .tab-calendar .fc-toolbar-title {
    font-size: 1.5rem;
  }
}
.page-calendar .tab-content {
  padding-top: 2.1028037383vw;
}
@media only screen and (min-width: 576px) {
  .page-calendar .tab-content {
    padding-top: 1.171875vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-calendar .tab-content {
    padding-top: 0.9072580645vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-calendar .tab-content {
    padding-top: 0.75vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-calendar .tab-content {
    padding-top: 0.6428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-calendar .tab-content {
    padding-top: 0.5625rem;
  }
}
.page-calendar .fc-header-toolbar {
  margin-bottom: 2.1028037383vw;
}
@media only screen and (min-width: 576px) {
  .page-calendar .fc-header-toolbar {
    margin-bottom: 1.171875vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-calendar .fc-header-toolbar {
    margin-bottom: 0.9072580645vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-calendar .fc-header-toolbar {
    margin-bottom: 0.75vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-calendar .fc-header-toolbar {
    margin-bottom: 0.6428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-calendar .fc-header-toolbar {
    margin-bottom: 0.8125rem;
  }
}
.page-calendar .btn-update {
  width: 100%;
  /* height: 23.3644859813vw; */
  margin: 0 auto;
  font-size: 4.4392523364vw;
  color: #fff;
  font-weight: bold;
  display: block;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .page-calendar .btn-update {
    width: 61.5885416667vw;
    /* height: 13.0208333333vw; */
    font-size: 2.4739583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-calendar .btn-update {
    width: 47.6814516129vw;
    /* height: 10.0806451613vw; */
    font-size: 1.9153225806vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-calendar .btn-update {
    width: 39.4166666667vw;
    /* height: 8.3333333333vw; */
    font-size: 1.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-calendar .btn-update {
    width: 33.7857142857vw;
    /* height: 7.1428571429vw; */
    font-size: 1.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-calendar .btn-update {
    width: 29.5625rem;
    /* height: 6.25rem; */
    font-size: 1.1875rem;
  }
}
.page-calendar .btn-update .icon-arrow {
  stroke: #fff;
  position: absolute;
  top: 50%;
  right: 1.6355140187vw;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) {
  .page-calendar .btn-update .icon-arrow {
    right: 0.9114583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-calendar .btn-update .icon-arrow {
    right: 0.7056451613vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-calendar .btn-update .icon-arrow {
    right: 0.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-calendar .btn-update .icon-arrow {
    right: 0.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-calendar .btn-update .icon-arrow {
    right: 0.4375rem;
  }
}

.page-calendar .buttons p {
  margin-bottom: 0;
  font-size: 4.2056074766vw;
  text-align: center;
}
.page-calendar .buttons button {
  background: #649d2d url(/images/icon-arrow-right.svg) no-repeat 96% 50% !important;
}
@media only screen and (min-width: 576px) {
  .page-calendar .buttons p {
    font-size: 2.34375vw;
  }
}

@media only screen and (min-width: 768px) {
  .page-calendar .buttons p {
    font-size: 1.814516129vw;
  }
}

@media only screen and (min-width: 992px) {
  .page-calendar .buttons p {
    font-size: 1.5vw;
  }
}

@media only screen and (min-width: 1200px) {
  .page-calendar .buttons p {
    font-size: 1.2857142857vw;
  }
}

@media only screen and (min-width: 1400px) {
  .page-calendar .buttons p {
    font-size: 1.125rem;
  }
}
.app-fullcalendar .season-all-select,
.app-fullcalendar .season-select {
  width: 90%;
  margin: 10px auto;
  color: #000;
}
.app-fullcalendar .dropdown {
  width: 8vw;
  height: auto;
  margin: 0.625rem 0;
}
@media only screen and (min-width: 768px) {
  .app-fullcalendar .dropdown {
    width: 80% !important;
  }
}
.app-fullcalendar .dropdown .btn {
  width: 100%;
  padding-right: 5px !important;
  padding-left: 5px !important;
  border-right: none !important;
  border-left: none !important;
}
@media only screen and (min-width: 768px) {
  .app-fullcalendar .dropdown .btn {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    border-right: 1px solid #f0f1f5 !important;
    border-left: 1px solid #f0f1f5 !important;
  }
}
@media only screen and (max-width: 991px) {
  .app-fullcalendar .dropdown .btn {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .app-fullcalendar .dropdown .btn .filter-option::before {
    display: none;
  }
}
.app-fullcalendar .fc-scroller-harness {
  overflow: visible !important;
}
.app-fullcalendar .fc-day-sun .fc-daygrid-day-number, .app-fullcalendar .fc-day-holiday .fc-daygrid-day-number {
  color: #c00;
}
.app-fullcalendar .fc-day-sat .fc-daygrid-day-number {
  color: #00c;
}
.app-fullcalendar table.fc-scrollgrid {
  width: 100%;
  margin: 0 0 9.3457943925vw;
}
@media only screen and (min-width: 576px) {
  .app-fullcalendar table.fc-scrollgrid {
    margin-bottom: 5.2083333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .app-fullcalendar table.fc-scrollgrid {
    margin: 0 auto 4.0322580645vw;
  }
}
@media only screen and (min-width: 992px) {
  .app-fullcalendar table.fc-scrollgrid {
    margin-bottom: 3.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .app-fullcalendar table.fc-scrollgrid {
    margin-bottom: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .app-fullcalendar table.fc-scrollgrid {
    margin-bottom: 2.5rem;
  }
}
.app-fullcalendar table.fc-scrollgrid thead tr:first-of-type th {
  height: 3.125rem;
  background: #ebf2e4;
  vertical-align: middle;
  position: relative;
}
.app-fullcalendar table.fc-scrollgrid thead tr:first-of-type th::after {
  width: 1px;
  height: 100%;
  background: #fff;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.app-fullcalendar table.fc-scrollgrid thead tr:first-of-type th:last-of-type::after {
  display: none;
}
.app-fullcalendar table.fc-scrollgrid .fc-daygrid-day-top {
  background: #ebf2e4;
}

.page-calendar-season .btn-add {
  width: 100%;
  height: 23.3644859813vw;
  margin: 0 auto 11.6822429907vw;
  font-size: 4.4392523364vw;
  color: #fff;
  font-weight: bold;
  display: block;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .page-calendar-season .btn-add {
    width: 61.5885416667vw;
    height: 13.0208333333vw;
    margin-bottom: 6.5104166667vw;
    font-size: 2.4739583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-calendar-season .btn-add {
    width: 47.6814516129vw;
    height: 10.0806451613vw;
    margin-bottom: 5.0403225806vw;
    font-size: 1.9153225806vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-calendar-season .btn-add {
    width: 39.4166666667vw;
    height: 8.3333333333vw;
    margin-bottom: 4.1666666667vw;
    font-size: 1.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-calendar-season .btn-add {
    width: 33.7857142857vw;
    height: 7.1428571429vw;
    margin-bottom: 3.5714285714vw;
    font-size: 1.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-calendar-season .btn-add {
    width: 29.5625rem;
    height: 6.25rem;
    margin-bottom: 3.125rem;
    font-size: 1.1875rem;
  }
}
.page-calendar-season .js-scrollable {
  overflow: auto;
}

.page-calendar-season .btn-add .icon-arrow {
  stroke: #fff;
  position: absolute;
  top: 50%;
  right: 1.6355140187vw;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) {
  .page-calendar-season .btn-add .icon-arrow {
    right: 0.9114583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-calendar-season .btn-add .icon-arrow {
    right: 0.7056451613vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-calendar-season .btn-add .icon-arrow {
    right: 0.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-calendar-season .btn-add .icon-arrow {
    right: 0.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-calendar-season .btn-add .icon-arrow {
    right: 0.4375rem;
  }
}
.page-calendar-season .table-facility {
  min-width: 37.5rem;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 3.5046728972vw;
}
@media only screen and (min-width: 576px) {
  .page-calendar-season .table-facility {
    font-size: 1.953125vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-calendar-season .table-facility {
    width: 100%;
    font-size: 1.5120967742vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-calendar-season .table-facility {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-calendar-season .table-facility {
    font-size: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-calendar-season .table-facility {
    font-size: 0.9375rem;
  }
}
.page-calendar-season .table-facility th {
  height: 9.3457943925vw;
  background-color: rgba(100, 157, 45, 0.13);
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .page-calendar-season .table-facility th {
    height: 5.2083333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-calendar-season .table-facility th {
    height: 4.0322580645vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-calendar-season .table-facility th {
    height: 3.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-calendar-season .table-facility th {
    height: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-calendar-season .table-facility th {
    height: 2.5rem;
  }
}
.page-calendar-season .table-facility th.cell-order {
  width: 11.2280701754%;
}
.page-calendar-season .table-facility th.cell-name {
  width: 41.1929824561%;
}
.page-calendar-season .table-facility th.cell-abbreviation {
  width: 32.1403508772%;
}
.page-calendar-season .table-facility th.cell-delete {
  width: 7.0175438596%;
}
.page-calendar-season .table-facility th.cell-edit {
  width: 8.4210526316%;
}
.page-calendar-season .table-facility td {
  height: 19.6261682243vw;
  padding: 0 0.7009345794vw;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .page-calendar-season .table-facility td {
    height: 10.9375vw;
    padding: 0 0.390625vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-calendar-season .table-facility td {
    height: 8.4677419355vw;
    padding: 0 0.3024193548vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-calendar-season .table-facility td {
    height: 7vw;
    padding: 0 0.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-calendar-season .table-facility td {
    height: 6vw;
    padding: 0 0.2142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-calendar-season .table-facility td {
    height: 5.25rem;
    padding: 0 0.15625rem;
  }
}
.page-calendar-season .table-facility td.cell-order .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-calendar-season .table-facility td.cell-name {
  padding: 0 4.6728971963vw;
  text-align: left;
}
@media only screen and (min-width: 576px) {
  .page-calendar-season .table-facility td.cell-name {
    padding: 0 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-calendar-season .table-facility td.cell-name {
    padding: 0 2.0161290323vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-calendar-season .table-facility td.cell-name {
    padding: 0 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-calendar-season .table-facility td.cell-name {
    padding: 0 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-calendar-season .table-facility td.cell-name {
    padding: 0 1.25rem;
  }
}
.page-calendar-season .modal-color .btn {
  padding: 0.538rem 1.5rem;
}
.page-calendar-season .modal-color .btn .filter-option-inner-inner {
  height: 1.875rem;
  font-size: 0;
}
.page-calendar-season .modal-color .dropdown-menu li {
  height: 3.125rem;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(2) {
  background-color: #c8e3ff;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(2) .dropdown-item {
  font-size: 0;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(3) {
  background-color: #ffcc66;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(3) .dropdown-item {
  font-size: 0;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(4) {
  background-color: #ffcccc;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(4) .dropdown-item {
  font-size: 0;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(5) {
  background-color: #ccff99;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(5) .dropdown-item {
  font-size: 0;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(6) {
  background-color: #ccffff;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(6) .dropdown-item {
  font-size: 0;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(7) {
  background-color: #ffff99;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(7) .dropdown-item {
  font-size: 0;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(8) {
  background-color: #99ffcc;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(8) .dropdown-item {
  font-size: 0;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(9) {
  background-color: #ccccff;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(9) .dropdown-item {
  font-size: 0;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(10) {
  background-color: #ccff99;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(10) .dropdown-item {
  font-size: 0;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(11) {
  background-color: #ff9999;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(11) .dropdown-item {
  font-size: 0;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(12) {
  background-color: #99ccff;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(12) .dropdown-item {
  font-size: 0;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(13) {
  background-color: #ccff66;
}
.page-calendar-season .modal-color .dropdown-menu li:nth-of-type(13) .dropdown-item {
  font-size: 0;
}
.page-calendar-season .modal-color .dropdown-menu li .dropdown-item {
  height: 100%;
}
.page-calendar-season .modal-color .dropdown-menu li .dropdown-item.active, .page-calendar-season .modal-color .dropdown-menu li .dropdown-item:focus, .page-calendar-season .modal-color .dropdown-menu li .dropdown-item:active, .page-calendar-season .modal-color .dropdown-menu li .dropdown-item:hover {
  background-color: transparent;
}
.page-calendar-season .modal-site .modal-footer .btn {
  max-width: 23rem !important;
  width: 40%;
}

.page-telreserve .reserve-date {
  margin-bottom: 2.3364485981vw;
  font-size: 4.2056074766vw;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .reserve-date {
    margin-bottom: 1.3020833333vw;
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-date {
    margin-bottom: 1.3020833333vw;
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .reserve-date {
    margin-bottom: 0;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .reserve-date {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .reserve-date {
    font-size: 1.125rem;
  }
}
.page-telreserve .reserve-date .label {
  padding-right: 5.8411214953vw;
  margin-right: 5.8411214953vw;
  font-size: 4.2056074766vw;
  border-right: 1px solid #eceaea;
}
@media only screen and (max-width: 768px) {
  .page-telreserve .reserve-date .label {
    order: 1;
  }
}
@media only screen and (min-width: 576px) {
  .page-telreserve .reserve-date .label {
    padding-right: 3.2552083333vw;
    margin-right: 3.2552083333vw;
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-date .label {
    padding-right: 2.5201612903vw;
    margin-right: 2.5201612903vw;
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .reserve-date .label {
    padding-right: 2.0833333333vw;
    margin-right: 2.0833333333vw;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .reserve-date .label {
    padding-right: 1.7857142857vw;
    margin-right: 1.7857142857vw;
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .reserve-date .label {
    padding-right: 1.526rem;
    margin-right: 1.526rem;
    font-size: 1.125rem;
  }
}
.page-telreserve .reserve-date .date {
  padding: 0.2rem 0;
}
@media only screen and (max-width: 768px) {
  .page-telreserve .reserve-date .date {
    order: 2;
  }
}
.page-telreserve .stay {
  padding-left: 2.3364485981vw;
  margin-bottom: 2.3364485981vw;
  margin-left: 2.3364485981vw;
  font-size: 4.2056074766vw;
  border-left: 1px solid #eceaea;
}
@media only screen and (max-width: 768px) {
  .page-telreserve .stay {
    order: 3;
  }
}
@media only screen and (min-width: 576px) {
  .page-telreserve .stay {
    padding-left: 1.3020833333vw;
    margin-bottom: 1.3020833333vw;
    margin-left: 1.3020833333vw;
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .stay {
    padding-left: 2.5201612903vw;
    margin-bottom: 1.0080645161vw;
    margin-left: 3.5282258065vw;
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .stay {
    padding-left: 2.0833333333vw;
    margin-right: 2.9166666667vw;
    margin-bottom: 0;
    margin-left: 2.9166666667vw;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .stay {
    padding-left: 1.7857142857vw;
    margin-right: 2.5vw;
    margin-left: 2.5vw;
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .stay {
    padding-left: 1.526rem;
    margin-right: 2.1875rem;
    margin-left: 2.1875rem;
    font-size: 1.125rem;
  }
}
.page-telreserve .select-date {
  width: 0;
  height: 0;
  padding: 0;
  border: none;
}
.page-telreserve .btn-change-date,
.page-telreserve .btn-capture {
  padding: 5px;
  margin-bottom: 2.3364485981vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .btn-change-date,
.page-telreserve .btn-capture {
    padding: 0.6510416667vw 1.953125vw 0.6510416667vw 0.6510416667vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .btn-change-date,
.page-telreserve .btn-capture {
    padding: 0.5040322581vw 1.5120967742vw 0.5040322581vw 0.5040322581vw;
    margin-bottom: 1.0080645161vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .btn-change-date,
.page-telreserve .btn-capture {
    padding: 0.4166666667vw 1.25vw 0.4166666667vw 0.4166666667vw;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .btn-change-date,
.page-telreserve .btn-capture {
    padding: 0.3571428571vw 0.7142857143vw 0.3571428571vw 0.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .btn-change-date,
.page-telreserve .btn-capture {
    padding: 0.3125rem 0.9375rem 0.3125rem 0.3125rem;
  }
}
.page-telreserve .btn-change-date .btn-icon-left,
.page-telreserve .btn-capture .btn-icon-left {
  margin: 0 5px 0 0;
}
.page-telreserve .nav-wrap {
  padding-bottom: 1.1682242991vw;
  overflow-x: auto;
  scrollbar-width: thin;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .nav-wrap {
    padding-bottom: 0.6510416667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .nav-wrap {
    padding-bottom: 0.5040322581vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .nav-wrap {
    padding-bottom: 0.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .nav-wrap {
    padding-bottom: 0.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .nav-wrap {
    padding-bottom: 0.3125rem;
  }
}
.page-telreserve .nav-wrap::-webkit-scrollbar {
  height: 5px;
}
.page-telreserve .nav-wrap::-webkit-scrollbar-thumb {
  background: #cdcdcd;
}
.page-telreserve .nav-wrap::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.page-telreserve .nav-tabs {
  width: 120%;
  flex-wrap: nowrap !important;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .nav-tabs {
    width: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .page-telreserve .nav-tabs {
    width: 100%;
  }
}
.page-telreserve .nav-tabs .nav-item {
  font-size: 3.738317757vw;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .nav-tabs .nav-item {
    font-size: 2.0833333333vw;
    padding-right:5px;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .nav-tabs .nav-item {
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .nav-tabs .nav-item {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .nav-tabs .nav-item {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .nav-tabs .nav-item {
    font-size: 1.125rem;
  }
}
.page-telreserve .nav-tabs .nav-item .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 3em;
  color: #EEE;
  font-size: 12px;
  font-weight: 700;
  background-color: var(--main-color);
  box-shadow: 0 0 10px rgba(0 0 0 / .2);
  border-radius: 6px;
  transition: 0.3s;
  white-space: nowrap;
}

.page-telreserve .nav-tabs .nav-item .nav-link:link {
  color: #EEE;
}
.page-DDD .nav-tabs .nav-item .nav-link:visited {
  color: #EEE;
}
.page-telreserve .nav-tabs .nav-item .nav-link:hover {
  color: #EEE;
}
.page-telreserve .nav-tabs .nav-item .nav-link:focus {
  color: #EEE;
}
.page-telreserve .nav-tabs .nav-item .nav-link.active {
  border-bottom: 1px solid var(--main-color);
  background-color: #ccffcc;
  font-weight: bold;
  white-space: nowrap;
}
.page-telreserve .nav-tabs .nav-item .nav-link.active:link {
  color: #666;
}
.page-telreserve .nav-tabs .nav-item .nav-link.active:visited {
  color:#666;
}
.page-telreserve .nav-tabs .nav-item .nav-link.active:hover {
  color: #666;
}
.page-telreserve .nav-tabs .nav-item .nav-link.active:focus {
  color: #666;
}
.page-telreserve .table-stock thead th {
  background-color: #ebf2e4;
  font-size: 1rem;
}
.page-telreserve .table-stock tbody th {
  width: 41.0882%;
  font-weight: normal;
}
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #f7faf3;
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .table-stock tbody th {
    width: 58.0882%;
  }
}
.page-telreserve .table-stock tbody td {
  width: 17.6471%;
}
.page-telreserve .table-stock tbody td.qty {
  width: 32.2647%;
  font-size: 4.2056074766vw;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .table-stock tbody td.qty {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .table-stock tbody td.qty {
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .table-stock tbody td.qty {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .table-stock tbody td.qty {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .table-stock tbody td.qty {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1600px) {
  .page-telreserve .table-stock tbody td.qty {
    width: 24.2647%;
  }
}
.page-telreserve .table-stock tbody td.qty .qty-inner {
  padding-right: 2%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1600px) {
  .page-telreserve .table-stock tbody td.qty .qty-inner {
    padding-right: 18.1818%;
  }
}
.page-telreserve .table-stock tbody td.qty .qty-inner .label {
  padding: 0;
  font-size: 4.2056074766vw;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .table-stock tbody td.qty .qty-inner .label {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .table-stock tbody td.qty .qty-inner .label {
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .table-stock tbody td.qty .qty-inner .label {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .table-stock tbody td.qty .qty-inner .label {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .table-stock tbody td.qty .qty-inner .label {
    font-size: 1.125rem;
  }
}
.page-telreserve .table-stock tbody td.qty .qty-inner .num {
  width: 2rem;
  text-align: right;
}
.page-telreserve .btn-add-reserve {
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-telreserve .btn-add-reserve::after {
  width: 3.5046728972vw;
  height: 3.2710280374vw;
  background: url(../images/icon-arrow05.svg) no-repeat 50% 50%/cover;
  content: " ";
  display: block;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .btn-add-reserve::after {
    width: 1.953125vw;
    height: 1.8229166667vw;
    margin-left: 0.6510416667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .btn-add-reserve::after {
    width: 1.5120967742vw;
    height: 1.4112903226vw;
    margin-left: 0.5040322581vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .btn-add-reserve::after {
    width: 1.25vw;
    height: 1.1666666667vw;
    margin-left: 0.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .btn-add-reserve::after {
    width: 1.0714285714vw;
    height: 1vw;
    margin-left: 0.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .btn-add-reserve::after {
    width: 0.9375rem;
    height: 0.875rem;
    margin-left: 0.3125rem;
  }
}
.page-telreserve .btn-add-reserve span {
  width: 20.0934579439vw;
  height: 6.0747663551vw;
  border: none;
  border-radius: 3.0373831776vw;
  background-color: #f3ad33;
  font-size: 3.738317757vw;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .btn-add-reserve span {
    width: 11.1979166667vw;
    height: 3.3854166667vw;
    border-radius: 1.6927083333vw;
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .btn-add-reserve span {
    width: 8.6693548387vw;
    height: 2.6209677419vw;
    border-radius: 1.310483871vw;
    font-size: 1.6129032258vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .btn-add-reserve span {
    width: 7.1666666667vw;
    height: 2.1666666667vw;
    border-radius: 1.0833333333vw;
    font-size: 1.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .btn-add-reserve span {
    width: 6.1428571429vw;
    height: 1.8571428571vw;
    border-radius: 0.9285714286vw;
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .btn-add-reserve span {
    width: 5.375rem;
    height: 1.625rem;
    border-radius: 1.3125rem;
    font-size: 1rem;
  }
}
.page-telreserve .carousel-control-prev,
.page-telreserve .carousel-control-next {
  /* width: 4.6728971963vw;
  height: 4.6728971963vw; */
  width: 6.673vw;
  height: 6.673vw;
  background-color: #649d2d;
  border-radius: 50%;
  overflow: hidden;
  position: static;
  opacity: 1;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .carousel-control-prev,
.page-telreserve .carousel-control-next {
    width: 3.3854166667vw;
    height: 3.3854166667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .carousel-control-prev,
.page-telreserve .carousel-control-next {
    width: 2.6209677419vw;
    height: 2.6209677419vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .carousel-control-prev,
.page-telreserve .carousel-control-next {
    width: 2.1666666667vw;
    height: 2.1666666667vw;
    background-size: 1vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .carousel-control-prev,
.page-telreserve .carousel-control-next {
    width: 1.8571428571vw;
    height: 1.8571428571vw;
    background-size: 0.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .carousel-control-prev,
.page-telreserve .carousel-control-next {
    width: 2.0625rem;
    height: 2.0625rem;
  }
}
.page-telreserve .carousel-control-prev-icon,
.page-telreserve .carousel-control-next-icon {
  background-size: 1.8691588785vw;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .carousel-control-prev-icon,
.page-telreserve .carousel-control-next-icon {
    background-size: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .carousel-control-prev-icon,
.page-telreserve .carousel-control-next-icon {
    background-size: 1.2096774194vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .carousel-control-prev-icon,
.page-telreserve .carousel-control-next-icon {
    background-size: 1vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .carousel-control-prev-icon,
.page-telreserve .carousel-control-next-icon {
    background-size: 0.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .carousel-control-prev-icon,
.page-telreserve .carousel-control-next-icon {
    background-size: 1rem;
  }
}
.page-telreserve .carousel-control-prev {
  margin-right: 1.1682242991vw;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .carousel-control-prev {
    margin-right: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .carousel-control-prev {
    margin-right: 1.4112903226vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .carousel-control-prev {
    margin-right: 1.1666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .carousel-control-prev {
    margin-right: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .carousel-control-prev {
    margin-right: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-telreserve .select-div {
    width: 17vw;
  }
}
.page-telreserve .select-div {
  width: 60px;
}
.page-telreserve .select-div .dropdown {
  width: 100% !important;
}
.page-telreserve .select-div select {
  width: 100% !important;
  height: 56px;
  padding: 0 3vw;
  border: 1px solid #ddd;
  border-radius: 0;
  background-position: 90% 50%;
  color: #7e7e7e;
}
.is-ios .page-telreserve .select-div select {
  padding: 0 3vw;
  appearance: none;
}
.page-telreserve .select-div .btn {
  width: 100% !important;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 0;
  background-color: #fff !important;
}
.page-telreserve .select-name {
  font-size: 4.2056074766vw;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .select-name {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .select-div select {
    padding: 0 1rem;
  }
  .page-telreserve .select-name {
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .select-name {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .select-name {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .select-name {
    font-size: 1.125rem;
  }
}
.page-telreserve .reserve-select-option {
  width: 100%;
}
.page-telreserve .reserve-select-option .input-group-prepend {
  width: 100%;
}
.page-telreserve .reserve-select-option .input-group-text {
  width: 100%;
}
.page-telreserve .reserve-select-option select {
  width: 100%;
  height: 11vw;
  padding: 0.375rem 2vw;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
  color: #7e7e7e;
}
.is-ios .page-telreserve .reserve-select-option select {
  padding: 0.375rem 2vw;
  appearance: none;
}
.page-telreserve .reserve-select-option .dropdown {
  width: 100% !important;
}
.page-telreserve .reserve-select-option .btn {
  width: 100%;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-select-option {
    width: auto;
    min-height: 56px;
  }
  .page-telreserve .reserve-select-option .input-group-prepend {
    width: 33%;
  }
  .page-telreserve .reserve-select-option .input-group-text {
    width: 100%;
    padding: 10px;
    white-space: normal;
  }
  .page-telreserve .reserve-select-option select {
    width: 67%;
    height: auto;
    padding: 0.375rem 0.5rem;
  }
  .is-ios .page-telreserve .reserve-select-option select {
    padding: 0.375rem 0.5rem;
  }
  .page-telreserve .reserve-select-option .dropdown {
    width: auto !important;
  }
  .page-telreserve .reserve-select-option .btn {
    width: 18.75rem;
  }
}
.page-telreserve .weeks {
  width: 300%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .page-telreserve .weeks {
    width: 100%;
  }
}
.page-telreserve .scroll-hint {
  margin-bottom: 3rem !important;
}
.page-telreserve .day-reserve.is-active {
  background-color: #fefedb;
}
.page-telreserve .day-reserve.is-saturday th {
  color: #306ced;
}
.page-telreserve .day-reserve.is-holiday th, .page-telreserve .day-reserve.is-sunday th {
  color: #ff5e7c;
}
.page-telreserve .btn-date {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .page-telreserve .btn-date {
    order: 4;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .btn-date {
    margin-left: 0;
  }
}
.page-telreserve .reserve-edit-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .page-telreserve .reserve-edit-content {
    justify-content: space-between;
  }
}
.page-telreserve .reserve-edit-content .reserve-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .page-telreserve .reserve-edit-content .reserve-date {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .page-telreserve .reserve-edit-content .btn-date {
    order: 4;
  }
}
@media only screen and (max-width: 767px) {
  .page-telreserve .reserve-edit-content .btn-date .btn-change-date {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-telreserve .reserve-edit-content #stay {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .page-telreserve .reserve-edit-content #reserve-id {
    order: 3;
  }
}
.page-telreserve .reserve-card {
  margin-bottom: 1rem !important;
  border: 1px solid #ddd;
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-card {
    margin-bottom: 0 !important;
  }
}
.page-telreserve .reserve-card .card-header {
  padding: 10px 2.3364485981vw 5px;
  border-radius: 20px 20px 0 0;
  background-color: #fbedc2;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .reserve-card .card-header {
    padding-right: 1.3020833333vw;
    padding-left: 1.3020833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-card .card-header {
    padding-right: 1.0080645161vw;
    padding-left: 1.0080645161vw;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .reserve-card .card-header {
    padding-right: 0.8333333333vw;
    padding-left: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .reserve-card .card-header {
    padding-right: 0.7142857143vw;
    padding-left: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .reserve-card .card-header {
    padding-right: 0.5555555556vw;
    padding-left: 0.5555555556vw;
  }
}
@media only screen and (min-width: 1800px) {
  .page-telreserve .reserve-card .card-header {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.page-telreserve .reserve-card .card-header .card-title {
  width: 100%;
  margin-bottom: 3vw;
  font-size: 3.738317757vw;
  font-weight: bold;
  text-align: center !important;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .reserve-card .card-header .card-title {
    width: auto;
    font-size: 2.0833333333vw;
    text-align: left !important;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-card .card-header .card-title {
    margin-bottom: 0;
    font-size: 2.0161290323vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .reserve-card .card-header .card-title {
    width: 18%;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .reserve-card .card-header .card-title {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .reserve-card .card-header .card-title {
    width: 20%;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1800px) {
  .page-telreserve .reserve-card .card-header .card-title {
    /* width: 30%; */
    width: 17%;
  }
}
.page-telreserve .reserve-card .card-header #navi-reserve {
  width: 50vw;
  margin-right: 0;
  margin-left: 0;
  justify-content: center;
}
@media only screen and (min-width: 400px) {
  .page-telreserve .reserve-card .card-header #navi-reserve {
    width: 56vw;
    margin-bottom: 1.5vw;
  }
}
@media only screen and (min-width: 576px) {
  .page-telreserve .reserve-card .card-header #navi-reserve {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-card .card-header #navi-reserve {
    width: auto;
    margin-bottom: 0;
    justify-content: space-between;
  }
}
.page-telreserve .reserve-card .card-header #navi-reserve li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-telreserve .reserve-card .card-header #slide-reserve-date {
  font-size: 4.2056074766vw;
  font-weight: bold;
}
.page-telreserve .reserve-card .card-header #slide-reserve-date .pc-only {
  display: none;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .reserve-card .card-header #slide-reserve-date {
    font-size: 2.8645833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-card .card-header #slide-reserve-date {
    font-size: 2.2177419355vw;
  }
  .page-telreserve .reserve-card .card-header #slide-reserve-date .pc-only {
    display: inline;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .reserve-card .card-header #slide-reserve-date {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .reserve-card .card-header #slide-reserve-date {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .reserve-card .card-header #slide-reserve-date {
    font-size: 1.375rem;
  }
}
.page-telreserve .reserve-card .card-header .btn-previous-copy {
  padding: 1.1682242991vw 2.3364485981vw 1.1682242991vw 1.1682242991vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .reserve-card .card-header .btn-previous-copy {
    padding: 0.6510416667vw 1.3020833333vw 0.6510416667vw 0.6510416667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-card .card-header .btn-previous-copy {
    padding: 0.5040322581vw 1.0080645161vw 0.5040322581vw 0.5040322581vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .reserve-card .card-header .btn-previous-copy {
    padding: 0.4166666667vw 0.8333333333vw 0.4166666667vw 0.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .reserve-card .card-header .btn-previous-copy {
    padding: 0.3571428571vw 0.7142857143vw 0.3571428571vw 0.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .reserve-card .card-header .btn-previous-copy {
    padding: 0.3125rem 0.625rem 0.3125rem 0.3125rem;
  }
}

@media only screen and (max-width: 576px) {
  .page-telreserve .reserve-card .card-header .btn-copy-wrap {
    width: 8.125rem;
  }
}

.page-telreserve .reserve-card .card-header .btn-previous-copy .btn-icon-left {
  margin: 0 5px 0 0;
  padding: 0.2rem 0.4rem;
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-card .card-header .btn-previous-copy .btn-icon-left {
    padding: 0.5rem 0.80rem 0.5rem
  }
}
.page-telreserve .reserve-card .card-header .btn-previous-copy .text {
  line-height: 1.1;
  display: block;
}
@media only screen and (min-width: 1600px) {
  .page-telreserve .reserve-card .card-header .btn-previous-copy br {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .reserve-card .card-body {
    padding-right: 0.8333333333vw;
    padding-left: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .reserve-card .card-body {
    padding-right: 0.7142857143vw;
    padding-left: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .reserve-card .card-body {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.page-telreserve .reserve-card .reserve-wrap h4 {
  margin-bottom: 2.3364485981vw;
  font-size: 4.2056074766vw;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .reserve-card .reserve-wrap h4 {
    margin-bottom: 1.3020833333vw;
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-card .reserve-wrap h4 {
    margin-bottom: 1.0080645161vw;
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .reserve-card .reserve-wrap h4 {
    margin-bottom: 0.8333333333vw;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .reserve-card .reserve-wrap h4 {
    margin-bottom: 0.7142857143vw;
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .reserve-card .reserve-wrap h4 {
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
  }
}
.page-telreserve .reserve-card .reserve-content {
  font-size: 3.2056074766vw;
}
@media only screen and (max-width: 768px) {
  .page-telreserve .reserve-card .reserve-content {
    font-size: 3.2056074766vw !important;
  }
}
@media only screen and (min-width: 576px) {
  .page-telreserve .reserve-card .reserve-content {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-card .reserve-content {
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .reserve-card .reserve-content {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .reserve-card .reserve-content {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .reserve-card .reserve-content {
    font-size: 1.125rem;
  }
}
.page-telreserve .reserve-card .reserve-content thead tr {
  background-color: rgba(221, 221, 221, 0.17);
}
.page-telreserve .reserve-card .reserve-content thead tr th {
  padding-top: 5px;
  padding-bottom: 5px;
  border-right: none;
  border-left: none;
}
.page-telreserve .reserve-card .reserve-content thead tr th.qty {
  background-color: #fff;
}
.page-telreserve .reserve-card .reserve-content thead tr th .inner {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-telreserve .reserve-card .reserve-content thead tr th.btn {
  padding: 5px;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.page-telreserve .reserve-card .reserve-content tbody td.cell01 {
  width: 19.9091%;
}
.page-telreserve .reserve-card .reserve-content tbody td.cell02 {
  width: 9.8485%;
}
.page-telreserve .reserve-card .reserve-content tbody td.cell01 {
  width: 15.1514%;
  padding-right: 5px;
  padding-left: 5px;
}
.page-telreserve .reserve-card .btn-reserve-delete,
.page-telreserve .reserve-card .btn-reserve-edit {
  width: 17.0934579439vw;
  height: 6.0747663551vw;
  padding: 0;
  border-radius: 3.0373831776vw;
  border: none;
  background-color: #649d2d;
  font-size: 3.738317757vw;
  color: #fff;
  line-height: 1;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .reserve-card .btn-reserve-delete,
.page-telreserve .reserve-card .btn-reserve-edit {
    width: 11.1979166667vw;
    height: 3.3854166667vw;
    border-radius: 1.6927083333vw;
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-card .btn-reserve-delete,
.page-telreserve .reserve-card .btn-reserve-edit {
    width: 8.6693548387vw;
    height: 2.6209677419vw;
    border-radius: 1.310483871vw;
    font-size: 1.6129032258vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .reserve-card .btn-reserve-delete,
.page-telreserve .reserve-card .btn-reserve-edit {
    width: 7.1666666667vw;
    height: 2.1666666667vw;
    border-radius: 1.0833333333vw;
    font-size: 1.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .reserve-card .btn-reserve-delete,
.page-telreserve .reserve-card .btn-reserve-edit {
    width: 6.1428571429vw;
    height: 1.8571428571vw;
    border-radius: 0.9285714286vw;
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .reserve-card .btn-reserve-delete,
.page-telreserve .reserve-card .btn-reserve-edit {
    width: 5.375rem;
    height: 1.625rem;
    border-radius: 0.8125rem;
    font-size: 1rem;
  }
}
.page-telreserve .reserve-content01 {
  margin-bottom: 7vw;
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-content01 {
    margin-bottom: 0;
  }
}
.page-telreserve .btn-reserve {
  width: 85.9813084112vw;
  height: 18.691588785vw;
  margin: 0 auto;
  font-size: 4.4392523364vw;
  font-weight: bold;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .btn-reserve {
    width: 47.9166666667vw;
    height: 10.4166666667vw;
    font-size: 2.4739583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .btn-reserve {
    width: 37.0967741935vw;
    height: 8.064516129vw;
    font-size: 1.9153225806vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .btn-reserve {
    width: 30.6666666667vw;
    height: 6.6666666667vw;
    font-size: 1.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .btn-reserve {
    width: 26.2857142857vw;
    height: 5.7142857143vw;
    font-size: 1.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .btn-reserve {
    width: 23rem;
    height: 5rem;
    font-size: 1.125rem;
  }
}
.page-telreserve .btn-reserve .icon-arrow {
  stroke: #fff;
  position: absolute;
  top: 50%;
  right: 1.6355140187vw;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) {
  .page-telreserve .btn-reserve .icon-arrow {
    right: 0.9114583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .btn-reserve .icon-arrow {
    right: 0.7056451613vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .btn-reserve .icon-arrow {
    right: 0.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .btn-reserve .icon-arrow {
    right: 0.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .btn-reserve .icon-arrow {
    right: 0.4375rem;
  }
}
.page-telreserve .reserve-modal .modal-title {
  font-size: 4.2056074766vw;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .reserve-modal .modal-title {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-modal .modal-title {
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .reserve-modal .modal-title {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .reserve-modal .modal-title {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .reserve-modal .modal-title {
    font-size: 1.125rem;
  }
}
.page-telreserve .reserve-modal .modal-header {
  height: 21.0280373832vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .reserve-modal .modal-header {
    height: 11.71875vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-modal .modal-header {
    height: 9.0725806452vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .reserve-modal .modal-header {
    height: 7.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .reserve-modal .modal-header {
    height: 6.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .reserve-modal .modal-header {
    height: 5.625rem;
  }
}
.page-telreserve .reserve-modal .modal-header .close {
  width: 12.8504672897vw;
  height: 12.8504672897vw;
  padding: 0;
  border-radius: 50%;
  background-color: #649d2d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  overflow: hidden;
  opacity: 1;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .reserve-modal .modal-header .close {
    width: 7.1614583333vw;
    height: 7.1614583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-modal .modal-header .close {
    width: 5.5443548387vw;
    height: 5.5443548387vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .reserve-modal .modal-header .close {
    width: 4.5833333333vw;
    height: 4.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .reserve-modal .modal-header .close {
    width: 3.9285714286vw;
    height: 3.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .reserve-modal .modal-header .close {
    width: 3.4375rem;
    height: 3.4375rem;
  }
}
.page-telreserve .reserve-modal .modal-body {
  padding-top: 0;
}
.page-telreserve .reserve-modal .select-row {
  width: calc(100% + 3.75rem);
  height: 19.8598130841vw;
  padding: 0 1.875rem;
  margin: 0 -1.875rem;
  background-color: #ebf2e4;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .reserve-modal .select-row {
    height: 11.0677083333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-modal .select-row {
    height: 8.5685483871vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .reserve-modal .select-row {
    height: 7.0833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .reserve-modal .select-row {
    height: 6.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .reserve-modal .select-row {
    height: 5.3125rem;
  }
}
.page-telreserve .reserve-modal .btn-add {
  height: 17.523364486vw;
  border-color: #f3ad33;
  background-color: #f3ad33;
  font-size: 4.4392523364vw;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .reserve-modal .btn-add {
    height: 9.765625vw;
    font-size: 2.4739583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-modal .btn-add {
    height: 7.560483871vw;
    font-size: 1.9153225806vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .reserve-modal .btn-add {
    height: 6.25vw;
    font-size: 1.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .reserve-modal .btn-add {
    height: 5.3571428571vw;
    font-size: 1.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .reserve-modal .btn-add {
    height: 4.6875rem;
    font-size: 1.1875rem;
  }
}
.page-telreserve .reserve-modal .btn-add .icon-arrow {
  stroke: #fff;
  position: absolute;
  top: 50%;
  right: 1.6355140187vw;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) {
  .page-telreserve .reserve-modal .btn-add .icon-arrow {
    right: 0.9114583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-modal .btn-add .icon-arrow {
    right: 0.7056451613vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .reserve-modal .btn-add .icon-arrow {
    right: 0.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .reserve-modal .btn-add .icon-arrow {
    right: 0.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .reserve-modal .btn-add .icon-arrow {
    right: 0.4375rem;
  }
}
.page-telreserve .reserve-modal .btn-copy {
  height: 17.523364486vw;
  border-color: #649d2d;
  background-color: #649d2d;
  font-size: 4.4392523364vw;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .reserve-modal .btn-copy {
    height: 9.765625vw;
    font-size: 2.4739583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-modal .btn-copy {
    height: 7.560483871vw;
    font-size: 1.9153225806vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .reserve-modal .btn-copy {
    height: 6.25vw;
    font-size: 1.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .reserve-modal .btn-copy {
    height: 5.3571428571vw;
    font-size: 1.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .reserve-modal .btn-copy {
    height: 4.6875rem;
    font-size: 1.1875rem;
  }
}
.page-telreserve .reserve-modal .btn-copy .icon-arrow {
  stroke: #fff;
  position: absolute;
  top: 50%;
  right: 1.6355140187vw;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) {
  .page-telreserve .reserve-modal .btn-copy .icon-arrow {
    right: 0.9114583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .reserve-modal .btn-copy .icon-arrow {
    right: 0.7056451613vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .reserve-modal .btn-copy .icon-arrow {
    right: 0.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .reserve-modal .btn-copy .icon-arrow {
    right: 0.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .reserve-modal .btn-copy .icon-arrow {
    right: 0.4375rem;
  }
}
.page-telreserve .reserve-modal .nav-scroll {
  overflow-x: auto;
}
.page-telreserve .reserve-modal .nav-scroll .nav-tabs {
  width: auto !important;
}
.page-telreserve .reserve-modal .nav-scroll .nav-item {
  width: 6.25rem;
}
.page-telreserve .memo-wrap {
  margin-bottom: 7vw;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .memo-wrap {
    margin-bottom: 6.5104166667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .memo-wrap {
    margin-bottom: 5.0403225806vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .memo-wrap {
    margin-bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .memo-wrap {
    margin-bottom: 3.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .memo-wrap {
    margin-bottom: 3.125rem;
  }
}
.page-telreserve .member-wrap {
  margin-bottom: 8vw;
}
@media only screen and (min-width: 576px) {
  .page-telreserve .member-wrap {
    margin-bottom: 6.9010416667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-telreserve .member-wrap {
    margin-bottom: 5.3427419355vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-telreserve .member-wrap {
    margin-bottom: 4.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-telreserve .member-wrap {
    margin-bottom: 3.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-telreserve .member-wrap {
    margin-bottom: 3.3125rem;
  }
}

.card-header .close-window {
  width: 12.8504672897vw;
  height: 12.8504672897vw;
  padding: 0;
  border-radius: 50%;
  border: none;
  background-color: #649d2d;
  font-size: 30px;
  color: #fff;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  overflow: hidden;
  opacity: 1;
}

_::-webkit-full-page-media, _:future, :root .card-header .close-window span {
	transform: translate(0px,-3px);
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .card-header .close-window span {
		transform: translate(0px,-3px);
	}
}
@media only screen and (min-width: 576px) {
  .card-header .close-window {
    width: 7.1614583333vw;
    height: 7.1614583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .card-header .close-window {
    width: 5.5443548387vw;
    height: 5.5443548387vw;
  }
}
@media only screen and (min-width: 992px) {
  .card-header .close-window {
    width: 4.5833333333vw;
    height: 4.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .card-header .close-window {
    width: 3.9285714286vw;
    height: 3.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .card-header .close-window {
    width: 3.4375rem;
    height: 3.4375rem;
  }
}

.modal-header {
  height: 21.0280373832vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .modal-header {
    height: 11.71875vw;
  }
}
@media only screen and (min-width: 768px) {
  .modal-header {
    height: 9.0725806452vw;
  }
}
@media only screen and (min-width: 992px) {
  .modal-header {
    height: 7.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-header {
    height: 6.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .modal-header {
    height: 5.625rem;
  }
}
.modal-header .close {
  width: 12.8504672897vw;
  height: 12.8504672897vw;
  padding: 0;
  border-radius: 50%;
  background-color: #649d2d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  overflow: hidden;
  opacity: 1;
}
.is-ios .modal-header .close span {
  transform: translateY(-3px);
}
@media only screen and (min-width: 576px) {
  .modal-header .close {
    width: 7.1614583333vw;
    height: 7.1614583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .modal-header .close {
    width: 5.5443548387vw;
    height: 5.5443548387vw;
  }
}
@media only screen and (min-width: 992px) {
  .modal-header .close {
    width: 4.5833333333vw;
    height: 4.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-header .close {
    width: 3.9285714286vw;
    height: 3.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .modal-header .close {
    width: 3.4375rem;
    height: 3.4375rem;
  }
}

.is-hide {
  display: none;
}

.section-name {
  width: 100%;
  min-height: 16.3551401869vw;
  padding: 3.738317757vw;
  background-color: rgba(100, 157, 45, 0.13);
  font-size: 3.734439834vw;
  line-height: 1.1818181818;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (min-width: 576px) {
  .section-name {
    min-height: 9.1145833333vw;
    padding: 2.0833333333vw;
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-name {
    min-height: 7.0564516129vw;
    padding: 1.6129032258vw;
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .section-name {
    min-height: 5.8333333333vw;
    padding: 1.3333333333vw;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .section-name {
    min-height: 5vw;
    padding: 1.1428571429vw;
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .section-name {
    min-height: 4.375rem;
    padding: 1rem;
    font-size: 1.125rem;
  }
}
.section-name .note {
  padding-top: 2.8037383178vw;
  font-size: 3.738317757vw;
  color: #f00;
}
@media only screen and (min-width: 576px) {
  .section-name .note {
    padding-top: 1.5625vw;
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-name .note {
    padding-top: 1.2096774194vw;
    font-size: 1.6129032258vw;
  }
}
@media only screen and (min-width: 992px) {
  .section-name .note {
    padding-top: 1vw;
    font-size: 1.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .section-name .note {
    padding-top: 0.8571428571vw;
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .section-name .note {
    padding-top: 0.75rem;
    font-size: 1rem;
  }
}

.sub-section-name {
  width: 100%;
  padding: 2.5700934579vw 3.738317757vw 1.8691588785vw;
  background-color: #f3f7ef;
  font-size: 3.734439834vw;
  line-height: 1.4444444444;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (min-width: 576px) {
  .sub-section-name {
    padding: 1.4322916667vw 2.0833333333vw 1.0416666667vw;
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .sub-section-name {
    padding: 1.1088709677vw 1.6129032258vw 0.8064516129vw;
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .sub-section-name {
    padding: 0.9166666667vw 1.3333333333vw 0.6666666667vw;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .sub-section-name {
    padding: 0.7857142857vw 1.1428571429vw 0.5714285714vw;
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .sub-section-name {
    padding: 0.7rem 1rem 0.5rem;
    font-size: 1.125rem;
  }
}

.page-reserve-base .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 29.8691588785vw;
}
@media only screen and (min-width: 576px) {
  .page-reserve-base .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 18.75vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-base .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 14.5161290323vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reserve-base .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 7.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-base .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 6.2142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-base .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 9rem;
  }
}
.page-reserve-base .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn {
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .page-reserve-base .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).option-sel {
    width: 12vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-base .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).option-sel {
    width: 10.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-base .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).option-sel {
    width: 9rem;
  }
}
.page-reserve-base .buttons p {
  margin-bottom: 0;
  font-size: 4.2056074766vw;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .page-reserve-base .buttons p {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-base .buttons p {
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reserve-base .buttons p {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-base .buttons p {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-base .buttons p {
    font-size: 1.125rem;
  }
}
.page-reserve-base #modal-preview table {
  width: 100%;
}
.page-reserve-base .modal-footer {
  flex-direction: row;
  justify-content: space-between;
}
.page-reserve-base .modal-footer .btn {
  width: 47%;
}
.page-reserve-base .content {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .page-reserve-base .label-content .w-460 {
    width: 100% !important;
  }
}



.w2-75 {
  width: 23.3644859813vw;
}
@media only screen and (min-width: 576px) {
  .w2-75 {
    width: 9.765625vw;
  }
}
@media only screen and (min-width: 768px) {
  .w2-75 {
    width: 7.560483871vw;
  }
}
@media only screen and (min-width: 992px) {
  .w2-75 {
    width: 6.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .w2-75 {
    width: 5.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .w2-75 {
    width: 4.6875rem;
  }
}

.w-150 {
  width: 23.3644859813vw;
}
@media only screen and (min-width: 576px) {
  .w-150 {
    width: 19.53125vw;
  }
}
@media only screen and (min-width: 768px) {
  .w-150 {
    width: 15.1209677419vw;
  }
}
@media only screen and (min-width: 992px) {
  .w-150 {
    width: 12.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .w-150 {
    width: 10.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .w-150 {
    width: 9.375rem;
  }
}

.w-460 {
  width: 35.046728972vw;
}
@media only screen and (min-width: 576px) {
  .w-460 {
    width: 59.8958333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .w-460 {
    width: 46.3709677419vw;
  }
}
@media only screen and (min-width: 992px) {
  .w-460 {
    width: 38.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .w-460 {
    width: 32.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .w-460 {
    width: 28.75rem;
  }
}

.w-460-2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .w-460-2 {
    width: 46.3709677419vw;
  }
}
@media only screen and (min-width: 992px) {
  .w-460-2 {
    width: 38.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .w-460-2 {
    width: 32.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .w-460-2 {
    width: 28.75rem;
  }
}

@media only screen and (max-width: 991px) {
  .base-row {
    flex-direction: column;
  }
}
.base-row .label {
  font-size: 4.2056074766vw;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .base-row .label {
    max-width: none;
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) {
  .base-row .label {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .base-row .label {
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .base-row .label {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .base-row .label {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .base-row .label {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1199px) {
  .base-row .content {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .base-row.business-day .content {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
@media only screen and (max-width: 1199px) {
  .base-row.business-day .content .d-flex:first-of-type {
    margin-bottom: 1vw;
  }
}
.base-row.business-day .content .d-flex:last-of-type .sl:first-of-type {
  margin-left: 0 !important;
}

.site-fee th, .site-fee td {
  width: 12.8125rem;
}

.cell-season {
  width: 58.4112149533vw;
}
@media only screen and (min-width: 576px) {
  .cell-season {
    width: 32.5520833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .cell-season {
    width: 25.2016129032vw;
  }
}
@media only screen and (min-width: 992px) {
  .cell-season {
    width: 20.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .cell-season {
    width: 17.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .cell-season {
    width: 15.625rem;
  }
}

.page-sitefees .sub-section-name {
  height: 16.3551401869vw;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  .page-sitefees .sub-section-name {
    height: 9.1145833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-sitefees .sub-section-name {
    height: 7.0564516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-sitefees .sub-section-name {
    height: 5.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-sitefees .sub-section-name {
    height: 5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-sitefees .sub-section-name {
    height: 4.375rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-sitefees .js-scrollable {
    overflow: auto;
  }
}
.page-sitefees .js-scrollable table thead th {
  width: 250px;
}
.page-sitefees .js-scrollable table thead th.cell-name {
  width: 310px;
}

.btn-search {
  width: 23.3644859813vw;
  height: 10.5140186916vw;
  padding: 1.1682242991vw;
  background-color: var(--main-color);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .btn-search {
    width: 13.0208333333vw;
    height: 5.859375vw;
    padding: 0.6510416667vw;
  }
}
@media only screen and (min-width: 768px) {
  .btn-search {
    width: 10.0806451613vw;
    height: 4.5362903226vw;
    padding: 0.5040322581vw;
  }
}
@media only screen and (min-width: 992px) {
  .btn-search {
    width: 8.3333333333vw;
    height: 3.75vw;
    padding: 0.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-search {
    width: 7.1428571429vw;
    height: 3.2142857143vw;
    padding: 0.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-search {
    width: 6.25rem;
    height: 2.8125rem;
    padding: 0.3125rem;
  }
}
.btn-search .btn-icon-left {
  width: 8.1775700935vw;
  height: 8.1775700935vw;
  padding: 0;
  margin: 0 1.1682242991vw 0 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .btn-search .btn-icon-left {
    width: 4.5572916667vw;
    height: 4.5572916667vw;
    margin-right: 0.6510416667vw;
  }
}
@media only screen and (min-width: 768px) {
  .btn-search .btn-icon-left {
    width: 3.5282258065vw;
    height: 3.5282258065vw;
    margin-right: 0.5040322581vw;
  }
}
@media only screen and (min-width: 992px) {
  .btn-search .btn-icon-left {
    width: 2.9166666667vw;
    height: 2.9166666667vw;
    margin-right: 0.4166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-search .btn-icon-left {
    width: 2.5vw;
    height: 2.5vw;
    margin-right: 0.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .btn-search .btn-icon-left {
    width: 2.1875rem;
    height: 2.1875rem;
    margin-right: 0.625rem;
  }
}

#reserve-id .inner {
  width: 100%;
  height: 9.3457943925vw;
  padding: 0 4.6728971963vw;
  background-color: #ebf2e4;
  font-size: 4.2056074766vw;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  #reserve-id .inner {
    height: 5.2083333333vw;
    padding: 0 2.6041666667vw;
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  #reserve-id .inner {
    height: 4.0322580645vw;
    padding: 0 2.0161290323vw;
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  #reserve-id .inner {
    height: 3.3333333333vw;
    padding: 0 1.6666666667vw;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  #reserve-id .inner {
    height: 2.8571428571vw;
    padding: 0 1.4285714286vw;
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #reserve-id .inner {
    height: 2.5rem;
    padding: 0 1.25rem;
    font-size: 1.125rem;
  }
}

.address1 .btn {
  height: 100%;
}
.address1 .filter-option-inner {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.reserve-change-label {
  width: 100%;
  height: 11.214953271vw;
  padding: 0 3.5046728972vw;
  background-color: #d7dae3;
  font-size: 3.738317757vw;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .reserve-change-label {
    height: 6.25vw;
    padding: 0 1.953125vw;
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .reserve-change-label {
    height: 4.8387096774vw;
    padding: 0 1.5120967742vw;
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .reserve-change-label {
    height: 4vw;
    padding: 0 1.25vw;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .reserve-change-label {
    height: 3.4285714286vw;
    padding: 0 1.0714285714vw;
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .reserve-change-label {
    height: 3rem;
    padding: 0 0.9375rem;
    font-size: 1.125rem;
  }
}

.page-reservechange .form-group {
  padding: 0.622406639vw 0 3.112033195vw;
  margin-bottom: 5.1867219917vw;
}
@media only screen and (min-width: 576px) {
  .page-reservechange .form-group {
    padding: 0.390625vw 0 1.953125vw;
    margin-bottom: 3.2552083333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-reservechange .form-group {
    padding: 0.3024193548vw 0 1.5120967742vw;
    margin-bottom: 2.5201612903vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reservechange .form-group {
    padding: 0.25vw 0 1.25vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reservechange .form-group {
    padding: 0.2142857143vw 0 1.0714285714vw;
    margin-bottom: 1.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reservechange .form-group {
    padding: 0.1875rem 0 0.9875rem;
    margin-bottom: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-reservechange .row01 {
    height: 10.9879032258vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reservechange .row01 {
    height: 9.0833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reservechange .row01 {
    height: 7.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reservechange .row01 {
    height: 6.8125rem;
  }
}
.page-reservechange .btn-send {
  width: 100%;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .page-reservechange .btn-send {
    width: 28%;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reservechange .btn-send {
    width: 23rem;
  }
}
.page-reservechange .search-box {
  width: 100%;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1200px) {
  .page-reservechange .search-box {
    width: 28%;
    margin-bottom: 0;
  }
}
.page-reservechange .search-box:last-of-type {
  margin-bottom: 0;
}
.page-reservechange .search-box .form-group {
  padding: 0;
  border-bottom: none;
}

.page-reservechange .reserve-buttons .btn {
	font-size: 4.4392523364vw;
	font-weight: normal !important;
}
@media only screen and (min-width: 576px) {
	.page-reservechange .reserve-buttons .btn {
		font-size: 2.4739583333vw;
	}
}
@media only screen and (min-width: 768px) {
  .page-reservechange .reserve-buttons .btn {
    margin: 0 2.2177419355vw;
		font-size: 1.9153225806vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reservechange .reserve-buttons .btn {
    margin: 0 1.8333333333vw;
		font-size: 1.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reservechange .reserve-buttons .btn {
    margin: 0 1.5714285714vw;
		font-size: 1.18vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reservechange .reserve-buttons .btn {
    margin: 0 1.375rem;
		font-size: 1rem;
  }
}

.price-table-wrap {
  max-width: 62.5rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.price-table {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ddd;
  font-size: 3.738317757vw;
}
@media only screen and (min-width: 576px) {
  .price-table {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .price-table {
    font-size: 2.2177419355vw;
  }
}
@media only screen and (min-width: 992px) {
  .price-table {
    font-size: 1.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .price-table {
    font-size: 1.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .price-table {
    font-size: 1.375rem;
  }
}
.price-table.pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .price-table.pc {
    display: table;
  }
}
@media only screen and (min-width: 768px) {
  .price-table.sp {
    display: none;
  }
}
.price-table.achievement-table {
  width: 100%;
  height: 28.0373831776vw;
  margin: 0;
}
@media only screen and (min-width: 576px) {
  .price-table.achievement-table {
    height: 15.625vw;
  }
}
@media only screen and (min-width: 768px) {
  .price-table.achievement-table {
    width: 50%;
    height: 12.0967741935vw;
  }
}
@media only screen and (min-width: 992px) {
  .price-table.achievement-table {
    height: 10vw;
  }
}
@media only screen and (min-width: 1200px) {
  .price-table.achievement-table {
    height: 8.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .price-table.achievement-table {
    height: 7.5rem;
  }
}
.price-table th {
  width: 17%;
  height: 14.0186915888vw;
  padding: 0 4.6728971963vw;
  border: 1px solid #ddd;
  background-color: #d7dae3;
  font-weight: normal;
}
@media only screen and (min-width: 576px) {
  .price-table th {
    height: 7.8125vw;
    padding: 0 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .price-table th {
    height: 6.0483870968vw;
    padding: 0 2.0161290323vw;
  }
}
@media only screen and (min-width: 992px) {
  .price-table th {
    height: 5vw;
    padding: 0 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .price-table th {
    height: 4.2857142857vw;
    padding: 0 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .price-table th {
    height: 3.75rem;
    padding: 0 1.25rem;
  }
}
.price-table td {
  width: 33%;
  height: 14.0186915888vw;
  padding: 0 4.6728971963vw;
  border: 1px solid #ddd;
  text-align: right;
}
@media only screen and (min-width: 576px) {
  .price-table td {
    height: 7.8125vw;
    padding: 0 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .price-table td {
    height: 6.0483870968vw;
    padding: 0 2.0161290323vw;
  }
}
@media only screen and (min-width: 992px) {
  .price-table td {
    height: 5vw;
    padding: 0 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .price-table td {
    height: 4.2857142857vw;
    padding: 0 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .price-table td {
    height: 3.75rem;
    padding: 0 1.25rem;
  }
}
.price-table td#total {
  font-size: 7.0093457944vw;
}
@media only screen and (min-width: 576px) {
  .price-table td#total {
    font-size: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) {
  .price-table td#total {
    font-size: 3.0241935484vw;
  }
}
@media only screen and (min-width: 992px) {
  .price-table td#total {
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .price-table td#total {
    font-size: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .price-table td#total {
    font-size: 1.875rem;
  }
}
.price-table td#total .unit {
  font-size: 5.1401869159vw;
}
@media only screen and (min-width: 576px) {
  .price-table td#total .unit {
    font-size: 2.8645833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .price-table td#total .unit {
    font-size: 2.2177419355vw;
  }
}
@media only screen and (min-width: 992px) {
  .price-table td#total .unit {
    font-size: 1.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .price-table td#total .unit {
    font-size: 1.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .price-table td#total .unit {
    font-size: 1.375rem;
  }
}

.zip-wrap {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .zip-wrap {
    width: 30%;
  }
}

.pref-wrap {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pref-wrap {
    width: 9.92vw;
  }
}

.progress-modal .modal-dialog {
  max-width: 480px !important;
}
.progress-modal .close {
  display: none;
}
.progress-modal .modal-footer, .modal-alert .modal-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.progress-modal .modal-footer .btn,
.modal-alert .modal-footer .btn {
  width: 40%;
  height: 3.5rem;
  margin: 0;
}

@-webkit-keyframes dot01 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dot01 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes dot02 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dot02 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes dot03 {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dot03 {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-dots {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.loading-dots .dot {
  opacity: 0;
}
.loading-dots .dot.dot01 {
  -webkit-animation: dot01 2s linear infinite;
  animation: dot01 2s linear infinite;
}
.loading-dots .dot.dot02 {
  -webkit-animation: dot02 2s linear infinite;
  animation: dot02 2s linear infinite;
}
.loading-dots .dot.dot03 {
  -webkit-animation: dot03 2s linear infinite;
  animation: dot03 2s linear infinite;
}

.btn-user-search {
  width: 100%;
}

.users-modal table {
  width: 530px;
}
.users-modal table thead th {
  background-color: #ebf2e4;
  text-align: center;
  vertical-align: middle;
}
.users-modal table thead th.cell01 {
  width: 120px;
}
.users-modal table thead th.cell02 {
  width: 120px;
}
.users-modal table thead th.cell03 {
  width: 200px;
}
.users-modal table thead th.cell04 {
  width: 90px;
}
.users-modal .scroll {
  overflow: auto;
}

.reserve-result {
  width: 300% !important;
  border-left: 1px solid #ddd;
  font-size: 3.5046728972vw;
}
@media only screen and (min-width: 576px) {
  .reserve-result {
    font-size: 1.953125vw;
  }
}
@media only screen and (min-width: 768px) {
  .reserve-result {
    font-size: 1.5120967742vw;
  }
  .users-modal table {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .reserve-result {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .reserve-result {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .reserve-result {
    font-size: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .reserve-result {
    font-size: 0.9375rem;
  }
}
.reserve-result th, .reserve-result td {
  background-clip: padding-box;
  font-size: 3.5046728972vw !important;
}
@media only screen and (min-width: 576px) {
  .reserve-result th, .reserve-result td {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 768px) {
  .reserve-result th, .reserve-result td {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 992px) {
  .reserve-result th, .reserve-result td {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .reserve-result th, .reserve-result td {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .reserve-result th, .reserve-result td {
    font-size: 12px !important;
  }
}

.reserve-result caption {
  display: none !important;
}
.reserve-result thead th, .reserve-result tfoot th {
  height: 100%;
  padding: 10px 5px !important;
  border: 1px solid #ddd !important;
  background-color: rgba(100, 157, 45, 0.13);
  color: #7e7e7e !important;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .reserve-result thead th, .reserve-result tfoot th {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .reserve-result thead th, .reserve-result tfoot th {
    /* height: 4.0322580645vw; */
  }
}
@media only screen and (min-width: 992px) {
  .reserve-result thead th, .reserve-result tfoot th {
    /* height: 3.3333333333vw; */
  }
}
@media only screen and (min-width: 1200px) {
  .reserve-result thead th, .reserve-result tfoot th {
    /* height: 2.8571428571vw; */
  }
}
@media only screen and (min-width: 1400px) {
  .reserve-result thead th, .reserve-result tfoot th {
    /* height: 2.5rem; */
  }
}
.reserve-result thead .row01 th:first-of-type, .reserve-result tfoot .row01 th:first-of-type {
  text-align: left;
}
.reserve-result tbody td {
  padding: 5px !important;
  border: 1px solid #ddd;
  word-break: break-all;
}
.reserve-result tbody td:first-of-type {
  text-align: left;
}
.reserve-result tbody td.dataTables_empty, .reserve-result tbody td.not-data {
  text-align: center;
}
.reserve-result a, .reserve-result span {
  text-decoration: underline;
}
.reserve-result a.is-net, .reserve-result span.is-net {
  font-weight: bold;
}
.reserve-result a.is-max, .reserve-result span.is-max {
  color: #f00;
  font-weight: bold;
}
.reserve-result a.btn, .reserve-result span.btn {
  padding: 10px !important;
  text-decoration: none;
}
.reserve-result .btn-detail {
  width: 18.625vw;
  margin: 0 auto;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .reserve-result .btn-detail {
    width: 5rem;
    height:40px;
  }
}
.reserve-result span {
  text-decoration: none;
}
.reserve-result a:not(.btn-detail, .view-user-info):link {
  color: #7e7e7e;
}
.reserve-result a:not(.btn-detail, .view-user-info):visited {
  color: #7e7e7e;
}
.reserve-result a:not(.btn-detail, .view-user-info):hover {
  color: #7e7e7e;
}
.reserve-result a:not(.btn-detail, .view-user-info):focus {
  color: #7e7e7e;
}
.reserve-result .no-view {
  display: none;
}
.reserve-result .no-view.is-view {
  display: table-cell;
}
.reserve-result .user-info {
  padding: 0;
  border: none;
  background: none;
  /* font-size: 1rem; */
  text-decoration: underline;
}
.reserve-result .checkbox-success .custom-control-label:focus::before {
  border-color: #d8d7d7;
}
.reserve-result .checkbox-success .custom-control-label::before {
  border-color: #d8d7d7;
}
@media only screen and (min-width: 768px) {
  .reserve-result .js-scrollable {
    overflow-x: auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .reserve-result .is-fixed {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 5;
  }
}
/* .reserve-result .is-fixed::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
} */
.reserve-result thead th.is-fixed {
  background: #dae7cc !important;
  min-width: 100px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}
.reserve-result thead th.is-fixed:nth-of-type(2) {
  min-width: 50px;
}
.reserve-result td {
  width: 72px;
  background-color: #fff;
}
.reserve-result td.is-fixed {
  min-width: 100px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}
.reserve-result td.is-fixed:nth-of-type(2) {
  min-width: 50px;
}
.reserve-result td.sites-cell,
.reserve-result td.nums-cell {
  padding: 0 !important;
}
.reserve-result td.sites-cell div,
.reserve-result td.nums-cell div {
  width: 100%;
  height: 100%;
}
.reserve-result td.sites-cell div .item,
.reserve-result td.nums-cell div .item {
  padding: 5px;
  margin: 0;
  /* border-bottom: 1px solid #f0f1f5; */
}
.reserve-result td.nums-cell div .item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reserve-result td.sites-cell div .item:last-of-type,
.reserve-result td.nums-cell div .item:last-of-type {
  border-bottom: none;
}

.confirm-section {
  margin-bottom: 7.9439252336vw;
  display: none;
}
@media only screen and (min-width: 576px) {
  .confirm-section {
    margin-bottom: 4.4270833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .confirm-section {
    margin-bottom: 3.4274193548vw;
  }
}
@media only screen and (min-width: 992px) {
  .confirm-section {
    margin-bottom: 2.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .confirm-section {
    margin-bottom: 2.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .confirm-section {
    margin-bottom: 2.125rem;
  }
}
.confirm-section.is-view {
  display: block;
}
.confirm-section-label {
  margin-bottom: 3.5046728972vw;
  font-size: 5.1401869159vw;
  line-height: 1;
  font-weight: bold;
  text-align: left;
}
@media only screen and (min-width: 576px) {
  .confirm-section-label {
    margin-bottom: 1.953125vw;
    font-size: 2.8645833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .confirm-section-label {
    margin-bottom: 1.5120967742vw;
    font-size: 2.2177419355vw;
  }
}
@media only screen and (min-width: 992px) {
  .confirm-section-label {
    margin-bottom: 1.25vw;
    font-size: 1.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .confirm-section-label {
    margin-bottom: 1.0714285714vw;
    font-size: 1.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .confirm-section-label {
    margin-bottom: 0.9375rem;
    font-size: 1.375rem;
  }
}

.picker .picker__frame .picker__box .picker__header .picker__nav--prev:hover, .picker .picker__frame .picker__box .picker__header .picker__nav--next:hover {
  background-color: #ebf2e4 !important;
  color: #649d2d !important;
}

.picker .picker__frame .picker__box .picker__header .picker__year {
  color: #649d2d !important;
}

.picker .picker__frame .picker__box .picker__table .picker__day.picker__day--highlighted {
  background-color: #ebf2e4 !important;
  color: #000 !important;
}

.picker .picker__frame .picker__box .picker__table .picker__day:hover {
  background-color: #ebf2e4 !important;
  color: #000 !important;
}

.picker .picker__frame .picker__box .picker__footer .picker__button--today {
  background-color: #ebf2e4 !important;
  color: #000 !important;
}

.picker .picker__frame .picker__box .picker__footer .picker__button--clear:hover, .picker .picker__frame .picker__box .picker__footer .picker__button--close:hover, .picker .picker__frame .picker__box .picker__footer .picker__button--today:hover {
  background-color: #ebf2e4 !important;
  color: #000 !important;
}

.picker .picker__frame .picker__box .picker__header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.sorting {
  background: rgba(100, 157, 45, 0.13) url(../images/icon-desc.svg) no-repeat 94% 50% !important;
  cursor: pointer;
}
.sorting .sorting_asc {
  background: rgba(100, 157, 45, 0.13) url(../images/icon-asc.svg) no-repeat 94% 50% !important;
}
.sorting.sorting_desc {
  background: rgba(100, 157, 45, 0.13) url(../images/icon-desc.svg) no-repeat 94% 50% !important;
}

.month-cell {
  background: rgba(100, 157, 45, 0.13) !important;
  pointer-events: none !important;
}
.month-cell.sorting_asc, .month-cell.sorting_desc {
  background: rgba(100, 157, 45, 0.13) !important;
}

#day-table .cell01, #printModal .clone .cell01, #member-table .cell01, #printModal2 .clone .cell01 {
  width: 4% !important;
}
#day-table .check-box, #printModal .clone .check-box, #member-table .check-box, #printModal2 .clone .check-box {
  text-align: center;
}
#day-table .cell19, #printModal .clone .cell19, #member-table .cell19, #printModal2 .clone .cell19 {
  width: 6.25rem !important;
}
.upper-buttons, .lower-buttons {
  display: none;
}
.upper-buttons.is-view, .lower-buttons.is-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.upper-buttons {
  margin-bottom: 8.1775700935vw;
}
@media only screen and (min-width: 576px) {
  .upper-buttons {
    margin-bottom: 4.5572916667vw;
  }
}
@media only screen and (min-width: 768px) {
  .upper-buttons {
    margin-bottom: 3.5282258065vw;
  }
}
@media only screen and (min-width: 992px) {
  .upper-buttons {
    margin-bottom: 2.9166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .upper-buttons {
    margin-bottom: 2.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .upper-buttons {
    margin-bottom: 2.1875rem;
  }
}

#printModal .modal-lg, #printModal2 .modal-lg {
  max-width: 1400px !important;
}

@media print {
  .not-print {
    display: none !important;
  }
}
.option-reserve {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 3.738317757vw;
  color: #7e7e7e;
}
@media only screen and (min-width: 576px) {
  .option-reserve {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 768px) {
  .option-reserve {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 992px) {
  .option-reserve {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .option-reserve {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .option-reserve {
    font-size: 12px !important;
  }
}
.option-reserve span {
  text-decoration: underline;
  display: inline-block;
}

span.option-reserve {
  color: #d8d7d7;
}

.dt-buttons {
  height: 0;
  overflow: hidden;
}

.reserve-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .reserve-buttons {
    flex-direction: row;
  }
}
.reserve-buttons a#btn-csv-download {
  margin-bottom: 4.6728971963vw;
  background: #649d2d url(/images/icon-arrow-right.svg) no-repeat 96% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .reserve-buttons a#btn-csv-download {
    margin-bottom: 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .reserve-buttons a#btn-csv-download {
    margin: 0 2.0161290323vw 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .reserve-buttons a#btn-csv-download {
    margin-right: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .reserve-buttons a#btn-csv-download {
    margin-right: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .reserve-buttons a#btn-csv-download {
    margin-right: 1.25rem;
  }
}
.reserve-buttons button {
  margin: 0;
}
.reserve-buttons button#btn-csv {
  margin-bottom: 4.6728971963vw;
  background: #649d2d url(/images/icon-arrow-right.svg) no-repeat 96% 50%;
}
@media only screen and (min-width: 576px) {
  .reserve-buttons button#btn-csv {
    margin-bottom: 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .reserve-buttons button#btn-csv {
    margin: 0 2.0161290323vw 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .reserve-buttons button#btn-csv {
    margin-right: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .reserve-buttons button#btn-csv {
    margin-right: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .reserve-buttons button#btn-csv {
    margin-right: 1.25rem;
  }
}
.reserve-buttons button#btn-print {
  background: #649d2d url(/images/icon-arrow-right.svg) no-repeat 96% 50%;
}
@media only screen and (min-width: 768px) {
  .reserve-buttons button#btn-print {
		margin-right: 0;
    margin-left: 2.0161290323vw;
  }
}
@media only screen and (min-width: 992px) {
  .reserve-buttons button#btn-print {
    margin-left: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .reserve-buttons button#btn-print {
    margin-left: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .reserve-buttons button#btn-print {
    margin-left: 1.25rem;
  }
}
.reserve-buttons button#btn-check {
  margin: 0 auto 4.6728971963vw;
  background: #649d2d url(/images/icon-arrow-right.svg) no-repeat 96% 50%;
}
@media only screen and (min-width: 576px) {
  .reserve-buttons button#btn-check {
    margin-bottom: 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .reserve-buttons button#btn-check {
    margin-bottom: 2.0161290323vw;
  }
}
@media only screen and (min-width: 992px) {
  .reserve-buttons button#btn-check {
    margin-bottom: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .reserve-buttons button#btn-check {
    margin-bottom: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .reserve-buttons button#btn-check {
    margin-bottom: 1.25rem;
  }
}

.search-radio {
  padding: 7.0093457944vw 0;
  display: none;
}
@media only screen and (min-width: 576px) {
  .search-radio {
    padding: 3.90625vw 0;
  }
}
@media only screen and (min-width: 768px) {
  .search-radio {
    padding: 3.0241935484vw 0;
  }
}
@media only screen and (min-width: 992px) {
  .search-radio {
    padding: 2.5vw 0;
  }
}
@media only screen and (min-width: 1200px) {
  .search-radio {
    padding: 2.1428571429vw 0;
  }
}
@media only screen and (min-width: 1400px) {
  .search-radio {
    padding: 1.875rem 0;
  }
}
.search-radio.is-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.search-radio.is-view .option-stop-radio {
  margin-bottom: 2.3364485981vw;
}
@media only screen and (min-width: 576px) {
  .search-radio.is-view .option-stop-radio {
    margin-bottom: 1.3020833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .search-radio.is-view .option-stop-radio {
    margin-bottom: 0;
  }
}

.label-2weeks,
.label-month {
  text-align: right;
  display: none;
}
.label-2weeks.is-view,
.label-month.is-view {
  display: block;
}

.search-card .card-body {
  display: flex;
  flex-direction: column;
}
.search-card .card-body .buttons {
  margin-top: auto;
}

.page-reserve-confirm .date-select-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.page-reserve-confirm .date-line1,
.page-reserve-confirm .date-line2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-reserve-confirm .date-line1 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page-reserve-confirm .date-line2 .date-select:first-of-type {
    margin-left: 0 !important
  }
}
.page-reserve-confirm .date-select {
  width: 84%;
  height: 44px;
}
.page-reserve-confirm .date-line1 .date-select {
  width: 37%;
}
.is-ios .page-reserve-confirm .date-line1 .date-select {
  width: 39%;
}
.page-reserve-confirm .date-select .form-control {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .page-reserve-confirm .date-select-wrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .page-reserve-confirm .date-line1 {
    width: 33%;
    margin: 0;
  }
  .page-reserve-confirm .date-line2 {
    width: 66%;
  }
  .page-reserve-confirm .date-line1 .date-select,
  .is-ios .page-reserve-confirm .date-line1 .date-select,
  .page-reserve-confirm .date-line2 .date-select {
    width: 84%;
  }
}

.page-reserve-confirm .js-scrollable {
  overflow-y: hidden;
  overflow-x: scroll;
}
.page-reserve-confirm .date-select .btn {
  padding: 0.5rem 0.2rem;
}
@media only screen and (min-width: 768px) {
  .page-reserve-confirm .date-select .btn {
    padding: 0.5rem 1rem;
  }
}
.page-reserve-confirm table.dataTable {
  width: 340% !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-confirm table.dataTable {
    width: 100% !important;
  }
}
.page-reserve-confirm table.dataTable thead th.cell02 {
  width: 8% !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-confirm table.dataTable thead th.cell02 {
    width: 7% !important;
  }
}
.page-reserve-confirm table.dataTable thead th.cell03 {
  width: 10% !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-confirm table.dataTable thead th.cell03 {
    width: 10% !important;
  }
}
.page-reserve-confirm table.dataTable thead th.cell04 {
  width: 3% !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-confirm table.dataTable thead th.cell04 {
    width: 4% !important;
  }
}
.page-reserve-confirm table.dataTable thead th.cell05,
.page-reserve-confirm table.dataTable thead th.cell06 {
  width: 8% !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-confirm table.dataTable thead th.cell05,
  .page-reserve-confirm table.dataTable thead th.cell06 {
    width: 8% !important;
  }
}
.page-reserve-confirm table.dataTable thead th.cell07 {
  width: 5% !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-confirm table.dataTable thead th.cell07 {
    width: 4% !important;
  }
}
.page-reserve-confirm table.dataTable thead th.cell08 {
  width: 8% !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-confirm table.dataTable thead th.cell08 {
    width: 11% !important;
  }
}
.page-reserve-confirm table.dataTable thead th.cell09 {
  width: 20% !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-confirm table.dataTable thead th.cell09 {
    width: 24% !important;
  }
}
.page-reserve-confirm table.dataTable thead th.cell10 {
  width: 6% !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-confirm table.dataTable thead th.cell10 {
    width: 5% !important;
  }
}
.page-reserve-confirm table.dataTable thead th.cell11 {
  width: 8% !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-confirm table.dataTable thead th.cell11 {
    width: 8% !important;
  }
}
.page-reserve-confirm table.dataTable thead th.cell19 {
  width: 7% !important;
}
.page-reserve-confirm table.dataTable thead th.cell20 {
  width: 7% !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-confirm table.dataTable thead th.cell20 {
    width: 5% !important;
  }
}

.page-reserve-confirm .confirm-section {
  overflow: hidden !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-confirm .js-scrollable {
    overflow-x: auto !important;
  }
}
.page-reserve-confirm table.reserve-result .is-fixed {
  min-width: 100px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}
.page-reserve-confirm table.reserve-result .is-fixed:nth-of-type(2) {
  min-width: 50px;
}
.page-reserve-confirm table.reserve-result .is-fixed::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
}
.page-reserve-confirm table.reserve-result thead th.is-fixed {
  background: #dae7cc !important;
}
.page-reserve-confirm table.reserve-result tbody td:first-of-type {
  font-weight: bold;
}
.page-reserve-confirm table.reserve-result td {
  width: 72px;
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .page-reserve-confirm .upper-buttons .btn,
.page-reserve-confirm .lower-buttons .btn {
    width: 48%;
  }
}

/* ========================================================================================= ^^
	Reserve data
============================================================================================ ^^ */
.id-search {
  width: 100%;
  margin-bottom: 4.6728971963vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .id-search {
    margin-bottom: 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .id-search {
    margin-bottom: 2.0161290323vw;
  }
}
@media only screen and (min-width: 992px) {
  .id-search {
    margin-bottom: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .id-search {
    margin-bottom: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .id-search {
    margin-bottom: 1.25rem;
  }
}
.id-search .text-field {
  width: 89%;
}
@media only screen and (min-width: 768px) {
  .id-search .text-field {
    width: 50.4032258065vw;
  }
}
@media only screen and (min-width: 992px) {
  .id-search .text-field {
    width: 41.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .id-search .text-field {
    width: 35.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .id-search .text-field {
    width: 31.25rem;
  }
}

table.dataTable tbody .is-tel td {
  background: rgba(100, 157, 45, 0.06) !important;
}
table.dataTable tbody .is-cancel td,
table.dataTable tbody .is-cancel.is-tel td {
  background: #eee !important;
}



.btn-add-remark {
  padding: 0;
  border: none;
  background: none;
  text-decoration: underline;
}
.btn-add-remark img {
  display: none;
}
.btn-add-remark img.is-show {
  display: inline;
}

.table-biko {
  margin-bottom: 1.875rem;
  border: 1px solid #ccc;
}
.table-biko th {
  width: 20%;
  padding: 0.3125rem 0.625rem;
  border: 1px solid #ccc;
  background: rgba(100, 157, 45, 0.13) !important;
}
.table-biko td {
  width: 80%;
  padding: 0.3125rem 0.625rem;
  border: 1px solid #ccc;
}

.page-reserve-data .dropdown button {
  height: 100%;
}
.page-reserve-data .row-date01 {
  margin-bottom: 4.6728971963vw;
}
@media only screen and (min-width: 576px) {
  .page-reserve-data .row-date01 {
    margin-bottom: 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-data .row-date01 {
    margin-bottom: 2.0161290323vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reserve-data .row-date01 {
    margin-bottom: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-data .row-date01 {
    margin-bottom: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-data .row-date01 {
    margin-bottom: 1.25rem;
  }
}
.page-reserve-data .row-date01 .date-select {
  width: 19.3551401869vw;
  margin: 0 2vw;
}
.page-reserve-data .row-date01 .date-select.year-select {
  margin-left: 0;
}
@media only screen and (min-width: 576px) {
  .page-reserve-data .row-date01 .date-select {
    width: 19.53125vw;
    margin: 0 2.0833vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-data .row-date01 .date-select {
    width: 15.1209677419vw;
    margin: 0 1.6129vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reserve-data .row-date01 .date-select {
    width: 12.5vw;
    margin: 0 1.3333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-data .row-date01 .date-select {
    width: 10.7142857143vw;
    margin: 0 1.1429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-data .row-date01 .date-select {
    width: 9.375rem;
    margin: 0 1rem;
  }
}
.page-reserve-data .row-date01 .date-select.year-select .btn {
  padding: 0.5rem 0.2rem;
}
@media only screen and (min-width: 768px) {
  .page-reserve-data .row-date01 .date-select.year-select .btn {
    padding: 0.5rem 1rem;
  }
}
.page-reserve-data .row-date02 {
  margin-bottom: 2.3364485981vw;
}
@media only screen and (min-width: 576px) {
  .page-reserve-data .row-date02 {
    margin-bottom: 1.3020833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-data .row-date02 {
    margin-bottom: 1.0080645161vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reserve-data .row-date02 {
    margin-bottom: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-data .row-date02 {
    margin-bottom: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-data .row-date02 {
    margin-bottom: 0.625rem;
  }
}
.page-reserve-data .row-date02 .date-select {
  width: 19.3551401869vw;
  margin: 0 2vw;
}
.page-reserve-data .row-date02 .date-select.year-select {
  margin-left: 0;
}
@media only screen and (min-width: 576px) {
  .page-reserve-data .row-date02 .date-select {
    width: 19.53125vw;
    margin: 0 2.0833vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-data .row-date02 .date-select {
    width: 15.1209677419vw;
    margin: 0 1.6129vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reserve-data .row-date02 .date-select {
    width: 12.5vw;
    margin: 0 1.3333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-data .row-date02 .date-select {
    width: 10.7142857143vw;
    margin: 0 1.1429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-data .row-date02 .date-select {
    width: 9.375rem;
    margin: 0 1rem;
  }
}
.page-reserve-data .row-date02 .date-select.year-select .btn {
  padding: 0.5rem 0.2rem;
}
@media only screen and (min-width: 768px) {
  .page-reserve-data .row-date02 .date-select.year-select .btn {
    padding: 0.5rem 1rem;
  }
}
.page-reserve-data .site-select,
.page-reserve-data .option-select {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-reserve-data .site-select,
.page-reserve-data .option-select {
    width: 44.3548387097vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reserve-data .site-select,
.page-reserve-data .option-select {
    width: 36.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-data .site-select,
.page-reserve-data .option-select {
    width: 31.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-data .site-select,
.page-reserve-data .option-select {
    width: 27.5rem;
  }
}
.page-reserve-data .stay-field {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-reserve-data .stay-field {
    width: 22.1774193548vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reserve-data .stay-field {
    width: 18.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-data .stay-field {
    width: 15.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-data .stay-field {
    width: 13.75rem;
  }
}

.page-reserve-data form .content {
  padding: 0 !important;
}

/* ========================================================================================= ^^
	Reserve max
============================================================================================ ^^ */
.page-reserve-max .btn-reload {
  width: 5.875rem;
  padding: 0.625rem 0.5vw;
}
@media only screen and (min-width: 768px) {
  .page-reserve-max .btn-reload {
    width: 11.875rem;
    padding: 0.625rem 1rem;
  }
}
.page-reserve-max .btn-stop {
  height: 1.875rem;
  padding: 0;
  border-radius: 0.9375rem;
  border: none;
  background-color: #f39303;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-reserve-max .date-select-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .page-reserve-max .date-select-wrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.page-reserve-max .date-select {
  width: 84%;
  height: 44px;
}
.page-reserve-max .date-line1 .date-select {
  width: 37%;
}
.is-ios .page-reserve-max .date-line1 .date-select {
  width: 39%;
}
.page-reserve-max .date-select .form-control {
  height: 100%;
}
.page-reserve-max .date-line1,
.page-reserve-max .date-line2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-reserve-max .date-line1 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .page-reserve-max .date-line1 {
    width: 33%;
    margin-bottom: 0;
  }
  .page-reserve-max .date-line2 {
    width: 66%;
  }
  .page-reserve-max .date-line1 .date-select,
  .is-ios .page-reserve-max .date-line1 .date-select,
  .page-reserve-max .date-line2 .date-select {
    width: 84%;
  }
}
@media only screen and (max-width: 768px) {
  .page-reserve-max .date-line2 .date-select:first-of-type {
    margin-left: 0 !important
  }
}

.page-reserve-max .reserve-result {
  width: auto !important;
  margin: 0 auto;
  font-size: 1rem;
}
.page-reserve-max .reserve-result .cell01 {
  width: 6.5625rem;
}
.page-reserve-max .reserve-result .cell02 {
  width: 3.125rem;
}
.page-reserve-max .reserve-result .cell03 {
  width: 4.6875rem;
}
.page-reserve-max .reserve-result .cell04 {
  width: 5rem;
}
.page-reserve-max .reserve-result .cell-item {
  width: 5rem !important;
}
.page-reserve-max .reserve-result .select-tel {
  width: 94%;
  height: 40px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  z-index: 11;
}
.page-reserve-max .reserve-result .cell-item .day-content {
  width: 100%;
  padding-top: 0.9375rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.page-reserve-max .reserve-result .cell-item .day-content .all-day-stop {
  width: 4.1875rem;
  margin: 0 auto;
}
.page-reserve-max .reserve-result thead {
  height: 5.9375rem;
}
.page-reserve-max .reserve-result thead th {
  padding: 0 !important;
}
.page-reserve-max .reserve-result thead th .day-content {
  height: 5.9375rem;
}
.page-reserve-max .reserve-result tbody th, .page-reserve-max .reserve-result tbody td {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #7e7e7e !important;
}
.page-reserve-max .reserve-result tbody .item-row {
  display: none;
}
.page-reserve-max .reserve-result tbody .item-row.is-show {
  display: table-row;
}
.page-reserve-max .reserve-result tbody .dropdown {
  width: 82.6667% !important;
  height: 1.8125rem;
}
.page-reserve-max .reserve-result tbody .dropdown .btn {
  padding: 0.2rem;
  border-radius: 0;
}
.page-reserve-max .reserve-result tbody .dropdown .btn .filter-option {
  text-align: center;
}
.page-reserve-max .reserve-result tbody .check-stop {
  width: 1.25rem !important;
  height: 1.375rem !important;
  margin: 0 auto;
  font-size: 0;
  line-height: 1 !important;
  display: block;
  position: relative;
}
.page-reserve-max .reserve-result tbody .check-stop .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f39303;
  background-color: #f39303;
  left: 0;
}
.page-reserve-max .reserve-result tbody .check-stop .custom-control-input:checked ~ .custom-control-label::after {
  left: 0;
}
.page-reserve-max .reserve-result tbody .check-stop .custom-control-label {
  display: block;
}
.page-reserve-max .reserve-result tbody .check-stop .custom-control-label::before {
  border-color: #f39303;
  left: 0;
}
.page-reserve-max .reserve-result tbody .check-stop .custom-control-label::after {
  left: 0;
}
.page-reserve-max .reserve-result tbody .data-row {
  width: 100%;
  height: 1.6875rem;
  font-size: 0.875rem;
  color: #83817f;
  line-height: 1;
  font-weight: normal;
  letter-spacing: -0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-reserve-max .reserve-result tbody .data-row .text-field {
  width: 77.5%;
  height: 1.8125rem;
  border: 1px solid #ddd;
  font-size: 1rem;
  text-align: center;
}
.page-reserve-max .reserve-result tbody .data-row.is-over .text-field, .page-reserve-max .reserve-result tbody .data-row.is-under .text-field {
  color: #f00;
}
.page-reserve-max .reserve-result tbody .data-name {
  margin-bottom: 0.625rem;
}
.page-reserve-max .reserve-result tbody .data-name span {
  font-size: 10px !important;
}
.page-reserve-max .reserve-result tbody .all-item-stop {
  width: 4.1875rem;
  margin: 0 auto;
}
.page-reserve-max .reserve-result tbody .cell01 {
  background-color: #f7fcf3;
}
.page-reserve-max .reserve-result tbody th .data-row {
  border-bottom: 1px solid #ddd;
}
.page-reserve-max .reserve-result tbody th .data-row.data-row02 {
  background-color: #fffbc4;
}
.page-reserve-max .reserve-result tbody th .data-row.data-row03 {
  background-color: #e1e8fb;
}
.page-reserve-max .reserve-result tbody th .data-row.data-row04 {
  background-color: #fbe3c0;
  border-bottom: none;
}
.page-reserve-max .reserve-result tbody td.is-no-data {
  background-color: #ccc;
}
.page-reserve-max .reserve-result tbody td .data-row.data-row02 .text-field {
  background-color: #fffbc4;
}
.page-reserve-max .reserve-result tbody td .data-row.data-row03 .text-field {
  background-color: #e1e8fb;
}
.page-reserve-max .reserve-result tfoot {
  height: 4.375rem;
}
.page-reserve-max .reserve-result tfoot th {
  padding: 0 !important;
}
.page-reserve-max .reserve-result tfoot th .day-content {
  height: 4.375rem;
}
.page-reserve-max .table-wrap {
  margin-bottom: 7.0093457944vw;
}
@media only screen and (min-width: 576px) {
  .page-reserve-max .table-wrap {
    margin-bottom: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-max .table-wrap {
    margin-bottom: 3.0241935484vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reserve-max .table-wrap {
    margin-bottom: 2.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-max .table-wrap {
    margin-bottom: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-max .table-wrap {
    margin-bottom: 1.875rem;
  }
}
.page-reserve-max .lower-buttons, .page-reserve-max .lower-buttons2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.page-reserve-max .lower-buttons .btn-prev, .page-reserve-max .lower-buttons2 .btn-prev {
  margin-bottom: 7.0093457944vw;
  order: 1;
}
@media only screen and (min-width: 576px) {
  .page-reserve-max .lower-buttons .btn-prev, .page-reserve-max .lower-buttons2 .btn-prev {
    margin-bottom: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-max .lower-buttons .btn-prev, .page-reserve-max .lower-buttons2 .btn-prev {
    margin-bottom: 0;
    order: 1;
  }
}
.page-reserve-max .lower-buttons .btn-next, .page-reserve-max .lower-buttons2 .btn-next {
  margin-bottom: 7.0093457944vw;
  order: 2;
}
@media only screen and (min-width: 576px) {
  .page-reserve-max .lower-buttons .btn-next, .page-reserve-max .lower-buttons2 .btn-next {
    margin-bottom: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-max .lower-buttons .btn-next, .page-reserve-max .lower-buttons2 .btn-next {
    margin-bottom: 0;
    order: 3;
  }
}
.page-reserve-max .lower-buttons .btn-all-stop, .page-reserve-max .lower-buttons2 .btn-all-stop {
  width: 100%;
  height: 16.3551401869vw;
  margin-bottom: 11.6822429907vw;
  border-color: #f39303;
  background-color: #f39303;
  font-size: 4.4392523364vw;
  font-weight: bold;
  order: 3;
}
@media only screen and (min-width: 576px) {
  .page-reserve-max .lower-buttons .btn-all-stop, .page-reserve-max .lower-buttons2 .btn-all-stop {
    width: 61.5885416667vw;
    height: 9.1145833333vw;
    margin-bottom: 6.5104166667vw;
    font-size: 2.4739583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-max .lower-buttons .btn-all-stop, .page-reserve-max .lower-buttons2 .btn-all-stop {
    width: 47.6814516129vw;
    height: 7.0564516129vw;
    margin-bottom: 5.0403225806vw;
    font-size: 1.9153225806vw;
    order: 2;
  }
}
@media only screen and (min-width: 992px) {
  .page-reserve-max .lower-buttons .btn-all-stop, .page-reserve-max .lower-buttons2 .btn-all-stop {
    width: 39.4166666667vw;
    height: 5.8333333333vw;
    margin-bottom: 4.1666666667vw;
    font-size: 1.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-max .lower-buttons .btn-all-stop, .page-reserve-max .lower-buttons2 .btn-all-stop {
    width: 33.7857142857vw;
    height: 5vw;
    margin-bottom: 3.5714285714vw;
    font-size: 1.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-max .lower-buttons .btn-all-stop, .page-reserve-max .lower-buttons2 .btn-all-stop {
    width: 29.5625rem;
    height: 4.375rem;
    margin-bottom: 3.125rem;
    font-size: 1.1875rem;
  }
}
.page-reserve-max .lower-buttons .btn-edit, .page-reserve-max .lower-buttons2 .btn-edit {
  width: 100%;
  height: 23.3644859813vw;
  margin: 0 auto;
  background: #649d2d url(/images/icon-arrow-right.svg) no-repeat 96% 50%;
  font-size: 4.4392523364vw;
  font-weight: bold;
  order: 4;
}
@media only screen and (min-width: 576px) {
  .page-reserve-max .lower-buttons .btn-edit, .page-reserve-max .lower-buttons2 .btn-edit {
    width: 61.5885416667vw;
    height: 13.0208333333vw;
    font-size: 2.4739583333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-max .lower-buttons .btn-edit, .page-reserve-max .lower-buttons2 .btn-edit {
    width: 47.6814516129vw;
    height: 10.0806451613vw;
    font-size: 1.9153225806vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reserve-max .lower-buttons .btn-edit, .page-reserve-max .lower-buttons2 .btn-edit {
    width: 39.4166666667vw;
    height: 8.3333333333vw;
    font-size: 1.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-max .lower-buttons .btn-edit, .page-reserve-max .lower-buttons2 .btn-edit {
    width: 33.7857142857vw;
    height: 7.1428571429vw;
    font-size: 1.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-max .lower-buttons .btn-edit, .page-reserve-max .lower-buttons2 .btn-edit {
    width: 29.5625rem;
    height: 6.25rem;
    font-size: 1.1875rem;
  }
}
.page-reserve-max .lower-buttons.is-day, .page-reserve-max .lower-buttons2.is-day {
  flex-direction: column;
  align-items: center;
}
.page-reserve-max .lower-buttons.is-day .btn-prev, .page-reserve-max .lower-buttons.is-day .btn-next, .page-reserve-max .lower-buttons2.is-day .btn-prev, .page-reserve-max .lower-buttons2.is-day .btn-next {
  display: none;
}
@media only screen and (max-width: 991px) {
  .page-reserve-max .upper-buttons .btn-prev, .page-reserve-max .upper-buttons .btn-next {
    width: 48%;
  }
}
.page-reserve-max .lower-buttons {
  flex-wrap: nowrap;
}
.page-reserve-max .lower-buttons .btn-prev, .page-reserve-max .lower-buttons .btn-next {
  width: 48%;
}
@media only screen and (min-width: 1500px) {
  .page-reserve-max .lower-buttons .btn-prev, .page-reserve-max .lower-buttons .btn-next {
    width: 18.75rem;
  }
}
.page-reserve-max .lower-buttons .btn-all-stop {
  width: 46%;
}
@media only screen and (min-width: 1500px) {
  .page-reserve-max .lower-buttons .btn-all-stop {
    width: 29.5625rem;
  }
}

.page-reserve-max.day-view .date-select-wrap {
  margin-bottom: 7.0093457944vw;
}
@media only screen and (min-width: 576px) {
  .page-reserve-max.day-view .date-select-wrap {
    margin-bottom: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-max.day-view .date-select-wrap {
    margin-bottom: 3.0241935484vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reserve-max.day-view .date-select-wrap {
    margin-bottom: 2.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-max.day-view .date-select-wrap {
    margin-bottom: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-max.day-view .date-select-wrap {
    margin-bottom: 1.8755rem;
  }
}
.page-reserve-max .confirm-section {
  overflow: hidden !important;
}
.page-reserve-max .js-scrollable {
  height: 692px;
  overflow: scroll !important;
}
@media only screen and (max-width: 768px) {
  .page-reserve-max .js-scrollable.is-horizontal-hidden {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
  .page-reserve-max .js-scrollable.is-vertical-hidden {
    overflow-y: hidden !important;
    overflow-x: scroll !important;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-max .js-scrollable {
    height: 692px;
  }
}
.page-reserve-max table.reserve-result thead {
  position: -webkit-sticky;
  position: sticky;
  top: -2px;
  left: 0;
  z-index: 13;
}
@media only screen and (min-width: 768px) {
  .page-reserve-max table.reserve-result thead th, .page-reserve-max table.reserve-result tfoot th {
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
  }
}
.page-reserve-max table.reserve-result thead th.cell01, .page-reserve-max table.reserve-result tfoot th.cell01 {
  background: #dae7cc !important;
  left: -2px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
	.page-reserve-max table.reserve-result thead th.cell01, .page-reserve-max table.reserve-result tfoot th.cell01 {
	  position: -webkit-sticky;
	  position: sticky;
	  background: #dae7cc !important;
	  left: -2px;
	  z-index: 13;
	}
}

.page-reserve-max table.reserve-result thead th.cell02, .page-reserve-max table.reserve-result tfoot th.cell02 {
  background: #dae7cc !important;
  left: 105px;
  z-index: 10;
}
.page-reserve-max table.reserve-result thead th.cell03, .page-reserve-max table.reserve-result tfoot th.cell03 {
  background: #dae7cc !important;
  left: 155px;
  z-index: 10;
}
.page-reserve-max table.reserve-result thead th.cell04, .page-reserve-max table.reserve-result tfoot th.cell04 {
  background: #dae7cc !important;
  left: 230px;
  z-index: 10;
}
/* .page-reserve-max table.reserve-result thead th::before, .page-reserve-max table.reserve-result tfoot th::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
} */
@media only screen and (min-width: 768px) {
  .page-reserve-max table.reserve-result tbody .is-fixed {
    position: -webkit-sticky;
    position: sticky;
    z-index: 5;
  }
}
@media only screen and (max-width: 768px) {
  .page-reserve-max table.reserve-result tbody .cell01  {
    position: -webkit-sticky;
    position: sticky;
    z-index: 12;
  }
}

.page-reserve-max table.reserve-result tbody .is-fixed.cell01 {
  width: 107px;
  left: -2px;
}
.page-reserve-max table.reserve-result tbody .is-fixed.cell01 .data-content {
  position: relative;
}
.page-reserve-max table.reserve-result tbody .is-fixed.cell02 {
  width: 50px;
  left: 105px;
}
.page-reserve-max table.reserve-result tbody .is-fixed.cell03 {
  width: 75px;
  left: 155px;
}
.page-reserve-max table.reserve-result tbody .is-fixed.cell04 {
  width: 80px;
  left: 230px;
}
/* .page-reserve-max table.reserve-result tbody .is-fixed::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
} */

.page-reserve-max.no-menu .card-header.button {
	width: 100%;
	padding-top: 0;
	padding-right: 1.7636vw;
	padding-right: 1.7636vw;
	justify-content: flex-end;
}
@media only screen and (min-width: 576px) {
	.page-reserve-max.no-menu .card-header.button {
		padding-right: 1.3021vw;
		padding-right: 1.3021vw;
	}
}
@media only screen and (min-width: 768px) {
	.page-reserve-max.no-menu .card-header.button {
		padding-right: 1.008vw;
		padding-right: 1.008vw;
	}
}
@media only screen and (min-width: 992px) {
	.page-reserve-max.no-menu .card-header.button {
		padding-right: .83333vw;
		padding-right: .8333vw;
	}
}
@media only screen and (min-width: 1200px) {
	.page-reserve-max.no-menu .card-header.button {
		padding-right: .71429vw;
		padding-right: .71429vw;
	}
}
@media only screen and (min-width: 1400px) {
	.page-reserve-max.no-menu .card-header.button {
		padding-right: .625rem;
		padding-right: .625rem;
	}
}

/* ========================================================================================= ^^
	Reserve check
============================================================================================ ^^ */
.page-reserve-check .js-scrollable {
  overflow: auto;
}
.page-reserve-check .date-select-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.page-reserve-check .date-line1,
.page-reserve-check .date-line2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-reserve-check .date-line1 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page-reserve-check .date-line2 .date-select:first-of-type {
    margin-left: 0 !important
  }
}
.page-reserve-check .date-select {
  width: 84%;
  height: 44px;
}
.page-reserve-check .date-line1 .date-select {
  width: 37%;
}
.is-ios .page-reserve-check .date-line1 .date-select {
  width: 39%;
}
.page-reserve-check .date-select .form-control {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .page-reserve-check .date-select-wrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .page-reserve-check .date-line1 {
    width: 33%;
    margin: 0;
  }
  .page-reserve-check .date-line2 {
    width: 66%;
  }
  .page-reserve-check .date-line1 .date-select,
  .is-ios .page-reserve-check .date-line1 .date-select,
  .page-reserve-check .date-line2 .date-select {
    width: 84%;
  }
}
.page-reserve-check .search-date-select {
  width: 24%;
}
.page-reserve-check .label {
  margin: 1.8691588785vw 0 4.4392523364vw;
  font-size: 4.2056074766vw;
  text-align: right;
}
@media only screen and (min-width: 576px) {
  .page-reserve-check .label {
    margin: 1.0416666667vw 0 2.4739583333vw;
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-check .label {
    margin: 0.8064516129vw 0 1.9153225806vw;
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reserve-check .label {
    margin: 0.6666666667vw 0 1.5833333333vw;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-check .label {
    margin: 0.5714285714vw 0 1.3571428571vw;
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-check .label {
    margin: 0.5rem 0 1.1875rem;
    font-size: 1.125rem;
  }
}
.page-reserve-check .reserve-buttons {
  flex-direction: column;
}
.page-reserve-check .reserve-buttons .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .page-reserve-check .reserve-buttons .inner {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .page-reserve-check .reserve-buttons .inner #btn-csv, .page-reserve-check .reserve-buttons .inner #btn-print {
    width: 100%;
  }
}
.page-reserve-check select[name="search-year"],
.page-reserve-check select[name="search-month"],
.page-reserve-check select[name="search-day"] {
  padding: 0 1rem 0 0.5rem;
}
.page-reserve-check #reserve-result {
  width: 1530px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-check #reserve-result {
    width: 100% !important;
  }
}
.page-reserve-check #reserve-result .cell01 {
  width: 35px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-check #reserve-result .cell01 {
    width: 3% !important;
  }
}
.page-reserve-check #reserve-result .cell02 {
  width: 110px !important;
  padding-right: 30px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-check #reserve-result .cell02 {
    width: 7% !important;
  }
}
.page-reserve-check #reserve-result .cell03 {
  width: 110px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-check #reserve-result .cell03 {
    width: 6% !important;
  }
}
.page-reserve-check #reserve-result .cell04 {
  width: 25px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-check #reserve-result .cell04 {
    width: 4% !important;
  }
}
.page-reserve-check #reserve-result .cell05 {
  width: 70px !important;
  padding-right: 30px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-check #reserve-result .cell05 {
    width: 8% !important;
  }
}
.page-reserve-check #reserve-result .cell06 {
  width: 70px !important;
  padding-right: 30px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-check #reserve-result .cell06 {
    width: 8% !important;
  }
}
.page-reserve-check #reserve-result .cell07 {
  width: 40px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-check #reserve-result .cell07 {
    width: 4% !important;
  }
}
.page-reserve-check #reserve-result .cell08 {
  width: 95px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-check #reserve-result .cell08 {
    width: 12% !important;
  }
}
.page-reserve-check #reserve-result .cell09 {
  width: 200px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-check #reserve-result .cell09 {
    width: 24% !important;
  }
}
.page-reserve-check #reserve-result .cell10 {
  width: 40px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-check #reserve-result .cell10 {
    width: 5% !important;
  }
}
.page-reserve-check  #reserve-result .cell11 {
  width: 85px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-check #reserve-result .cell11 {
    width: 8% !important;
  }
}
.page-reserve-check  #reserve-result .cell12 {
  width: 6% !important;
}
.page-reserve-check  #reserve-result .cell18 {
  width: 40px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-check #reserve-result .cell18 {
    width: 3% !important;
  }
}
.page-reserve-check  #reserve-result .cell19 {
  width: 40px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-check #reserve-result .cell19 {
    width: 3% !important;
  }
}
.page-reserve-check  #reserve-result .cell20 {
  width: 100px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-check  #reserve-result .cell20 {
    width: 10% !important;
  }
}
.page-reserve-check  #reserve-result a:not(.btn-detail):link {
  color: #7e7e7e;
}
.page-reserve-check  #reserve-result a:not(.btn-detail):visited {
  color: #7e7e7e;
}
.page-reserve-check  #reserve-result a:not(.btn-detail):hover {
  color: #7e7e7e;
}
.page-reserve-check  #reserve-result a:not(.btn-detail):focus {
  color: #7e7e7e;
}

.page-reserve-check .cell12,
.page-reserve-check .cell-payment {
  display: none;
}

/* ========================================================================================= ^^
	Reserve detail
============================================================================================ ^^ */
.page-reserve-detail .reserve-row {
  margin-bottom: 8.1775700935vw;
}
@media only screen and (min-width: 576px) {
  .page-reserve-detail .reserve-row {
    margin-bottom: 4.5572916667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-detail .reserve-row {
    margin-bottom: 3.5282258065vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reserve-detail .reserve-row {
    margin-bottom: 2.9166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-detail .reserve-row {
    margin-bottom: 2.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-detail .reserve-row {
    margin-bottom: 2.1875rem;
  }
}
.page-reserve-detail .price-table-wrap {
  margin-bottom: 7.0093457944vw;
}
@media only screen and (min-width: 576px) {
  .page-reserve-detail .price-table-wrap {
    margin-bottom: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-detail .price-table-wrap {
    margin-bottom: 3.0241935484vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reserve-detail .price-table-wrap {
    margin-bottom: 2.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-detail .price-table-wrap {
    margin-bottom: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-detail .price-table-wrap {
    margin-bottom: 1.875rem;
  }
}
.page-reserve-detail .price-table-wrap + .price-table-wrap {
  margin-bottom: 0;
}
.page-reserve-detail .price-table-wrap .btn {
  height: 23.3644859813vw;
  margin: 0;
}
@media only screen and (min-width: 576px) {
  .page-reserve-detail .price-table-wrap .btn {
    height: 13.0208333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-detail .price-table-wrap .btn {
    width: 100%;
    height: 10.0806451613vw;
    margin: 0 1.4112903226vw 0 2.5201612903vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reserve-detail .price-table-wrap .btn {
    width: 38.3333333333vw;
    height: 8.3333333333vw;
    margin: 0 1.1666666667vw 0 2.0833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-detail .price-table-wrap .btn {
    width: 32.8571428571vw;
    height: 7.1428571429vw;
    margin: 0 1vw 0 1.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-detail .price-table-wrap .btn {
    width: 28.75rem;
    height: 6.25rem;
    margin: 0 0.875rem 0 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-detail .upper-buttons .btn {
    max-width: 23rem;
    width: 30%;
  }
}

.reserve-info-table {
  width: 100%;
  border: 1px solid #ddd;
}
.reserve-info-table th {
  width: 34.78%;
  height: 11.6822429907vw;
  padding: 1.1682242991vw 2.3364485981vw;
  border: 1px solid #ddd;
  background-color: #ebf2e4;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .reserve-info-table th {
    height: 6.5104166667vw;
    padding: 0.6510416667vw 1.3020833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .reserve-info-table th {
    height: 5.0403225806vw;
    padding: 0.5040322581vw 1.0080645161vw;
  }
}
@media only screen and (min-width: 992px) {
  .reserve-info-table th {
    height: 4.1666666667vw;
    padding: 0.4166666667vw 0.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .reserve-info-table th {
    height: 3.5714285714vw;
    padding: 1.3020833333vw 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .reserve-info-table th {
    height: 3.125rem;
    padding: 0.3125rem 0.625rem;
  }
}
.reserve-info-table td {
  width: 65.22%;
  height: 11.6822429907vw;
  padding: 2.3364485981vw 2.3364485981vw;
  border: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .reserve-info-table td {
    height: 6.5104166667vw;
    padding: 1.3020833333vw 1.3020833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .reserve-info-table td {
    height: 5.0403225806vw;
    padding: 1.0080645161vw 1.0080645161vw;
  }
}
@media only screen and (min-width: 992px) {
  .reserve-info-table td {
    height: 4.1666666667vw;
    padding: 0.8333333333vw 0.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .reserve-info-table td {
    height: 3.5714285714vw;
    padding: 0.7142857143vw 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .reserve-info-table td {
    height: 3.125rem;
    padding: 0.3125rem 0.625rem;
  }
}
.reserve-info-table td .btn {
  padding: 1.1682242991vw 2.3364485981vw;
}
@media only screen and (min-width: 576px) {
  .reserve-info-table td .btn {
    padding: 0.6510416667vw 1.3020833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .reserve-info-table td .btn {
    padding: 0.5040322581vw 1.0080645161vw;
  }
}
@media only screen and (min-width: 992px) {
  .reserve-info-table td .btn {
    padding: 0.4166666667vw 0.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .reserve-info-table td .btn {
    padding: 0.3571428571vw 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .reserve-info-table td .btn {
    padding: 0.3125rem 0.625rem;
  }
}

#stay-info .base-row {
  padding-bottom: 7.0093457944vw;
  margin-bottom: 7.0093457944vw;
  border-bottom: 1px solid #eceaea;
}
@media only screen and (min-width: 576px) {
  #stay-info .base-row {
    padding-bottom: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) {
  #stay-info .base-row {
    padding-bottom: 3.0241935484vw;
    margin-bottom: 3.0241935484vw;
  }
}
@media only screen and (min-width: 992px) {
  #stay-info .base-row {
    padding-bottom: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  #stay-info .base-row {
    padding-bottom: 2.1428571429vw;
    margin-bottom: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #stay-info .base-row {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
#stay-info .base-row:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.reserve-block {
  width: 100%;
  margin: 0 1.125rem 4.6728971963vw 0;
}
@media only screen and (min-width: 576px) {
  .reserve-block {
    margin-bottom: 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .reserve-block {
    width: 25rem;
    margin-bottom: 2.0161290323vw;
  }
}
@media only screen and (min-width: 992px) {
  .reserve-block {
    margin-bottom: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .reserve-block {
    margin-bottom: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .reserve-block {
    margin-bottom: 1.25rem;
  }
}
.reserve-block > p {
  width: 100%;
  height: 9.3457943925vw;
  padding: 0 2.3364485981vw;
  margin-bottom: 1.1682242991vw;
  background-color: #ebf2e4;
  font-size: 4.2056074766vw;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .reserve-block > p {
    height: 5.2083333333vw;
    padding: 0 1.3020833333vw;
    margin-bottom: 0.6510416667vw;
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .reserve-block > p {
    height: 4.0322580645vw;
    padding: 0 1.0080645161vw;
    margin-bottom: 0.5040322581vw;
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .reserve-block > p {
    height: 3.3333333333vw;
    padding: 0 0.8333333333vw;
    margin-bottom: 0.4166666667vw;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .reserve-block > p {
    height: 2.8571428571vw;
    padding: 0 0.7142857143vw;
    margin-bottom: 0.3571428571vw;
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .reserve-block > p {
    height: 2.5rem;
    padding: 0 0.625rem;
    margin-bottom: 0.3125rem;
    font-size: 1.125rem;
  }
}
.reserve-block table {
  width: 100%;
  border: 1px solid #ddd;
}
.reserve-block table th {
  height: 7.0093457944vw;
  padding: 0 2.3364485981vw;
  border: 1px solid #ddd;
}
@media only screen and (min-width: 576px) {
  .reserve-block table th {
    height: 3.90625vw;
    padding: 0 1.3020833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .reserve-block table th {
    height: 3.0241935484vw;
    padding: 0 1.0080645161vw;
  }
}
@media only screen and (min-width: 992px) {
  .reserve-block table th {
    height: 2.5vw;
    padding: 0 0.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .reserve-block table th {
    height: 2.1428571429vw;
    padding: 0 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .reserve-block table th {
    height: 1.875rem;
    padding: 0 0.625rem;
  }
}
.reserve-block table th.hl {
  width: 8.75%;
  padding: 0;
  background-color: #ebf2e4;
  text-align: center;
}
.reserve-block table td {
  width: 31%;
  border: 1px solid #ddd;
  text-align: center;
}
.reserve-block:nth-of-type(2n) > p {
  background-color: #fbf1e8;
}
.reserve-block:nth-of-type(2n) table th.hl {
  background-color: #fbf1e8;
}
.reserve-block:nth-of-type(3n) {
  margin-right: 0;
}
.reserve-block:nth-of-type(3n) > p {
  background-color: #f9f9d0;
}
.reserve-block:nth-of-type(3n) table th.hl {
  background-color: #f9f9d0;
}
.reserve-block:nth-of-type(4n) > p {
  background-color: #e4ebf2;
}
.reserve-block:nth-of-type(4n) table th.hl {
  background-color: #e4ebf2;
}

.option-label {
  font-size: 5.1401869159vw;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  .option-label {
    font-size: 2.8645833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .option-label {
    font-size: 2.2177419355vw;
  }
}
@media only screen and (min-width: 992px) {
  .option-label {
    font-size: 1.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .option-label {
    font-size: 1.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .option-label {
    font-size: 1.375rem;
  }
}

.option-block {
  width: 100%;
  margin: 0 1.4957% 4.6728971963vw 0;
}
@media only screen and (min-width: 576px) {
  .option-block {
    margin-bottom: 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .option-block {
    max-width: 25rem;
    width: 32.3362%;
    margin-bottom: 2.0161290323vw;
  }
}
@media only screen and (min-width: 992px) {
  .option-block {
    margin-bottom: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .option-block {
    margin-bottom: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .option-block {
    margin-bottom: 1.25rem;
  }
}
.option-block table {
  width: 100%;
  border: 1px solid #ddd;
}
.option-block table th {
  width: 69%;
  height: 7.0093457944vw;
  padding: 0 2.3364485981vw;
  border: 1px solid #ddd;
}
@media only screen and (min-width: 576px) {
  .option-block table th {
    height: 3.90625vw;
    padding: 0 1.3020833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .option-block table th {
    height: 3.0241935484vw;
    padding: 0 1.0080645161vw;
  }
}
@media only screen and (min-width: 992px) {
  .option-block table th {
    height: 2.5vw;
    padding: 0 0.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .option-block table th {
    height: 2.1428571429vw;
    padding: 0 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .option-block table th {
    height: 1.875rem;
    padding: 0 0.625rem;
  }
}
.option-block table td {
  width: 31%;
  height: 7.0093457944vw;
  padding: 0 2.3364485981vw;
  border: 1px solid #ddd;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .option-block table td {
    height: 3.90625vw;
    padding: 0 1.3020833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .option-block table td {
    height: 3.0241935484vw;
    padding: 0 1.0080645161vw;
  }
}
@media only screen and (min-width: 992px) {
  .option-block table td {
    height: 2.5vw;
    padding: 0 0.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .option-block table td {
    height: 2.1428571429vw;
    padding: 0 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .option-block table td {
    height: 1.875rem;
    padding: 0 0.625rem;
  }
}
.option-block:nth-of-type(2n) table th, .option-block:nth-of-type(2n) table td {
  background-color: #fbf1e8;
}
.option-block:nth-of-type(3n) table th, .option-block:nth-of-type(3n) table td {
  background-color: #f9f9d0;
}
.option-block:nth-of-type(4n) table th, .option-block:nth-of-type(4n) table td {
  background-color: #e4ebf2;
}

@media only screen and (min-width: 768px) {
  .detail-lower-buttons .btn-arrow {
    margin: 0 2.2177419355vw;
  }
}
@media only screen and (min-width: 992px) {
  .detail-lower-buttons .btn-arrow {
    margin: 0 1.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .detail-lower-buttons .btn-arrow {
    margin: 0 1.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .detail-lower-buttons .btn-arrow {
    margin: 0 1.375rem;
  }
}

.reserve-detail-row {
  padding-bottom: 5.6074766355vw;
  margin-bottom: 5.8411214953vw;
  border-bottom: 1px solid #ddd;
  font-size: 4.2056074766vw;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .reserve-detail-row {
    padding-bottom: 3.125vw;
    margin-bottom: 3.2552083333vw;
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .reserve-detail-row {
    padding-bottom: 2.4193548387vw;
    margin-bottom: 2.5201612903vw;
    font-size: 1.814516129vw;
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  .reserve-detail-row {
    padding-bottom: 2vw;
    margin-bottom: 2.0833333333vw;
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .reserve-detail-row {
    padding-bottom: 1.7142857143vw;
    margin-bottom: 1.7857142857vw;
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .reserve-detail-row {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5625rem;
    font-size: 1.125rem;
  }
}
.reserve-detail-row-label {
  width: 100%;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .reserve-detail-row-label {
    width: 16.2%;
  }
}
.reserve-detail-row-content {
  width: 100%;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .reserve-detail-row-content {
    width: 83.8%;
  }
}
@media only screen and (min-width: 768px) {
  .reserve-detail-row.column {
    flex-direction: column;
  }
}
.reserve-detail-row.column .reserve-detail-row-label {
  margin-bottom: 2.3364485981vw;
}
@media only screen and (min-width: 576px) {
  .reserve-detail-row.column .reserve-detail-row-label {
    margin-bottom: 1.3020833333vw;
  }
}
@media only screen and (min-width: 768px) {
  .reserve-detail-row.column .reserve-detail-row-label {
    width: 100%;
    margin-bottom: 1.0080645161vw;
  }
}
@media only screen and (min-width: 992px) {
  .reserve-detail-row.column .reserve-detail-row-label {
    margin-bottom: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .reserve-detail-row.column .reserve-detail-row-label {
    margin-bottom: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .reserve-detail-row.column .reserve-detail-row-label {
    margin-bottom: 0.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .reserve-detail-row.column .reserve-detail-row-content {
    width: 100%;
  }
}

.reserve-history-modal .modal-lg {
  max-width: 96vw !important;
}

.achievement-modal .form-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.achievement-modal .form-group .input-default {
  width: 96%;
  margin-right: 0.625rem;
}
.achievement-modal .btn-achievement {
  height: 3.5rem;
}

/* ========================================================================================= ^^
	Member
============================================================================================ ^^ */
.page-member .js-scrollable {
  overflow: auto;
}
.page-member .search-card .content {
  padding: 0;
}
.page-member .name-field {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-member .name-field {
    width: 35.2822580645vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-member .name-field {
    width: 29.1666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-member .name-field {
    width: 25vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-member .name-field {
    width: 21.875rem;
  }
}
.page-member .mail-field, .page-member .tel-field {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-member .mail-field, .page-member .tel-field {
    width: 60.4838709677vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-member .mail-field, .page-member .tel-field {
    width: 50vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-member .mail-field, .page-member .tel-field {
    width: 42.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-member .mail-field, .page-member .tel-field {
    width: 37.5rem;
  }
}
.page-member .camp-id {
  margin-right: 0.5rem;
}
.page-member .reserve-field {
  width: 80%;
  margin-left: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .page-member .reserve-field {
    width: 35.2822580645vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-member .reserve-field {
    width: 29.1666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-member .reserve-field {
    width: 25vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-member .reserve-field {
    width: 21.875rem;
  }
}
.page-member .date-select {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-member .date-select {
    width: 15.1209677419vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-member .date-select {
    width: 12.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-member .date-select {
    width: 10.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-member .date-select {
    width: 9.375rem;
  }
}
.page-member .date-select .btn {
  height: 100%;
}
.page-member .reserve-result .cell02 {
  text-align: center;
}
.page-member .reserve-result .cell11 {
  width: 10vw !important;
}

.member-detail-row {
  /* padding-bottom: 5.1401869159vw;
  margin-bottom: 7.0093457944vw; */
	padding-bottom: 2.57009vw;
  margin-bottom: 3.5046729vw;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 576px) {
  .member-detail-row {
    /* padding-bottom: 2.8645833333vw;
    margin-bottom: 3.90625vw; */
		padding-bottom: 1.4322917vw;
    margin-bottom: 1.95313vw;
  }
}
@media only screen and (min-width: 768px) {
  .member-detail-row {
    /* padding-bottom: 2.2177419355vw;
    margin-bottom: 3.0241935484vw; */
		padding-bottom: 1.108808vw;
    margin-bottom: 1.512097vw;
  }
}
@media only screen and (min-width: 992px) {
  .member-detail-row {
    /* padding-bottom: 1.8333333333vw;
    margin-bottom: 2.5vw; */
		padding-bottom: 0.91667vw;
    margin-bottom: 1.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .member-detail-row {
    /* padding-bottom: 1.5714285714vw;
    margin-bottom: 2.1428571429vw; */
		padding-bottom: 0.757142857vw;
    margin-bottom: 1.07142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .member-detail-row {
    /* padding-bottom: 1.375rem;
    margin-bottom: 1.875rem; */
		padding-bottom: 0.6875rem;
    margin-bottom: 0.9375rem;
  }
}
.member-detail-row .content div {
  font-size: 4.2056074766vw;
  text-align: left;
}
@media only screen and (min-width: 576px) {
  .member-detail-row .content div {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .member-detail-row .content div {
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  .member-detail-row .content div {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .member-detail-row .content div {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .member-detail-row .content div {
    font-size: 1.125rem;
  }
}

.modal-member-info {
  width: 100%;
  border: 1px solid #ddd;
}
.modal-member-info th {
  width: 30%;
  padding: 0.3125rem 0.625rem;
  border: 1px solid #ddd;
  background: rgba(100, 157, 45, 0.13) !important;
}
.modal-member-info td {
  width: 70%;
  padding: 0.3125rem 0.625rem;
  border: 1px solid #ddd;
  background-color: #fff;
}

.past-table {
  width: 100%;
  margin-top: 1.875rem;
  border: 1px solid #ddd;
}
.past-table td {
  padding: 0.3125rem 0.625rem;
  border: 1px solid #ddd;
}
.past-table td:nth-of-type(1) {
  width: 30%;
}
.past-table td:nth-of-type(2) {
  width: 50%;
}
.past-table td .btn {
  padding: 0.625rem;
}

.print-item {
  display: none;
}

@media print {
  .print-item {
    display: block;
  }
}
.view-user-info {
  width: 5rem;
  height: 40px;
  padding: 0.938rem 0.5rem;
  margin: 0 auto;
  border-radius: 2.03125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.past-reserve {
  width: 200%;
}
.past-reserve th {
  height: 2.5rem;
  padding: 0 0.9375rem;
  border: 1px solid #ddd;
  background: rgba(100, 157, 45, 0.13) !important;
  text-align: left;
}
.past-reserve th:first-of-type {
  width: 19%;
}
.past-reserve th:last-of-type {
  width: 100px;
}
.past-reserve td {
  padding: 0.3125rem 0.9375rem;
  border: 1px solid #ddd;
  text-align: left;
}
.past-reserve td:last-of-type {
  text-align: center;
}
.past-reserve td .btn {
  width: 5rem;
  height: 40px;
  padding: 0.938rem 0.5rem;
  margin: 0 auto;
  border-radius: 2.03125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .past-reserve {
    width: 100%;
  }
  .past-reserve th:first-of-type {
    width: 12%;
  }
}

.btn-history {
  width: 11.25rem;
  padding: 0.938rem 1.5rem;
  font-weight: 500;
  font-size: 1rem;
}



@media (min-width: 768px) {
	.page-member .member-card {
		display: grid;
		grid-template-columns: 50% 50%;
		grid-template-rows: repeat(4, auto);
	}
}
@media (min-width: 1200px) {
	.page-member .member-card {
		grid-template-columns: 24% 31% 45%;
		grid-template-rows: repeat(3, auto);
	}
}
@media (min-width: 768px) {
	.page-member #member-name {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	.page-member #member-email {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}
	.page-member #member-name .label,
	.page-member #member-email .label {
		width: 40%;
	}
}
@media (min-width: 1200px) {
	.page-member #member-name .label,
	.page-member #member-email .label {
		width: auto;
	}
}
@media (min-width: 768px) {
	.page-member #member-tel {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}
	.page-member #member-tel .label {
		width: 40%;
	}
}
@media (min-width: 1200px) {
	.page-member #member-tel {
		grid-column: 3 / 4;
		grid-row: 1 / 2;
	}
	.page-member #member-tel .label {
		width: auto;
	}
}
.page-member #member-tel span {
	display: none;
}
@media (min-width: 768px) {
	.page-member #member-tel br {
		display: none;
	}
	.page-member #member-tel span {
		margin-right: 1em;
		display: inline;
	}
}
@media (min-width: 768px) {
	.page-member #member-gender {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	.page-member #member-gender .label {
		width: 40%;
	}
}
@media (min-width: 1200px) {
	.page-member #member-gender {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}
	.page-member #member-gender .label {
		width: auto;
	}
}
@media (min-width: 768px) {
	.page-member #member-birth {
		grid-column: 1 / 3;
		grid-row: 3 / 4;
	}
	.page-member #member-birth .label {
		width: 16.834%;
	}
}
@media (min-width: 1200px) {
	.page-member #member-birth {
		grid-column: 2 / 4;
		grid-row: 2 / 3;
	}
	.page-member #member-birth .label {
		width: auto;
	}
}
@media (min-width: 768px) {
	.page-member #member-address {
		grid-column: 1 / 3;
		grid-row: 4 / 5;
	}
	.page-member #member-address .label {
		width: 16.834%;
	}
}
@media (min-width: 1200px) {
	.page-member #member-address {
		grid-column: 1 / 4;
		grid-row: 3 / 4;
	}
	.page-member #member-address .label {
		width: auto;
	}
}
.page-member .member-detail-row {
	align-items: baseline;
}
/* ========================================================================================= ^^
	Reserve mail
============================================================================================ ^^ */
.page-reserve-mail .mail-box {
  padding: 4.6728971963vw;
  margin-bottom: 7.0093457944vw;
  border: 1px solid #ddd;
}
@media only screen and (min-width: 576px) {
  .page-reserve-mail .mail-box {
    padding: 2.6041666667vw;
    margin-bottom: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-mail .mail-box {
    padding: 2.0161290323vw;
    margin-bottom: 3.0241935484vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reserve-mail .mail-box {
    padding: 1.6666666667vw;
    margin-bottom: 2.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-mail .mail-box {
    padding: 1.4285714286vw;
    margin-bottom: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-mail .mail-box {
    padding: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
.page-reserve-mail .mail-box textarea {
  max-width: 42.5rem;
  width: 100%;
  padding: 2.3364485981vw;
  margin-bottom: 7.0093457944vw;
  border: 1px solid #ddd;
  font-size: 1rem;
  color: #7e7e7e;
}
@media only screen and (min-width: 576px) {
  .page-reserve-mail .mail-box textarea {
    padding: 1.3020833333vw;
    margin-bottom: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-mail .mail-box textarea {
    padding: 1.0080645161vw;
    margin-bottom: 3.0241935484vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reserve-mail .mail-box textarea {
    padding: 0.8333333333vw;
    margin-bottom: 2.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-mail .mail-box textarea {
    padding: 0.7142857143vw;
    margin-bottom: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-mail .mail-box textarea {
    padding: 0.625rem;
    margin-bottom: 1.875rem;
  }
}

/* ========================================================================================= ^^
	News
============================================================================================ ^^ */
@media only screen and (max-width: 767px) {
  .page-news .table-facility {
    min-width: 0 !important;
    width: 180%;
  }
}
@media only screen and (max-width: 767px) {
  .page-news .table-facility thead tr {
    /* display: flex; */
  }
}
@media only screen and (max-width: 767px) {
  .page-news .table-facility thead .cell-order {
    /* width: 32%;
    display: flex;
    justify-content: center;
    align-items: center; */
  }
}
@media only screen and (max-width: 767px) {
  .page-news .table-facility thead .cell-type {
    /* width: 68%;
    display: flex;
    justify-content: center;
    align-items: center; */
  }
}
@media only screen and (max-width: 767px) {
  .page-news .table-facility thead .cell-state,
.page-news .table-facility thead .cell-edit,
.page-news .table-facility thead .cell-delete {
    /* display: none; */
  }
}
@media only screen and (max-width: 767px) {
  .page-news .table-facility tbody tr {
    /* display: -ms-grid;
    display: grid;
    -ms-grid-columns: 32% 24% 24% 20%;
    grid-template-columns: 32% 24% 24% 20%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto; */
  }
}
@media only screen and (max-width: 767px) {
  .page-news .table-facility tbody tr td {
    /* width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; */
  }
}
@media only screen and (max-width: 767px) {
  .page-news .table-facility tbody tr .cell-order {
    /* -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3; */
  }
}
@media only screen and (max-width: 767px) {
  .page-news .table-facility tbody tr .cell-type {
    /* min-height: 9.1145833333vw;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    justify-content: flex-start; */
  }
}
@media only screen and (max-width: 575px) {
  .page-news .table-facility tbody tr .cell-type {
    /* min-height: 16.3551401869vw; */
  }
}
@media only screen and (max-width: 767px) {
  .page-news .table-facility tbody tr .cell-state {
    /* min-height: 9.1145833333vw;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3; */
  }
}
@media only screen and (max-width: 575px) {
  .page-news .table-facility tbody tr .cell-state {
    /* min-height: 16.3551401869vw; */
  }
}
@media only screen and (max-width: 767px) {
  .page-news .table-facility tbody tr .cell-edit {
    /* min-height: 9.1145833333vw;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3; */
  }
}
@media only screen and (max-width: 575px) {
  .page-news .table-facility tbody tr .cell-edit {
    /* min-height: 16.3551401869vw; */
  }
}
@media only screen and (max-width: 767px) {
  .page-news .table-facility tbody tr .cell-delete {
    /* min-height: 9.1145833333vw;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3; */
  }
}
@media only screen and (max-width: 575px) {
  .page-news .table-facility tbody tr .cell-delete {
    /* min-height: 16.3551401869vw; */
  }
}
.page-news .modal-option .modal-footer .btn {
  max-width: 23rem !important;
  width: 40%;
}

/* ========================================================================================= ^^

============================================================================================ ^^ */
.page-reserve-search-result .btn-change-view {
  width: 26.25vw;
  padding: 0.625rem 0.5rem
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result .btn-change-view {
    width: 11.25rem;
    padding: 0.625rem 1rem;
  }
}
.page-reserve-search-result .reserve-result {
  width: 1230px !important
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result .reserve-result {
    width: 100% !important
  }
}
.page-reserve-search-result .card-title {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result .card-title {
    font-size: 20px;
  }
}
.page-reserve-search-result #day-table .cell01,
.page-reserve-search-result #member-table .cell01 {
  width: 35px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result #day-table .cell01 {
    width: 3% !important;
  }
}
.page-reserve-search-result #day-table .cell02 {
  width: 110px !important;
  padding-right: 30px !important;
}
.page-reserve-search-result #member-table .cell02 {
  width: 110px !important;
  padding-right: 30px !important;
}
.page-reserve-search-result #day-table .cell03 {
  width: 110px !important;
}
.page-reserve-search-result #member-table .cell03 {
  width: 110px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result #day-table .cell03,
  .page-reserve-search-result #member-table .cell03 {
    width: 6% !important;
  }
}
.page-reserve-search-result #day-table .cell04 {
  width: 25px !important;
}
.page-reserve-search-result #member-table .cell04 {
  width: 25px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result #day-table .cell04,
  .page-reserve-search-result #member-table .cell04 {
    width: 4% !important;
  }
}
.page-reserve-search-result #day-table .cell05 {
  width: 70px !important;
  padding-right: 30px !important;
}
.page-reserve-search-result #member-table .cell05 {
  width: 70px !important;
  padding-right: 30px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result #day-table .cell05,
  .page-reserve-search-result #member-table .cell05 {
    width: 5% !important;
  }
}
.page-reserve-search-result #day-table .cell06 {
  width: 70px !important;
  padding-right: 30px !important;
}
.page-reserve-search-result #member-table .cell06 {
  width: 70px !important;
  padding-right: 30px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result #day-table .cell06,
  .page-reserve-search-result #member-table .cell06 {
    width: 5% !important;
  }
}
.page-reserve-search-result #day-table .cell07 {
  width: 40px !important;
}
.page-reserve-search-result #member-table .cell07 {
  width: 110px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result #member-table .cell07 {
    width: 6% !important;
  }
}
.page-reserve-search-result #day-table .cell08 {
  width: 85px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result #day-table .cell08 {
    width: 12% !important;
  }
}
.page-reserve-search-result #member-table .cell08,
.page-reserve-search-result #member-table .cell09 {
  width: 105px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result #member-table .cell08,
  .page-reserve-search-result #member-table .cell09 {
    width: 6% !important;
  }
}
.page-reserve-search-result #day-table .cell09 {
  width: 200px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result #day-table .cell09 {
    width: 24% !important;
  }
}
.page-reserve-search-result #day-table .cell10 {
  width: 40px !important;
}
.page-reserve-search-result #member-table .cell10 {
  width: 80px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result #day-table .cell10,
  .page-reserve-search-result #member-table .cell10 {
    width: 5% !important;
  }
}
.page-reserve-search-result  #day-table .cell11 {
  width: 85px !important;
}
.page-reserve-search-result #member-table .cell11 {
  width: 200px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result #day-table .cell11 {
    width: 8% !important;
  }
  .page-reserve-search-result #member-table .cell11 {
    width: 22% !important;
  }
}
.page-reserve-search-result  #day-table .cell12 {
  width: 6% !important;
}
.page-reserve-search-result #member-table .cell12 {
  width: 150px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result #member-table .cell12 {
    width: 13% !important;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result #day-table .cell16,
  .page-reserve-search-result #member-table .cell16 {
    width: 10% !important;
  }
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result #day-table .cell17,
  .page-reserve-search-result #member-table .cell17 {
    width: 10% !important;
  }
}


.page-reserve-search-result  #day-table .cell18 {
  width: 40px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result #day-table .cell18 {
    width: 3% !important;
  }
}
.page-reserve-search-result  #day-table .cell19 {
  width: 40px !important;
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result #day-table .cell19 {
    width: 3% !important;
  }
}
.page-reserve-search-result  #day-table .cell20 {
  width: 100px !important;
}
.page-reserve-search-result #member-table .cell19 {
  width: 100px !important;
}
@media only screen and (min-width: 768px) {

  .page-reserve-search-result #member-table .cell19,
  .page-reserve-search-result  #day-table .cell20 {
    width: 10% !important;
  }
}
.page-reserve-search-result .js-scrollable {
  overflow: auto;
}

.page-reserve-search-result #reserve-result .cell12,
.page-reserve-search-result .cell-payment {
  display: none;
}

.page-reserve-search-result.no-menu .card-header {
	padding-top: 13.8889vw;
}
.page-reserve-search-result.no-menu .close-window {
	position: absolute;
	top: 2.336vw;
	right: 4.6729vw;
}
@media only screen and (min-width: 576px) {
	.page-reserve-search-result.no-menu .card-header {
		padding-top: 10.4167vw;
	}
}
@media only screen and (min-width: 768px) {
	.page-reserve-search-result.no-menu .card-header {
		padding-top: 8.645vw;
	}
	.page-reserve-search-result.no-menu .close-window {
		top: 1.008vw;
		right: 3.0242vw;
	}
}
@media only screen and (min-width: 992px) {
	.page-reserve-search-result.no-menu .card-header {
		padding-top: 6.6667vw;
	}
	.page-reserve-search-result.no-menu .close-window {
		top: .8333vw;
		right: 2.5vw;
	}
}
@media only screen and (min-width: 1200px) {
	.page-reserve-search-result.no-menu .card-header {
		padding-top: 5.71429vw;
	}
	.page-reserve-search-result.no-menu .close-window {
		top: .71429vw;
		right: 2.1429vw;
	}
}
@media only screen and (min-width: 1400px) {
	.page-reserve-search-result.no-menu .card-header {
		padding-top: 5rem;
	}
	.page-reserve-search-result.no-menu .close-window {
		top: .625rem;
		right: 1.875rem;
	}
}

#optionModal table {
  width: 100%;
  border: 1px solid #ddd;
  font-size: 4.2056074766vw;
}
@media only screen and (min-width: 576px) {
  #optionModal table {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  #optionModal table {
    font-size: 1.814516129vw;
  }
}
@media only screen and (min-width: 992px) {
  #optionModal table {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  #optionModal table {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #optionModal table {
    font-size: 1.125rem;
  }
}
#optionModal table th {
  width: 51.32%;
  padding: 2.3364485981vw 4.6728971963vw;
  border: 1px solid #ddd;
  background-color: #ebf2e4;
  font-weight: normal;
}
@media only screen and (min-width: 576px) {
  #optionModal table th {
    padding: 1.3020833333vw 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) {
  #optionModal table th {
    padding: 1.0080645161vw 2.0161290323vw;
  }
}
@media only screen and (min-width: 992px) {
  #optionModal table th {
    padding: 0.8333333333vw 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  #optionModal table th {
    padding: 0.7142857143vw 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #optionModal table th {
    padding: 0.625rem 1.25rem;
  }
}
#optionModal table td {
  width: 48.68%;
  padding: 2.3364485981vw 3.5046728972vw;
  border: 1px solid #ddd;
  text-align: right;
}
@media only screen and (min-width: 576px) {
  #optionModal table td {
    padding: 1.3020833333vw 1.953125vw;
  }
}
@media only screen and (min-width: 768px) {
  #optionModal table td {
    padding: 1.0080645161vw 1.5120967742vw;
  }
}
@media only screen and (min-width: 992px) {
  #optionModal table td {
    padding: 0.8333333333vw 1.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  #optionModal table td {
    padding: 0.7142857143vw 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  #optionModal table td {
    padding: 0.625rem 0.9375rem;
  }
}
.page-reserve-search-result .card-header {
	display: grid;
	grid-template-columns: calc(100% - 27.7333vw) 27.7333vw;
  grid-template-rows: auto auto;
}
@media only screen and (min-width: 768px) {
  .page-reserve-search-result .card-header {
    grid-template-columns: calc(100% - 18.1452vw) 18.1452vw;
  }
}
@media only screen and (min-width: 992px) {
  .page-reserve-search-result .card-header  {
		grid-template-columns: calc(100% - 15vw) 15vw;
  }
}
@media only screen and (min-width: 1200px) {
  .page-reserve-search-result .card-header  {
    grid-template-columns: calc(100% - 12.8571vw) 12.8571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .page-reserve-search-result .card-header  {
    grid-template-columns: calc(100% - 11.25rem) 11.25rem;
  }
}
.page-reserve-search-result .card-header h5 {
	grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.page-reserve-search-result .btn-change-view {
	grid-column: 2 / 3;
  grid-row: 1 / 2;
}
@media only screen and (min-width: 768px) {
	.page-reserve-search-result .btn-change-view {
		rid-row: 1 / 3;
	}
}
.page-reserve-search-result .search-conditions {
	margin-bottom: 0;
	text-align: left;
	grid-column: 1 / 3;
  grid-row: 2 / 3;
}
@media only screen and (min-width: 768px) {
	.page-reserve-search-result .search-conditions {
		grid-column: 1 / 2;
	}
}
/* ========================================================================================= ^^
	Reserve remaining
============================================================================================ ^^ */
.page-reserve-remaining .js-scrollable {
  overflow-y: hidden;
  overflow-x: scroll;
}
.page-reserve-remaining .reserve-result tbody td:first-of-type {
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .page-reserve-remaining .upper-buttons .btn,
  .page-reserve-remaining .lower-buttons .btn {
    width: 48%;
  }
}
.page-reserve-remaining .date-select-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.page-reserve-remaining .date-line1,
.page-reserve-remaining .date-line2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-reserve-remaining .date-line1 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page-reserve-remaining .date-line2 .date-select:first-of-type {
    margin-left: 0 !important
  }
}
.page-reserve-remaining .date-select {
  width: 84%;
  height: 44px;
}
.page-reserve-remaining .date-line1 .date-select {
  width: 37%;
}
.is-ios .page-reserve-remaining .date-line1 .date-select {
  width: 39%;
}
.page-reserve-remaining .date-select .form-control {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .page-reserve-remaining .date-select-wrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .page-reserve-remaining .date-line1 {
    width: 33%;
    margin-bottom: 0;
  }
  .page-reserve-remaining .date-line2 {
    width: 66%;
  }
  .page-reserve-remaining .date-line1 .date-select,
  .is-ios .page-reserve-remaining .date-line1 .date-select,
  .page-reserve-remaining .date-line2 .date-select {
    width: 84%;
  }
}

.check-modal .modal-content {
	max-height: 96vh;
}
.check-modal .modal-content .modal-body {
	overflow: auto;
}

.check-content h4 {
	width: 100%;
	height: 8.6806vw;
	padding: 0 10px;
	background-color: #ccc;
	font-size: 3.125vw;
	color: #000;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	cursor: pointer;
}
@media only screen and (min-width: 576px) {
	.check-content h4 {
		height: 6.5104vw;
		font-size: 2.3438vw;
	}
}
@media only screen and (min-width: 768px) {
	.check-content h4 {
		height: 5.0403vw;
		font-size: 1.8145vw;
	}
}
@media only screen and (min-width: 992px) {
	.check-content h4 {
		height: 4.1667vw;
		font-size: 1.5vw;
	}
}
@media only screen and (min-width: 1200px) {
	.check-content h4 {
		height: 3.5714vw;
		font-size: 1.2857vw;
	}
}
@media only screen and (min-width: 1400px) {
	.check-content h4 {
		height: 3.125rem;
		font-size: 1.125rem;
	}
}
.check-content.check h4 {
	background-color: rgba(255, 0, 0, .2);
}
.check-content h4::after {
	width: 10px;
	height: 10px;
	background-color: #000;
	content: '\0020';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transition: .3s;
}
.check-content h4.is-open::after {
	transform: translateY(-50%) rotate(180deg);
}
.check-content__inner {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows .3s ease-out;
}
.check-content h4.is-open + .check-content__inner {
	margin-bottom: 5.2083vw;
	grid-template-rows: 1fr;
}
@media only screen and (min-width: 576px) {
	.check-content h4.is-open + .check-content__inner {
		margin-bottom: 3.90625vw;
	}
}
@media only screen and (min-width: 768px) {
	.check-content h4.is-open + .check-content__inner {
		margin-bottom: 3.0242vw;
	}
}
@media only screen and (min-width: 992px) {
	.check-content h4.is-open + .check-content__inner {
		margin-bottom: 2.5vw;
	}
}
@media only screen and (min-width: 1200px) {
	.check-content h4.is-open + .check-content__inner {
		margin-bottom: 2.1429vw;
	}
}
@media only screen and (min-width: 1200px) {
	.check-content h4.is-open + .check-content__inner {
		margin-bottom: 2.1429vw;
	}
}
@media only screen and (min-width: 1400px) {
	.check-content h4.is-open + .check-content__inner {
		margin-bottom: 1.875rem;
	}
}

.check-content .type {
	margin-top: 3.4722vw;
}
@media only screen and (min-width: 576px) {
	.check-content .type {
		margin-top: 2.6042vw;
	}
}
@media only screen and (min-width: 768px) {
	.check-content .type {
		margin-top: 2.0161vw;
	}
}
@media only screen and (min-width: 992px) {
	.check-content .type {
		margin-top: 1.6667vw;
	}
}
@media only screen and (min-width: 1200px) {
	.check-content .type {
		margin-top: 1.4286vw;
	}
}
@media only screen and (min-width: 1400px) {
	.check-content .type {
		margin-top: 1.25rem;
	}
}
.check-content .reserve-card .reserve-content {
	margin-bottom: 0;
}
.check-content__message {
	margin: 0;
	color: #f00;
	text-align: left;
}
.check-content__inner dl {
	margin-bottom: 0;
	overflow: hidden;
}
.check-content__inner dl dt {
	margin-top: 2.6042vw;
	text-align: left;
}
@media only screen and (min-width: 576px) {
	.check-content__inner dl dt {
		margin-top: 1.9531vw;
	}
}
@media only screen and (min-width: 768px) {
	.check-content__inner dl dt {
		margin-top: 1.5121vw;
	}
}
@media only screen and (min-width: 992px) {
	.check-content__inner dl dt {
		margin-top: 1.25vw;
	}
}
@media only screen and (min-width: 1200px) {
	.check-content__inner dl dt {
		margin-top: 1.0714vw;
	}
}
@media only screen and (min-width: 1400px) {
	.check-content__inner dl dt {
		margin-top: 0.9375rem;
	}
}
.check-content__inner dl dd {
	border-bottom: 0;
	text-align: left;
}
.check-content__inner .list dt.check,
.check-content__inner .list dd.check {
	color: #f00;
}
.check-content__inner .list dd {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
.check-content__inner .list dd:last-of-type {
	border-bottom: none;
}
.check-content .cell02 {
	text-align: center;
}
.check-content .cell02.check {
	color: #f00;
}
