/*----------------------------------------

共通

----------------------------------------*/
.w-5 {
	width: 5%;
}

.w-6 {
	width: 6%;
}

.w-9 {
	width: 9%;
}

.w-10 {
	width: 10%;
}

.w-12 {
	width: 12%;
}

.w-15 {
	width: 15%;
}

.w-18 {
	width: 18%;
}

.w-20 {
	width: 20%;
}

.w-30 {
	width: 30%;
}

.w-40 {
	width: 40%;
}


.none {
	display: none;
}


/* 水平垂直中央揃え */
.flex-center-center {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

/* PC非表示、SP表示*/
.spon {
	display: none;
	padding: 0;
}

.md-spon {
	display: none !important;
}

.th-spon {
	display: none;
}

.tr-disable {
	background-color: #f2f2f2;
	color: #3b3b3b;
	opacity: 0.7;
}

.bg-disabled {
	background-color: #b6b6b6 !important;
}

.bg-lightblue {
	background-color: #14498d !important;
}

.bg-green {
	background-color: #2a6e0a !important;
}

.bg-yellow {
	background-color: #ffcf01 !important;
}

.swal2-title {
	padding-left: 0.5rem !important;
	text-align: left !important;
}

.text-lg {
	font-size: 2.4rem !important;
}


.server_path {
	position: absolute;
	top: -10000px;
	width: 1px;
	border: none;
	padding: 0;
	margin: 0;
}

.description-block>.description-text {
	font-size: 0.85rem;
	color: #4a4c4e;
}

/* 詳細ボタン */
.btn-text {
	display: inline;
}

.btn-icon {
	display: none;
}

.btn_href_action {
	cursor: pointer;
}

/* 発信リンク無効化 */
/* a[href^="tel:"] {
	pointer-events: none;
} */

/* .main-header.scroll_fixed {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
} */

.is-invalid>.invalid-feedback {
	display: block;
}

.fa-3xs {
	font-size: 0.3em !important;
	margin-left: 0.45rem;
	margin-right: 0.45rem;
	vertical-align: middle;
}

.fa-4xs {
	font-size: 0.3em !important;
	margin-left: 0.3rem;
	margin-right: 0.3rem;
	vertical-align: middle;
}

.custom-select.form-control-border,
.form-control.form-control-border {
	font-size: 1.3rem;
	font-weight: 600;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	box-shadow: inherit;
}

/* カード */
.card-pink {
	border-color: #e83e8c !important;
}

.card-gray:not(.card-outline)>.card-header {
	background-color: #56595d;
}

.btn-orange {
	color: #1f2d3d;
	background-color: #fd7e14;
	border-color: #fd7e14;
	box-shadow: none;
}

.btn-group-toggle .btn-default:nth-child(1) {
	border-bottom: solid 3px #007bff;
}

.btn-group-toggle .btn-default:nth-child(2) {
	border-bottom: solid 3px #fd7e14;
}

.btn-group-toggle .btn-default:nth-child(3) {
	border-bottom: solid 3px #ffc107;
}

.btn-group-toggle .btn-default:nth-child(4) {
	border-bottom: solid 3px #605ca8;
}

.btn-group-toggle .btn-default:nth-child(5) {
	border-bottom: solid 3px #28a745;
}

.btn-group-toggle .btn-default:nth-child(6) {
	border-bottom: solid 3px #17a2b8;
}

.btn-group-toggle .btn-default:nth-child(1).active {
	background-color: #007bff;
	border-color: #007bff;
}

.btn-group-toggle .btn-default:nth-child(2).active {
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.btn-group-toggle .btn-default:nth-child(3).active {
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-group-toggle .btn-default:nth-child(4).active {
	background-color: #605ca8;
	border-color: #605ca8;
}

.btn-group-toggle .btn-default:nth-child(5).active {
	background-color: #28a745;
	border-color: #28a745;
}

.btn-group-toggle .btn-default:nth-child(6).active {
	background-color: #17a2b8;
	border-color: #17a2b8;
}

/*--navbar--*/
.brand-link {
	font-size: 1.1rem;
	/* text-align: center; */
	border-bottom: 1px solid #c9c8c8;
	padding: .9rem 1.5rem .8rem 1rem;
}

.brand-link>img {
	width: 30px;
	margin: -2px 3px 0 0;
}

.badge.big {
	font-size: 110%;
}

/* 検索条件表示欄 */
#search_condition_area button {
	pointer-events: none;
}

.btn-condition {
	color: #1f2d3d;
	background-color: #dbdbdb;
	border-color: #dbdbdb;
	box-shadow: none;
}

.nodata-msg {
	padding: 8px 12px;
	font-size: 0.875rem;
	color: #6c757d;
}


.row_other {
	color: #9874d9;
}

.row_cancel {
	background-color: #e2e2e2;
	color: #999999;
}



th {
	text-align: center;
}

.table-bordered tr>*:last-child {
	border-right: none;
}

.table-bordered tr>*:first-child {
	border-left: none;
}

.table-bordered thead th {
	border-bottom-width: 0;
	padding: 5px;
}

table td {
	vertical-align: middle !important;
	text-align: center;
}

table td.center {
	vertical-align: middle !important;
	text-align: center;
}

table tr.center td>p {
	margin-bottom: 0px;
}

/* 状態アイコン */
.status-icon {
	font-size: 1.1rem;
	transition: color .18s ease;
}

.status-icon.active {
	color: var(--succ-500);
}

.status-icon.inactive {
	color: var(--gray-300);
}

@media (hover: hover) {
	.status-icon.active:hover {
		color: var(--succ-700);
	}

	.status-icon.inactive:hover {
		color: var(--gray-600);
	}
}

/* 詳細リンクアイコン */
.detail-link {
	color: var(--text-muted);
	font-size: 1.1rem;
	padding: .25rem .5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: color .18s ease, transform .18s ease;
}

@media (hover: hover) {
	.detail-link:hover {
		color: var(--pri-600);
		transform: translateX(2px);
		text-decoration: none;
	}
}


/*----------------------------------------

	検索カード

----------------------------------------*/
/* 検索項目カードの共通ヘッダー */
.card-header.search-header {
	padding: 0.4rem 0.75rem;
	background-color: var(--pri-bg);
	cursor: pointer;
}

.card-header.search-header .card-title {
	color: #555;
	font-size: 0.9rem;
	margin: 0.2rem;
	line-height: 1.2;
	font-weight: 700;
}

.card-header.search-header .card-tools .btn-tool {
	font-size: 0.9rem;
}

#search_condition_area .card-body {
	padding: 0.4rem 0.75rem;
	font-size: 0.85rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem;
}

#search_condition_area .btn {
	padding: 0.2rem 0.5rem;
	font-size: 0.8rem;
	border-radius: 0.2rem;
}

