@charset "UTF-8";

html {
    height: 100%;
}

body {
  background: #e6ecf0;
  color: #555;
  font-size: 12px;
  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 #container_login h1{
  color: #34495e;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  width: 500px;
  margin: 0 auto 10px auto;
}
body#admin_login #container_login .login_area{
  border-radius:4px;
  box-shadow:0px 0px 4px 0px #c5c5c7;
  -moz-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 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  height: 48px;
}
body#admin_login #container_login .login_area #p_password input {
  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/admin/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/admin/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%;
}



/* -------------------- company_login -------------------- */

body#company_login {
  height: 100%;
}
body#company_login #container_login h1{
  color: #d93025;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  width: 500px;
  margin: 0 auto 10px auto;
}
body#company_login #container_login .login_area{
  border-radius:4px;
  box-shadow:0px 0px 4px 0px #c5c5c7;
  -moz-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#company_login #container_login .login_area h2 {
  background-color: #333;
  color: #fff;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
}
body#company_login #container_login .login_area #login_id {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  height: 48px;
}
body#company_login #container_login .login_area #email {
  width: 100%;
  font-size: 16px;
  height: 48px;
}
body#company_login #container_login .login_area #password {
  width: 100%;
  font-size: 16px;
  height: 48px;
}
body#company_login #container_login .login_area p.p_login_button input{
  border-radius: 4px;
  background: #fff url('../img/company/icon_arrow.png') no-repeat 180px center;
  background-size: 16px;
  color: #d93025;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border: 1px solid #d93025;
  border-bottom: 2px solid #d93025;
  padding: 10px;
  margin-bottom: 0px;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  width: 100%;
}
body#company_login #container_login .login_area p.p_login_button input:hover{
  background: #d93025  url('../img/company/icon_arrow.png') no-repeat 50px 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#company_login #container_login .login_area p input:focus {
  outline: 0;
  border-bottom:1px solid #d93025;
}
body#company_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 #34495e;
  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;
}
body#company #header .top{
  border-top: 5px solid #d93025;
}

#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{
  position: absolute;
  top: 0;
  left: 50px;
  line-height: 47px;
}
#header .top h1 a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
#header .top h1 a:hover {
  color: #007ed9;
  text-decoration: underline;
}
#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 a.logout{
  /*background: #01395d url('../img/admin/icon_header_logout.png') no-repeat 82px center;*/
  background: #01395d url('../img/admin/icon_logout_white.png') no-repeat 82px center;
  background-size: 20px;
  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;
}
body#company #header .top a.logout{
  background: #d93025 url('../img/admin/icon_logout_white.png') no-repeat 82px center;
  background-size: 20px;
}
#header .top a.logout:hover{
  background: #01395d url('../img/admin/icon_logout_white.png') no-repeat 86px center;
  background-size: 20px;
  opacity: 0.7;
}
body#company #header .top a.logout:hover{
  background: #d93025 url('../img/admin/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 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;
}


/* -------------------- 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/admin/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 -------------------- */
body#modal_layout {
  background-color: #fff;
  height: 100%;
}
.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 {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
  height: 60%;
  -webkit-border-radius: 4px;/* for Safari and Chrome */
  -moz-border-radius: 4px; /* for Firefox */
  -o-border-radius: 4px; /* for opera */
  border-radius: 4px;
}
.modal__content.narrow {
  width: 500px;
}
.modal__content.wide {
  width: 80%;
  /*height: 100%;*/
  max-height: 90%;
}

.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;
}
.modal__body {}
.modal__body .button_area {
  text-align: center;
  margin: 50px auto;
}



/* -------------------- modal_form -------------------- */
.modal_form_header {
  height: 48px;
  position: relative;
  margin: 0 12px;
  border-bottom: 1px solid #000;
}
.modal_form_header h1,
.modal_form_header h2 {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.modal_form_header h1 span {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
  padding: 4px 0 4px 22px;
}
.modal_form_header #close_btn {
  position: absolute;
  display: block;
  width: 24px;
  right: 12px;
  top: 12px;
  color: #333;
}
#modal_container {
  margin: 10px;

  overflow-y: scroll;
  height: calc(100vh - 68px);
}

