main {
  margin: 20px 40px;
}

body {
}

hr {
  border: 2px solid lightgray;
}

#app {
  min-width: 1300px;
}

.content-pane {
  width: 100%;
}

.sub-content-pane {
  display: table-cell;
}

.center-content-pane {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.right-content-pane {
  width: 200px;
}

.mypage-menu-pane {
  background-color: lightgray;
  font-size: small;
  font-weight: bold;
  border-radius: 8px;
}

.mypage-menu-block {
  white-space: nowrap;
  padding: 4px 8px;
}

.mypage-menu-pane a:link {
  color: black;
}

.mypage-menu-pane a:visited {
  color: black;
}

.mypage-menu-pane a:hover {
  color: white;
}

.mypage-menu-pane a:active {
  color: white;
}

.row-data {
  padding-top: 4px;
  padding-bottom: 4px;
}

.form-notice-message {
  color: green;
}

.form-error-message {
  color: red;
}

.caution-message {
  color: red;
}

.pane-margin {
  margin-top: 20px;
}

.block-margin {
  margin-top: 16px;
}

.row-margin {
  margin-top: 8px;
}

.list-pane .row {
  border-bottom: 2px solid lightgray;
}

.list-pane .header {
  font-weight: bold;
}

.page-title {
  font-size: x-large;
}

.box-word {
  word-break: break-all;
}

.ws-pre-wrap {
  white-space: pre-wrap;
}

.order-status {
  box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
  border-radius: 45px;
  padding: 3px 10px 3px 10px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  min-width: 120px;
}

.created-type-vacancy {
  background-color: aquamarine;
}

.created-type-inquiry {
  background-color: #999;
  color:white;
}

.created-type-application {
  background-color: #ff69b4;
  color:white;
}

.status-inquiry {
  background-color: #87ceeb;
  color:white;
}

.status-start-inquiring {
  background-color: #c85078;
  color:white;
}

.status-finish-inquiring {
  background-color: #fca800;
  color:white;
}

.status-vacancy { /* 空き状況受付 */
  background-color: #00A0DF;
  color:white;
}

.status-start-checking { /* 空き状況確認中 */
  background-color: #9e0d82;
  color:white;
}

.status-answered { /* 空き状況回答済み */
  background-color: #ed811c;
  color: white !important;
}

.status-temporary-application { /* 仮申込 */
  background-color: #ffdead;
  color: gray !important;
}

.status-temporary-application-reject { /* 申込却下 */
  background-color: #d9d9d9;
  color: gray !important;
}

.status-application { /* 予約受付(未処理) */
  background-color: #232288;
  color: white !important;
}

.status-application-support-later { /* 予約受付(後日対応) */
  background-color: #227488;
  color: white !important;
}

.status-start-application { /* 申し込み中 */
  background-color: #e50075;
  color: white !important;
}

.status-adjustment-pending { /* 日程調整確認中 */
  background-color: #cd5a3bf7;
  color:white;
}

.status-confirmed { /* 実施確定 */
  background-color: #e61d2d;
  color: white !important;
}

.status-impossible { /* 実施不可 */
  background-color: #969696;
  color: white !important;
}

.status-canceling { /* キャンセル(手続き中) */
  background-color: #80f89a;
  color: gray !important;
}

.status-cancel { /* キャンセル(無償) */
  background-color: #95bf35;
  color: white !important;
}

.status-cancel-not-free { /* キャンセル(有償) */
  background-color: #009900;
  color: white !important;
}

/**
 * ヘッダー
 */

.container {
  max-width: 100%;
}

/*
.auth-info {
  border: 1px solid lightgray;
  padding: 0px 4px;
  font-size: small;
  font-weight: bold;
}
*/

.site-title {
	color: gray;
}

.logout {
  background-color: lightgray;
  font-size: small;
}

.menu-container {
  margin-left: auto;
  margin-right: auto;
}

/**
 * メニュー
 */

 /*
nav{
  text-align: center;
}

nav ul{
  margin: 0;
  padding: 0;
}

nav ul li{
  list-style: none;
  display: table-cell;
  width: 70px;
  min-width: 70px;
}

nav ul li a{
  text-decoration: none;
  color: #333;
  font-size: small;
}

nav ul li.current a{
  color: #F33135;
}

nav ul li a:hover{
  color: darkgray;
}

.menu-box {
  border: 1px solid lightgray;
  font-weight: bold;
  background: -moz-linear-gradient(top, white, lightgray);
  background: -webkit-linear-gradient(top, white, lightgray);
  background: linear-gradient(to bottom, white, lightgray);
}
*/

/**
 * フッター
 */

footer {
  background-color: gray;
  color: white;
  text-align: center;
  width: 100%;
  font-size: small;
}

footer a:link {
  color: white;
}

footer a:visited {
  color: white;
}

footer a:hover {
  color: black;
}

footer a:active {
  color: black;
}

footer .site-descript {
  padding-top: 20px;
  margin-bottom: 20px;
}

footer .footer-link {
  margin: 0px 8px;
}

.form-pane .row {
  margin-top: 8px;
}

.form-pane .button {
  margin-top: 8px;
}

.margin-button {
  margin-top: 40px;
}

.section-margin {
  margin-top: 60px;
}

/**
 * 曜日
 */

.sunday {
  color: red;
}

.saturday {
  color: blue;
}

.holiday {
  color: red;
}

.weekday {
  color: black;
}

.specialPriceDay {
  color: purple;
}

.today {
  background-color: #FFF67F;
}

/**
 * 管理メインアカウント
 */

#adminMainAccount #detail .data {
  border-bottom: 1px solid lightgray;
  padding-top: 8px;
  padding-bottom: 8px;
}