/* 検索項目カードの入力欄*/
#searchArea .custom-select,
#searchArea .form-control {
	font-size: 0.85rem;
	padding: 0.25rem 0.5rem;
	height: calc(1.5em + 0.5rem + 2px);
}

#searchArea .form-group label {
	font-size: 0.8rem;
	margin-bottom: 0.2rem;
	color: #555;
	font-weight: 700;
}



/*----------------------------------------

	一覧のソート

----------------------------------------*/
.wrap-sort label {
	color: #555555;
	font-size: 0.8rem;
	border-radius: 0.25rem;
	padding: 0.4rem 0.6rem;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.wrap-sort select.form-control {
	font-size: 0.85rem;
	padding: 0.3rem 0.5rem;
	border-radius: 0.25rem;
	height: auto;
	margin-left: 0.25rem;
}


/*----------------------------------------
  クイックアクセスのタイル
----------------------------------------*/
/* --------------------------------
    small-box
-------------------------------- */
.small-box .icon i {
	top: auto;
	bottom: 10px;
	right: 10px;
	font-size: 2.2rem;
	opacity: 0.7;
}

.small-box:hover .icon,
.small-box:hover .icon>i {
	font-size: 2.5rem !important;
	transform: none !important;
}

.small-box {
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.small-box:hover {
	background: var(--pri-300) !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* --------------------------------
  quick-access
-------------------------------- */
.quick-access {
	background: var(--bg-subtle);
	color: var(--text-main);
	border-radius: .5rem;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.quick-access:hover {
	background: var(--pri-200) !important;
	color: var(--sec-600) !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
	text-decoration: none !important;
}

.quick-access .inner h4 {
	font-weight: 600;
}

.quick-access .icon i {
	color: var(--pri-300);
}

.small-box .icon i {
	font-size: 2.3rem !important;
}

@media (max-width: 767.98px) {
	.small-box {
		margin-bottom: 8px;
	}

	.quick-access-col {
		margin-bottom: .5rem;
	}

	.small-box.quick-access {
		min-height: 58px;
	}

	.small-box.quick-access .inner {
		padding: .55rem .75rem;
	}

	.small-box.quick-access .inner h5,
	.small-box.quick-access .inner h4 {
		font-size: clamp(0.95rem, 2.4vw, 1.06rem);
		line-height: 1.2;
		margin: 0 0 .1rem 0;
		font-weight: 600;
	}

	.small-box.quick-access .inner .qa-sub,
	.small-box.quick-access .inner small.qa-sub {
		font-size: clamp(0.72rem, 1.8vw, .82rem);
		line-height: 1.2;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		white-space: normal;
	}

	.small-box .icon {
		display: block !important;
	}

	.small-box .icon i {
		font-size: 1.6rem !important;
		right: 10px;
		bottom: 8px;
		opacity: .65;
	}

	.small-box.quick-access .icon i {
		font-size: 1.65rem !important;
		right: 15px;
		bottom: 6px;
		opacity: .65;
	}

	.small-box.quick-access .inner {
		padding: .55rem .85rem .55rem .75rem;
	}
}


/*----------------------------------------

全画面ローディング

----------------------------------------*/
.fullscreen-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.search-block {
	position: relative;
	min-height: 85px;
}

#common_modal_loading {
	position: absolute;
	inset: 0;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.85);
	z-index: 5;
}

.search-block.is-loading .search-content {
	visibility: hidden;
}

/*----------------------------------------

スタッフ管理

----------------------------------------*/

#staff_list td {
	padding: .4rem .3rem;
}


/*----------------------------------------

顧客・従業員詳細画面 

----------------------------------------*/

/* 顔写真
.photo .face_photo {
	width: 100px;
	height: 120px;
	margin: auto;
} */

.staff_name,
.member_name {
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 600;
	padding-bottom: 0;
}

.info-block {
	background: #faf7f2;
	border-radius: 6px;
	padding: 0.5rem 0.75rem;
	margin-bottom: 0.75rem;
}

.info-block p {
	margin: 0.25rem 0;
	/* font-size: 0.9rem; */
	line-height: 1.2;
}

.col-form-label .postal,
.col-form-label .address {
	display: inline;
}

.col-form-label .postal-icon {
	font-size: 1.1rem;
	font-weight: 600;
}

/* デフォルト：1行 */
.status-block.compact .sep-slash {
	display: inline;
}

.status-block.compact .sep-break {
	display: none;
}

/* 日付が入ったら：2行） */
.status-block.stacked .sep-slash {
	display: none;
}

.status-block.stacked .sep-break {
	display: inline;
}


/*----------------------------------------

元データ紐づけ編集画面

----------------------------------------*/
/* 説明alert */
.alert a.facility-link {
	color: var(--pri-500);
}

/* 空表示 */
.empty-state {
	border-left: .25rem solid #ffc107;
	background: #fffdf6;
}

.empty-state__title {
	font-weight: 600;
	line-height: 1.2;
}

.empty-state__icon i {
	font-size: 1.1rem;
}

.kw-badge {
	display: inline-block;
	padding: .15rem .5rem;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: .5rem;
	background: #f8f9fa;
}

/* 数値＆進捗の基本スタイル（PC中心） */
.summary-row .summary-box .info-box-number {
	font-size: clamp(1.20rem, 1.2vw + 0.9rem, 1.70rem);
	font-weight: 700;
	line-height: 1.1;
	margin: 0;
}

@media (max-width: 575.98px) {

	.summary-row .summary-box .info-box-icon {
		display: none !important;
	}

	.summary-row .summary-box {
		min-height: 52px;
		margin-bottom: .25rem;
	}

	.summary-row .summary-box .info-box-content {
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.summary-row .summary-box .info-box-number {
		font-size: clamp(1.35rem, 2.4vw + 1.0rem, 1.90rem);
	}

	.summary-row .summary-box .progress-inline {
		white-space: nowrap;
	}

	.info-box .info-box-content {
		padding: 5px 6px;
	}
}



/*----------------------------------------

HOME

----------------------------------------*/
/* 最近のAPIアクセステーブル */
.api-access-table th,
.api-access-table td {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.api-access-table .text-monospace {
	font-size: 0.8rem;
}

.api-access-table .badge {
	font-size: 0.75rem;
	padding: 0.15rem 0.35rem;
}

/* APIアクセス状況カード */
.api-stat-list .list-group-item {
	border-color: rgba(0, 0, 0, 0.06);
	padding-top: 0.45rem;
	padding-bottom: 0.45rem;
}

.api-stat-main {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 0.25rem;
}

.status-dot {
	display: inline-block;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
}

.api-badge-xs {
	font-size: 0.75rem;
	padding: 0.15rem 0.5rem;
}

.api-stat-row:last-child span.text-monospace {
	font-weight: 600;
}

/*----------------------------------------

個別データ管理

----------------------------------------*/



/*----------------------------------------

インポート

----------------------------------------*/

.file_upload_area {
	padding: 3rem 0;
	border: dashed 1px #777;
	text-align: center;
}

.file_upload_area .btn_area {
	padding-top: 3rem;
}

.card-title-custom {
	font-weight: 400;
}

.description-text {
	font-size: 1.1rem;
	color: #6c757d;
}

/* ファイルアップロードエリア */
.file_upload_area {
	background-color: #f9f9f9;
	cursor: pointer;
	padding: 2rem 0 4rem;
	border-radius: 0.25rem;
	border: dashed 1px #777;
}

.file_upload_area label {
	cursor: pointer;
	color: #6c757d;
}

.file_upload_area i {
	font-size: 3rem;
	margin-bottom: 1rem;
}

.upload_icon:hover i {
	color: var(--primary);
}


.btn-outline-orange {
	color: #ff8615;
	border-color: #ff8615;
}

.btn-outline-orange:hover {
	color: #FFF;
	background-color: #ff8615;
}

.btn-outline-docs {
	color: #1F64C2;
	border-color: #1F64C2;
}

.btn-outline-docs:hover {
	color: #FFF;
	background-color: #1F64C2;
}

.btn-outline-xlsx {
	color: #0D6E38;
	border-color: #0D6E38;
}

.btn-outline-xlsx:hover {
	color: #FFF;
	background-color: #0D6E38;
}


/*--- 予定new,edit ---*/
.custom-file {
	overflow: hidden;
}

.custom-file-label {
	white-space: nowrap;
	margin-bottom: 0;
}

.card .pickup {
	max-height: 300px;
}

/*----------------------------------------

ログイン画面

----------------------------------------*/

.login_container {
	overflow: hidden;
	height: 100svh;
}

.login_container>.container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.login_container .logo {
	padding-right: 15px;
	padding-left: 15px;
}

.login_container .logo img {
	max-width: 300px;
	width: 100%;
}

.btn_login {
	background-color: var(--pri-500) !important;
	border-color: var(--pri-500) !important;
	color: #fff !important;
	transition: background-color .15s ease-in-out, opacity .15s ease-in-out !important;
}

.btn_login:hover,
.btn_login:focus {
	background-color: var(--pri-700) !important;
	border-color: var(--pri-700) !important;
	opacity: .95 !important;
}


/* カード */
.card>.card-header,
.container-fluid>.card>.card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.7rem;
	flex-wrap: wrap;
}

.card>.card-header::after,
.container-fluid>.card>.card-header::after {
	display: none;
}

.card>.card-header>.card-title,
.container-fluid>.card>.card-header>.card-title {
	float: unset;
}

.card>.card-header>.card-tools,
.container-fluid>.card>.card-header>.card-tools {
	float: unset;
	margin-right: 0;
}


/* 表示順 */
.wrap-sort {
	min-width: 340px;
}

/* 詳細ページ レイアウトパターン1 */
.layout-detail01 .form-group {
	align-items: flex-start;
	margin-bottom: 0.5rem;
}

.layout-detail01 .form-group>label {
	background: #f5e6cc;
	color: #6e5f50;
	padding: 4px;
	text-indent: 0;
	border-radius: 12px;
	line-height: 1.2;
	text-align: center;
	width: 140px;
	font-weight: 400;
	flex: none;
	min-height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(0.8rem, 1vw, 1rem);
}


.layout-detail01 .form-group>label::before {
	display: none;
}

.layout-detail01 .form-group>div {
	flex: 1;
	padding-left: 15px;
}

/* トグルスイッチ用の補正 */
.layout-detail01 .form-group.no-flex-pl>div {
	padding-left: 0 !important;
	flex: initial !important;
}

.layout-detail01 .form-group>div p {
	padding: 0;
}

/* サイドメニュー */
.layout-fixed .main-sidebar {
	background: #FFF;
}

.badge {
	font-size: 12px;
}


/*----------------------------------------

マスタ管理

----------------------------------------*/
/* 一覧 */


.dragicon {
	cursor: grab;
}

.dragicon:active {
	cursor: grabbing;
}

/* .card-body.master {
	padding: 1.25rem .5rem;
} */

/* 右上リンクアイコン */
#master-list .header-icon-link {
	color: var(--pri-300);
	font-size: 1rem;
	padding: .25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: color .18s ease, transform .18s ease;
	border-radius: .25rem;
}

@media (hover: hover) {
	#master-list .card-header:hover {
		background: var(--sec-100);
	}

	#master-list .card-header:hover .header-icon-link {
		color: var(--pri-600);
		transform: translateX(2px);
		text-decoration: none;
	}
}

