@charset "utf-8";

/* ユーザーページ CSS */

html {
    /*font-size: 14px;*/
    /* スマホ */
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        /* PC */
    }
}

.container {
    max-width: 960px;
}

.header {
    max-width: 960px;
}

.header h1,
.header h2,
.header h3 {
    margin: 2rem;
}

.header p {
    margin: 1rem 0 0;
    line-height: 1.2;
    font-size: 1.25rem;
}

.header img {
    width: 100%;
}

.card-image img {
    width: 100%;
    height: 200px;
    /* 高さを統一 */
    object-fit: cover;
    /* 画像の切り取り表示で統一感 */
}

.profile {
    width: 150px;
    height: 150px;
    object-fit: cover;
    /* 顔を丸枠 */
}

.navbar-brand img {
    height: 50px;
    /* デフォルト (スマホなど小さい画面) */
}

/* sm以上の画面 (PCなど大きい画面) */
@media (min-width: 576px) {
    .navbar-brand img {
        height: 50px;
    }
}

.btn {
    /* 最大幅を 300px に制限 */
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
/*
.card-image img {
     最大幅を 300px に制限
    width: 100%;
}
*/
footer {
    padding: 2rem 0;
    color: #999;
    text-align: center;
    border-top: 1px solid #dee2e6;
}

/* デフォルトのリンク色とプライマリーボタン色をターコイズ色 */
a {
    color: #4ab1d0;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #3195b3;
    text-decoration: underline;
}
/*
input[type=checkbox] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    position: initial !important;
    margin: 0;
}
*/
/* サイズ変更 */
.custom-control-label::before,
.custom-control-label::after {
  width: 25px;
  height: 25px;
  top: 0.1rem;
}

/* 色変更（チェック時） */
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-primary {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.btn-primary:hover {
    color: #fff;
    background-color: #4ab1d0;
    border-color: #4ab1d0;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #4ab1d0;
    border-color: #4ab1d0;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #4ab1d0;
    border-color: #4ab1d0;
}

/* 契約期限切れ時など */
.btn.disabled, .btn:disabled {
    color: #fff;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

/* アラートの文字をできるだけ改行させない為 */
.alert {
    font-size: 0.95rem !important;
}

/* ============ ユーザー側カレンダー ============ */
/* Calendar */
.calendar {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    /* 追加 */
    background: #fff;
    margin-bottom: 10px;
}

.calendar td,
.calendar th {
    padding: 5px;
    border: 1px solid #e2e2e2;
    text-align: center;
    vertical-align: top;
    /*white-space: nowrap;デバッグ時みにくいのでなし*/
    line-height: 1rem;
    padding: 10px 5px;
}

@media (min-width: 768px) {
    .calendar {
        /*font-size: 14px;*/
    }
}

.yajirushi {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #5bc0de;
    color: #fff;
    border: 1px solid #5bc0de;
    border-radius: 4px;
    padding: 5px 10px;
}

.getsudo {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
}

.sun {
    color: red;
}

.sat {
    color: blue;
}

.calendar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.calendar select.form-control {
    padding: 6px 6px;
}

.calendar td.dt {
    cursor: pointer;
}

.calendar td.selected {
    _background: lavender;
    _background: #e0f7fa;
    background: powderblue;
}

.calendar td.red {
    color: red;
}

.calendar td.blue {
    color: blue;
}

.maru {
    background: bisque;
    width: 1.4em;
    height: 1.4em;
    display: inline-block;
    border-radius: 50%;
}

.calendar td.ndt {
    cursor: not-allowed;
}

.calendar td.unavailable {
    cursor: not-allowed;
}

.calendar td.selectable {
    cursor: pointer;
}
.calendar td.selectable:hover {
    background-color: #e0f7fa;
}
.calendar td.unavailable {
    _color: #ccc;
    _text-align: center;
    _cursor: not-allowed;
}
.bi-x {
    color: #ccc;
}
.bi-circle,
.bi-record-circle-fill {
    color: #5bc0de;
}
.bi-dash {
    color: #de5ba5;
}

/* ============ 以下、共通 ============ */

/* 開発サイト */
p.geomsg {
    position: fixed;
    top: 0;
    background: red;
    display: block;
    width: 100%;
    margin: 0;
    color: white;
    z-index: 9999;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

#input-pass {
    position: relative;
}

.toggle-pass {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.flexbox_spacebetween {
    display: flex;
    justify-content: space-between;
    margin: 10px;
}

.displaynone {
    display: none;
}

/* placeholderを薄くする */
::placeholder {
  color: #ccc !important;
}

#statuscode h1 {
    font-size: 80px;
    margin: 0;
    font-weight: 600;
  }
#statuscode h2 {
    font-size: 24px;
    margin: 10px 0;
  }

/* Calendar */
/*
#collapseCalendar {
    padding: 10px 10px 1px 10px;
    margin-bottom: 10px;
    background: #eafafd;
    border-radius: 4px;
}

.calendar {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
}

.calendar td,
.calendar th {
    padding: 10px 5px;
    border: 1px solid #e2e2e2;
    text-align: center;
    vertical-align: top;
}


// placeholderを薄くする
::placeholder {
  color: #ccc !important;
}
*/



/* 開発サイト */
p.dev {
    position: fixed;
    bottom: 0;
    background: orange;
    display: block;
    width: 100%;
    margin: 0;
    color: white;
    z-index: 9999;
}




/* bootstrap overwrite 
.navbar-default {
    border-color: #e7e7e7;
    background-color: #fff;
}
.form-control-static {
  font-size: 1.2em;
}
*/


/* Datepicker for Bootstrap */
/* http://sd7lab.jp/bootstrap3_use_datepicker-for-bootstrap/ */

/*
.datepicker {
    line-height: 20px;
}
.datepicker .table-condensed th,
.datepicker .table-condensed td {
    padding: 10px;
font-size: 20px;
}
*/