/**
 * カテゴリー管理
 */

#facilityCategory .form-pane {
  margin-top: 20px;
}

#facilityCategory .list-pane {
  margin-top: 20px;
}

/**
 * お知らせ管理
 */

#information .form-pane {
  margin-top: 20px;
}

#information .list-pane {
  margin-top: 20px;
}

/**
 * 施設カレンダ
 */

.facilityCalendarFocus {
  background-color: orange;
}

.pastDay {
  background-color: lightgray;
}
.validFocus {
  background-color: orange;
  color: white;
  font-weight: bold;
}

/**
 * 見積書・空き状況確認
 */

#quotation .place,
#orderEdit .place,
#facilityVacancy .place {
  font-size: x-large;
  font-weight: bold;
}

#quotation .price,
#orderEdit .price,
#facilityVacancy .price {
  font-size: x-large;
  font-weight: bold;
}

#quotation .calendar,
#orderEdit .calendar,
#facilityVacancy .calendar {
  table-layout: fixed;
  border-collapse: collapse;
  min-width:300px;
  width:100%
}

#quotation .calendar th,#quotation .calendar td,
#orderEdit .calendar th,#orderEdit .calendar td,
#facilityVacancy .calendar th,#facilityVacancy .calendar td {
  border: 1px solid gray;
}

#quotation tr, #quotation td
, #orderEdit tr, #orderEdit td
, #facilityVacancy tr, #facilityVacancy td {
  vertical-align: top;
}

#quotation .calendar .caption,
#orderEdit .calendar .caption,
#facilityVacancy .calendar .caption {
  caption-side: top;
  text-align: center;
}

#quotation .calendar .valid,
#orderEdit .calendar .valid,
#facilityVacancy .calendar .valid {
  color: orange;
  font-weight: bold;
}

#quotation table {
  border-collapse:  collapse;
}

#quotation th
, #quotation td {
  border: 1px solid lightgray;
}

#orderEdit .editTime {
  width: 80px;
  display: inline-flex;
}

.font-small {
  font-size: small;
}

/**
 * マイページ
 */

#mypage{
  width: 100%;
}

#mypage h1{
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

/**/
#target_user {
  height: 50px;
  text-align: right;
}

/* ステータス状況 */
#status_pane {
  border: 3px solid #b1b1b1;
  padding: 5px;
  margin-bottom: 20px;
}

#status_pane .status_content{
  display: table;
  font-size: 14px;
  min-width: 100%;
  border-collapse: collapse;
}

#status_pane .status_row{
  display: table-row;
  border-bottom: 2px solid #ccc;

}
#status_pane .title_cell{
  display: table-cell;
  text-indent: 2em;
  width: 25%;
  padding: 3px;
}
#status_pane .number_cell{
  display: table-cell;
  width: 25%;
  padding: 3px;
}

#status_pane .status_row:last-child{
  border-bottom: 0px;
}

/* その他お問い合わせ */
#inquiry_pane {
  border: 3px solid #b1b1b1;
  padding: 5px;
  margin-bottom: 20px;
}

#inquiry_pane .status_content{
  display: table;
  font-size: 14px;
  min-width: 100%;
  border-collapse: collapse;
}

#inquiry_pane .status_row{
  display: table-row;
  border-bottom: 2px solid #ccc;

}
#inquiry_pane .title_cell{
  display: table-cell;
  text-indent: 2em;
  width: 25%;
  padding: 3px;
}
#inquiry_pane .number_cell{
  display: table-cell;
  width: 25%;
  padding: 3px;
}

#inquiry_pane .status_row:last-child{
  border-bottom: 0px;
}

