@charset "UTF-8";

:root {
  --primary-color: #1a73e8;
}

html {
    height: 100%;
}

body {
  background: #e6ecf0;
  color: #333;
  font-size: 12px;
  font-family: Heebo, "Heebo", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", Yu Gothic, "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.04em;
}

/* -------------------- admin_login -------------------- */

body#admin_login {
  height: 100%;
}
body#admin_login #login_header {
  background-color: #fff;
  padding: 8px 8px 4px 8px;
  border: 1px solid #efefef;
  border-radius: 6px;
  width: 500px;
  margin: 0 auto 10px auto;
}
body#admin_login #container_login h1{
  color: #34495e;
  /*  font-weight: bold;*/
  /*  font-size: 16px;*/
  text-align: left;
  width: 500px;
  margin: 0 auto 10px auto;
  display: flex;
  align-items: flex-end;
}
body#admin_login #container_login h1 img {
  width: 200px;
}
body#admin_login #container_login .login_area{
  border-radius:4px;
  box-shadow:0px 0px 4px 0px #c5c5c7;
  -webkit-box-shadow:0px 0px 4px 0px #c5c5c7;
  background: #fff;
  margin: 0px auto;
  text-align: center;
  padding: 30px 40px;
  width: 500px;
}
body#admin_login #container_login .login_area h2 {
  background-color: #333;
  color: #fff;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
}
body#admin_login #container_login .login_area #p_username input {
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  height: 48px;
}
body#admin_login #container_login .login_area #p_password input {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 16px;
  height: 48px;
}
body#admin_login #container_login .login_area p.p_login_button input{
  border-radius: 4px;
  background: #fff url('../img/icon_arrow.png') no-repeat 180px center;
  background-size: 16px;
  color: #34495e;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border: 1px solid #34495e;
  border-bottom: 2px solid #34495e;
  padding: 10px;
  margin-bottom: 0px;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  width: 100%;
}
body#admin_login #container_login .login_area p.p_login_button input:hover{
  background: #34495e  url('../img/icon_arrow.png') no-repeat 150px center;
  background-size: 16px;
  color: #fff;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  padding-left: 20px;
}
body#admin_login #container_login .login_area p input:focus {
  outline: 0;
  border-bottom:1px solid #34495e;
}
body#admin_login #container_login {
  color: #444;
  margin: 0px auto 50px;
  width: 98%;
}



/* -------------------- header_area -------------------- */
#header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
#header .top{
  border-top: 5px solid var(--primary-color);
  background: #fff;
  position: relative;
  border-bottom: 0;
  box-shadow: 0 3px 4px 0 rgba(0,0,0,.2), 0 3px 3px -2px rgba(0,0,0,.14), 0 1px 8px 0 rgba(0,0,0,.12);
  height: 52px;
}
#header_logo {
  width: 220px;
  position: relative;
  height: 47px;
  border-right: 1px solid #ccc;
}
#header img#menu_button{
  width: 40px;
  position: absolute;
  top: 4px;
  left: 4px;
}
#header img#menu_button:hover{
  cursor: pointer;
  opacity: 0.7;
}
#header .top h1 {}
#header .top h1 a {}
#header .top h1 a:hover {
  color: #007ed9;
  text-decoration: underline;
}
#header .top h1 a img {
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#header #maintenance_mode {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#header #maintenance_mode a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
}
#header #maintenance_mode.status_0 a {
  background-color: #1a73e8;
  color: #fff;
}
#header #maintenance_mode.status_1 a {
  background-color: #ffdb14;
  color: #333;
}
#header #maintenance_mode.status_9 a {
  background-color: #d93025;
  color: #fff;
}
#header #loginuser {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 150px;
}
#header #loginuser a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
#header #loginuser a:hover {
  color: #dcdcdc;
  text-decoration: underline;
}
#header .top button.logout{
  background: var(--primary-color) url('../img/icon_logout_white.png') no-repeat 82px center;
  background-size: 20px;
  border: none;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 37px 8px 14px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  position: absolute;
  top: 6px;
  right: 20px;
  text-decoration: none;
}
#header .top button.logout:hover{
  background: var(--primary-color) url('../img/icon_logout_white.png') no-repeat 86px center;
  background-size: 20px;
  opacity: 0.7;
}



