@charset "UTF-8";
/* bootstrap */
/* common */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .8px;
}

b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

#header {
  width: 96%;
  margin: 0 2%;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #FFFFFF;
  justify-content: space-between;
}
#header a {
  text-decoration: none;
}

#header_left {
  flex-basis: 20%;
}
#header_left h1 {
  color: #111111;
  padding: 24px 0px;
  font-size: 20px;
}

#header_center {
  flex-basis: 60%;
  padding: 0% 1%;
  text-align: center;
}
#header_center a h1 {
  color: #111111;
  text-decoration-line: none;
  font-size: 20px;
  padding: 24px 0;
  font-weight: bold;
}
#header_center a img {
  width: 20%;
  height: auto;
}

#header_right {
  flex-basis: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header_right a {
  display: flex;
  align-items: center;
}
#header_right a p {
  text-decoration: none;
  color: #111111;
}
#header_right a span {
  background-image: url("../img/icon_4.jpeg");
  width: 30px;
  margin-right: 16px;
  height: 30px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}

#profile_icon {
  display: none;
}

.drawer__toggler {
  display: none;
}
.drawer__icon {
  cursor: pointer;
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  position: relative;
  left: 0;
  top: 0;
}
.drawer__icon_parts, .drawer__icon_parts:before, .drawer__icon_parts:after {
  background-color: #111111;
  display: block;
  width: 1.625rem;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.7s;
  content: "";
}
.drawer__icon_parts:before {
  top: 1rem;
}
.drawer__icon_parts:after {
  top: -1rem;
}

.drawer__icon .drawer__toggler:checked ~ .drawer__icon_parts {
  background: transparent;
}
.drawer__icon .drawer__toggler:checked ~ .drawer__icon_parts:before {
  transform: rotate(-45deg);
  top: 0;
  background-color: #5e49fe;
}
.drawer__icon .drawer__toggler:checked ~ .drawer__icon_parts:after {
  transform: rotate(45deg);
  top: 0;
  background-color: #5e49fe;
}

.nav__menu {
  background: #FFFFFF;
  overflow: scroll;
  color: black;
  width: 15rem;
  top: 0;
  height: 100%;
  position: fixed;
  visibility: hidden;
  left: -15rem;
  transition: all 0.7s;
  z-index: 110;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.drawer__toggler:checked ~ .nav__menu {
  visibility: visible;
  left: 0;
}

.drawer__icon_parts {
  z-index: 150;
}

.overlay {
  visibility: hidden;
  z-index: 99;
}

.drawer__toggler:checked ~ .overlay {
  visibility: visible;
  opacity: 0.5;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
}

#container {
  display: flex;
  height: auto;
}

#dashboard_block {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#dashboard_subtitle {
  padding: 10px 0px;
  font-weight: normal;
}

#dashboard_search {
  display: flex;
  align-items: center;
}
#dashboard_search input {
  flex-basis: 14%;
  margin: 1% 2%;
}
#dashboard_search img {
  margin: 1% 2%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 10px;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
}
#dashboard_search span {
  margin-right: 20px;
}

#dashboard_box {
  margin: 1% 2%;
  padding: 1% 2%;
  flex-basis: 24%;
  background-color: #fff;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  border-radius: 10px;
}
#dashboard_box:hover {
  box-shadow: 0px 4px 10px 6px rgba(225, 225, 225, 0.7);
}
#dashboard_box a {
  text-decoration: none;
  color: #111111;
}
#dashboard_box a div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0px;
}

#dashboard_title {
  border-bottom: dashed #E1E1E1 1px;
}
#dashboard_title svg {
  fill: #5e49fe;
  width: 18px;
  height: auto;
  padding: 6px;
  border-radius: 50%;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
}

#dashboard_contents span {
  font-size: 14px;
}
#dashboard_contents p {
  color: #d10878;
  font-size: 20px;
}
#dashboard_contents p span {
  color: #A9A9A9;
  font-size: 12px;
  margin-left: 4px;
}

#main {
  flex-basis: 96%;
  margin: 0% 2%;
}

#page_title {
  width: 100%;
  margin: 18px 0px;
  font-weight: bold;
  font-size: 20px;
}

#main_contents {
  margin: 0;
  width: 100%;
}