/* 案件内容 */
#order_pane {
  border: 3px solid #b1b1b1;
  padding: 1em;
  margin-bottom: 20px;
}

/* 新着情報 */
#new_order_pane {
  border: 3px solid #b1b1b1;
  padding: 5px;
  margin-bottom: 20px;
}
/* 新着情報 */
#new_contact_pane {
  border: 3px solid #b1b1b1;
  padding: 5px;
  margin-bottom: 20px;
}

.news {
  border: 1px solid #b1b1b1;
  background-color: #ffeedd;
  font-size: 14px;
  padding: 5px;
  margin: 5px 0;
  border-radius: 3px;
}

.news .head {
  display: inline-block;
  background-color: #999999;
  color: white;
  padding: 1px;
  margin: 2px;
  width: 60px;
  border-radius: 3px;
  text-align: center;
}

#new_order_pane .all {
  font-size: 14px;
  text-align: right;
}

#new_contact_pane .all {
  font-size: 14px;
  text-align: right;
}

/**
 * よくある質問
 */

#question table {
}

#question th {
  background-color: gold;
}

#question th,
#question td {
  border: solid 1px gray;
}

#question .question-category {
  background-color: #FFF67F;
  white-space: nowrap;
  padding: 4px 8px;
}

#question .item-category {
  background-color: lightgray;
  border-radius: 8px;
  padding-left: 4px;
  font-weight: bold;
  font-size: x-large;
  margin-top: 32px;
  text-align: center;
}

#question .item-group {
  margin-top: 16px;
}

#question .item-question {
  background-color: #AABBEE;
  border-radius: 8px;
  padding-left: 4px;
  font-weight: bold;
}

#question .item-answer {
  padding-left: 4px;
  font-size: small;
}

#question .index-link-pane {
  font-size: small;
  text-align: right;
}

#question .index-link {
  text-decoration: none;
}

#question .inner-link {
  background-color: #e6e6fa;
  border-radius: 8px;
  text-decoration: none;
  padding: 4px 8px;
}

/*
 * ユーザー 施設
 */
#userFacilityList .search-pane {
  background:steelblue;
  padding:0.5em 1em;
}

#userFacilityList .search-pane .row{
  color:#FFF;
}

#userFacilityList .search-pane .condition {
  background:#FFF;
}

#userFacilityList .search-pane .condition .row{
  color:#000;
}

#userFacilityList .list-pane .card{
  padding-left:40px;
  border:none;
}

#userFacilityList .search-pane .displayCategories {
  background-color: #FFF;
}

#userFacilityList .list-pane .card .row{
  border:none;
}

#userFacilityList .condition-badge{
  white-space: nowrap;
  background-color:darkorchid;
  color:white; text-align:center;
  max-height:24px;
  padding:0 12px;
}

#orderHistory .allDL,
#orderHistory .cateDL,
#orderHistory .cateDL,
#userFacilityList .areaDL,
#userFacilityList .cateDL,
#userFacilityList .allDL,
#userTop .areaDL,
#userTop .cateDL,
#userTop .allDL {
  border-radius: 4px;
  background-color: white;
  color: black;
  width:auto;
  z-index: 1000;
  position: absolute;
  font-size:0.8em;
  border:1px solid #CCC;
}

#orderHistory .allDL,
#userFacilityList .allDL,
#userTop .allDL {
  height:inherit;
  max-height:280px;
}

#orderHistory .areaDL .scl-wrap,
#userFacilityList .areaDL .scl-wrap,
#userTop .areaDL .scl-wrap {
  overflow-y: auto;
  height:293px;
}

#orderHistory .allDL .scl-wrap,
#orderHistory .cateDL .scl-wrap,
#userFacilityList .allDL .scl-wrap,
#userFacilityList .cateDL .scl-wrap,
#userTop .allDL .scl-wrap,
#userTop .cateDL .scl-wrap {
  overflow-y: auto;
  height:auto;
  max-height:200px;
}

#orderHistory .p-0,
#userFacilityList .p-0,
#userTop .p-0 {
  width:150px;
}

#orderHistory .cateDL .p-0,
#userFacilityList .cateDL .p-0,
#userTop .cateDL .p-0 {
  width:240px;
}

#orderHistory .allDL .p-0,
#userFacilityList .allDL .p-0,
#userTop .allDL .p-0{
  width:200px;
}

#orderHistory .areaDL .scl-wrap,
#userFacilityList .areaDL .scl-wrap,
#userTop .areaDL .scl-wrap {
  float:left;
}

