@charset "UTF-8";

.info_intro > div {
	background: #f6efef;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.info_intro .intro_txt {
	padding: 15px;
	display: table;
	margin: 0 auto;
}
.info_intro .intro_txt .info_catch {
	font-size: 1.6rem;
	font-weight: bold;
	color: #ed97b2;
	margin: 0 auto 0.5em;
}
.info_intro .intro_img {
	position: relative;
}
.info_intro .intro_img img {
	width: 100%;
}
.info_intro .intro_img:after {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background: rgb(246,239,239);
	background: linear-gradient(180deg, rgba(246,239,239,1) 0%, rgba(246,239,239,0) 100%);
	position: absolute;
	top: 0px;
}

article.timetable blockquote {
    overflow-x: auto;
}
article.timetable table {
	min-width: 100%;
    border-collapse: separate;
    text-align: center;
    border: solid 2px #dddddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
article.timetable table * {
}
article.timetable table thead th {
    font-size: 1.1em;
	padding: 0.8em;
    width: 11%;
    white-space: nowrap;
    background: #f2f2f2;
    border-left: solid 2px #dddddd;
    border-bottom: solid 2px #dddddd;
}
article.timetable table thead td {
    background: #fbf4ed;
    border-bottom: solid 2px #dddddd;
}
article.timetable table tbody th {
    font-size: 1.1em;
    font-weight: normal;
	padding: 0.5em 0.8em;
    background: #fbf4ed;
    white-space: nowrap;
    text-align: center;
    border-bottom: solid 1px #dddddd;
}
article.timetable table tbody td {
    font-size: 1.1em;
    border-left: solid 2px #dddddd;
    border-bottom: solid 1px #dddddd;
	white-space: nowrap;
}
article.timetable table tbody tr.online th,
article.timetable table tbody tr.online td {
    border-bottom-width: 2px;
}
article.timetable table tbody tr:last-child th,
article.timetable table tbody tr:last-child td {
    border-bottom-width: 0;
}
article.timetable table tbody td.vet1 {
    background: #cdcdcd;
}
article.timetable table tbody td.vet2 {
    background: #f5b6ca;
}
@media (max-width: 359px) {
article.timetable table tbody td {
	width: 2em;
}
}

article.timetable .timetable_note {
    font-size: 1.8rem;
}
article.timetable .timetable_note2 {
    margin-bottom: 3em;
}
article.timetable .timetable_note2 li {
    font-size: 1.6rem;
    list-style: none;
    padding-left: 1em;
    position: relative;
}
article.timetable .timetable_note2 li:before {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    background: #ed97b2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0.65em;
}
article.timetable .timetable_note2 li dl {
    padding-left: 0.5em;
    margin: 0.5em 0;
    border-left: solid 5px #ed97b2;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
article.timetable .timetable_note2 li dl dt {
    white-space: nowrap;
}

article.timetable .dr li {
	display: inline-block;
	padding-right: 2em;
}
article.timetable .dr li strong {
	font-size: 1.3em;
	font-weight: bold;
}

.mark_dl dt {
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 1.5em;
	margin-bottom: 0.5em;
	position: relative;
}
.mark_dl dt:before {
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	background: #ed97b2;
	border: solid 3px #f5b6ca;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	left: 0px;
	top: 0.4em;
}
.mark_dl dt:before {
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	background: #ed97b2;
	border: solid 3px #f5b6ca;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	left: 0px;
	top: 0.4em;
}

.barrierfree .barrierfree_img {
	text-align: center;
	margin-bottom: 15px;
}
.barrierfree .barrierfree_txt {
	display: table;
	margin: auto;
}

@media (min-width: 375px) {
}

@media (min-width: 414px) {
}

@media (min-width: 540px) {
}

@media (min-width: 768px) {
.info_intro > div {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.info_intro .intro_txt {
	padding: 20px;
	display: table;
	margin: auto;
}
.info_intro .intro_txt .info_catch {
	font-size: 2rem;
}
.info_intro .intro_img {
	width: 50%;
	position: relative;
}
.info_intro .intro_img img {
	width: 100%;
}
.info_intro .intro_img:after {
	content: '';
	display: block;
	width: 80px;
	height: 100%;
	background: rgb(246,239,239);
	background: linear-gradient(90deg, rgba(246,239,239,1) 0%, rgba(246,239,239,0) 100%);
	top: 0px;
}

.barrierfree {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.barrierfree .barrierfree_img {
	margin: 0 15px 0 0;
}

}

@media (min-width: 1200px) {
article.timetable table tbody th {
    padding: 0.5em 1.5em;
}
article.timetable table .timetable_half {
	padding: 0.3em 2em 0.3em 1em;
}
article.timetable table .timetable_time {
	font-size: 2.6rem;
}
article.timetable table tbody td {
	font-size: 1.9rem;
}

article.timetable .timetable_note2 li {
    font-size: 1.8rem;
}
}