/*#modal_container .scroll {
  overflow-y: scroll;
  height: calc(100vh - 68px);
}*/
#modal_form_iframe {
  width: 100%;
  height: 60vh;
  -webkit-border-radius: 6px;/* for Safari and Chrome */
  -moz-border-radius: 6px; /* for Firefox */
  -o-border-radius: 6px; /* for opera */
  border-radius: 6px;
}

.modal__content.wide #modal_form_iframe {
  /*height: 90vh;*/
  max-height: 90vh;
}

.modal_body {
  margin: 12px;
  height: calc(100% - 72px);
  overflow-y: scroll;
}



/* -------------------- 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 */
  -moz-border-radius: 2px; /* for Firefox */
  -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/admin/arr_s_b_bl.png');
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-color: #ffffff;
  padding: 0 30px 0 0;
  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/admin/form_m_check_off.png);
}
input[type="checkbox"]:checked + label {
  background-image: url(../img/admin/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/admin/form_m_radio_off.png);
  padding-left: 26px;
  margin-right:  26px;
}
input[type="radio"]:checked + label {
  background-image: url(../img/admin/form_m_radio_on.png);
}
.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;
}



/* -------------------- 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;*/
}



/* -------------------- 入力サジェスト -------------------- */
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;
}
div.search_frame {
  display: none;
  position: absolute;
  z-index: 1;
  top: 32px;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 2px 2px 4px gray;
  padding: 10px 10px 10px 20px;
  width: 500px;
  max-height: 600px;
  overflow-y: scroll;
}


ul.prices {}
ul.prices li {
  padding: 8px;
}
ul.prices li div.value {
  display: flex;
  justify-content: flex-start;
  align-items: start;
}
ul.prices li:nth-child(odd) {}
ul.prices li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
ul.prices li div.error-message {
  margin: 10px 0 0 0;
}
ul.prices li p.num,
ul.prices li p.num input,
ul.prices li.total p.num {
  text-align: right;
  width: 100px;
  margin-right: 10px;
}
ul.prices li p.label {
  width: 300px;
  padding-right: 16px;
}
ul.prices li div.regist {
  margin-right: 10px;
}
ul.prices li.total {
  background-color: #f5f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: start;
}
ul.prices li.total p {}
ul.prices li.total p,
ul.prices li.total p.num span {
  color: #000;
  font-weight: bold;
}
ul.prices li.total p.num {}
ul.prices li.total p.num span:before {
  content: "\0a5";
}
ul.prices li ul.by_num {}
ul.prices li ul.by_num li {
  border-bottom: none;
  padding: 2px 0;
}
ul.prices li ul.by_num li:before {
  content: "・";
}
ul.prices li ul.by_num li a {
  color: #428bca;
  text-decoration: underline;
}
ul.prices li ul.by_num li a:hover {
  cursor: pointer;
  color: #d9534f;
}


ul.name_price {}
ul.name_price li {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
}
ul.name_price li.total {
  border-top: 1px dotted #000;
}
ul.name_price li.total span.name {
  font-weight: bold;
}



/* -------------------- table -------------------- */
table tr.checked td {
  background: #fffacd !important;
  color: #333 !important;
}
table tr.review_status_0 td,
table tr.review_status_3 td,
table tr.published_0 td,
table tr.status_0 td,
table tr.status_3 td {
  background-color: #f5f5f5;
  color: #999;
}
table tr.review_status_0 td a,
table tr.review_status_3 td a,
table tr.published_0 td a,
table tr.status_0 td a,
table tr.status_3 td a{
  color: #999;
}
table tr.status_1 td,
table tr.status_4 td,
table tr.review_status_2 td {
  /*background-color: #e5ecf9;*/
  background-color: #fff;
  color: #0055b5;
}
table tr.status_1 td a,
table tr.status_4 td a,
table tr.review_status_2 td a {
  color: #0055b5;
}
table tr.status_2 td,
table tr.status_10 td,
table tr.status_11 td,
table tr.status_13 td,
table tr.status_14 td,
table tr.status_16 td,
table tr.status_20 td,
table tr.review_status_1 td {
  background-color: #f9e5e6;
  color: #b50007;
}
table tr.status_2 td a,
table tr.status_10 td a,
table tr.status_13 td a,
table tr.status_14 td a,
table tr.status_16 td a,
table tr.status_20 td a,
table tr.review_status_1 td a{
  color: #b50007;
}
table tr.status_15 td {
  background-color: #b50007;
  color: #fff;
}
table tr.status_15 td a {
  color: #fff;
}
table tr.status_16.payment_4 td {
  background-color: #fff;
  color: #0055b5;
}
table tr.status_16.payment_4 td a {
  color: #0055b5;
}