#master-list .header-icon-link:focus,
#master-list .header-icon-link:focus-visible {
	outline: 2px solid var(--pri-300);
	outline-offset: 2px;
	border-radius: .25rem;
}

#master-list .header-icon-link:focus-visible {
	color: var(--pri-600);
}

/* 各マスタ一覧画面 */
.master-icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin: 0 .2rem;
	color: var(--text-muted);
	border-radius: 4px;
	transition: background .15s ease, color .15s ease;
}

.master-icon-link:hover {
	background: var(--sec-100);
	color: var(--pri-600);
	text-decoration: none;
}

.master-icon-link:focus {
	outline: none;
	background: var(--sec-200);
	color: var(--pri-700);
}

/*----------------------------------------

API管理

----------------------------------------*/

#modal_api_issue .ip-actions {
	display: flex;
	gap: .5rem;
	flex-wrap: wrap;
}

#modal_api_issue #issue_ip_table th,
#modal_api_issue #issue_ip_table td {
	white-space: nowrap;
}

#modal_api_issue #issue_ip_table td input.form-control-sm {
	min-width: 220px;
}

@media (max-width: 576px) {
	#modal_api_issue .ip-actions {
		width: 100%;
		justify-content: flex-end;
		margin-top: .5rem;
	}

	#modal_api_issue #issue_ip_table th:nth-child(1)::after {
		content: "";
	}

	#modal_api_issue #issue_ip_table th:nth-child(2)::after {
		content: "";
	}

	#modal_api_issue #issue_ip_table td input.form-control-sm {
		min-width: 140px;
	}

	#modal_api_issue #issue_ip_table .btn-issue-del-row {
		padding: .15rem .4rem;
	}
}