#orderHistory .areaDL .scl-wrap ul li,
#orderHistory .cateDL .scl-wrap ul li,
#orderHistory .allDL .scl-wrap ul li,
#userFacilityList .areaDL .scl-wrap ul li,
#userFacilityList .cateDL .scl-wrap ul li,
#userFacilityList .allDL .scl-wrap ul li,
#userTop .areaDL .scl-wrap ul li,
#userTop .cateDL .scl-wrap ul li,
#userTop .allDL .scl-wrap ul li{
  list-style: none;
  padding: 3px 1em;
  position: relative;
}

#orderHistory .areaDL .scl-wrap ul li label,
#orderHistory .cateDL .scl-wrap ul li label,
#orderHistory .allDL .scl-wrap ul li label,
#userFacilityList .areaDL .scl-wrap ul li label,
#userFacilityList .cateDL .scl-wrap ul li label,
#userFacilityList .allDL .scl-wrap ul li label,
#userTop .areaDL .scl-wrap ul li label,
#userTop .cateDL .scl-wrap ul li label,
#userTop .allDL .scl-wrap ul li label{
  width:70%;
}

#orderHistory .areaDL .scl-wrap ul li::after,
#userFacilityList .areaDL .scl-wrap ul li::after,
#userTop .areaDL .scl-wrap ul li::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -4px;
  transform: rotate(45deg);
}

#orderHistory .allDL .scl-wrap ul li:hover,
#orderHistory .areaDL .scl-wrap ul li:hover,
#orderHistory .cateDL .scl-wrap ul li:hover,
#userFacilityList .allDL .scl-wrap ul li:hover,
#userFacilityList .areaDL .scl-wrap ul li:hover,
#userFacilityList .cateDL .scl-wrap ul li:hover,
#userTop .allDL .scl-wrap ul li:hover,
#userTop .areaDL .scl-wrap ul li:hover,
#userTop .cateDL .scl-wrap ul li:hover {
  background-color: #eee;
  font-weight: bold;
}

#orderHistory .areaDL .scl-wrap ul li.scl-last::after,
#userFacilityList .areaDL .scl-wrap ul li.scl-last::after,
#userTop .areaDL .scl-wrap ul li.scl-last::after{
  display: none;
}


#orderHistory .allDL .scl-wrap::-webkit-scrollbar,
#orderHistory .areaDL .scl-wrap::-webkit-scrollbar,
#orderHistory .cateDL .scl-wrap::-webkit-scrollbar,
#userFacilityList .allDL .scl-wrap::-webkit-scrollbar,
#userFacilityList .areaDL .scl-wrap::-webkit-scrollbar,
#userFacilityList .cateDL .scl-wrap::-webkit-scrollbar,
#userTop .allDL .scl-wrap::-webkit-scrollbar,
#userTop .areaDL .scl-wrap::-webkit-scrollbar,
#userTop .cateDL .scl-wrap::-webkit-scrollbar {
  width: 15px;
}

/*スクロールバーの背景色・角丸指定*/
#userFacilityList .allDL .scl-wrap::-webkit-scrollbar-track,
#userFacilityList .areaDL .scl-wrap::-webkit-scrollbar-track,
#userFacilityList .cateDL .scl-wrap::-webkit-scrollbar-track,
#userTop .allDL .scl-wrap::-webkit-scrollbar-track,
#userTop .areaDL .scl-wrap::-webkit-scrollbar-track,
#userTop .cateDL .scl-wrap::-webkit-scrollbar-track  {
  border-radius: 10px;
	background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
#userFacilityList .allDL .scl-wrap::-webkit-scrollbar-thumb,
#userFacilityList .areaDL .scl-wrap::-webkit-scrollbar-thumb,
#userFacilityList .cateDL .scl-wrap::-webkit-scrollbar-thumb,
#userTop .allDL .scl-wrap::-webkit-scrollbar-thumb,
#userTop .areaDL .scl-wrap::-webkit-scrollbar-thumb,
#userTop .cateDL .scl-wrap::-webkit-scrollbar-thumb  {
  border-radius: 10px;
	background:#ccc;
}

#userFacilityList .twoWeekCalendar,
#userFacilityDetail .twoWeekCalendar{
  font-size:0.8em;
}

#userFacilityList .twoWeekCalendar td.twoWeekMove,
#userFacilityDetail .twoWeekCalendar td.twoWeekMove{
  width:20px;
  background:#DDD;
  cursor: pointer;
}

#userFacilityList .twoWeekCalendar tr.days,
#userFacilityDetail .twoWeekCalendar tr.days {
  height:50px;
}

#userFacilityList .twoWeekCalendar tr.days td,
#userFacilityDetail .twoWeekCalendar tr.days td{
  width:40px;
}


#userFacilityDetail .btn-favorite-on{
  background-color: darkorange;
  color:white;
}