/* -------------------- container -------------------- */
#container{
  height: 100%;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#container #bread-list{
  margin-bottom: 30px;
  padding: 0 15px;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#container #bread-list.rooms {
  margin-bottom: 10px;
}
#container #bread-list ul.bread-crumb li {
  float: left;
}
#container #bread-list ul.bread-crumb li span {
  font-weight: bold;
}
#container #bread-list ul.bread-crumb li a {
  font-weight: normal;
}
#container #bread-list ul.bread-crumb li:not(:last-child)::after {
    content: ">";
    display: inline-block;
    margin: 0 10px;
    flex-shrink: 0;
}
#container h1{
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 30px;
  padding: 0 15px;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


/* -------------------- breadcrumb -------------------- */
ol.breadcrumb {
  list-style-type :none;
  display: flex;
  justify-content: flex-start;
}
ol.breadcrumb li:not(:last-child):after {
  content: ">";
  margin: 0 10px;
}
ol.breadcrumb li a {}


/* -------------------- left-sidebar -------------------- */
#left-sidebar {
  width: 220px;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-top: 80px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 500;
}
#left-sidebar.close {
  display: none;
}
#left-sidebar.open {
  display: block;
}
#left-sidebar h2{
  background-color: #dcdcdc;
  padding: 10px;
}
#left-sidebar ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
#left-sidebar ul li:first-child a {
  border-top: 1px solid #ccc;
}
#left-sidebar ul li a:hover {
  background-color: #333;
  color: #fff;
}
#left-sidebar ul li.active a {
  font-weight: bold;
  background-color: #fffacd;
  color: #333;
}



/* -------------------- left-sidebar accordion -------------------- */
#left-sidebar ul li .{}
#left-sidebar .accordion_body {
  padding: 0;
}
#left-sidebar .accordion_body ul {}
#left-sidebar .accordion_body ul li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0px;
}
#left-sidebar .accordion_body ul li:last-child {
  border-bottom: none;
}
#left-sidebar .accordion_body ul li a {
  border: none;
  padding: 10px 10px 10px 30px;
  background-image: url('../img/arrow1.png');
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center left 16px;
  text-decoration: none;
  color: #333;
}
#left-sidebar .accordion_body ul li a:hover {
  text-decoration: underline;
  background-color: rgba(15, 15, 15, 0.05);
  color: #000;
  font-weight: bold;
}
#left-sidebar .accordion_body ul li.selected a {
  text-decoration: underline;
  background-color: rgba(15, 15, 15, 0.05);
  color: #000;
  font-weight: bold;
}


#left-sidebar ul li .message_title {
  position: relative;
}
#left-sidebar ul li .message_title span.no_read {
  position: absolute;
  top: 11px;
  right: 76px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  background-color: #FE0000;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  color: #fff;
}


/* -------------------- right-main -------------------- */
#right-main {
  width: 100%;
  padding: 80px 0px 300px 0;
  margin-left: 220px;
}

.right-main-inner {
  padding: 0 15px;
}


/* -------------------- edit_footer -------------------- */
.edit_footer {
  position: fixed;
  bottom: 0;
  left: 220px;
  width : calc(100% - 220px);
  background: rgba(47, 63, 78, 0.8);
  z-index: 100;
  padding: 6px 15px;
}
.edit_footer_inner {
  display: flex;
  justify-content: space-between; /* 両端揃え均等配置 */
  flex-wrap: wrap; /* 折り返す */
  align-items: end; /* 下揃え */
}




/* -------------------- modal -------------------- */
.modal {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.modal__bg {
  background: rgba(0,0,0,0.4);
  position: absolute;
  height: 100vh;
  width: 100vw;
}
.modal__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
}
body#body_modal {
  background-color: #fff;
}

