@charset "UTF-8";
/*
file: _setting.scss
Description: 
Version: 2.2.0
Changelog: 【URL】
Author: NAME
License: 
*/
/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
#sidebar {
  width: 275px;
  height: 100%;
}
#sidebar .container_top {
  border-bottom: 1px #888 solid;
  margin-bottom: 40px;
}
#sidebar .container_top .ttl {
  font-size: 20px;
  color: #1a1a1a;
  line-height: 1.2;
  font-weight: 700px;
  margin-bottom: 15px;
}
#sidebar .container_top .sub {
  font-size: 10px;
  color: #969696;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: 35px;
}
#sidebar .container_bottom {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
#sidebar .container_bottom nav {
  display: none;
  padding: 0px 0 20px;
}
#sidebar .container_bottom nav ul {
  padding-left: 30px;
}
#sidebar .container_bottom nav ul li {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 2;
  color: #656565;
  position: relative;
}
#sidebar .container_bottom nav ul li.sub {
  margin-left: 10px;
}
#sidebar .container_bottom nav ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sidebar .container_bottom nav ul li::after {
  margin-left: 5px;
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
}
#sidebar .container_bottom .nav-open {
  padding: 20px 10px;
  font-size: 13px;
  position: relative;
  border-top: 1px solid #ebebeb;
}
#sidebar .container_bottom .nav-open::before {
  /* 閉じている時 */
  content: "＋";
  position: absolute;
  right: 20px;
  color: #1a1a1a;
  font-weight: 700;
}
#sidebar .container_bottom .nav-open.active::before {
  /* 開いている時 */
  content: "－";
  color: #1a1a1a;
  font-weight: 700;
}
#sidebar .reserve_container {
  box-shadow: 16px 16px 40px rgba(96, 112, 172, 0.2196078431);
  border-radius: 8px;
  opacity: 1;
}
#sidebar .reserve_container .reserve_box_top {
  width: 100%;
  border-radius: 44px;
}
#sidebar .reserve_container .reserve_box_top .reserve_box_top_lead {
  font-size: 12px;
}
#sidebar .reserve_container .reserve_box_bottom {
  width: 100%;
  border-radius: 44px;
}
#sidebar .reserve_container .reserve_box_bottom .reserve_box_bottom_lead {
  font-size: 12px;
}

#key-reserve {
  position: sticky;
  top: 125px;
  margin-top: 30px;
  max-width: 1060px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 36px 28px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}
#key-reserve strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 26px;
}
#key-reserve strong span {
  font-size: 11px;
  font-weight: bold;
  color: #929292;
  margin-left: 10px;
  letter-spacing: 0.1em;
}
#key-reserve #reserved-btn,
#key-reserve #line-btn {
  max-width: 370px;
  width: 100%;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px;
  border-radius: 40px;
  color: #fff;
  height: 50px;
  margin-bottom: 10px;
}
#key-reserve #reserved-btn span,
#key-reserve #line-btn span {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
#key-reserve #reserved-btn img,
#key-reserve #line-btn img {
  margin-right: 20px;
}
#key-reserve #line-btn {
  position: relative;
}
#key-reserve #line-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 150px;
  text-align: center;
}
#key-reserve #line-btn img {
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translate(0, -50%);
}
#key-reserve #reserved-btn:hover,
#key-reserve #line-btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* ie 8 */
  -moz-opacity: 0.7; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7; /* Safari 1.x */
  transition: all 0.2s linear;
}
#key-reserve #reserved-btn {
  font-size: 17px;
  background: #FF3131;
  margin-right: -20px;
}
#key-reserve #reserved-btn img {
  width: 20px;
}
#key-reserve #line-btn {
  font-size: 17px;
  background: #06B755;
}
#key-reserve #line-btn img {
  margin-right: 10px;
  width: 40px;
}/*# sourceMappingURL=sidebar.css.map */