/* Google font
-------------------------------------------------- */
body {
  font-family: 'Noto Sans JP', sans-serif;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #9fa09e;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container .text-muted {
  color: #fff;
  margin: 20px 0;
}


/* datepickerのpaddingをform_controlと同じにする
-------------------------------------------------- */
.datepicker {
    padding: .375rem .75rem;
}


/* home画面のメニューcard
-------------------------------------------------- */
.dashboard__card {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.dashboard__card:hover {
    opacity: 0.1;
}

/* pタグのmargin-bottomを消す */
.list-group-item > p {
    margin-bottom: 0;
}

/* サイドバーを固定（スクロール追従）する
-------------------------------------------------- */
.sidebar_fixed {
    position: sticky;
    top: 72px;
}

/* checkboxのサイズを大きくする
-------------------------------------------------- */
input[type=checkbox] {
    transform: scale(1.3);
}

/* list-group-itemのアクティブ網掛けを薄くする
-------------------------------------------------- */
.list-group-item.active {
    color: #495057;
    background-color: #dae0e5;
    border-color: #dae0e5;
}

/* list-group-itemのborderを背景色と同じにして消えてる風にする
-------------------------------------------------- */
.list-group-item {
    border: 5px solid #FFFFFF;
}

/* FullCalendarの日付を中央に配置
-------------------------------------------------- */
.fc .fc-daygrid-day-number {
    margin: 0 auto;
}

/* イベント毎のアイコン表示
-------------------------------------------------- */
.fc-event-title {
    margin-left: 3px;
}
/*
.myclass1 .fc-event-title:before {
    content: url(./note.png);
    position:relative;
    top:3px;
    padding-right:2px;
}
.myclass1 .fc-event-title {
    margin: 2px 4px 4px 4px;
}
*/

/* カレンダーヘッダーの配置変更
-------------------------------------------------- */
.fc-toolbar h2 {
    display: inline;
}
.fc .fc-button-primary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #212529;
}

/* タグのプルダウンリスト選択時の色を変更
-------------------------------------------------- */
.dropdown-item.active, .dropdown-item:active {
    color: #212529;
    background-color: #eeeeee;
}

/* Ajaxローディング（スピナー）
 * 参考→https://pinkmonky.net/detail/?id=100
-------------------------------------------------- */
#overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 80px;
    height: 80px;
    border: 4px #ddd solid;
    border-top: 4px #999 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}
.is-hide{
    display:none;
}

/* 入力エリアの背景色
-------------------------------------------------- */
.error-background {
    background-color: #F8D7DA;
}
.edit-background {
    background-color: #CFE2FF;
}

/* placeholder薄く
-------------------------------------------------- */
.form-control::placeholder {
    color: #999;
}

/* cardを加工
-------------------------------------------------- */
.card-body {
    padding: 0.75rem;
}
.card-text {
    white-space:pre-wrap;
    word-wrap:break-word;
    margin-bottom: 0;
}
.card-footer {
    border-top: 0px;
}

/* box-shadow を無効化
-------------------------------------------------- */
.no-shadow {
  box-shadow: none !important;
}

/* お気に入り
-------------------------------------------------- */
.heart-red {
  color: #F4511E !important;
  font-size: 24px;
  line-height: 1;
}
.heart-none {
  color: #D3D3D8 !important;
  font-size: 24px;
  line-height: 1;
}
.heart-gary {
  color: #978C81 !important;
  font-size: 24px;
  line-height: 1;
}

/* 評価
-------------------------------------------------- */
.star-yellow {
  color: #F6BF26 !important;
  font-size: 24px;
  line-height:1;
}
.star-none {
  color: #D3D3D8 !important;
  font-size: 24px;
  line-height: 1;
}
.star-gray {
  color: #978C81 !important;
  line-height: 1;
}


/* 引用見出し
-------------------------------------------------- */
.quote-border {
  border-left: 5px solid #DAE0E5 !important;
  padding-left: 15px;
  margin-bottom: 5px;
}


/* カラーピッカー
-------------------------------------------------- */
.color-picker input{
  display: none;
}
.color-picker label{
  display: block;
  float: left;
  cursor: pointer;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin: 0 2px;
  font-size: 16;
  text-align: center;
  line-height: 38px;
  transition: .2s;
}
.color-picker input[type="radio"]:checked + label {
  color: #FFFFFF !important;
}

/* タグモーダルのチェックボックスの間隔
-------------------------------------------------- */
.check-tag {
  padding-left: 25px;
  margin-bottom: 5px;
}
.check-tag label{
  padding-left: 10px;
}

/* タグボタンとタグの表示
-------------------------------------------------- */
.tag-button {
  font-size: 18px;
}
.tag-flag-on {
  color: #4387E9 !important;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 0px 0px 0px;
}
.tag-flag-gray {
  color: #978C81 !important;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 0px 0px 0px;
}

/* アノテーションマップ
-------------------------------------------------- */
#map {
  width: 100%;
  height: 600px;            
}
@media screen and (max-width: 1024px){
  #map {
    height: 100%;   /* ←追加 */
    width: 100%;
  }
}
