body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:16px;
    word-break: break-all;
}

p{
	margin: 0px 0px 0px;
}

.main-container{
	transition: margin 300ms 0s ease;
}

.anime-none{
	transition: none;
}

.sidebar-offcanvas.offcanvas-visible .main-container{
	margin-left: 240px;
}

hr{
	margin-top: 13px;
	margin-bottom: 14px;
}
hr.sm{
	margin-top: 8px;
	margin-bottom: 8px;
}
.nowrap{
	white-space: nowrap;
}
.ellipsis{
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}
div.h8{
	height:8px;
}
    
.full-width{
	width: 100%;
}
.no-border{
	border: 0px;
}
.border_bottom{
	border-bottom: 1px solid #ccc;
}
.control-text{
	padding-top: 7px;
	text-align: left;
}
.sidebar-nav i.fa{
	min-width: 20px;
}

.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}
@media (max-width:767px){
	.dashboard .row-eq-height{
		display: block;
		flex-wrap: inherit;
	}
}
.history{

}
.history:not(:last-child){
	margin-bottom: 8px;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div{
	width: 33%;
}
@media (max-width:767px){
	#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div{
		width: 95%;
	}
}

th.sort{
	position: relative;
}
th.sort span:nth-child(1){
	position: absolute;
	left: 4px;
	top: 10px;
}
th.sort span:nth-child(2){
	position: absolute;
	left: 4px;
	top: 22px;
}
th.sort span:nth-child(3){
	position: absolute;
	left: 22px;
	top: 16px;
}
.box-gray{
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px;
	background-color: #f8f8f8;
}
.btn-disable{
	background-color: #f0f0f0;
	border-color: #ddd;
	color: #aaa;
}
.btn-disable:hover{
	color: #aaa;
	cursor: default;
}

.btn-modal-right{
	cursor: pointer;
}

.modal-right iframe{
	border: 0px;
	position: absolute;
	right: -375px;
	width: 375px;
	height: 100%;
	transition: all 300ms 0s ease;
}
.modal-right iframe.in{
	right: 0px;
}
@media (max-width:767px){
	.modal-right iframe{
		right: -100%;
		width: 100%;
	}
}

.layout-container-right > .modal-content{
	border: 0px;
	border-radius: 0px;
	min-height: 100vh;
}

img.cleaning-icon{
	width: auto;
	height: 25px;
	position: relative;
	top: -1px;
}

.alert-gray{
	background-color: #999;
	color: #fff;
}
.label{
	position:relative;
	top:-2px;
	font-weight: normal;
	padding: 2px 4px 1px;
}
.label-gray{
	background-color: #999;
	color: #fff;
}
.alert-xs{
	padding: 4px 8px 2px;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 8px;
}

.control-label{
	font-weight: normal;
}
@media (max-width:767px){
	.control-label{
		padding-top: 6px;
	}
}

.table > tbody > tr.noborder > td{
	border-top: 0px;
}