#modal_api_issue #issue_ip_table th.w-35,
#modal_api_issue #issue_ip_table td:nth-child(1) {
	width: 35%;
}

#modal_api_issue #issue_ip_table th.w-50,
#modal_api_issue #issue_ip_table td:nth-child(2) {
	width: 50%;
}

#modal_api_issue #issue_ip_table th.w-15,
#modal_api_issue #issue_ip_table td:nth-child(3) {
	width: 15%;
}

#modal_api_issue .modal-content {
	position: relative;
}

#modal_api_issue #modal_api_issue_loading,
#modal_ip_edit #modal_ip_edit_loading {
	position: absolute;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.473);
	z-index: 1059;
}


#modal_api_issue #modal_api_issue_loading.d-flex,
#modal_ip_edit #modal_ip_edit_loading.d-flex {
	display: flex;
}

/* 一覧の操作トグル */
.table .dropdown-menu .dropdown-item:hover,
.table .dropdown-menu .dropdown-item:focus {
	background-color: var(--pri-100);
	color: var(--pri-800);
}

/* APIキー表示モーダル */
.btn-copy-icon {
	position: absolute;
	right: .25rem;
	top: .25rem;
	padding: .25rem .45rem;
	line-height: 1;
	border: 0;
	background: transparent;
}