table tr.payment_500 td,
table tr.payment_500 td a,
table tr.is_deleted_1 td,
table tr.is_deleted_1 td a {
  color: #fff;
  background-color: #333;
}


table tr.th_bg_yellow th{
  background-color: #ffdb14 !important;
}
table tr.bg_gray td{
  background-color: #f5f5f5 !important;
}
table tr.status_calculated td,
table tr.tr_question_0 td{
  background-color: #f9f9e5 !important;
  color: #828400;
}
table tr.status_calculated td a {
  color: #828400;
}
table .word_break_on {
  word-break: break-all;
}

/* table_highlight */
.table_highlight:hover tbody tr:hover td {
  color: #333;
  background: #fffacd;
}
.table_highlight:hover tbody:hover td:hover {
  opacity: 1;
  color: #333;
  background: #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 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;
}


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



/* table_scroll */
.table_scroll,
.table_scroll_high {
  display: block;
  overflow-y: scroll;
  height: calc(100vh - 65px);
  border:1px solid #cccccc;
}
.table_scroll thead th,
.table_scroll_high thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}
.table_scroll_high {
  height: calc(100vh - 180px);
}

table tr.tr_product td {
  background-color: #f9f9e5 ;
  color: #828400;
  /*border-top: 1px solid #34495e;*/
}
table tr.tr_option td {
  /*background-color: #f5f5f5;*/
  background-color: #fff;
}
table tr.tr_coupon td {
  /*background-color: #f5f5f5;*/
  background-color: #fff;
}
table tr.tr_total td {
  border: none;
}
table tr.tr_total td.td_total {
  background-color: #f9f9e5 ;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  font-weight: bold;
}
table tr.tr_total td.td_total.label {
  background-color: #f5f5f5;
}
table tr.tr_total td.td_total.value {
  background-color: #ffffff;
}
table tr.tr_total td.no_val_last {
  border-right: 1px solid #cccccc;
}

/* grand_total */
table td.grand_total {
  background-color: #34495e;
  color: #fff;
  font-weight: bold;
}
table td.sub_total {
  background-color: #f9f9e5 !important;
  color: #828400;
  font-weight: bold;
}

.api_confirm {
  text-decoration: underline;
  color: #4169e1;
}
.api_confirm:hover {
  cursor: pointer;
  color: #ff69b4;
}


.payment_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.table_payment {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table_payment tr th,
.table_payment tr td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px;
}
.table_payment tr th {
  background-color: #f5f5f5;
  border-top: 5px solid #34495e;
  padding: 6px;
}



table.payment {}
table.payment ul li.total {
  border-top: 1px dotted #ccc;
  padding-top: 6px;
  margin-top: 6px;
}
table.payment ul li.total span {
  font-weight: bold;
}


/* table_box */
.table_box {
  background: #ffffff;
  position: relative;
  border-top: 5px solid #ccc;
}
.table_box:before {
  position: absolute;
  top: -6px;
  left: 0;
  width: 20%;
  height: 5px;
  content: '';
  background: #34495e;
}
.table_box table {
  border-left: 1px solid #ccc;
  width: 100%;
}
.table_box table tr th,
.table_box table tr td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 6px;
  vertical-align: middle;
  font-size: 12px;
  height: 38px;
}
.table_box table tr th {
  background: #f5f5f5;
  font-weight: bold;
  text-align: left;
}
.table_box table tr td {
  background: #fff;
  word-break: break-all;
}