#userFacilityDetail .btn-favorite-off{
  border:1px solid darkorange;
  color:darkorange;
}

/* ユーザ向けカテゴリ一覧 */

.category {
  display: flex;
  flex-wrap: wrap;
  text-align : center;
  padding: 15px;
}

.category li {
  flex: 1 1 auto;
  min-width: 24%;
  max-width: 24%;
  list-style:none;
}

#orderEdit .facilityFreeConfirmMessage {
  color: red;
  font-weight: bold;
}

#facilityDetail .container .topImage,
#userFacilityDetail .container .topImage {
  text-align:center;
  min-height:300px;
  max-height:300px;
  display:flex;
}

#facilityDetail .container .topImage img,
#userFacilityDetail .container .topImage img{
  margin:auto;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
}

#facilityDetail div.dispImages div:first-child,
#userFacilityDetail div.dispImages div:first-child {
  padding-left:0;
}

#facilityDetail div.dispImages div:last-child,
#userFacilityDetail div.dispImages div:last-child {
  padding-right:0;
}

#facilityDetail div.dispImages .showMap,
#userFacilityDetail div.dispImages .showMap{
  height:90px;
  display:flex;
  align-items:center;
  justify-content:center;
}

#facilityDetail div.dispImages .showImage,
#userFacilityDetail div.dispImages .showImage{
  height:90px;
  display:flex;
}

#facilityDetail div.dispImages button,
#userFacilityDetail div.dispImages button{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
}

#facilityDetail div.dispImages img,
#userFacilityDetail div.dispImages img{
  margin:auto;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
}

#facilityDetail .condition-badge,
#userFacilityDetail .condition-badge {
  background-color:darkorchid;
  color:white;
  text-align:center;
  max-height:24px;
}

#facilityRegist .notice {
  color:red;
  font-size:0.8em;
}

/**
 * ユーザメインアカウント
 */

#userMainAccountDetail .detailPanae {
  border: 1px solid lightgray;
  border-radius: 8px;
  margin-top: 40px;
}

#userMainAccountDetail .row {
  border-bottom: 1px solid lightgray;
  padding: 8px 0px;
  margin-left: 0px;
  margin-right: 0px;
}

#userMainAccountDetail .row-last {
  border-bottom: unset;
}

/**
 * 問い合わせ
 */

#inqury .inqury-kind {
  padding-left: 8px;
  padding-right: 8px;
}

/**
 * メッセージ詳細
 */
#messageDetail .title-left,
#userMessageDetail .title-left {
}

#messageDetail .message-left,
#userMessageDetail .message-left {
  min-height:100px;
  border-radius: 20px;
  padding: 10px 5px;
}

#messageDetail .timestamp-left,
#userMessageDetail .timestamp-left {
  color: darkgray;
  display: flex;
  align-items: flex-end;
  text-align: left;
}

.message_price {
  display: inline-block;
  width:auto;
}

.order_finished {
  color: red;
  font-weight: bold;
}


#messageDetail .title-right,
#userMessageDetail .title-right {
}

#messageDetail .message-right,
#userMessageDetail .message-right {
  min-height:100px;
  background-color: #ddffdd;
  border-radius: 20px;
  padding: 10px 5px;
}

#messageDetail .message-remark {
  min-height:100px;
  background-color: #ffffee;
  border-radius: 20px;
  border: solid 1px #dee2e6;
  padding: 10px 5px;
}

#messageDetail .remark-help {
  min-height:100px;
  border-radius: 10px;
  border-width : 5px;
  box-shadow: 5px 5px 20px -10px;
  border: solid 1px #dee2e6;
  padding: 10px 5px;
}

#messageDetail .timestamp-right,
#userMessageDetail .timestamp-right {
  color: darkgray;
  display: flex;
  align-items: flex-end;
  text-align: right;
}

#messageDetail .itemSubject {
  display: inline-block;
  min-width: 200px;
}
#messageDetail .itemPrice {
  display: inline-block;
  min-width: 100px;
}

.oh-table tbody:nth-child(odd) tr td,
.oh-table tbody:nth-child(odd) tr th {
   background-color: rgba(0, 0, 0, 0.05);
   color: #212529;
 }
.oh-table tbody:hover tr {
   background-color: rgba(13, 110, 253, 0.075);
   color: #212529;
   cursor: pointer;
 }
.oh-table .mini_head{
  letter-spacing: -0.25em;
  font-size:0.6em
}
.oh-table {
  /*
  font-size:0.8em
  */
  font-size:0.87em
}
.oh-ctx {
  font-size:0.8em;
  position: absolute;
  width:150px;
}

.oh-ctx-btn3{
  background: darkorange;
}
.oh-ctx-btn4, .oh-ctx-btn4:hover{
  background: blue;
  color:#fff;
}