.btn-copy-icon:hover,
.btn-copy-icon:focus {
	background: var(--pri-50);
	outline: none;
}

.btn-copy-wide {
	min-width: 12rem;
}

/*----------------------------------------

会場管理

----------------------------------------*/
/* 施設詳細ページ： */
.kvsec+.kvsec {
	margin-top: .75rem;
}

.kv-head {
	display: flex;
	align-items: center;
	background: #f0f0f0;
	padding: .375rem .5rem;
	font-weight: 600;
	color: #495057;
}

.kv-head i {
	margin-right: .5rem;
	opacity: .85;
}

.kv-body {
	padding: .5rem .25rem 0;
}

.kv-badges .badge {
	font-weight: 500;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.badge-transport {
	font-size: 0.85rem;
	padding: 0.35rem 0.6rem;
	border-radius: 999px;
}

/* 住所横のGoogleマップアイコン */
.icon-map-link {
  font-size: .9rem;
  padding: 3px 0;
  line-height: 1;
}

/* モーダル施設リスト */
.facility-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	padding: 10px;
	text-align: center;
}

.facility-list .fac-item {
	flex: 0 1 280px;
	text-align: left;
	white-space: normal;
}

.related-list .d-inline-block {
	display: block !important;
	text-align: left;
}

#related_item_list .related-name {
	word-break: break-word;
}