/* -------------------- 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;
}
.edit_menu_body #content_2,
.edit_menu_body #content_3,
.edit_menu_body #content_4 {
  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.refund li span.ti {
  width: 80px;
}
ul.refund li span.text {}*/



/* -------------------- travel_terms -------------------- */
ul.travel_terms {
  border-top: 1px solid #aac6e8;
  border-left: 1px solid #aac6e8;
  border-right: 1px solid #aac6e8;
}
ul.travel_terms li {
  display: flex;
  padding: 0;
  border-bottom: 1px solid #aac6e8;
  color: #0055b5;
}
ul.travel_terms li div {
  padding: 6px;
}
ul.travel_terms li div.th {
  padding: 6px;
  background-color: #e5ecf9;
}
ul.travel_terms li div.condition {
  width: 60%;
  border-right: 1px solid #aac6e8;
}
ul.travel_terms li div.fee {
  width: 40%;
}





/* -------------------- 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;
}




/* -------------------- photo_list -------------------- */
.photo_list {
  display: flex;
  flex-wrap:wrap;
}
.photo_list li{
  position: relative;
  width: 100px;
  height: 100px;
}
.photo_list li a:hover {
  opacity: 0.4;
}
.photo_list 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);
}



/* -------------------- pager -------------------- */
.pager {
  margin-top: 30px;
}
.pager span{
  display: inline-block;
}
.pager span a{
  border-radius: 4px;
  box-shadow:0px 0px 4px 0px #c5c5c7;
  -moz-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;
}
.pager span:last-child a:hover,
.pager span:first-child a:hover,
.pager span a:hover{
  background: #333;
  color: #fff;
  text-decoration: none;
}
.pager span.prev a{
  padding-left: 12px;
  padding-right: 12px;
}
.pager span.next a{
  padding-left: 12px;
  padding-right: 12px;
}
.pager span.active {
  background: #333;
  color: #fff;
  border-radius: 4px;
  box-shadow:0px 0px 4px 0px #c5c5c7;
  -moz-box-shadow:0px 0px 4px 0px #c5c5c7;
  -webkit-box-shadow:0px 0px 4px 0px #c5c5c7;
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 6px 12px;
  margin-right: 6px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}




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




/* -------------------- colorbox -------------------- */
body#colorbox_body {
  background-color: #fff;
}
#colorbox_header {
  height: 40px;
  position: relative;
  border-bottom: 2px solid #ececec;
  margin-bottom: 10px;
}
#video_header {
  height: 40px;
  position: relative;
  border-bottom: 1px solid #ececec;
}
#video_header p.title,
#colorbox_header p.title {
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#video_header button#close_colorbox,
#colorbox_header button#close_colorbox {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
}
#colorbox_container {
  width: 98%;
  margin: 0 auto;
}


/* -------------------- accordion -------------------- */
.accordion {
  cursor: pointer;
  background-image: url('../img/admin/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 */
  -moz-border-radius: 1px; /* for Firefox */
  -o-border-radius: 1px; /* for opera */
  border-radius: 1px;
}
.accordion-selected {
  /*background-color: #eee;*/
  background-image: url('../img/admin/arr_s_u_bl.png');
}
.accordion_body {
  border: 1px solid #ccc;
  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: #34495e;
  color: #fff;
  background-image: url('../img/admin/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: #34495e;
  background-image: url('../img/admin/icon_minus_wh.png');
  background-size: 9px 9px;
  color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #34495e;
}
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/admin/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/admin/icon_minus_wh.png');
}
.many_search .accordion_body {
  background-color: rgba(15, 15, 15, 0.05);
}
.many_search .accordion_body .search_single_cb {
  background-color: #fff;
  display: inline-flex;
  justify-content: flex-start;
  padding: 0 12px;
}
.many_search .accordion_body .search_single_cb input[type="checkbox"] + label {
  padding: 0 0 0 20px;
}


/* -------------------- 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/admin/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;
  /*color: #AAAAAA; /* ラベルテキストの色を指定する */
  /*background-color: #006DD9;/* ラベルの背景色を指定する */
  padding: 10px;  /* ラベルとテキスト間の余白を指定する */

}