.message_price {
  display: inline-block;
  width:auto;
}

.order_finished {
  color: red;
  font-weight: bold;
}

/**
 * 定型文管理
 */
#messageTemplate .copy-word {
  cursor: pointer;
  color: white;
}

/*
---------------------------------------------
g-nav
---------------------------------------------
*/

.g-nav .g-nav-list {
  display: flex;
  }

  .g-nav ol,
  .g-nav ul {
  padding-left: 0;
}

.g-nav .g-nav-list li {
  position: relative;
  z-index: 1;
  list-style: none;
}

.g-nav .g-nav-list > li > a {
  display: grid;
  width: 166px;
  height: 45px;
  border: solid 1px #999;
  border-width: 1px 0 1px 1px;
  background: #e8ecef;
  color: #777;
  font-size: 18px;
  place-items: center;
  box-sizing: border-box;
  transition-duration: .2s;
  text-decoration: none;
}

.g-nav .g-nav-list > li:last-child > a.current,
.g-nav .g-nav-list > li:last-child > a:hover,
.g-nav .g-nav-list > li:last-child > a {
  border-right: solid 1px #999;
  text-decoration: none;
}

.g-nav .g-nav-list > li > a:hover,
.g-nav .g-nav-list > li > a.current {
  border-width: 0 0 0 1px;
  background: white;
  border-bottom: solid 3px #058fbe;
  border-top: solid 1px white;
  text-decoration: none;
}

.g-nav .dropdown-list {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  background: white;
  border: solid 1px #E8ECEE;
  border-radius: 6px;
  box-shadow: 3px 3px 0 0 rgba(226,226,222,.75);
  width: 151px;
}

.g-nav .dropdown-list li:not(:last-child) {
  border-bottom: solid 1px #E8ECEE;
}

.g-nav .dropdown-list li a {
  padding: 10px 15px;
  font-size: 14px;
  color: #666;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

.g-nav .dropdown-list li a.current,
.g-nav .dropdown-list li a:hover {
  color: #009fe0;
  border-bottom: none;
  text-decoration: none;
}

.g-nav .g-nav-list li:hover .dropdown-list,
.g-nav .g-nav-list li:active .dropdown-list {

}

.main {
  margin-top: 92px;
  margin-bottom: 60px;
}

.btn-back {
  text-align: right;
}

.btn-back a {
  background: #e8ecef;
  padding: 7px 20px;
  border: solid 1px #ccc;
  border-radius: 4px;
  color: #777;
  text-align: center;
  width: 110px;
  display: inline-block;
}


/* ログアウトボタン */
.logout {
  width: 175px;
  line-height: 1.5;
  padding: 10px 0;
  text-align: center;
  place-items: center;
  color: white;
  background: rgb(0,140,187);
  background: linear-gradient(90deg, rgba(0,140,187,1) 0%, rgba(74,181,234,1) 50%, rgba(0,140,187,1) 100%);
  border-radius: 30px;
  font-size: 22px;
}

.user-name {
  margin-right: 28px;
  font-size: 22px;
  color: #6D747E;
}

/** ログインボタン */
.login {
  width: 175px;
  display: grid;
  place-items: center;
  color: white;
  background: #6d747e;
  border-radius: 30px;
  font-size: 22px;
  line-height: 1;
  padding: 16px 0;
}

/** 新規登録ボタン */
.register {
  width: 175px;
  display: grid;
  place-items: center;
  color: white;
  background: #eb7b0e;
  border-radius: 30px;
  font-size: 20px;
}

.header-btn {
  display: flex;
}



/****************************
 * 管理側施設管理用
 */

#facility .areaDL,
#facility .cateDL,
#facility .allDL {
  border-radius: 4px;
  background-color: white;
  color: black;
  width:auto;
  z-index: 1000;
  position: absolute;
  font-size:0.8em;
  border:1px solid #CCC;
}

#facility .allDL {
  height:inherit;
  max-height:280px;
}

#facility .areaDL .scl-wrap {
  overflow-y: auto;
  height:293px;
}

#facility .allDL .scl-wrap,
#facility .cateDL .scl-wrap {
  overflow-y: auto;
  height:auto;
  max-height:200px;
}

#facility .p-0 {
  width:150px;
}

#facility .cateDL .p-0 {
  width:240px;
}

#facility .allDL .p-0 {
  width:200px;
}

#facility .areaDL .scl-wrap {
  float:left;
}

#facility .areaDL .scl-wrap ul li,
#facility .cateDL .scl-wrap ul li,
#facility .allDL .scl-wrap ul li {
  list-style: none;
  padding: 3px 1em;
  position: relative;
}

