@charset "utf-8";
/* CSS Document */

.boxTime {
    display: none;
}
.boxTime.active {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 90%;
    height: 300px;
    background-color: rgba(49,49,49,0.90);
    display: block;
    max-width: 400px;
}

.txtMonth {
    font-size: 1em;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: 600;
}
.btnNext {
    display: flex;
    font-size: 0.8em;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #f9f9f9;
    width: 30%;
    margin-right: 0px;
    margin-left: auto;
    margin-top: 1px;
    position: absolute;
    top: 3%;
    right: 0px;
    height: 90%;
    color: #2f417f;
    font-weight: 600;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.btnPrev {
    display: flex;
    font-size: 0.8em;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #f9f9f9;
    width: 30%;
    margin-right: 0px;
    margin-left: auto;
    margin-top: 1px;
    position: absolute;
    top: 3%;
    left: 0px;
    height: 90%;
    color: #2f417f;
    font-weight: 600;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.tableCalendar {
    width: 100%;
    border: 1px solid #FFFFFF;
}
.tableCalendar th {
    width: 14.28%;
    background-color: #FFFFFF;
    padding-right: 0.3em;
    padding-left: 0.3em;
    border: 1px solid #8F8F8F;
    text-align: center;
    height: 2em;
    line-height: 1.8em;
}
.tableCalendar td {
    background-color: #FFFFFF;
    padding-top: 0.3em;
    padding-right: 0.3em;
    padding-left: 0.3em;
    border: 1px solid #8F8F8F;
    text-align: center;
	height: 3.5em;
}
.tableCalendar .date {
    font-size: 0.8em;
    text-align: left;
    padding-bottom: 0.3em;
}
.tableCalendar .tel_svg {
    width: 1em;
    height: 1em;
}
.tableCalendar td.closed {
    background-color: #f1f1f1;
}
.tableCalendar .legend01 {
    color: #d25e3b;
    font-weight: 900;
    text-align: center;
	cursor: pointer;
}
.tableCalendar .noDate {
    background-color: #f1f1f1;
}
.tableCalendar .td_sun {
    background-color: #fde8ee;
}
.tableCalendar .td_sat {
    background-color: #d5f2fb;
}
.boxMonth {
    border-left-color: #8F8F8F;
    border-right-color: #8F8F8F;
    border-top-color: #8F8F8F;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    position: relative;
}
.txtTime {
    font-size: 1em;
    text-align: center;
    color: rgba(255,255,255,1.00);
    font-weight: 600;
    padding-top: 2em;
    padding-bottom: 2em;
}
.boxCalendar {
    position: relative;
}
.tableCalendar .item .inner {
    color: #2f417f;
    background-color: #fff;
    font-size: 1em;
    padding: 1em;
    font-weight: 600;
    display: block;
}
.boxTimeList {
    list-style-type: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-height: 210px;
	overflow: auto;
}
.tableCalendar .item {
    margin-bottom: 0.3em;
}
.tableCalendar .manseki .inner{
    color: #d25e3b;
    background-color: #FFE2D8;
	cursor: default;
}
.tableCalendar .wazuka .inner {
    background-color: #fff;
}

/* label の背景色を変えたい場合 */
.tableCalendar input[type="radio"]:checked + span{
    background-color: #2f417f;
	color: #fff;
}


.cal_close_btn {
    background-color: #232323;
    font-size: 1em;
    font-weight: 600;
    padding: 1em;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #FFFFFF;
	cursor: pointer;
}
.tableCalendar .legend01.yoyaku_time {
    background-color: #2f417f;
    color: #FFFFFF;
    font-size: 0.7em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;	
}
.btnPager svg   {
    width: 0.5em;
    height: 0.5em;
}
.btnPrev svg  {
	transform: rotate(180deg);
}
.txtBtn {
    padding-left: 1em;
    padding-right: 1em;
}
.cal_ex_flex {
    display: flex;
    justify-content: center;
    padding-bottom: 1em;
}
.tableCalendar label {
    display: block;
    position: relative;
}
.tableCalendar .timeRadio {
    position: absolute;
    z-index: 1;
    right: 2em;
    top: 50%;
	transform: translateY(-0.3em);
}


.y_maru {
    color: #d25e3b;
    font-weight: 900;
}

.cal_ex_list {
    font-size: 0.9em;
    padding-left: 0.4em;
    padding-right: 0.4em;
}
.cal_ex_list span {
    margin-right: 0.2em;
}
/*.cal_current .btnPrev {
    display: none;
}*/
.cal_last .btnNext {
    display: none;
}
.cal_nondisp{
    display: none;
}
.cal_only .btnPrev {
    display: none;
}
.cal_only .btnNext {
    display: none;
}
/*.cal_next {
	display: none;
}*/
.cal_pre_lead{
	line-height: 1.5;
	padding: 1em;
	margin: 1em auto 1em auto;
	background: #eee;
	text-align: center;
	font-size: 0.8em;
}















@media only screen and (min-width:768px){
.btnNext,.btnPrev {
    font-size: 1.2em;
}
.txtMonth {
    font-size: 1.5em;
}
.tableCalendar .legend01 {
    font-size: 1.5em;
}
.boxTime.active {
    height: 400px;

}
.boxTimeList {
    max-height: 290px;
}
.tableCalendar .legend01.yoyaku_time {
    background-color: #2f417f;
    color: #FFFFFF;
    font-size: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.5em;	
}
.tableCalendar td {
    height: 5em;
}



}
@media only screen and (min-width:1200px){
.tableCalendar {
    height: 450px;
}

}