/* -------------------- modal_form -------------------- */
#modal_header {
  height: 48px;
  position: relative;
  margin: 0 12px;
  border-bottom: 1px solid #000;
}
#modal_header h1 {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#modal_header img.modal-close {
  position: absolute;
  display: block;
  width: 24px;
  right: 12px;
  top: 12px;
  color: #333;
}
#modal_container {
  margin: 10px;
  padding: 0 16px;
  overflow-y: scroll;
  height: calc(100vh - 68px);
}
#modal_form_iframe {
  width: 60vw;
  height: 60vh;
  border-radius: 6px;
}

/* -------------------- form -------------------- */
input[type="text"],
input[type="password"],
input[type="number"],
select {
  height: 30px;
}
input[type="text"],
input[type="password"],
input[type="number"],
select,
textarea {
  padding: 4px;
  border: 1px #ccc solid;
  -webkit-border-radius: 2px;/* for Safari and Chrome */
  -o-border-radius: 2px; /* for opera */
  border-radius: 2px;
}
textarea {
  display: block;
}
input[type="text"].error,
input[type="password"].error,
select.error,
textarea.error {
  background-color: #ffc0cb;
  border: 1px solid #db7093;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus{
  background-color: #e6e6fa;
  border: 1px solid #b0c4de;
  outline: none;
}
input[type="checkbox"] {
  vertical-align: middle;
}


.checkbox,
.checkbox input {
  margin: 0 !important;
  padding: 0 !important;
}
.checkbox label {
  margin-left: 4px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background-image: url('../img/arr_s_b_bl.png');
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-color: #ffffff;
  padding: 0 30px 0 10px;
  border-radius: none;
  min-width: 70px;
}
select.multiple {
  height: 110px;
  background-image: none;
}
select.select_change_submit {
  /*height: 34px;*/
  /*font-size: 14px;*/
  min-width: 100px;
}
select#is_stop {
  height: 36px;
  font-size: 14px;
}
select#is_published {
  width: 80px;
  height: 36px;
  font-size: 14px;
}
/* checkbox */
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  background-repeat: no-repeat;
  background-position: left top 2px;
  display: inline-block;
  padding: 0 0 4px 20px;
  line-height: 22px;
  cursor: pointer;
}
input[type="checkbox"] + label {
  background-image: url(../img/form_m_check_off.png);
}
input[type="checkbox"]:checked + label {
  background-image: url(../img/form_m_check_on.png);
}
input[type="checkbox"]:disabled  + span,
input[type="checkbox"]:disabled + label {
  opacity: 0.7;
}
input[type="checkbox"]:checked:disabled  + span,
input[type="checkbox"]:checked:disabled + label {
  opacity: 0.7;
}

input[type="checkbox"].no_label {
  display: inline-block;
}