.flex-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  font-size: 14px;
}
.flex-table thead {
  padding-bottom: 4px;
  border-bottom: 1px dashed #E1E1E1;
  font-weight: bold;
}
.flex-table thead tr {
  width: 100%;
  display: flex;
  align-items: center;
}
.flex-table thead tr th {
  font-size: 12px;
  align-items: center;
  justify-content: left;
  display: flex;
  padding: .7em;
}
.flex-table tbody tr {
  width: 100%;
  display: flex;
  margin-bottom: 32px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
}
.flex-table tbody tr:nth-child(odd) {
  background-color: #F1F1F1;
}
.flex-table tbody tr td {
  flex-grow: 1;
  font-size: 12px;
  display: flex;
  padding: 0.7em;
  align-items: center;
  justify-content: space-between;
  overflow-x: scroll;
}
.flex-table tbody tr td p {
  width: 64px;
  margin-right: 1.4em;
  display: block;
}
.flex-table tbody tr td img {
  width: 80%;
  height: auto;
}
.flex-table tbody tr td a {
  text-decoration: none;
}

#list_img {
  width: 90%;
  height: auto;
}

#list_column {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#list_column span {
  margin: 6px 0px;
  width: 100%;
}
#list_column p {
  width: 100%;
  text-align: center;
  align-items: center;
}

#memo {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
}
#memo div {
  display: flex;
  margin-bottom: 10px;
}
#memo div p {
  color: #A9A9A9;
}

#call_status {
  padding: 4px 10px;
  margin: 2px 0px;
  color: #FFFFFF;
}

.call_status_green {
  background-color: #2eb85c;
}

.call_status_red {
  background-color: #e55353;
}

.call_status_blue {
  background-color: #321fdb;
}

.call_status_yellow {
  background-color: #f9b115;
}

.call_status_dark {
  background-color: #636f83;
}

.call_status_magenta {
  background-color: #d10878;
}

#info_alert {
  padding: 4px 10px;
  margin-bottom: 2px;
  color: #e55353;
  border: #e55353 1px solid;
}

#btn_block {
  margin: 20px 0px;
  display: flex;
  flex-wrap: wrap;
}
#btn_block button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 16px;
}
#btn_block svg {
  margin-right: 4px;
}
.result_count_block {
  margin: 20px 0px;
  display: flex;
  flex-wrap: wrap;
}
#list_btn_block {
  display: flex;
  flex-wrap: wrap;
}
#list_btn_block button {
  margin: 6px;
}

.table_5 {
  flex-basis: 5%;
}

.table_8 {
  flex-basis: 8%;
}

.table_9 {
  flex-basis: 9%;
}

.table_10 {
  flex-basis: 10%;
}

.table_15 {
  flex-basis: 15%;
}

.table_20 {
  flex-basis: 20%;
}

.table_25 {
  flex-basis: 25%;
}

.table_30 {
  flex-basis: 30%;
}

.table_35 {
  flex-basis: 35%;
}

.table_40 {
  flex-basis: 40%;
}

.table_45 {
  flex-basis: 45%;
}

.table_50 {
  flex-basis: 50%;
}

.table_60 {
  flex-basis: 60%;
}

.table_70 {
  flex-basis: 70%;
}

.table_80 {
  flex-basis: 80%;
}

.table_90 {
  flex-basis: 90%;
}

#success_alert {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ebfaf5;
  border: 1px solid #c4ebd1;
  border-radius: .25rem;
}
#success_alert p {
  margin: 1rem 0;
  padding: .1rem 0.75rem;
  color: #18603a;
  font-size: 14px;
}
#success_alert span {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #18603a;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}
#success_alert span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

#error_alert {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #efb4b4;
    border: 1px solid #e25e5e;
    border-radius: .25rem;
}
#error_alert p {
    margin: 1rem 0;
    padding: .1rem 0.75rem;
    color: #b81d1d;
    font-size: 14px;
}
#error_alert span {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #b81d1d;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    transform: rotate(45deg);
}
#error_alert span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

.list_status {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 6px 12px;
  text-align: center;
  font-weight: bold;
}

#status_green {
  color: #2eb85c;
  background-color: #ebfaf5;
}

#status_red {
  color: #e55353;
  background-color: #FAEBEB;
}

#status_yellow {
  color: #f9b115;
  background-color: #FAF4EB;
}