#ajax_upload_result {}
.upload_result .ajax_upload_img,
.upload_result .loading_img {
  float: left;
  text-align: center;
  background-color: #fff;
  position: relative;
  /*
  width: 120px;
  height: 120px;
  */
  width: 10%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  float: left;
}
@media (max-width: 1439px) {
  .upload_result .ajax_upload_img {
    width: 12.5%;
  }
}
@media (max-width: 1219px) {
  .upload_result .ajax_upload_img {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .upload_result .ajax_upload_img {
    width: 33.33%;
  }
}

.upload_result .ajax_upload_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.upload_result .loading_img {
  background-color: #fff;
  height: 120px;
  line-height: 120px;
}
#ajax_list_image_result .ajax_upload_img {
  width: 20%;
  background-color: #000;
  position: relative;
}

.upload_result .ajax_upload_img a.btn-danger,
#ajax_list_image_result .ajax_upload_img a.btn-danger {
  position: absolute;
  top: 8px;
  right: 8px;
}
.upload_result .ajax_upload_img a.btn-success,
#ajax_list_image_result .ajax_upload_img a.btn-success {
  position: absolute;
  top: 42px;
  right: 8px;
}
.upload_result .ajax_upload_img div.caption,
#ajax_list_image_result .ajax_upload_img div.caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.4);
  padding: 8px;
}
.upload_result .ajax_upload_img div.caption p,
#ajax_list_image_result .ajax_upload_img div.caption p{
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#ajax_upload_result .loading_img {
  width: 20%;
  float: left;
  text-align: center;
  background-color: #fff;
}
#ajax_upload_result .ajax_upload_img img:not(.loading) {
  width: 100%;
}
#ajax_upload_result .loading_img img.loading {
  padding-top: 50px;
}
#ajax_upload_result .ajax_upload_img:hover img {
  cursor: pointer;
  filter: alpha(opacity=40);       /* ie lt 8 */
  -ms-filter: "alpha(opacity=40)"; /* ie 8 */
  -moz-opacity: 0.4;               /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.4;             /* Safari 1.x */
  opacity: 0.4;
  zoom: 1;
}

.image_thumb {
  width: 100px;
}


/* spot_gallery_result */
#spot_gallery_result {}



/* product_wrapper_sub */
.product_wrapper .product_wrapper_sub {
  width: 300px;
}
.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: "┗ ";
}



/* ul_between */
ul.ul_between {}
ul.ul_between li {
  display: flex;
  justify-content: space-between;
}



/* ul_plan */
.product_wrapper_sub #ul_plan {}
.product_wrapper_sub #ul_plan li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.product_wrapper_sub #ul_plan li:hover {
  background-color: #fffacd;
  cursor: move;
}
.product_wrapper_sub #ul_plan li h3 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}
.price_format {
  font-weight: bold;
  color: #ff5a00;
}



/* -------------------- product plan -------------------- */
#ul_start_time {}
#ul_start_time li {}
#ul_start_time li div.plan_time {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
#ul_start_time li div.plan_time_option {
  border-bottom: 1px solid #ccc;
  padding-left: 50px;
  background-color: #f5f5f5;
}

#ul_start_time li ul {

}
.plan_time_price ul {}
.plan_time_price ul li,
.plan_time_stock ul li {
  background-image: url('../img/admin/arrow2.jpg');
  background-repeat: no-repeat;
  background-position: left top 8px;
  border: none !important;
  padding: 5px 5px 5px 10px !important;
}
.plan_time_price ul li .child {
  margin-left: 20px;
}
.plan_time_price ul li .child p::before {
  content:"▼";
  margin-right: 4px;
}
.plan_time_price ul li .child ul {
  list-style-type: disc;
  margin-left: 20px;
}
.plan_time_price ul li .child ul li {
  background-image: none;
  padding: 5px 5px 5px 0px !important;
}
.price {
  font-weight: bold;
  color: #ff5a00;
}



