section.info_cal { width: 100%;max-width: 1000px;margin: 80px auto;}
section.info_cal dl.info_access {text-align: center; }
section.info_cal dl.info_access dt { font-size: 3.0rem; font-weight: bold; margin-bottom: 1.5em; display: inline-block; border-bottom: 2px solid #be9d4d; padding-bottom: 3px;}
section.info_cal dl.info_access dd:nth-child(3) {display: flex; justify-content: space-between;}
section.info_cal dl.info_access dd:nth-child(3) > div {width: 48%;}

dl.info_access dd ul.day li { display: inline-block; margin: 0 1.2em 0.7em; font-size: 1.3rem;}
dl.info_access dd span.col-model { background: #d8edff; display: inline-block; width: 1.5em;border-radius: 5px; margin-right: 0.5em;}
dl.info_access dd span.col-close { background: #e2e2e2; display: inline-block; width: 1.5em;border-radius: 5px; margin-right: 0.5em;}
dl.info_access dd span.col-vacation { background: #fff0f0; display: inline-block; width: 1.5em;border-radius: 5px; margin-right: 0.5em;}

span.ttl-time {
	border-radius: 3px;
    padding: 0.2em 0.7em;
    margin-right: 1em;
    font-size: 1.2rem;
    background: #989898;
    color: #fff;
}

div.cal_wrapper {
	padding: 30px 0px 30px;
}
div.cal_wrapper table {
width: 100%;
}
div.schedule_wrapper {
	padding: 10px 0px;
	width: 310px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
}
div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 12px;
	color: #666;
}
div.schedule_wrapper div.schedule_list {
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 5px auto;
	border-top: solid 1px #CCC;
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 12px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
div.cal_wrapper table.cal tr th p {
	/*float: left;*/
	padding: 5px;
	margin: 0px;
	/*color: #666;*/
    font-size: 1.6rem;
    text-align: center;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	/*float: right;*/
    display: none;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #FFF;
	font-size: 12px;
	margin: 0px 1px;
	padding: 1px 5px;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td {
	border-top: solid 1px #EEE;
}
div.cal_wrapper table.cal tr td {
	font-size: 1.1rem;
	text-align: center;
	padding: 2px
}
div.cal_wrapper table.cal tr.headline td {
	padding: 2px 0px;
	/*color: #666;*/
}
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 5px 5px;
	font-size: 1.3rem;
	text-align: center;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div span {
	display: none !important;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
	border: solid 1px #EEE;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}

/* 以下、クラス指定するときのアレ */
div.cal_wrapper table.cal tr td div.Holyday {
	font-weight: bolder;
	color: #920000;
	background-color: #d8edff;
}
div.cal_wrapper table.cal tr td div.Sat {
	font-weight: bolder;
	color: #0000ad;
	/*background-color: #e5f9db;*/
}
div.cal_wrapper table.cal tr td div.Sun {
	font-weight: bolder;
	color: #920000;
	/*background-color: #e5f9db;*/
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
	border: 2px solid #065827;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #e5f9db;
}
div.cal_wrapper table.cal tr td div.Close {
	font-weight: bolder;
	background-color: #f2f2f2;
	/*color: #090;*/
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.Vacation {
	font-weight: bolder;
	color: #920000;
	background-color: #fff0f0;
}

div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.pointer {
	/*cursor: pointer;*/
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	/*background-color: #b9d7f2;*/
}
div.cal_wrapper table.cal tr td div.Close:hover {
	background-color: #e0e0e0 !important;
}
div.cal_wrapper table.cal tr td div.Vacation:hover {
	background-color: #fddede !important;
}


/*画面幅768px以下の設定
-----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px){

section.info_cal { margin: 30px auto 0;}
section.info_cal dl.info_access span.ttl-time { font-size: 1.0rem; padding: 0.1em 0.5em;}
section.info_cal dl.info_access dt { font-size: 2.2rem; font-weight: bold; margin-bottom: 1em;}
section.info_cal dl.info_access dd { font-size: 1.0rem;}
section.info_cal dl.info_access dd:nth-child(3) {display: block; }
section.info_cal dl.info_access dd:nth-child(3) > div { width: 90%; margin: 0 auto; }
dl.info_access dd ul.day li { margin-bottom: 0.5em;}
div.cal_wrapper table.cal tr th p { font-size: 1.3rem !important;}
div.cal_wrapper {padding: 20px 0px 10px !important;}

dl.info_access dd ul.day li { display: inline-block; width: auto; font-size: 1.2rem; border-bottom: 0; padding-bottom: 0;}
section.info h3 { font-size: 1.6rem;}
}