nav.pg_navi *, nav.pg_navi *:after, nav.pg_navi *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

nav.pg_navi {
  margin: 2em 0;
  text-align: center;
}
nav.pg_navi a {
  text-decoration: none;
}

.pg_navi .pagination {
  display: inline-block;
  margin-top: 2em;
  padding: 0 0.5em;
}

.pg_navi .pg_number {
  font-size: 10px;
  line-height: 32px;
  display: block;
  float: left;
  transition: 400ms ease;
  letter-spacing: 0.1em;
  color: #4C5559;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin: auto .5em;
}

.pg_navi .pg_number:hover,
.pg_navi .pg_number.current {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #5e49fe;
  border-radius: 50%;
  box-shadow: 0px 4px 10px 6px rgba(225, 225, 225, 0.7);
}

.pg_navi .pg_number.prev:hover,
.pg_navi .pg_number.next:hover {
  color: #5e49fe;
  background-color: transparent;
  border-radius: 50%;
}

#search_block {
  width: 100%;
  font-size: 12px;
  margin: auto;
  padding: 1% 1% 4% 1%;
}
#search_block form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#search_block label {
  display: inline-block;
  margin: 20px 0px;
  font-weight: bold;
}

#search_box {
  width: 46%;
}

#search_text {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}

#search_text img.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#search_button {
  margin-top: 32px;
}

.search_two_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search_half {
  width: 40% !important;
}

.form-group {
  margin: 24px 0px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.form-group label {
  flex-basis: 20%;
  position: relative;
}
.form-group label span {
  position: absolute;
  left: 144px;
  padding: 2px 8px;
  border: 1px solid #e55353;
  color: #e55353;
  font-size: 6px;
  vertical-align: middle;
}
.form-group label span.image-notification {
  left: 0;
  margin-top: 5px;
  line-height: 12px;
  border: none;
  padding: 0;
  color: #000;
}
.form-group div {
  position: relative;
}
.form-group img {
  width: 40px;
  height: auto;
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.agent-block {
  display: none;
}

.agent-block.active {
  display: block;
}

.help-block {
  display: block;
  margin-top: 6px;
  color: #A9A9A9;
  font-size: 12px;
}

.col-md-2 {
  width: 20%;
}

.col-md-3 {
  width: 30%;
}

.col-md-4 {
  width: 40%;
}

.col-md-5 {
  width: 50%;
}

.col-md-6 {
  width: 60%;
}

.col-md-7 {
  width: 70%;
}

.col-md-8 {
  width: 80%;
}

.col-md-9 {
  width: 90%;
}

#textarea {
  margin-bottom: 20px;
  height: 140px;
}

.control-label {
  font-size: 14px;
}

#selectbasic {
  display: block;
}

.checkbox-inline {
  margin-right: 24px;
  padding: 14px 0px;
}

.checkbox-inline input {
    margin-bottom: 10px;
}

#form-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#unit {
  margin: 0px 6px;
}

.inline-contents label {
  flex-basis: 42%;
  margin-right: 6px;
  font-size: 14px;
}

#detail_section {
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  border-radius: 10px;
  padding: 2%;
  margin-top: 20px;
  overflow: hidden;
}
#detail_section h2 {
  padding: 0 0 1% 0;
  border-bottom: dashed #E1E1E1 1px;
}

#seo_add_block, #member_add_block, #customer_review_add_block, #guide_add_block {
  margin-bottom: 60px;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  border-radius: 10px;
  padding: 2%;
  margin-top: 20px;
  overflow: hidden;
}

#tabs {
  background-color: #FFFFFF;
  margin: 0 auto;
  margin-top: 40px;
}

.tab_item {
  width: calc(100%/5);
  padding: 10px;
  font-size: 14px;
  background-color: #FFFFFF;
  color: #5e49fe;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  margin: 40px 20px 0;
  clear: both;
}

#left_panel:checked ~ #left_panel_content,
#right_panel:checked ~ #right_panel_content {
  display: block;
}

#tabs input:checked + .tab_item {
  background-color: #5e49fe;
  color: #fff;
  box-shadow: 0px 4px 20px 10px rgba(225, 225, 225, 0.7);
}

.register_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #FFFFFF;
  padding: 8px 36px;
  color: #111111;
}