/* -------------------- store -------------------- */
/* calendar_holiday */
#calendar_wrapper {
  margin-bottom: 20px;
}
#calendar_wrapper .calendar_container {
  width: 49%;
}
#calendar_wrapper .calendar_container.left {
  float: left;
}
#calendar_wrapper .calendar_container.right {
  float: right;
}
.calendar_holiday {}
.calendar_title {
  background-color: #fff;
  padding: 10px;
  border-top: 5px solid #34495e;
  position: relative;
}
.calendar_title h2 {
  text-align: center;
  font-weight: bold;
}
.calendar_title .prev {
  position: absolute;
  left: 0;
  top: 10px;
}
.calendar_title .next {
  position: absolute;
  right: 0;
  top: 10px;
}
.calendar_holiday table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.calendar_holiday table th{
  background-color: #34495e;
  color: #fff;
}
.calendar_holiday table td{
  background-color: #fff;
  height: 70px;
  vertical-align: top;
  width: 14.28%;
}
/*
.calendar_holiday table th a {
  color: #ffffff;
}
*/
#calendar_wrapper.single .calendar_holiday table td{
  height: 40px;
  vertical-align: middle;
  width: 14.28%;
}


.calendar_holiday table th,
.calendar_holiday table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  padding: 6px 0;
}
.calendar_holiday table td.none {
  background-color: #eee;
}
.calendar_holiday table td.store_holiday {
  background-color: #3987ad;
  background-color: #2f2f2f;
  color: #fff;
}
.calendar_holiday table td.plan_holiday {
  background-color: #ffc0cb;
}
.calendar_holiday table td.week_holiday {
  background-color: #ffc0cb;
}
.calendar_holiday table td.package_holiday {
  background-color: #e5ecf9;
}
.calendar_loading {
  background-color: #fff;
  padding: 100px 0;
  text-align: center;
}
.calendar_loading img.loading {
  margin: 0 auto;
}



/* -------------------- 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 detail -------------------- */
.ul_qa {}
.ul_qa li {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
}
.ul_qa li p.question {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px 10px 40px;
  position: relative;
}
.ul_qa li p.question span.question_number{
  background-color: #dc143c;
  color: #fff;
  border-radius: 10px;
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 10px;
  font-weight: bold;
}
.ul_qa li p.answer {
  padding: 5px 10px 5px 40px;
    position: relative;
}
.ul_qa li p.answer span.answer_number{
  background-color: #1a73e8;
  color: #fff;
  border-radius: 10px;
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 10px;
  font-weight: bold;
}
.ul_qa li p.remarks {
  padding: 0;
}


/* -------------------- sales -------------------- */
.total_sales {
  height: 40px;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
}


/* -------------------- review -------------------- */
.star-rating {
  position: relative;
  display:inline-block;
  font-size: 16px;
  margin-right: auto;
  line-height: 20px;
  height: 20px;
}
.star-rating .star-rating-item{
  position:absolute;
  overflow: hidden;
  height: 20px;
}
.star-rating .star-rating-item::before{
  content:"★★★★★";
  /*color: #ffcc33;*/
  color: #ff0000;
}
.star-rating::after {
  content:"★★★★★";
  color: #ccc;
}
.review_body.active[data-readmore] {
 transition: height 750ms;
 overflow: hidden;
}
.review_body.active {
  text-align: left;
  position: relative;
  overflow: hidden;
}
.review_body.active p {
  margin-bottom: 10px;
  word-wrap: break-word;
}
.review_body.active::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 70%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 70%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 70%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.review_body.open.is-show::before {
  display: none;
}
.btn-open,
.btn-close{
  cursor: pointer;
  text-decoration: underline;
  color: #00f;
}
.btn-open:hover,
.btn-close:hover {
  opacity: 0.7;
}