fieldset{
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.text-sm{
	font-size: 12px;
}
.text-xs{
	font-size: 11px;
}
.text-xxs{
	font-size: 9px;
}
.text-ul{
	text-decoration: underline;
}
.text-b{
	font-weight: bold;
}
.mg-cell{
	margin-bottom: 8px;
}


.sidebar-nav ul > li ul > li > a{
	padding-left: 32px;
}
@media only screen and (max-width: 480px) {
	.sidebar-header > .sidebar-header-logo > img{
		vertical-align:middle;
		width: 90%;
		height: auto;
	}
}
@media only screen and (min-width: 481px) {
	.sidebar-header > .sidebar-header-logo > img{
		vertical-align:middle;
		width: 100%;
		height: auto;
	}
}
/* ----------------------------------------------------------------------------- */
/*
	コメント
	*/
.comment {
    width: 100%;
    margin: 0px 0px 10px;
    overflow: hidden;
}

.comment-l {
    display: inline-block;
    position: relative; 
    margin: 0 0 0 10px;
    padding: 10px;
    max-width: 250px;
    border-radius: 6px;
    background: #edf1ee;
}

.comment-l:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px; 
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #edf1ee;
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
.comment-l p {
    margin: 0;
    padding: 0;
}

.comment-r {
    margin: 0px;
}
.comment-r p{
    display: inline-block;
    position: relative; 
    margin: 0 10px 0 0;
    padding: 8px;
    max-width: calc(100% - 10px);
    border-radius: 6px;
	background: #8e8;
    font-size: 15px:
}

.comment-r p:after {
    content: "";
    position: absolute;
    top: 3px; 
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #8e8;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

/* ----------------------------------------------------------------------------- */
/*
	予約一覧カレンダー
	*/
ul.reserve-header{
	width: calc(50px * 30);
	display: block;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	clear: both;
}
ul.reserve-header li{
	width: 50px;
	text-align: center;
	display: block;
	float: left;
	position: relative;
}
ul.reserve-header li:not(:last-child):after{
	content: "";
	border-right: 1px dashed #f0f0f0;
	position: absolute;
	width: 1px;
	height: 36px;
	right: 0px;
	bottom: 0px;
	
}

.reserve-header{
	height: 64px;
	font-size: 11px;
}
.reserve-header div,
.reserve-header li{
	position: relative;
	height: 100%;
}
.reserve-header span{
	position: absolute;
	bottom: 4px;
}
.reserve-header li span{
	display: inline-block;
	width: 100%;
	left: 0px;
}

.reserve-header li.holiday{
	background-color: #fff0f0;
}


ul.reserve-body{
	width: calc(50px * 30);
	display: block;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	overflow: hidden;

}
ul.reserve-body{
	clear: both;
}
ul.reserve-body li{
	width: 50px;
	text-align: center;
	/*display: inline-block;*/
	display: block;
	float: left;
	position: relative;
	overflow: visible;
	position: relative;
	height: 30px;
}
ul.reserve-body li .label{
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    position: relative;
    z-index: 10;
    left: calc(50% + 2px);
    font-weight: normal;
    padding: 2px 8px;
    text-align: center;
}
ul.reserve-body li .limit_l{
	left: 0px;
	border-radius: 0px 0px 2px 2px;
}
ul.reserve-body li .limit_r{
	border-radius: 2px 0px 0px 2px;
}
ul.reserve-body li:not(:last-child){
	border-right: 1px dashed #f0f0f0;
}
.reserve-border{
	border-bottom: 1px solid #eee;
}

.reserve-body{
	font-size: 11px;
}
.reserve-body span{
	width: 100%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 0px 2px;
}

.reserve-body .duplicate{
	background-color: #fcc;
}

/* ----------------------------------------------------------------------------- */
/*
	スライダー
	*/
.slick-prev:before, .slick-next:before{
	color: #fff;
}
.slick-prev{
	left: 0px;
	z-index: 999;
}
.slick-next{
	right: 0px;
	z-index: 999;
}

/* ----------------------------------------------------------------------------- */
/*
	カレンダー
	*/
.calender-label{
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	margin: 1px 3px 1px 3px;
}
.calender-checkinout{
	display: inline-block;
	width: 8px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 4px;
	font-size: 9px;
	padding:1px 3px 0px;
	margin-right: 4px;
}
.fc-basic-view .fc-body .fc-row{
	min-height: 136px;
}
.calender-text{
	width: 100%;
}

.calender-text span:nth-child(1){
	display: inline-block;
	width: calc(50% - 4px);
	text-align: right;
	padding-right:2px;

}
.calender-text span:nth-child(2){
	display: inline-block;
	width: calc(50% - 4px);
	padding-left:2px;
}

@media (max-width:767px){
	.fc-basic-view .fc-body .fc-row{
		min-height: 76px;
	}

	.calender-text{
		font-size:9px;
		white-space: nowrap;
	}
	.fc-day-grid-event{
		margin: 0px;
		padding: 0px;
	}
	
	.calender-text span:nth-child(1){
		width: calc(60% - 4px);
	}
	.calender-text span:nth-child(2){
		width: calc(40% - 4px);
	}
}

td.fc-sun{
	background-color: #fff0f0;
}
td.fc-sat{
	background-color: #fff0f0;
}

div.icon-cell{
	width: 43px;
	float: left;
	text-align: center;
}
div.dashboard-cell{
	width: 16.666%;
	padding: 0px;
	float: left;
	text-align: center;
}

/* ----------------------------------------------------------------------------- */
/*
	タスク一覧
	*/
.btn-task-list{
	display: table-cell;
	font-size: 11px;
	vertical-align: middle;
	min-height: 42px;
}

/* ----------------------------------------------------------------------------- */
/*
	テーブル
	*/
table.table tr td{
	padding: 5px;
}

/* ----------------------------------------------------------------------------- */
/*
	カレンダー
	*/
.datepicker .holiday{
	background-color: #fff0f0;
}

.fc-bg td.fc-day:hover{
	background-color: #e4e4e8;
}

.fc-bg .selectday{
	background-color: #e4e4e8;
}

/*Allow pointer-events through*/
.fc-slats, /*horizontals*/
.fc-content-skeleton, /*day numbers*/
.fc-bgevent-skeleton /*events container*/{
    pointer-events:none
}

.fc-bgevent,
.fc-event-container{
    pointer-events:auto; /*events*/
}

/* ----------------------------------------------------------------------------- */
/*
	画像
	*/
.img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
}
.img-wrap:before {
    content:"";
    display: block;
    padding-top: 75%; /* 高さを幅の75%に固定 */
}
.img-wrap .img-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

/* ----------------------------------------------------------------------------- */
/*
	清掃カレンダー(日)
	*/
.cleaning-row-left{
	font-size: 13px;
	width: 258px;
	float: left;
}
.cleaning-row-right{
	width: calc( 100% - 258px - 8px );
	float: left;
	padding-left: 8px;
}

@media (max-width:1199px){
	.cleaning-row-left{
		width: 100%;
	}
	.cleaning-row-right{
		width: 100%;
	}
}

/* ----------------------------------------------------------------------------- */
/*
	テーブル
	*/
.dataTables_wrapper > .dataTables_paginate .paginate_button{
	border-radius: 50%;
	font-size: 13px;
	width: 36px;
	height: 36px;
	padding: 10px 0px;
}

/* ----------------------------------------------------------------------------- */
/*
	LINEカード
*/
/* LINEプロフィールカードのデザイン */
.line-profile-card {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    max-width: 600px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    position: relative;
}

/* LINEプロフィール画像 */
.line-profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    border: 3px solid #4CAF50;
}