.approveBtn:disabled, .rejectBtn:disabled {
  background-color: #cccccc;
}

.create_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #FFFFFF;
  padding: 8px 16px;
  color: #111111;
}

.update_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #FFFFFF;
  padding: 8px 36px;
  color: #111111;
}

.edit_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #FFFFFF;
  margin-right: 14px;
  color: #111111;
}

.delete_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #FFFFFF;
  color: #111111;
}

.back_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #FFFFFF;
  margin-right: 10px;
  color: #111111;
}

.detail_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #FFFFFF;
  margin-right: 14px;
  color: #111111;
}

.language_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #636f83;
  margin: 10px 10px 10px 0px;
}

.login_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #636f83;
  margin: 10px 10px 10px 0px;
}

.logout_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #FFFFFF;
  margin: 10px 10px 10px 0px;
  color: #111111;
}

.send_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #636f83;
  padding: 6px 18px;
  margin: 10px 10px 10px 0px;
}

.bulkdelete_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #FFFFFF;
  padding: 8px 18px;
  color: black;
}

.inlinedelete_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #e55353;
}

.add_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #636f83;
}

.seo_add_block_btn, .member_add_block_btn, .customer_review_add_block_btn, .guide_add_block_btn, .job_chat_add_block_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #636f83;
}

.seo_add_chat_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #636f83;
}

.seo_delete_block_btn, .member_delete_block_btn, .customer_review_delete_block_btn, .guide_delete_block_btn, .job_chat_delete_block_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #FFFFFF;
  color: #111111;
}

.seo_delete_chat_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #FFFFFF;
  color: #111111;
}

.search_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #FFFFFF;
  color: #111111;
}

.reset_btn {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: 0px 2px 10px 2px rgba(225, 225, 225, 0.7);
  background-color: #FFFFFF;
  color: #111111;
}

.toggle-switch {
  position: relative;
}
.toggle-switch input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.toggle-switch label {
  width: 50px;
  height: 28px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
  box-sizing: border-box;
}
.toggle-switch label:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}
.toggle-switch input:checked + label {
  background-color: #4BD865;
}
.toggle-switch input:checked + label:after {
  left: 24px;
}

#sidebar {
  flex-basis: 16%;
  width: 100%;
  height: auto;
  position: sticky;
  left: 0px;
  z-index: 1;
  border-radius: 10px;
  margin: 1%;
}
#sidebar ul {
  list-style: none;
  padding: 40px 0px;
  overflow: scroll;
  overflow-x: hidden;
}
#sidebar ul li {
  padding: 12px 24px 12px 12px;
}
#sidebar ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding: 10px;
  color: #111111;
  text-decoration-line: none;
  display: flex;
  align-items: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  position: relative;
}
#sidebar ul li a img {
  position: absolute;
  right: 10px;
  width: 18px;
  height: auto;
}
#sidebar ul li a svg {
  fill: #5e49fe;
  margin-right: 12px;
  width: 18px;
  height: auto;
  padding: 6px;
  border-radius: 50%;
  box-shadow: 0px 8px 10px rgba(225, 225, 225, 0.7);
}
#sidebar ul li a:hover {
  background-color: #5e49fe;
  box-shadow: 0px 10px 10px rgba(93, 73, 254, 0.4);
  color: #FFFFFF;
}
#sidebar ul li a.active {
  background-color: #5e49fe;
  box-shadow: 0px 10px 10px rgba(93, 73, 254, 0.4);
  color: #FFFFFF;
}
#sidebar ul li a.active svg {
  background-color: #FFFFFF;
  box-shadow: none;
}
#sidebar ul li a:hover svg {
  background-color: #FFFFFF;
  box-shadow: none;
}
#sidebar #treeview_menu {
  padding: 10px 0px;
  display: none;
}

#footer {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
#footer p {
  padding: 10px 0px;
}