#facility .areaDL .scl-wrap ul li label,
#facility .cateDL .scl-wrap ul li label,
#facility .allDL .scl-wrap ul li label {
  width:70%;
}

#facility .areaDL .scl-wrap ul li::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -4px;
  transform: rotate(45deg);
}

#facility .allDL .scl-wrap ul li:hover,
#facility .areaDL .scl-wrap ul li:hover,
#facility .cateDL .scl-wrap ul li:hover {
  background-color: #eee;
  font-weight: bold;
}

#facility .areaDL .scl-wrap ul li.scl-last::after {
  display: none;
}

#facility .allDL .scl-wrap::-webkit-scrollbar,
#facility .areaDL .scl-wrap::-webkit-scrollbar,
#facility .cateDL .scl-wrap::-webkit-scrollbar {
  width: 15px;
}

/*スクロールバーの背景色・角丸指定*/
#facility .allDL .scl-wrap::-webkit-scrollbar-track,
#facility .areaDL .scl-wrap::-webkit-scrollbar-track,
#facility .cateDL .scl-wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
#facility .allDL .scl-wrap::-webkit-scrollbar-thumb,
#facility .areaDL .scl-wrap::-webkit-scrollbar-thumb,
#facility .cateDL .scl-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#ccc;
}


/*開発側で追加*/
.ws-box-word {
  word-break: break-all;
  white-space: pre-wrap;
}

.ws-pl_wb-ba {
  word-break: break-all;
  white-space: pre-wrap;
}

.vertical_center {
  display: flex;
  align-items: center;
}

.deleted-line {
  background-color: gray;
}

.cancel-not-free-color {
  color: green;
}

.no-event {
  background-color: lightgray;
}

.message-item {
  word-break: break-all;
}

.message-important {
  color: red;
}

/****************************
 * 管理側案件履歴画面
 */
#orderHistory #location-select,
#orderHistoryGroup #location-select {
  background-color: #FFF;
}

#orderHistory .areaDL,
#orderHistory .cateDL,
#orderHistory .allDL,
#orderHistoryGroup .areaDL,
#orderHistoryGroup .cateDL,
#orderHistoryGroup .allDL {
  border-radius: 4px;
  background-color: white;
  color: black;
  width:auto;
  z-index: 1000;
  position: absolute;
  font-size:0.8em;
  border:1px solid #CCC;
}

#orderHistory .allDL,
#orderHistoryGroup .allDL {
  height:inherit;
  max-height:280px;
}

#orderHistory .areaDL .scl-wrap,
#orderHistoryGroup .areaDL .scl-wrap {
  overflow-y: auto;
  height:293px;
}

#orderHistory .allDL .scl-wrap,
#orderHistory .cateDL .scl-wrap,
#orderHistoryGroup .allDL .scl-wrap,
#orderHistoryGroup .cateDL .scl-wrap {
  overflow-y: auto;
  height:auto;
  max-height:200px;
}

#orderHistory .p-0,
#orderHistoryGroup .p-0 {
  width:150px;
}

#orderHistory .cateDL .p-0 {
  width:240px;
}

#orderHistory .allDL .p-0,
#orderHistoryGroup .allDL .p-0 {
  width:200px;
}

#orderHistory .areaDL .scl-wrap,
#orderHistoryGroup .areaDL .scl-wrap {
  float:left;
}

#orderHistory .areaDL .scl-wrap ul li,
#orderHistory .cateDL .scl-wrap ul li,
#orderHistory .allDL .scl-wrap ul li,
#orderHistoryGroup .areaDL .scl-wrap ul li,
#orderHistoryGroup .cateDL .scl-wrap ul li,
#orderHistoryGroup .allDL .scl-wrap ul li {
  list-style: none;
  padding: 3px 1em;
  position: relative;
}

#orderHistory .areaDL .scl-wrap ul li label,
#orderHistory .cateDL .scl-wrap ul li label,
#orderHistory .allDL .scl-wrap ul li label,
#orderHistoryGroup .areaDL .scl-wrap ul li label,
#orderHistoryGroup .cateDL .scl-wrap ul li label,
#orderHistoryGroup .allDL .scl-wrap ul li label {
  width:70%;
}

#orderHistory .areaDL .scl-wrap ul li::after,
#orderHistoryGroup .areaDL .scl-wrap ul li::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -4px;
  transform: rotate(45deg);
}

#orderHistory .allDL .scl-wrap ul li:hover,
#orderHistory .areaDL .scl-wrap ul li:hover,
#orderHistory .cateDL .scl-wrap ul li:hover,
#orderHistoryGroup .allDL .scl-wrap ul li:hover,
#orderHistoryGroup .areaDL .scl-wrap ul li:hover,
#orderHistoryGroup .cateDL .scl-wrap ul li:hover {
  background-color: #eee;
  font-weight: bold;
}