/* radio */
input[type="radio"] + label {
  background-image: url(../img/form_m_radio_off.png);
  padding-left: 26px;
  margin-right:  26px;
}
input[type="radio"]:checked + label {
  background-image: url(../img/form_m_radio_on.png);
}
input[type="radio"] + label.w120 {
  width: 120px;
}
.checkbox {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

/* datepicker */
input[type="text"].datepicker {
  width: 100px;
  text-align: center;
}

input[type="text"].datetime,
input[type="text"].datetimeS {
  width: 150px;
  text-align: center;
}

/* number */
input[type="text"].number {
  width: 100px;
  text-align: right;
}


/* disabled readonly */
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
select:disabled,
textarea:disabled {
  background-color: #ebebe4;
}


input.disabled {
  border: none;
  pointer-events: none;
}

.address_search_input {
  display: flex;
  justify-content: space-between;
}
.address_search_input input {
  width: calc(100% - 99px);
}
.address_search_input a.btn {}

/* -------------------- many_search_form -------------------- */
.many_search {}
.many_search_form {
  display: flex;
  justify-content: space-between; /* 両端揃え均等配置 */
  flex-wrap: wrap; /* 折り返す */
  align-items: top;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.many_search_form .search_contents {
  width: calc(100% - 160px);
}
.many_search_form .search_contents_s {
  width: calc(100% - 200px);
}
.many_search_form .button_area {
  width: 160px;
}
.many_search_form input[type="text"] {
  width: 220px;
}



/* -------------------- 入力サジェスト -------------------- */
.suggest_search {
  position: relative;
/*  display: flex;
  align-items: center;*/
}
.suggest_search input {
  background-color: #fff;
  padding: 5px 10px;
  text-align: left;
}
.suggest_search .result {
  position: absolute;
  left: 0;
  top: 29px;
  z-index: 9;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 4px gray;
  padding: 10px 0 10px 0;
  max-height: 500px;
  overflow-y: scroll;
  width: 100%;
}
.suggest_search p.note {
  font-weight: bold;
  margin: 0 8px 8px 8px;
}
.suggest_search ul {}
.suggest_search li {
  border-top: 1px solid #ccc;
}
.suggest_search li span{
  display: block;
  padding: 8px;
}
.suggest_search ul li a {
  display: block;
  text-decoration: underline;
  color: #007ed9;
  padding: 8px;
}
.suggest_search ul li a:hover {
  background-color: #ececec;
}
p.suggest_result {
  color: #000;
/*  font-weight: bold;*/
}


ul.search_items {
  display: flex;
}
ul.search_items li {
  position: relative;
}
ul.search_items li a {
  text-decoration: none;
  color: #6495ed;
}
ul.search_items li a:hover {
  text-decoration: underline;
  color: #ff69b4;
}
ul.search_result_ul {
  list-style-type: disc;
}


/* -------------------- table -------------------- */
table tr.warning td {
  background-color: #f9e5e6;
  color: #b50007;
}
table tr.warning td a {
  color: #b50007;
}

table tr.gray td {
  background-color: #eee;
  color: #999;
}
table tr.gray td a {
  color: #999;
}

table tr.th_bg_yellow th{
  background-color: #ffdb14 !important;
}
table tr.bg_gray td{
  background-color: #f5f5f5 !important;
}
table .word_break_on {
  word-break: break-all;
}

/* table_highlight */
.table_highlight:hover tbody tr:hover td {
  color: #333;
  background-color: #fffacd;
}
.table_highlight:hover tbody:hover td:hover {
  opacity: 1;
  color: #333;
  background-color: #fffacd;
}

/* pointer */
table tr.pointer:hover td {
  cursor: pointer;
}

/* table_list */
.table_list {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}
.table_list tr th,
.table_list tr td{
  font-size: 12px;
  padding: 6px;
  vertical-align: middle;
  height: 38px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table_list.vt tr td{
  vertical-align: top;
}
.table_list tr:first-child th {
  border-top: 5px solid #34495e;
}
.table_list tr th{
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
}
.table_list tr:first-child td {
  /*
  border-top: 5px solid #ccc;
  padding: 10px 6px;
  */
}
.table_list tr td{
  background: #fff;
}

/* table_form */
.table_form {
  border-left: 1px solid #ccc;
  width: 100%;
}
.table_form:not(.no_border_top) tr:first-child th {
  border-top: 5px solid #34495e;
}
.table_form:not(.no_border_top) tr:first-child td {
  border-top: 5px solid #ccc;
}
.table_form tr th,
.table_form tr td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 6px;
  vertical-align: middle;
  font-size: 12px;
  height: 38px;
}
.table_form tr td.pd00 {
  padding: 0;
}
.table_form tr th {
  background: #f5f5f5;
  font-weight: bold;
  text-align: left;
}
.table_form tr td {
  background: #fff;
  word-break: break-all;
}
.table_form span.multi_lang_top {}

.table_form .p_relative {
  position: relative;
}
.table_form .p_relative .p_bottom_right {
  position: absolute;
  bottom: 6px;
  right: 6px;
}


.child_items {
  margin-top: 4px;
  padding: 6px 6px 0 6px;
  background-color: #eee;
}
.child_items ul {}
.child_items ul li {
  float: left;
  margin: 0 10px 6px 0;
}
table td.cursor_move {
  background-image: url(../img/move_handle.png);
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
  background-size: 16px;
}
span.drag {
  background-image: url(../img/move_handle.png);
  background-repeat: no-repeat;
  background-position: center left 0;
  background-size: 16px;
  padding-left: 20px;
}
span.popular {
  background-image: url(../img/icon_popular.png);
  background-repeat: no-repeat;
  background-position: center right 0;
  background-size: 16px;
  padding-right: 20px;
}

/* parent children */
table tr.parent td {
  font-weight: bold;
  color: #000;
  background-color: #f7f7f7;
}
table tr.children td {}


/* -------------------- ul_rooms -------------------- */
ul.ul_rooms {}
ul.ul_rooms li {
  background-color: #eee;
  border-radius: 4px;
  padding: 4px;
}
ul.ul_rooms li:not(:last-child) {
  margin-bottom: 6px;
}
span.company_name {
  background-image: url(../img/icon_company.png);
  background-repeat: no-repeat;
  background-position: center left 0px;
  background-size: 16px;
  padding-left: 18px;
}


/* -------------------- tab_menus -------------------- */
.tab_menus {
  /*border-left: 1px solid #ccc;*/
}
.tab_menus .menu,
.tab_menus_second .menu {
  font-weight: bold;
  text-align: center;
  padding: 15px 30px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
}
.tab_menus .menu:hover,
.tab_menus_second .menu:hover {
  cursor: pointer;
  background-color: #f5f5f5;
  color: #34495e;
}
.tab_menus .selected:hover,
.tab_menus_second .selected:hover {
  background-color: #34495e;
  color: #fff;
  cursor: default;
}
.tab_menus .selected,
.tab_menus_second .selected {
  background-color: #34495e;
  color: #fff;
  border-top: 1px solid #34495e;
  border-left: 1px solid #34495e;
  border-right: 1px solid #34495e;
  border-bottom: 1px solid #34495e;
}
.tab_menu_body {
  background-color: #fff;
  padding: 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tab_menu_contents {
  display: none;
}



/* -------------------- refund -------------------- */
ul.refund {
  margin-top: 8px;
}
ul.refund li {
  display: flex;
  justify-content: flex-start;
  color: #cc0000;
}
ul.refund li:before {
  content: '・';
}


/* -------------------- ul_gallery -------------------- */
.ul_gallery {
  display: flex;
  flex-wrap: wrap;
}
.ul_gallery li {
  position: relative;
  width: 100px;
  height: 100px;

  overflow: hidden;
}
.ul_gallery li.w120 {
  width: 120px;
  height: 120px;
}
.ul_gallery li:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.ul_gallery li img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.ul_gallery a.btn {
  position: absolute;
  top: 4px;
  right: 4px;
}
.ul_gallery li span {
  color: #fff;
  position: absolute;
  /*top: 50%;*/
  bottom: -16px;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding: 6px 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.40);
}

.video {
  position: relative;
  overflow: hidden;
}
.video.square60 {
  width: 60px;
  height: 60px;
}
.video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 4;
  display: inline-block;
  border: 2px solid #ffffff;
  cursor: pointer;
  background: #ffffff;
}
.video-play-icon:before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -4px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #ffffff;
  border-color: transparent transparent transparent #808080;
}