#login_box {
  width: 40%;
  margin: 40px auto;
  box-shadow: 0px 2px 10px rgba(225, 225, 225, 0.7);
  border-radius: 10px;
}
#login_box h1 {
  padding: 20px 0px;
  background-color: #5e49fe;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#login_box div {
  margin: 6% 6% 0 6%;
}
#login_box div h2 {
  font-size: 14px;
  line-height: 30px;
}
#login_box div label {
  margin: 1% 0;
  font-size: 12px;
}
#login_box div input {
  display: block;
  margin: 2% 0;
  width: 100%;
  padding: 16px 0px;
  border: none;
  background-color: #fbfbfb;
  opacity: 0.6;
  border-radius: 4px;
}
#login_box button {
  margin: 20px 6% 20px 6%;
}
#login_box p {
  width: 40%;
  padding: 0px 6% 20px 6%;
}
#login_box p a {
  font-size: 12px;
  text-decoration: none;
  color: #5e49fe;
}
#login_box .forget_link a {
  font-size: 12px;
}
.complete-message {
  margin: 50px 10px;
}
.complete-message p {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 760px) {
  #header_right a {
    font-size: 6px;
  }
  #header_right a p {
    display: none;
  }
  #header_right a span {
    margin-right: 0px;
  }

  #profile {
    display: none;
  }

  #profile_icon {
    display: block;
  }

  #main {
    flex-basis: 96%;
    margin-left: 2%;
  }

  #sp_menu {
    flex-basis: 20%;
    display: block;
  }

  #dashboard_block {
    flex-direction: column;
  }

  #dashboard_search input {
    flex-basis: 32%;
  }

  #dashboard_box {
    margin: 2%;
  }
  #dashboard_box a div {
    padding: 6px 2px;
  }

  .flex-table {
    width: 100%;
  }
  .flex-table thead {
    display: none;
  }
  .flex-table tbody {
    width: 100%;
  }
  .flex-table tbody tr {
    display: block;
    padding: 16px 0px;

  }
  .flex-table tbody tr td {
    padding: 0px;
    width: 100%;
    position: relative;
    justify-content: start;
  }
  .flex-table tbody tr td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 20px;
    width: 20%;
    background-color: #5e49fe;
    color: #FFFFFF;
    padding: 14px 20px;
    flex-shrink: 0;
  }
  .flex-table tbody tr td img {
    width: 54px;
    height: auto;
  }

  #list_img {
    width: 60px;
    height: auto;
  }

  #btn_block button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 16px 0 0;
  }

  #list_btn_block button {
    margin: 2px 10px 2px 0px;
  }

  #search_block form {
    display: block;
  }

  #search_box {
    width: 100%;
  }

  #search_text {
    margin: 10px 0px 0px 0px;
  }

  .pg_navi .pg_number {
    display: none;
    border-radius: 50%;
  }

  .pg_navi .pg_number:nth-of-type(2) {
    position: relative;
    padding-right: 20px;
  }

  .pg_navi .pg_number:nth-of-type(2)::after {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 30px;
    content: '...';
  }

  .pg_navi .pg_number:nth-child(-n+3),
  .pg_navi .pg_number:nth-last-child(-n+3) {
    display: block;
  }

  .pg_navi .pg_number:nth-last-child(-n+4) {
    padding: 0 5px;
  }

  .pg_navi .pg_number:nth-last-child(-n+4)::after {
    content: none;
  }

  .pg_navi .pg_number:hover,
  .pg_navi .pg_number.current {
    border-radius: 50%;
  }

  .pg_navi .pg_number.prev:hover,
  .pg_navi .pg_number.next:hover {
    border-radius: 50%;
  }

  .form-group {
    display: block;
  }
  .form-group label {
    display: inline-block;
    margin-bottom: 10px;
  }

  #form-inline {
    display: block;
  }

  .col-md-1 {
    width: 60%;
  }

  .col-md-2 {
    width: 60%;
  }

  .col-md-3 {
    width: 90%;
  }

  .col-md-4 {
    width: 90%;
  }

  .col-md-5 {
    width: 90%;
  }

  .col-md-6 {
    width: 90%;
  }

  .col-md-7 {
    width: 90%;
  }

  .col-md-8 {
    width: 90%;
  }

  .col-md-9 {
    width: 90%;
  }

  .col-md-10 {
    width: 100%;
  }

  /*ヘッダー*/
  .l-header {
    background: pink;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
  }

  #reservation_list {
    display: block;
  }
  #reservation_list div {
    margin: 20px 0px;
  }

  #sidebar {
    display: block;
  }

  .tab_item {
    width: calc(100%/3);
  }

  #login_box {
    width: 90%;
  }
}

/*# sourceMappingURL=style.css.map */