/* -------------------- ticket -------------------- */
#ticket_qr {
  text-align: center;
}
table.table_num {
  width: 100%;
  border-top: 1px solid #ccc;
}
table.table_num th,
table.table_num td {
  padding: 10px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
table.table_num th {
  background-color: #f5f5f5;
}
table.table_num tr.no_stock td {
  background-color: #ffe4e1;
}
.num_up_down {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.num_btn {
  color: #09f;
  background-color: #f6f7f9;
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
.num_now {
  font-weight: bold;
  font-size: 16px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.num_now input {
  width: 30px !important;
  border: none;
  text-align: center;
}
a.num_btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);        /* ie 6 7 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
}
a.num_btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
  color: #ccc;
}

#qr_code {
  width: 240px;
  height: 240px;
  margin: 0 auto;
  position: relative;
}
#qr_code img#batu {
  position: absolute;
  width: 80px;
  height: : 80px;
  top: 80px;
  left: 80px;
  opacity: 1;
}


/* -------------------- 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;
}
#search_result_review {}
#search_result_review ul {
  display: block;
}
#search_result_review ul li:not(:first-child) {
  /*border-top: 1px solid #ccc;*/
}
#search_result_review ul li {
  margin-bottom: 8px;
  padding-top: 8px;
}
#search_result_review ul li h3 {
  background-color: #fcfcfc;
  padding: 6px;
}
#search_result_review ul li div.review {
  border-bottom: 1px dotted #ccc;
  padding: 8px;
}
#result_num {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #f5f5f5;
  color: #000;
}

input[type='text'].unit_price_edit,
input[type='text'].num_edit {
  width: 100px;
  height: 44px;
  font-weight: bold;
  font-size: 16px;
  color: #555;
}



/* -------------------- 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%);
}



/* -------------------- message -------------------- */
.message_wrapper {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 24px 20px;
}



