/**************************************
 * カレンダの前月、当月、翌月リンク
 *************************************/
.month-link {
    margin: 6px 0;
}

.month-link .prev, .month-link .curr, .month-link .next {
    padding-right: 14px;
}

.month-link .curr {
    font-size: 120%;
    font-weight: bold;
}

/* テーブル共通 */
/*  factory.cssで指定があるので、打ち消す*/
table {
    background-color: #ffffff;
    border: 1px solid #DED5AD;
}
tr,td {
    padding:5px;
    border: 1px solid #DED5AD;
}

td.center {text-align: center;}
td.ntm {background-color: #f9f9f9;}

/****************************************
 * ブロックカレンダ
 ****************************************/
table.bloc-calendar {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout:fixed;
    min-width:570px;
}

table.bloc-calendar th,
table.bloc-calendar td {
    line-height: 3px;
    border: 1px solid #cccccc;
    vertical-align: top;
}
table.bloc-calendar .calender-header
{
    padding: 12px 0;
}

table.bloc-calendar td.cal {
    height: 80px;
    /*width: 100px;*/
}

table.bloc-calendar td.ntm {
    background-color: #f6f6f6;
}

/*2014.02.28*/
table.bloc-calendar td.td-open {
    background-color: #ffffcc;
}
table.bloc-calendar td.td-open:hover {
    background-color: #ffcc66;
}


table.bloc-calendar .sun,
table.bloc-calendar .sat,
table.bloc-calendar .mon,
table.bloc-calendar .tue,
table.bloc-calendar .wed,
table.bloc-calendar .thu,
table.bloc-calendar .fri {
    font-weight: bold;
}
.schedule-bloc .sun{
    color: #ff0000;
}
.schedule-bloc .sat {
    color: #0000ff;
}

table.bloc-calendar .show-date
{
    padding: 9px 0 0 3px;
}
table.bloc-calendar .rsv-closed {
    margin: 35px 0 0 0;
    text-align: center;
    color: #999999;
}
table.bloc-calendar .time-frame {
    margin: 10px 0 0 0;
    text-align: center;
}
table.bloc-calendar .each-time {
    padding: 12px 0;
}

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

.schedule-bloc {
    overflow: auto;
    white-space: nowrap;
}

.schedule-bloc::-webkit-scrollbar {
    height: 20px;
}
.schedule-bloc::-webkit-scrollbar-thumb {
    background: #aaa;
}
.schedule-bloc::-webkit-scrollbar-track {
    background: #ddd;
}


span.mark {
    background-color: transparent;
}


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

.mark {
    font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.mark-desc {
    margin-top: 6px;
    text-align: right;
}

.undecided-schedule {
    margin: 20px 0 300px 0;
    text-align: center;
}
/*************************************
 *　申し込みフォーム
 ************************************/

table.entry {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    /*border: none;*/
}
table.entry th,
table.entry td {
    /*line-height: 3px;*/
    padding:6px 6px;
    border: 1px solid #cccccc;
    vertical-align: middle;
    display: block;
}
table.entry th {
    background: #eee;
    white-space: nowrap;
}
@media only screen and (min-width:768px) {
    table.entry th,
    table.entry td {
        display: table-cell;
    }
}
/*************************************
 * 入力系共通
 ************************************/
input[type="text"] {
    /*height:18px;*/
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input[type="checkbox"].vtop,
input[type="radio"].vtop {
    vertical-align: top;
}
textarea {
    font-size: 13px;
}

label.radio {
    margin-right: 12px;
}

span.req{
    color: #ff0000;
    background-color: #ffffff;
    /*border: 1px solid #cccccc;*/
    margin: 0 0 0 3px;
    padding: 2px;
    font-size: 11px;
}

span.desc{
    color: #666666;
    margin: 0 0 0 3px;
}
div.desc{
    color: #666666;
    margin: 3px 0 0 3px;
}

.scrollbar {
    overflow:auto;
    width:874px;
    height:150px;
    margin: 6px 0px;
    padding: 5px 10px 5px 5px;
    border: 1px solid #CCCCCC;
}
.sel-time {
    width: 100px;
}
.group-name,
.email {
    /*width: 380px;*/
    width: 90%;
}
.your-name {
    width: 150px;
}
.address {
    width: 200px;
}
.tel {
    width: 60px;
}
.num {
    width: 60px;
}
textarea.memo,
textarea.request {
    /*width: 400px;*/
    width: 90%;
    height: 90px;
}

.error {
    margin: 3px 0 0 0;
}

/***********************************
 * ボタンエリア
 **********************************/
.dsp-actions-bottom {
    margin: 12px 0px;
    text-align: center;
}


/*2014.02.28*/
#fc-contents h3.calendar {
    margin: 0 0 10px;
}

.calendar-note {
    margin: 6px 10px 6px 20px;
    font-size: 100%;
}

.calendar-note .indent01 {
    padding-left: 16px;
}

.calendar-note .l-large {
    font-size: 130%;
}

/*2022.02.20*/
.ft-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}
.ft-row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

/*----*/
#ft-entry {
    /*max-widht: 720px;*/
}