#orderHistory .areaDL .scl-wrap ul li.scl-last::after,
#orderHistoryGroup .areaDL .scl-wrap ul li.scl-last::after {
  display: none;
}

#orderHistory .allDL .scl-wrap::-webkit-scrollbar,
#orderHistory .areaDL .scl-wrap::-webkit-scrollbar,
#orderHistory .cateDL .scl-wrap::-webkit-scrollbar,
#orderHistoryGroup .allDL .scl-wrap::-webkit-scrollbar,
#orderHistoryGroup .areaDL .scl-wrap::-webkit-scrollbar,
#orderHistoryGroup .cateDL .scl-wrap::-webkit-scrollbar {
  width: 15px;
}

/*スクロールバーの背景色・角丸指定*/
#orderHistory .allDL .scl-wrap::-webkit-scrollbar-track,
#orderHistory .areaDL .scl-wrap::-webkit-scrollbar-track,
#orderHistory .cateDL .scl-wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}

/*スクロールバーの色・角丸指定*/
#orderHistory .allDL .scl-wrap::-webkit-scrollbar-thumb,
#orderHistory .areaDL .scl-wrap::-webkit-scrollbar-thumb,
#orderHistory .cateDL .scl-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background:#ccc;
}

/* 案件グループ状態 */
.orderGroupActive {
  display: inline;
  border: 1px solid blue;
  border-radius: 16px;
  padding: 2px 4px;
  color: blue;
}

.orderGroupInactive {
  display: inline;
  border: 1px solid red;
  border-radius: 16px;
  padding: 2px 4px;
  color: red;
}

#facilityPreview .facility-base-info .photo {
  border-radius: 8px;
}

#facilityPreview .facility-base-info .area-pane {
  margin-left: 3em;
  font-size: 24px;
}

#facilityPreview .caution-title {
    background: #e70012;
    color: white;
    position: relative;
    display: grid;
    place-items: center;
    font-size: 14px;
    width: 105px;
    padding: 2px 0;
    margin-bottom: 5px;
}

#facilityPreview .caution-text {
  color: red;
}

/* 社内注意事項 */
#facilityPreview .caution-pane {
  margin-top: 2em;
}

#facilityPreview .inner-caution-pane /* 社内注意事項 */
, #facilityPreview .inner-memo-pane /* 社内メモ */
, #facilityPreview .facility-info-pane /* 施設情報 */
, #facilityPreview .place-info-pane { /* 実施場所情報 */
  margin-top: 2em;
  border-collapse: collapse;
  width: 100%;
}

#facilityPreview .inner-caution-pane th
, #facilityPreview .inner-memo-pane th
, #facilityPreview .facility-info-pane th {
  vertical-align: middle;
  padding: 0.5em;
  border: 1px solid #f1f1f1;
  text-align: left;
  background-color:#f1f1f1;
  width: 12em;
}

#facilityPreview .inner-caution-pane td
, #facilityPreview .inner-memo-pane td
, #facilityPreview .facility-info-pane td
, #facilityPreview .place-info-pane td {
  vertical-align: middle;
  padding: 0.5em;
  border: 1px solid #f1f1f1;
  text-align: left;
}

#facilityPreview .inner-caution-pane .saved-time-pane {
  width: 12em;
  text-align: right;
  border-left: none;
}

#facilityPreview .place-info-pane .place-info-title {
  background-color: #f1f1f1;
  padding-left: 8px;
}

#facilityPreview .place-info-pane .place-name {
}

#facilityPreview .place-info-pane .place-remark {
  width: 24em;
}

#facilityPreview .document {
  background: #e8ecef;
  padding: 8px 8px;
  border: solid 1px #ccc;
  border-radius: 4px;
  color: #777;
  text-align: center;
  cursor: pointer;
}

#facilityPreview .back {
  background: #e8ecef;
  padding: 8px 8px;
  border: solid 1px #ccc;
  border-radius: 4px;
  color: #777;
  text-align: center;
  cursor: pointer;
}

#facilityPreview .mark {
  margin-right: 4px;
  background-color: white;
}

.contents-inner {
  width: 1162px;
  min-width: 1162px;
  margin: auto;
}

.triangle-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;   /* 上の余白 */
  border-bottom: 10px solid transparent;/* 下の余白 */
  border-left: 15px solid black;        /* ← ここが矢印の色・大きさ */
}

.unuse-event-facility {
  height: 1.5em;
  width: 100%;
  font-size: x-large;
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: red;
}