/* 状態のセレクトボックスの幅 */
.spot-active-select {
	flex: 0 0 auto;
	width: auto;
	min-width: 9.5rem;
	max-width: 12rem;
}

@media (max-width: 576px) {
	.spot-active-select {
		min-width: 6rem;
		max-width: 10rem;
	}
}

/* タクシー選択 */
#taxi_choice_group .btn.btn-outline-secondary.active {
	background-color: #6c757d !important;
	border-color: #6c757d !important;
	color: #fff !important;
}

/* バス選択 */
#bus_choice_group .btn.btn-outline-secondary.active {
	background-color: #6c757d !important;
	border-color: #6c757d !important;
	color: #fff !important;
}

/* 自家用車選択 */
#car_choice_group .btn.btn-outline-secondary.active {
	background-color: #6c757d !important;
	border-color: #6c757d !important;
	color: #fff !important;
}



/*////////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 767px) {

	.mb-col-0 {
		margin-bottom: 1rem;
	}

	/* 詳細ボタン */
	.btn-text {
		display: none;
	}

	.btn-icon {
		display: inline;
	}

	/* 	各ページ一覧テーブル共通 */
	.content-header h1.master {
		font-size: 1.45rem;
		margin: 0;
	}

	.card-body h2 {
		font-size: 1.5rem;
		margin: 0;
	}

	.table th,
	.table td {
		white-space: nowrap;
	}

	/* レスポンシブル表示非表示 */
	.md-none {
		display: none !important;
	}

	.md-spon {
		display: inline !important;
	}

	.md-spon-block {
		display: block !important;
	}

	.login_container .logo img {
		max-width: 280px;
	}

	/* .table-bordered {
		border: none;
	} */

	.table-bordered tr {
		position: relative;
		margin-bottom: 10px;
	}

	a[href^="tel:"] {
		pointer-events: auto;
	}

	.fc-daygrid-day {
		height: 55px;
	}

	.modal .modal-header {
		padding: .65rem 1rem;
	}

	.modal .modal-header h5 {
		font-size: 1.1rem !important;
	}

	/*----------------------------------------

			代理店管理

----------------------------------------*/
	#member_list td.place {
		text-align: left;
		font-size: 0.8rem;
	}

	#member_list td .name-kana {
		font-weight: 400;
		font-size: 0.7rem;
	}

	/*----------------------------------------

			マスタ管理

----------------------------------------*/

	#master-button>button {
		font-size: 1rem;
		padding: .5rem .6rem;
	}

	#btn_sort_fix {
		display: none !important;
	}

	/*----------------------------------------

			HOME

----------------------------------------*/
	.search-compact .form-control {
		font-size: 0.95rem;
	}

	.search-compact .btn {
		font-size: 0.95rem;
		padding: .375rem .75rem;
	}

	.search-compact .list-group-item {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}






	/*-- スクロールバーのスタイル --*/
	.table-responsive::-webkit-scrollbar {
		height: 8px;
	}

	.table-responsive::-webkit-scrollbar-thumb {
		background-color: #888;
		border-radius: 4px;
	}

	.table-responsive::-webkit-scrollbar-track {
		background-color: #f1f1f1;
	}

	/* スクロール可能な領域を設定 */
	.table-responsive {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}


	/* マスタ */
	#master_category_table th,
	#master_category_table td {
		white-space: normal !important;
		font-size: 0.9rem;
		word-break: break-word;
	}

}


@media (max-width: 576px) {
	.xs-none {
		display: none !important;
	}

	.card-header#button_header {
		display: block;
	}

	.card-header #invoice_button {
		text-align: center;
	}

	button.list {
		margin-top: 0.8rem;
		margin-bottom: 0.5rem;
		display: block;
		width: 100%;
	}

	/* 値側だけを次の行にして全幅 */
	.layout-detail01 .form-group.row.wrap-under-sm>div {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 1rem;
		padding-top: .3rem;
	}

	.layout-detail01 .form-group.row.wrap-under-sm>div .form-control-plaintext {
		white-space: normal;
		word-break: break-word;
	}

	.col-form-label .postal,
	.col-form-label .address {
		display: block;
	}
}