/* -------------------- pager -------------------- */
ul.pagination {
  display: flex;
  justify-content: center;
}
ul.pagination span:not(.dots),
ul.pagination a {
  border-radius: 4px;
  box-shadow:0px 0px 4px 0px #c5c5c7;
  -webkit-box-shadow:0px 0px 4px 0px #c5c5c7;
  border: 1px solid #ccc;
  color: #000;
  background-color: #fff;
  font-size: 13px;
  display: block;
  padding: 6px 12px;
  margin-right: 6px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
ul.pagination span.dots{
  font-size: 13px;
  display: block;
  padding: 6px 12px;
  margin-right: 6px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
ul.pagination span:not(.dots):hover,
ul.pagination a:hover{
  background: #333;
  color: #fff;
  text-decoration: none;
}
ul.pagination span.current {
  background: #333;
  color: #fff;
}




/* -------------------- pre -------------------- */
pre.source {
  padding: 1em;
  border-radius: 5px;
  background: #25292f;
  color: #fff;
  white-space: pre-wrap;
}


/* -------------------- accordion -------------------- */
.accordion {
  cursor: pointer;
  background-image: url('../img/arr_s_d_bl.png');
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-color: #f3f4f6;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 1px;/* for Safari and Chrome */
  -o-border-radius: 1px; /* for opera */
  border-radius: 1px;
}
.accordion.selected {
  background-image: url('../img/arr_s_u_bl.png');
}
.accordion_body {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  padding: 10px;
}
.accordion_body.scroll {
  overflow-y: scroll;
  max-height: 500px;
}

/* side_accordion */
#left-sidebar .accordion {
  border-right: none;
  border-left: none;
  border-bottom: none;
  background-color: var(--primary-color);
  color: #fff;
  background-image: url('../img/icon_plus_wh.png');
  background-size: 9px 9px;
  padding: 0 14px;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
}
body#company #left-sidebar .accordion {
  background-color: #d93025;
}
#left-sidebar ul li:last-child .accordion{
  border-bottom: 1px solid #ccc;
}
#left-sidebar ul li:last-child .accordion_body ul li:last-child{
  border-bottom: 1px solid #ccc;
}
#left-sidebar .accordion.selected {
  background-color: var(--primary-color);
  background-image: url('../img/icon_minus_wh.png');
  background-size: 9px 9px;
  color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid var(--primary-color);
}
body#company #left-sidebar .accordion.selected {
  background-color: #d93025;
  border-bottom: 1px solid #d93025;
}
#left-sidebar .accordion_body {
  border: none;
  background-color: #e6ecf0;
}