/* 名前とステータスを縦並びに */
.line-profile-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* ユーザー名 */
.line-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

/* ステータスメッセージ */
.line-status {
    font-size: 0.9em;
    color: #666;
    font-style: italic;
}

/* 未連携時のメッセージ */
.line-unlinked {
    font-style: italic;
    color: gray;
}

/* 連携解除ボタン */
.unlink-button {
    background: #ff4d4d;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
    transition: background 0.2s;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* 連携解除ボタン ホバー時 */
.unlink-button:hover {
    background: #cc0000;
}

/*----------------------------------------------------------------------------*/
/* stripe */
/*----------------------------------------------------------------------------*/


.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.stripe form {
	margin: 0px;
  padding: 0px;
}

.stripe label {
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}

.stripe #card-errors {
  height: 20px;
  padding: 4px 0;
  color: #fa755a;
}

.stripe .form-row {
  width: 70%;
  float: left;
}

.stripe .token {
  color: #32325d;
  font-family: 'Source Code Pro', monospace;
  font-weight: 500;
}

.stripe .wrapper {
  width: 90%;
  margin: 0 auto;
  height: 100%;
}

.stripe #stripe-token-handler {
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  padding: 20px 30px;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transform: translateY(0);
  opacity: 1;
  background-color: white;
}

#stripe-token-handler.is-hidden {
  opacity: 0;
  transform: translateY(-80px);
}