/* -------------------- message.detail -------------------- */
.message_wrapper.detail {
  position: relative;
  height: calc(100vh - 190px);
}
.message_wrapper.detail p.back {}
.message_wrapper.detail a.arrow_back {
  position: relative;
  padding-left: 15px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
.message_wrapper.detail a.arrow_back::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.message_wrapper.detail .message_main {
  position: absolute;
  width: calc(100% - 260px);
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.message_wrapper.detail .message_main .message_body {
  border: 1px solid #ccc;
  height: calc(100vh - 380px);
  padding: 10px 15px 10px 5px;
  overflow-y: scroll;
}

/* history */
.message_wrapper.detail .message_main .message_body .history {}
.message_wrapper.detail .message_main .message_body .history ul {}
.message_wrapper.detail .message_main .message_body .history ul li {
  margin-bottom: 20px;
}
.message_wrapper.detail .message_main .message_body .history ul li p.date{
  text-align: center;
}
.message_wrapper.detail .message_main .message_body .history ul li div.owner_1 {
  display: flex;
  flex-direction: row-reverse;
}
.message_wrapper.detail .message_main .message_body .history ul li div.owner_2 {
  display: flex;
  flex-direction: row;
}
.message_wrapper.detail .message_main .message_body .history ul li div.inner {
  display: inline-block;
  max-width: 90%;
}
.message_wrapper.detail .message_main .message_body .history ul li div.body_box {
  background-repeat: no-repeat;
  background-size: 13px 11px;
}
.message_wrapper.detail .message_main .message_body .history ul li div.owner_1 div.body_box {
  background-image: url(https://assets.deep-exp.com/assets/img/front/mypage/sankaku_r.png);
  background-position: right bottom;
  padding: 0 7px 0 0;
  margin-bottom: 6px;
}
.message_wrapper.detail .message_main .message_body .history ul li div.owner_2 div.body_box {
  background-image: url(https://assets.deep-exp.com/assets/img/front/mypage/sankaku_g.png);
  background-position: left 26px bottom;
  padding: 0 0 0 33px;
  margin-bottom: 6px;
  position: relative;
}
.message_wrapper.detail .message_main .message_body .history ul li div.owner_2 div.body_box:before {
  content: '';
  background-image: url('https://assets.deep-exp.com/assets/img/admin/icon_user.png');
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.message_wrapper.detail .message_main .message_body .history ul li p.body {
  padding: 10px;
  border-radius: 10px;
}
.message_wrapper.detail .message_main .message_body .history ul li div.owner_1 p.body{
  background-color: #FFE1DF;
}
.message_wrapper.detail .message_main .message_body .history ul li div.owner_2 p.body{
  background-color: #E6E6E6;
}
.message_wrapper.detail .message_main .message_body .history ul li p.date {
  margin-bottom: 10px;
}
.message_wrapper.detail .message_main .message_body .history ul li p.datetime,
.message_wrapper.detail .message_main .message_body .history ul li p.read {
  font-size: 11px;
  font-weight: normal;
  color: #666;
  flex-shrink: 0;
}

/* message_input */
.message_wrapper.detail .message_main .message_input {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.message_wrapper.detail .message_main .message_input .input_area {
  width: calc(100% - 40px);
}
.message_wrapper.detail .message_input .input_area textarea {
  background-color: #F8F8F8;
  border: none;
  border-radius: 8px;
}
.message_wrapper.detail .message_main .message_input .button_area {
  width: 30px;
}
.message_wrapper.detail .message_main .message_input .button_area input {
  background-image: url(https://assets.deep-exp.com/assets/img/front/mypage/btn_send.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px 18px;
  background-color: #FFE1DF;
  border: none;
  width:30px;
  height:30px;
  border-radius: 6px;
  text-indent: -9999px;
  cursor: pointer;
}




/* -------------------- message.list -------------------- */
.message_wrapper.list p.user {
  background-image: url('https://assets.deep-exp.com/assets/img/admin/icon_user.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  padding-left: 30px;
  margin-left: 22px;
  margin-right: 10px;
  height: 24px;
  line-height: 24px;
  position: relative;
  white-space: nowrap;
  font-weight: bold;
}
.message_wrapper.list p.user span.no_read {
  position: absolute;
  top: 3px;
  left: -22px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  background-color: #FE0000;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 16px;
  color: #fff;
}


span.visit_schedule {
  width: 36px;
  height: 36px;
  background-color: #222;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.visit_schedule.optional {
  background-color: #eee;
  color: #000;
}


.suggest_search {
  position: relative;
}
.suggest_search .search_result {
  position: absolute;
  left: 0;
  top: 29px;
  background-color: #fff;
  z-index: 1;
  padding: 10px 0;
  box-shadow: 2px 2px 4px gray;
  max-height: 500px;
  overflow-y: scroll;
  width: 100%;

  border-top: 1px solid #ccc;
  margin-top: 0px;
}
.suggest_search .search_result p.note {
  font-weight: bold;
  margin: 0 0 8px 4px;
}
.suggest_search .search_result ul {
  display: block;
  list-style-type: none;
  margin: 0;
}
.suggest_search .search_result ul li {
  border-top: 1px solid #ccc;
}
.suggest_search .search_result ul li a {
  display: flex;
  align-items: center;
  padding: 4px;
}
.suggest_search .search_result ul li a:hover {
  background-color: #ececec;
}
.suggest_search .search_result ul li a div.thumb {
  margin-right: 8px;
}
.suggest_search .search_result ul li a div.name {}
.suggest_search .search_result ul li p.nothing {
  margin: 8px 0 0 4px;
}


#prefecture-setting ul.blocks {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
#prefecture-setting ul.blocks li {
  margin-bottom: 20px;
}
#prefecture-setting ul.blocks li h2 {
  font-weight: bold;
  margin-bottom: 4px;
}
#prefecture-setting ul.blocks li ul.prefectures {}
#prefecture-setting ul.blocks li ul.prefectures li {
  margin-bottom: 8px;
}


/* -------------------- ul_multi_area -------------------- */
#ul_multi_area {}
#ul_multi_area li,
#ul_multi_area_main li {
  display: flex;
  justify-content: flex-start;
  margin-top: 6px;
}
#ul_multi_area li button,
#ul_multi_area_main li button {
  margin-left: 6px;
}