/* many_search */
.many_search .accordion {
  border: none;
  background-color: #34495e;
  color: #fff;
  background-image: url('../img/icon_plus_wh.png');
  background-size: 9px 9px;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 10px;
  font-size: 12px;
  width: 120px;
}
.many_search .accordion.selected {
  background-image: url('../img/icon_minus_wh.png');
}
.many_search .accordion_body {
  background-color: rgba(15, 15, 15, 0.05);
}


/* -------------------- product -------------------- */
.product_wrapper {
  display: flex;
  justify-content: space-between; /* 両端揃え均等配置 */
  flex-wrap: wrap; /* 折り返す */
  align-items: start; /* 上揃え */
}
.product_wrapper .product_wrapper_main {
  width: calc(100% - 315px);
}

#location {
  height: 380px;
}


/* upload */
.image_upload_section {}
.image_upload_section .drop{
  width: 100%;
  padding: 20px 20px;
  border: 2px dashed #ccc;
  background-color: #f0f0f0;
}
.image_upload_section .drop p.upload {
  background-image: url('../img/upload_2.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 48px;
  padding: 20px 0 20px 68px;
}
.image_upload_section label > input {
  display:none;
}
.image_upload_section label {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
  padding: 10px;
}


.upload_result .photo {
  background-color: #fff;
  position: relative;
  /*width: 150px;*/
  width: 12.5%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  float: left;
}
@media (max-width: 1219px) {
  .upload_result .photo {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .upload_result .photo {
    width: 33.33%;
  }
}
.upload_result .photo a.btn-danger {
  position: absolute;
  top: 8px;
  right: 8px;
}
.upload_result .photo a.btn-success {
  position: absolute;
  top: 42px;
  right: 8px;
}
.upload_result .photo div.photo_memo {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.4);
  padding: 8px;
}
.upload_result .photo div.photo_memo p {
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.upload_result input {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 40px;
}
.image_thumb {
  width: 100px;
}


/* product_wrapper_sub */
.product_wrapper .product_wrapper_sub {
  width: 300px;
}
.product_wrapper .product_wrapper_sub ul.photos {
  display: flex;
  flex-wrap: wrap;
}
.product_wrapper .product_wrapper_sub ul.photos li {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.product_wrapper_sub_inner,
.wrapper_inner {
  background-color: #fff;
  border-top: 5px solid #34495e;
}


/* threads */
.level-thread {
  padding: 10px;
}
.level-thread > ul {
  padding-left: 0;
}
.level-thread > ul ul{
  padding-left: 20px;
}
.level-thread ul > li:not(:last-child) > ul li:last-child {
  margin-bottom: 20px;
}
.level-thread ul li label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.level-thread ul li {
  list-style: none;
  margin-bottom: 6px;
}
.level-thread ul li > h5 {
  margin: 3px 0 5px 0;
  font-size: 12px;
  font-weight: bold;
}
.level-thread ul li ul li:before {
  content: "┗ ";
}


/* -------------------- order -------------------- */
img.tippy_img {
  width: 20px;
  vertical-align: middle;
}
img.tippy_img_lg {
  width: 36px;
  vertical-align: middle;
}
img.tippy_img:hover,
img.tippy_img_lg:hover {
  cursor: pointer;
  opacity: 0.7;
}
img.tippy_img_white {
  background-color: #fff;
  border-radius: 50%;
  padding: 1px;
}


/* -------------------- order add -------------------- */
.search_result {
  border-top: 1px dashed #ccc;
  margin-top: 8px;
}
.search_result ul {
  list-style-type: disc;
  margin: 8px 8px 0 16px;
  display: flex;
  justify-content: space-between; /* 両端揃え均等配置 */
  flex-wrap: wrap; /* 折り返す */
}
.search_result ul li {
  flex-basis: 46%;
}
.search_result ul li a {
  text-decoration: none;
  color: #6495ed;
}
.search_result ul li a:hover {
  text-decoration: underline;
  color: #ff69b4;
}
#result_num {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #f5f5f5;
  color: #000;
}


/* -------------------- thumb -------------------- */
.thumb {
  position: relative;
}
.thumb .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
}
.thumb .mask p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* -------------------- fees -------------------- */
.fees {}
.fee {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
.fee .input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
.fee .errors {
  min-height: 30px;
}
.fee p.label {
  font-size: 10px;
  width: 160px;
  text-align: right;
  margin-right: 8px;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 6px;
  height: 30px;
  line-height: 30px;
  padding: 0 6px;
}
.fee.total {
  margin-bottom: 0;
}
.fee.total p.label {
  font-weight: bold;
}
input.short {
  width: 120px;
}
input.mini {
  width: 60px;
}
.fee div.error-message {
  margin-top: 0 !important;
  margin-left: 6px !important;
}

.sort_function {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 12px;
}
.label {
  background-color: #34495e;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
}
.sort_function select {
  border: 1px solid #34495e;
}
.scroll_y {
  overflow-y: auto;
}
.scroll_y.inked {
  max-height: 300px;
}

.propertyName {
  display: flex;
  justify-content: flex-start;
}




/*----- moreOpen -----*/
.moreOpen, .moreClose {
  margin-top: 6px;
}
.moreOpen a,.moreClose a {
  position: relative;
  color: #1a73e8;
  text-decoration: none;
}
.moreOpen a:hover, .moreClose a:hover {
  text-decoration: underline;
}
.moreOpen a:after, .moreClose a:after {
  position: absolute;
  top: 0px;
  right: -16px;
  margin: auto;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.moreOpen a:after {
  top: 3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.moreClose a:after {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.moreBody {
  display: none;
}


/*----- label_input -----*/
.label_input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.label_input .label {
  width: 120px;
  background-color: var(--primary-color);
  font-size: 11px;
  padding-left: 8px;
}
.label_input .input {
  width: calc(100% - 120px);
}
.label_input .input_text {
  width: calc(100% - 120px);
  border: 1px solid #ccc;
  height: 30px;
  line-height: 28px;
  color: #000;
}
.label_input .input input {
  width: 100%;
}

/*----- ul_invoice -----*/
ul.ul_invoice {}
ul.ul_invoice li {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /*padding: 2px;*/
}
ul.ul_invoice li.title {
  background-color: #e9f9e5;
  color: #1c8400;
  border-radius: 4px;
}
ul.ul_invoice.tmp li.title {
  background-color: #efefef;
  color: #333;
}
ul.ul_invoice li.total {
  background-color: #e5ecf9;
  color: #0055b5;
  border-radius: 4px;
}
ul.ul_invoice.tmp li.total {
  background-color: #efefef;
  color: #333;
}
ul.ul_invoice li span {
  padding: 4px;
}
ul.ul_invoice li.title span,
ul.ul_invoice li.total span {
  font-weight: bold;
}
ul.ul_invoice li span:not(.name) {
  text-align: right;
}
