@charset "UTF-8";
.staDetail {}
.staDetail_areaTitle {
	border: 15px solid #E05F25;
	border-top-right-radius: 29px;
	border-bottom-left-radius: 29px;
	display: flex;
	align-items: center;
	padding: 18px 22px;
	margin-bottom: 50px;
}
.staDetail_number {
	width: 61px;
	height: 61px;
	background-color: #FEF5DF;
	border-radius: 38px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 1;
	min-width: 61px;
	margin-right: 15px;
}
.staDetail_number::before {
	content: "";
	width: calc(100% - 9px);
	height: calc(100% - 9px);
	border: 2px solid #D4461C;
	border-radius: 24px;
	box-sizing: border-box;
	left: 50%;
	top: 50%;
	display: block;
	position: absolute;
	z-index: 1;
	transform: translate(-50%, -50%);
}
.staDetail_number > small {
	display: block;
	font-size: 83.3%;
}
.staDetail_number > b {
	display: block;
}
.staDetail_title {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
	margin-right: 10px;
}
.staDetail_title > small {
	display: block;
	font-size: 70%;
	margin-top: 5px;
}
.staDetail_optionList {
	list-style: none;
	margin-left: auto;
	display: flex;
	align-items: center;
	margin-left: auto;
}
.staDetail_optionList > li {
	width: 61px;
	margin-left: 12px;
}
.staDetail_optionList > li:first-child {
	margin-left: 0;
}
.staDetail_optionList > li:last-child {}
.staDetail_optionList > li:nth-child(2n + 1) {}
.staDetail_optionList > li:nth-child(n + 3) {}
.staDetail_optionList > li > img {
	width: 100%;
	height: auto;
}
.staDetail_tabList {
	list-style: none;
}
.staDetail_tabList > li {}
.staDetail_tabList > li:first-child {}
.staDetail_tabList > li:last-child {}
.staDetail_tabList > li:nth-child(2n + 1) {}
.staDetail_tabList > li:nth-child(n + 3) {}
.staDetail_tabList > li > a {}
.staDetail_tabList > li > a::before {
	content: "";
}
.staDetail_tabList > li > a::after {
	content: "";
}
.staDetail_contents {}
.timetable {}
.timetable_sect {
	margin-bottom: 50px;
}
.timetable_sect:last-child {
	margin-bottom: 0;
}
.timetable_title {}
.timetable_title > img {}
.timetable_title > b {}
.timetable_list {
	list-style: none;
	font-size: 125%;
	font-weight: 500;
	line-height: 1.43;
	padding-left: 20px;
}
.timetable_list > li {}
.timetable_list > li:first-child {
	margin-top: 0;
}
.timetable_list > li:last-child {}
.timetable_list > li:nth-child(2n + 1) {}
.timetable_list > li:nth-child(n + 3) {}
.timetable_list-train > li {
	border-top: 1px solid #707070;
}
.timetable_list-train > li:first-child {
	border-top: none;
}
.timetable_list > li > a {
	display: flex;
	text-decoration: none;
	color: #D4461C;
	align-items: center;
	padding: 15px 0px;
}
.timetable_list > li > small.-caution {
	display: block;
}
.timetable_list > li > a::before {
	content: "";
}
.timetable_list > li > a::after {
	content: "";
}
.timetable_list-train > li > a {
	padding: 25px 0;
}
.timetable_link {
	margin-bottom: 60px;
}
.timetable_link > a {}
.timetable_link > a::before {
	content: "";
}
.timetable_link > a::after {
	content: "";
}
.timetable_link > a > .icon {
	display: block;
	font-size: 180%;
	margin-right: 7px;
}
.timetable_ride {
	margin-bottom: 40px;
}
.timetable_ride:last-child {
	margin-bottom: 0;
}
.timetable_headline {}
.timetable_list_icon {
	display: block;
	margin-right: 14px;
	min-width: 77px;
}
.timetable_list_icon > img {
	display: block;
	margin-bottom: 5px;
	width: 77px;
	height: auto;
}
.timetable_list_icon > img:last-child {
	margin-bottom: 0;
}
.timetable_link-taxi {
	max-width: 480px;
	margin-right: auto;
	margin-left: auto;
}
.timetable_link-taxi > a {}
.timetable_link-taxi > a::before {
	content: "";
}
.timetable_link-taxi > a::after {
	content: "";
}
.timetable_link-taxi > a > .icon {}
.stFacility {}
.stFacility_map {}
.stFacility_map_image {
	max-width: 750px;
	margin: 0 auto;
}
.stFacility_map_image > img {
	display: block;
	width: 100%;
	height: auto;
}
.stFacility_map_list {
	list-style: none;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}
.stFacility_map_list > li {
	display: flex;
	align-items: center;
	margin: 6px 12px;
	line-height: 1.3;
}
.stFacility_map_list > li:first-child {}
.stFacility_map_list > li:last-child {}
.stFacility_map_list > li:nth-child(2n + 1) {}
.stFacility_map_list > li:nth-child(n + 3) {}
.stFacility_map_list > li > img {
	display: block;
	margin-right: 7px;
	width: 36px;
	height: 36px;
	min-width: 36px;
}
.stFacility_sect {
	margin-bottom: 80px;
}
.stFacility_sect:last-child {
	margin-bottom: 0;
}
.stFacility_title {}
.stFacility_headline {
	margin-bottom: 20px;
}
.stFacility_table {}
.stFacility_table > tbody {}
.stFacility_table > tbody > tr {}
.stFacility_table > tbody > tr:first-child {}
.stFacility_table > tbody > tr:last-child {}
.stFacility_table > tbody > tr > th {
	white-space: nowrap;
}
.stFacility_table > tbody > tr > td {}
.wifiInfo {
	background-color: #53C2F0;
	max-width: 540px;
	margin: 40px auto 0;
	box-sizing: border-box;
	padding: 30px 30px;
}
.wifiInfo_title {
	font-size: 34px;
	color: #FFFF00;
	font-weight: 500;
	display: flex;
	align-items: center;
	line-height: 1.3;
}
.wifiInfo_title > img {
	display: block;
	margin-right: 17px;
}
.wifiInfo_text {
	color: #fff;
	margin-top: 14px;
}
.wifiInfo_link {
	margin-top: 25px;
}
.wifiInfo_link > a {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #53C2F0;
}
.wifiInfo_link > a::before {
	content: "";
}
.wifiInfo_link > a::after {
	content: "";
}
.wifiInfo_link > a > .icon {}
.stSpotWrap {
	display: flex;
	flex-wrap: wrap;
}
.stSpot {
	width: 48.5%;
	margin-left: 3%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.stSpot-green {
	border-color: #85BF41;
}
.stSpot-orange {
	border-color: #EA8C2D;
}
.stSpot:nth-child(2n + 1) {
	margin-left: 0;
}
.stSpot:nth-child(n + 3) {
	margin-top: 20px;
}
.stSpot_title {}
.stSpot_title > a {}
.stSpot_title > a::before {
	content: "";
}
.stSpot_title > a::after {
	content: "";
}
.stSpot_title > a > b {}
.stSpot_box {
	padding: 20px 20px;
	display: none;
	border: 1px solid #AB2530;
	flex-grow: 1;
	box-sizing: border-box;
	border-top: none;
}
.stSpot_box-green {
	border-color: #85BF41;
}
.stSpot_box-orange {
	border-color: #F38200;
}
.stSpot_box-blue {
	border-color: #005DAB;
}
.stSpot_box.isShow {
	display: block;
}
.stSpot_image {
	max-width: 308px;
	margin: 0 auto 21px;
}
.stSpot_image > img {}
.stSpot_text {}
.stSpot_link {
	margin-top: 20px;
	margin-bottom: 25px;
}
.stSpot_text > a {
	color: #D4461C;
	font-weight: inherit;
	text-decoration: none;
}
.stSpot_link:last-child {
	margin-bottom: 0;
}
.stSpot_link > a {}
.stSpot_link > a::before {
	content: "";
}
.stSpot_link > a::after {
	content: "";
}
.stSpot_link > a > .icon {}
.stFacility_cols {
	display: flex;
	justify-content: space-between;
	border: 1px solid #BEBABA;
	padding: 30px 20px 20px;
}
.stFacility_col {}
.stFacility_col-no1 {
	width: 18%;
}
.stFacility_placeList {
	list-style: none;
}
.stFacility_placeList > li {
	margin-top: 15px;
}
.stFacility_placeList > li:first-child {
	margin-top: 0;
}
.stFacility_placeList > li:last-child {}
.stFacility_placeList > li:nth-child(2n+1) {}
.stFacility_placeList > li:nth-child(n+3) {}
.stFacility_placeList > li > b {
	display: block;
	font-weight: 500;
	margin-top: 3px;
}
.stFacility_placeList > li > img {
	display: block;
}
.stFacility_icon {
	width: 100%;
	height: 27px;
	display: block;
}
.stFacility_icon-inside {
	background-color: #fce4c8;
}
.stFacility_icon-outside {
	background-color: #a8a9a9;
}
.stFacility_icon-home {
	background-color: #d9d9da;
}
.stFacility_icon-toilet {
	background-color: #a2daf7;
}
.stFacility_col-no2 {
	width: 77%;
}
.stFacility_caution {
	margin-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
}
.stFacility_caution-red {
	color: #FF0000;
}
.stFacility_icnList {
	list-style: none;
	max-width: 680px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
}
.stFacility_icnList > li {
	width: 23.5%;
	margin-left: 2%;
}
.stFacility_icnList > li:first-child {}
.stFacility_icnList > li:last-child {}
.stFacility_icnList > li:nth-child(4n+1) {
	margin-left: 0;
}
.stFacility_icnList > li:nth-child(n+5) {
	margin-top: 30px;
}
.stFacility_icnFig {}
.stFacility_icnFig > img {
	display: block;
	margin: 0 auto;
	width: 46px;
	height: 46px;
}
.stFacility_icnFig > figcaption {
	text-align: center;
	margin-top: 7px;
	line-height: 1.4;
}
.stFacility_barrierTblWrap {
	max-width: 680px;
	margin: 0 auto;
}
.stFacility_barrierTbl {
	width: 100%;
	font-size: 120%;
}
.stFacility_barrierTbl > tbody {}
.stFacility_barrierTbl > tbody > tr {}
.stFacility_barrierTbl > tbody > tr > th {
	text-align: left;
	vertical-align: middle;
	padding: 8px 10px;
	border: 1px solid currentColor;
	font-weight: inherit;
}
.stFacility_barrierTbl > tbody > tr > td {
	text-align: center;
	vertical-align: middle;
	padding: 8px 10px;
	border: 1px solid #482715;
	color: #D4461C;
}
.timetable_linkList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.timetable_linkList > li {
	width: 48%;
	margin-left: 2%;
}
.timetable_linkList > li:nth-child(2n+1) {
	margin-left: 0;
}
.timetable_linkList > li:nth-child(n+3) {
	margin-top: 20px;
}
.timetable_linkList > li:last-child {}
.timetable_linkList > li > a {}
.timetable_linkList > li > a > .icon {}
.stFacilit_mapImgTablist {
	list-style: none;
	max-width: 750px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.stFacilit_mapImgTablist > li {
	width: 50%;
}
.stFacilit_mapImgTablist > li:first-child {}
.stFacilit_mapImgTablist > li:last-child {}
.stFacilit_mapImgTablist > li > a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 10px;
	line-height: 1.4;
	font-weight: 500;
	background-color: #767676;
	transition-duration: .3s;
	transition-property: background-color;
}
.stFacilit_mapImgTablist > li > a.isCurrent {
	background-color: #DF5F24;
	pointer-events: none;
}
.stFacility_busTblWrap {}
.stFacility_busTbl {
	line-height: 1.5;
}
.stFacility_busTbl > thead {}
.stFacility_busTbl > thead > tr {}
.stFacility_busTbl > thead > tr:first-child {}
.stFacility_busTbl > thead > tr:last-child {}
.stFacility_busTbl > thead > tr > th {
	white-space: nowrap;
}
.stFacility_busTbl > thead > tr > td {}
.stFacility_busTbl > tbody {}
.stFacility_busTbl > tbody > tr {}
.stFacility_busTbl > tbody > tr:first-child {}
.stFacility_busTbl > tbody > tr:last-child {}
.stFacility_busTbl > tbody > tr > td {
	vertical-align: middle;
	padding: 15px 15px;
}
.stFacility_busTbl > tbody > tr > td.-center {
	text-align: center;
}
.stFacility_busTbl > tbody > tr > td > img {
	margin: 0 2px;
}
.stFacility_busTbl > tbody > tr > td > b {
	display: flex;
	font-weight: inherit;
	color: #fff;
	line-height: 1;
	width: 40px;
	height: 40px;
	background-color: #EF8300;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.stFacility_busTbl > tbody > tr > td.-star > b {
	background-color: rgba(255, 255, 255, 0);
	color: #EF8300;
	font-size: 135%;
}
.resTimeTbl {}
.resTimeTbl_title {}
.resTimeTbl_areaTitle {
	border-top: 5px solid #DF5F24;
	background-color: #FFF9F0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 58px;
	padding: 35px 15px;
}
.resTimeTbl_number {
	width: 35px;
	height: 35px;
	border: 3px solid #EB1C01;
	border-radius: 16px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1;
	font-weight: bold;
	font-size: 14px;
	margin-right: 11px;
	background-color: #fff;
}
.resTimeTbl_number > small {
	display: block;
	font-weight: inherit;
	font-size: 10px;
}
.resTimeTbl_number > b {
	display: block;
	font-weight: inherit;
}
.resTimeTbl_headline {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
}
.resTimeTbl_sect {
	margin-top: 50px;
}
.resTimeTbl_subhead {
	font-size: 20px;
	border-left-width: 10px;
}
.resTimeTbl_subhead > img {
	width: 35px;
	height: auto;
}
.resTimeTbl_link {
	margin-bottom: 45px;
}
.resTimeTbl_link:last-child {
	margin-bottom: 0;
}
.resTimeTbl_msg {
	text-align: center;
	margin: 0.5em 0;
}
.resTimeTbl_msg:first-child {
	margin-top: 0;
}
.resTimeTbl_msg + .resTimeTbl_link {
	margin-top: 0;
}
.resTimeTbl_link > a {}
.resTimeTbl_link > a::before {
	content: "";
}
.resTimeTbl_link > a::after {
	content: "";
}
.resTimeTbl_link > a > .icon-busstop {
	font-size: 170%;
	margin-right: 7px;
}
.resTimeTbl_track {
	margin-bottom: 25px;
}
.resTimeTbl_track_title {
	background-color: #FFECE5;
	font-size: 20px;
	font-weight: 500;
	padding: 11px 20px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.resTimeTbl_list {
	list-style: none;
	padding-left: 20px;
}
.resTimeTbl_list > li {}
.resTimeTbl_list > li:first-child {}
.resTimeTbl_list > li:last-child {}
.resTimeTbl_list > li:nth-child(2n+1) {}
.resTimeTbl_list > li:nth-child(n+3) {}
.resTimeTbl_list > li > a {
	display: flex;
	text-decoration: none;
	color: #DF5F24;
	font-weight: 500;
	align-items: center;
	padding: 8px 0;
}
.resTimeTbl_list > li > a::before {
	content: "";
}
.resTimeTbl_list > li > a::after {
	content: "";
}
.resTimeTbl_list > li > a > b {
	display: block;
	font-weight: inherit;
}
.resTimeTbl_list_icon {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.resTimeTbl_list_icon > img {
	display: block;
	width: 49px;
	height: auto;
	margin-right: 15px;
	min-width: 49px;
}
.resTimeTbl_list_icon > img:last-child {
	margin-right: 0;
}
.resTimeTbl_linkList {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
.resTimeTbl_linkList > li {
	max-width: 295px;
	margin-left: 2%;
	width: 49%;
}
.resTimeTbl_linkList > li:first-child {}
.resTimeTbl_linkList > li:last-child {}
.resTimeTbl_linkList > li:nth-child(2n+1) {
	margin-left: 0;
}
.resTimeTbl_linkList > li:nth-child(n+3) {}
.resTimeTbl_linkList > li > a {
	border-radius: 50px;
	border-width: 2px;
}
.resTimeTbl_linkList > li > a::before {
	content: "";
}
.resTimeTbl_linkList > li > a::after {
	content: "";
}
.resTimeTbl_linkList > li > a > .icon {
	display: block;
	margin-left: 8px;
}
.resTimeTbl_sect_textWrap {
	padding-left: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.resTimeTbl_sect_text {
	font-weight: 500;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
}
.resTimeTbl_sect_link {}
.resTimeTbl_sect_link > a {
	padding: 10px 14px;
	border-radius: 40px;
	font-size: 13px;
	border-width: 2px;
}
.resTimeTbl_sect_link > a::before {
	content: "";
}
.resTimeTbl_sect_link > a::after {
	content: "";
}
.timeTblDtl {}
.timeTblDtl_title {
	display: flex;
	background-color: #DF591C;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 16px 20px;
	line-height: 1.4;
	align-items: center;
}
.timeTblDtl_title::before {
	content: "";
	display: block;
	width: 1px;
	height: 27px;
}
.timeTblDtl_title > b {
	display: block;
	font-weight: 500;
}
.timeTblDtl_title_icon {
	display: flex;
	align-items: center;
	margin-right: 22px;
}
.timeTblDtl_title_icon > img {
	display: block;
	width: 49px;
	min-width: 49px;
	height: auto;
	margin-right: 20px;
}
.timeTblDtl_title_icon > img:last-child {
	margin-right: 0;
}
.timeTblDtl_inner {
	border: 2px solid #DF5F24;
	padding: 40px 60px;
}
.timeTblDtl_icnListWrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}
.timeTblDtl_icnList {
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 1em;
}
.timeTblDtl_icnList:last-child {
	margin-right: 0;
}
.timeTblDtl_icnList > dt {}
.timeTblDtl_icnList > dt.romance::before {
	content: '';
	border: 2px solid #df591d;
	background-color: #fff;
	box-sizing: border-box;
	height: 1em;
	width: 1em;
	margin: -2px 0px;
	display: inline-block;
}
.timeTblDtl_icnList > dt::after {
	content: "…";
}
.timeTblDtl_icnList > dd {}
.timeTblDtl_tabList {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
}
.timeTblDtl_tabList > li {
	width: 254px;
	margin-left: 2%;
	max-width: 32%;
}
.timeTblDtl_tabList-2c > li {
	max-width: 49%;
}
.timeTblDtl_tabList-3c > li {}
.timeTblDtl_tabList > li:first-child {
	margin-left: 0;
}
.timeTblDtl_tabList-3c > li:last-child {}
.timeTblDtl_tabList-3c > li:nth-child(2n+1) {}
.timeTblDtl_tabList-3c > li:nth-child(n+3) {}
.timeTblDtl_tabList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	padding: 10px 10px;
	align-items: center;
	justify-content: center;
	background-color: #ACACAC;
	color: #fff;
	height: 100%;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
	line-height: 1.4;
}
.timeTblDtl_tabList > li > a::before {
	content: "";
	display: block;
	height: 29px;
	width: 1px;
}
.timeTblDtl_tabList > li > a::after {
	content: "";
}
.timeTblDtl_contenst {}
.timeTblDtl_table {
	display: block;
}
.timeTblDtl_table > tbody {
	display: block;
}
.timeTblDtl_table > tbody > tr {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3px;
}
.timeTblDtl_table > tbody > tr:nth-child(2n) {
	background-color: #FFECE5;
}
.timeTblDtl_table > tbody > tr:last-child {}
.timeTblDtl_table > tbody > tr > th {
	white-space: nowrap;
	background-color: #DF591C;
	color: #fff;
	vertical-align: middle;
	font-weight: 500;
	display: block;
	width: 46px;
	box-shadow: 3px 0 0 #fff;
	box-sizing: border-box;
	padding: 10px 5px;
}
.timeTblDtl_table > tbody > tr > td {
	font-weight: 500;
	vertical-align: middle;
	padding: 10px 10px;
	display: block;
	width: calc(100% - 49px);
	box-sizing: border-box;
}
.timeTblDtl_timeList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.timeTblDtl_timeList > li {
	padding: 0 4px;
	margin-right: 1em;
}
.timeTblDtl_timeList > li.has_sup {
	margin-right: .25em;
}
.timeTblDtl_timeList > li.romance {
	border: 2px solid #df591d;
	background-color: #fff;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 2px;
	margin-top: -2px;
}
.timeTblDtl_timeList > li.romance.has_sup {
	margin-right: .25em;
}
.timeTblDtl_timeList > li > span.underline {
	text-decoration: underline;
}
.timeTblDtl_timeList > li:first-child {}
.timeTblDtl_timeList > li:last-child {
	margin-right: 1em;
}
.timeTblDtl_timeList > li:nth-child(2n+1) {}
.timeTblDtl_timeList > li:nth-child(n+3) {}
.timeTblDtl_tabList > li > a.isCurrent {
	background-color: #DF5F24;
}
.resTimeTbl_caution {
	font-size: 16px;
	color: #e00;
	text-align: center;
	margin-bottom: 45px;
}
.resTimeTbl_caution > a {
	font-weight: 500;
}
@media screen and (min-width:1000px) {
	.timeTblDtl_tabList > li > a:hover {
		background-color: #DF5F24;
	}
	.resTimeTbl_link > a:hover {}
	.resTimeTbl_list > li > a:hover {}
	.resTimeTbl_list > li > a:hover > b {
		text-decoration: underline;
	}
	.resTimeTbl_linkList > li > a:hover {}
	.resTimeTbl_sect_link > a:hover {}
	.stFacilit_mapImgTablist > li > a:hover {
		background-color: #DF5F24;
	}
	.staDetail_tabList > li > a:hover {}
	.timetable_list > li > a:hover {
		text-decoration: underline;
	}
	.timetable_link > a:hover {}
	.timetable_link-taxi > a:hover {}
	.wifiInfo_link > a:hover {
		background-color: #53C2F0;
		color: #fff;
	}
	.stSpot_title > a:hover {}
	.stSpot_link > a:hover {}
	.timetable_linkList > li > a:hover {}
	.stSpot_text > a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 999px) {
	.staDetail {}
	.staDetail_areaTitle {
		border-width: 10px;
		margin-bottom: 35px;
	}
	.staDetail_number {}
	.staDetail_number::before {
		border-radius: 30px;
	}
	.staDetail_number > small {}
	.staDetail_number > b {}
	.staDetail_title {
		font-size: 30px;
	}
	.staDetail_title > small {}
	.staDetail_optionList {}
	.staDetail_optionList > li {
		width: 60px;
		margin-left: 9px;
	}
	.staDetail_optionList > li:first-child {}
	.staDetail_optionList > li:last-child {}
	.staDetail_optionList > li:nth-child(2n + 1) {}
	.staDetail_optionList > li:nth-child(n + 3) {}
	.staDetail_optionList > li > img {}
	.staDetail_tabList {}
	.staDetail_tabList > li {}
	.staDetail_tabList > li:first-child {}
	.staDetail_tabList > li:last-child {}
	.staDetail_tabList > li:nth-child(2n + 1) {}
	.staDetail_tabList > li:nth-child(n + 3) {}
	.staDetail_tabList > li > a {}
	.staDetail_tabList > li > a::before {}
	.staDetail_tabList > li > a::after {}
	.staDetail_contents {}
	.timetable {}
	.timetable_sect {}
	.timetable_sect:last-child {}
	.timetable_title {}
	.timetable_title > img {}
	.timetable_title > b {}
	.timetable_list {
		font-size: inherit;
	}
	.timetable_list > li {}
	.timetable_list > li:first-child {}
	.timetable_list > li:last-child {}
	.timetable_list > li:nth-child(2n + 1) {}
	.timetable_list > li:nth-child(n + 3) {}
	.timetable_list > li > a {}
	.timetable_list > li > a::before {}
	.timetable_list > li > a::after {}
	.timetable_link {}
	.timetable_link > a {}
	.timetable_link > a::before {}
	.timetable_link > a::after {}
	.timetable_link > a > .icon {}
	.timetable_ride {}
	.timetable_ride:last-child {}
	.timetable_headline {}
	.timetable_list_icon {
		margin-right: 10px;
		min-width: 50px;
	}
	.timetable_list_icon > img {
		width: 50px;
	}
	.timetable_list_icon > img:last-child {}
	.timetable_link-taxi {}
	.timetable_link-taxi > a {}
	.timetable_link-taxi > a::before {}
	.timetable_link-taxi > a::after {}
	.timetable_link-taxi > a > .icon {}
	.stFacility {}
	.stFacility_map {}
	.stFacility_map_image {}
	.stFacility_map_image > img {}
	.stFacility_map_list {
		font-size: 14px;
	}
	.stFacility_map_list > li {}
	.stFacility_map_list > li:first-child {}
	.stFacility_map_list > li:last-child {}
	.stFacility_map_list > li:nth-child(2n + 1) {}
	.stFacility_map_list > li:nth-child(n + 3) {}
	.stFacility_map_list > li > img {}
	.stFacility_sect {
		margin-bottom: 65px;
	}
	.stFacility_sect:last-child {}
	.stFacility_title {}
	.stFacility_headline {}
	.stFacility_table {}
	.stFacility_table > tbody {}
	.stFacility_table > tbody > tr {}
	.stFacility_table > tbody > tr:first-child {}
	.stFacility_table > tbody > tr:last-child {}
	.stFacility_table > tbody > tr > th {}
	.stFacility_table > tbody > tr > td {}
	.wifiInfo {}
	.wifiInfo_title {}
	.wifiInfo_title > img {}
	.wifiInfo_text {}
	.wifiInfo_link {}
	.wifiInfo_link > a {}
	.wifiInfo_link > a::before {}
	.wifiInfo_link > a::after {}
	.wifiInfo_link > a > .icon {}
	.stSpotWrap {}
	.stSpot {}
	.stSpot-green {}
	.stSpot-orange {}
	.stSpot:nth-child(2n + 1) {}
	.stSpot:nth-child(n + 3) {}
	.stSpot_title {}
	.stSpot_title > a {}
	.stSpot_title > a::before {}
	.stSpot_title > a::after {}
	.stSpot_title > a > b {}
	.stSpot_box {}
	.stSpot_image {}
	.stSpot_image > img {}
	.stSpot_text {}
	.stSpot_link {}
	.stSpot_link > a {}
	.stSpot_link > a::before {}
	.stSpot_link > a::after {}
	.stSpot_link > a > .icon {}
	.stFacility_cols {}
	.stFacility_col {}
	.stFacility_col-no1 {}
	.stFacility_placeList {}
	.stFacility_placeList > li {}
	.stFacility_placeList > li:first-child {}
	.stFacility_placeList > li:last-child {}
	.stFacility_placeList > li:nth-child(2n+1) {}
	.stFacility_placeList > li:nth-child(n+3) {}
	.stFacility_placeList > li > b {}
	.stFacility_placeList > li > img {}
	.stFacility_icon {}
	.stFacility_icon-inside {}
	.stFacility_icon-outside {}
	.stFacility_icon-home {}
	.stFacility_icon-toilet {}
	.stFacility_col-no2 {}
	.stFacility_caution {}
	.stFacility_icnList {}
	.stFacility_icnList > li {}
	.stFacility_icnList > li:first-child {}
	.stFacility_icnList > li:last-child {}
	.stFacility_icnList > li:nth-child(4n+1) {}
	.stFacility_icnList > li:nth-child(n+5) {}
	.stFacility_icnFig {}
	.stFacility_icnFig > img {}
	.stFacility_icnFig > figcaption {}
	.stFacility_barrierTblWrap {}
	.stFacility_barrierTbl {}
	.stFacility_barrierTbl > tbody {}
	.stFacility_barrierTbl > tbody > tr {}
	.stFacility_barrierTbl > tbody > tr > th {}
	.stFacility_barrierTbl > tbody > tr > td {}
	.stFacility_busTblWrap {}
	.stFacility_busTbl {}
	.stFacility_busTbl > thead {}
	.stFacility_busTbl > thead > tr {}
	.stFacility_busTbl > thead > tr:first-child {}
	.stFacility_busTbl > thead > tr:last-child {}
	.stFacility_busTbl > thead > tr > th {}
	.stFacility_busTbl > thead > tr > td {}
	.stFacility_busTbl > tbody {}
	.stFacility_busTbl > tbody > tr {}
	.stFacility_busTbl > tbody > tr:first-child {}
	.stFacility_busTbl > tbody > tr:last-child {}
	.stFacility_busTbl > tbody > tr > td {}
	.stFacility_busTbl > tbody > tr > td.-center {}
	.stFacility_busTbl > tbody > tr > td > img {
		width: 40px;
	}
	.stFacility_busTbl > tbody > tr > td > b {
		width: 30px;
		height: 30px;
	}
	.resTimeTbl {}
	.resTimeTbl_title {}
	.resTimeTbl_areaTitle {}
	.resTimeTbl_number {}
	.resTimeTbl_number > small {}
	.resTimeTbl_number > b {}
	.resTimeTbl_headline {}
	.resTimeTbl_sect {}
	.resTimeTbl_subhead {}
	.resTimeTbl_subhead > img {}
	.resTimeTbl_link {}
	.resTimeTbl_link > a {}
	.resTimeTbl_link > a::before {}
	.resTimeTbl_link > a::after {}
	.resTimeTbl_link > a > .icon-busstop {}
	.resTimeTbl_track {}
	.resTimeTbl_track_title {}
	.resTimeTbl_list {}
	.resTimeTbl_list > li {}
	.resTimeTbl_list > li:first-child {}
	.resTimeTbl_list > li:last-child {}
	.resTimeTbl_list > li:nth-child(2n+1) {}
	.resTimeTbl_list > li:nth-child(n+3) {}
	.resTimeTbl_list > li > a {}
	.resTimeTbl_list > li > a::before {}
	.resTimeTbl_list > li > a::after {}
	.resTimeTbl_list > li > a > b {}
	.resTimeTbl_list_icon {}
	.resTimeTbl_list_icon > img {}
	.resTimeTbl_list_icon > img:last-child {}
	.resTimeTbl_linkList {}
	.resTimeTbl_linkList > li {}
	.resTimeTbl_linkList > li:first-child {}
	.resTimeTbl_linkList > li:last-child {}
	.resTimeTbl_linkList > li:nth-child(2n+1) {}
	.resTimeTbl_linkList > li:nth-child(n+3) {}
	.resTimeTbl_linkList > li > a {}
	.resTimeTbl_linkList > li > a::before {}
	.resTimeTbl_linkList > li > a::after {}
	.resTimeTbl_linkList > li > a > .icon {}
	.resTimeTbl_sect_textWrap {}
	.resTimeTbl_sect_text {}
	.resTimeTbl_sect_link {}
	.resTimeTbl_sect_link > a {}
	.resTimeTbl_sect_link > a::before {}
	.resTimeTbl_sect_link > a::after {}
	.timeTblDtl {}
	.timeTblDtl_title {}
	.timeTblDtl_title > b {}
	.timeTblDtl_title_icon {}
	.timeTblDtl_title_icon > img {}
	.timeTblDtl_title_icon > img:last-child {}
	.timeTblDtl_inner {
		padding: 35px 35px;
	}
	.timeTblDtl_icnListWrap {}
	.timeTblDtl_icnList {}
	.timeTblDtl_icnList:last-child {}
	.timeTblDtl_icnList > dt {}
	.timeTblDtl_icnList > dt::after {}
	.timeTblDtl_icnList > dd {}
	.timeTblDtl_tabList {}
	.timeTblDtl_tabList > li {}
	.timeTblDtl_tabList-2c > li {}
	.timeTblDtl_tabList-3c > li {}
	.timeTblDtl_tabList-3c > li:first-child {}
	.timeTblDtl_tabList-3c > li:last-child {}
	.timeTblDtl_tabList-3c > li:nth-child(2n+1) {}
	.timeTblDtl_tabList-3c > li:nth-child(n+3) {}
	.timeTblDtl_tabList > li > a {}
	.timeTblDtl_tabList > li > a::before {}
	.timeTblDtl_tabList > li > a::after {}
	.timeTblDtl_contenst {}
	.timeTblDtl_table {}
	.timeTblDtl_table > tbody {}
	.timeTblDtl_table > tbody > tr {}
	.timeTblDtl_table > tbody > tr:nth-child(2n) {}
	.timeTblDtl_table > tbody > tr:last-child {}
	.timeTblDtl_table > tbody > tr > th {}
	.timeTblDtl_table > tbody > tr > td {}
	.timeTblDtl_timeList {}
	.timeTblDtl_timeList > li {}
	.timeTblDtl_timeList > li:first-child {}
	.timeTblDtl_timeList > li:last-child {}
	.timeTblDtl_timeList > li:nth-child(2n+1) {}
	.timeTblDtl_timeList > li:nth-child(n+3) {}
	.resTimeTbl_caution {}
	.resTimeTbl_caution > a {}
}
@media screen and (max-width: 767px) {
	.staDetail {}
	.staDetail_areaTitle {
		border-width: 7px;
		padding: 15px 10px;
		border-top-right-radius: 15px;
		border-bottom-left-radius: 15px;
		margin-bottom: 20px;
	}
	.staDetail_number {
		width: 38px;
		height: 38px;
		min-width: 38px;
		font-size: 12px;
		margin-right: 7px;
	}
	.staDetail_number::before {
		border-width: 1px;
		width: calc(100% - 4px);
		height: calc(100% - 4px);
	}
	.staDetail_number > small {
		font-size: 10px;
	}
	.staDetail_number > b {}
	.staDetail_title {
		font-size: 17px;
	}
	.staDetail_title > small {}
	.staDetail_optionList {}
	.staDetail_optionList > li {
		width: 35px;
		margin-left: 3px;
	}
	.staDetail_optionList > li:first-child {}
	.staDetail_optionList > li:last-child {}
	.staDetail_optionList > li:nth-child(2n + 1) {}
	.staDetail_optionList > li:nth-child(n + 3) {}
	.staDetail_optionList > li > img {}
	.staDetail_tabList {}
	.staDetail_tabList > li {}
	.staDetail_tabList > li:first-child {}
	.staDetail_tabList > li:last-child {}
	.staDetail_tabList > li:nth-child(2n + 1) {}
	.staDetail_tabList > li:nth-child(n + 3) {}
	.staDetail_tabList > li > a {}
	.staDetail_tabList > li > a::before {}
	.staDetail_tabList > li > a::after {}
	.staDetail_contents {}
	.timetable {}
	.timetable_sect {
		margin-bottom: 20px;
	}
	.timetable_sect:last-child {}
	.timetable_title {}
	.timetable_title > img {}
	.timetable_title > b {}
	.timetable_list {
		padding-left: 0;
	}
	.timetable_list > li {}
	.timetable_list > li:first-child {}
	.timetable_list > li:last-child {}
	.timetable_list > li:nth-child(2n + 1) {}
	.timetable_list > li:nth-child(n + 3) {}
	.timetable_list > li > a {
		padding: 10px 0;
	}
	.timetable_list-train > li > a {
		padding: 15px 0;
	}
	.timetable_list > li > a::before {}
	.timetable_list > li > a::after {}
	.timetable_link {
		margin-bottom: 25px;
		max-width: none;
	}
	.timetable_link > a {}
	.timetable_link > a::before {}
	.timetable_link > a::after {}
	.timetable_link > a > .icon {}
	.timetable_ride {
		margin-bottom: 10px;
	}
	.timetable_linkList {
		display: block;
	}
	.timetable_linkList > li {
		margin-left: 0;
		width: auto;
	}
	.timetable_linkList > li:nth-child(n+2) {
		margin-top: 10px;
	}
	.timetable_ride:last-child {}
	.timetable_headline {
		margin-bottom: 10px;
	}
	.timetable_list_icon {
		min-width: 38px;
	}
	.timetable_list_icon > img {
		width: 38px;
	}
	.timetable_list_icon > img:last-child {}
	.timetable_link-taxi {}
	.timetable_link-taxi > a {}
	.timetable_link-taxi > a::before {}
	.timetable_link-taxi > a::after {}
	.timetable_link-taxi > a > .icon {}
	.stFacility {}
	.stFacility_map {}
	.stFacility_map_image {
		margin-left: -20px;
		margin-right: -20px;
		max-width: none;
	}
	.stFacility_map_image-noFit {
		margin-right: 0;
		margin-left: 0;
	}
	.stFacility_map_image > img {}
	.stFacility_map_list {
		font-size: 11px;
		margin-top: 10px;
		justify-content: flex-start;
	}
	.stFacility_map_list > li {
		margin: 0;
		margin-right: 7px;
		margin-bottom: 7px;
	}
	.stFacility_map_list > li:first-child {}
	.stFacility_map_list > li:last-child {}
	.stFacility_map_list > li:nth-child(2n + 1) {}
	.stFacility_map_list > li:nth-child(n + 3) {}
	.stFacility_map_list > li > img {
		width: 16px;
		min-width: 16px;
		margin-right: 5px;
		height: auto;
	}
	.stFacility_sect {
		margin-bottom: 40px;
	}
	.stFacility_sect:last-child {}
	.stFacility_title {}
	.stFacility_headline {}
	.stFacility_table {}
	.stFacility_table > tbody {}
	.stFacility_table > tbody > tr {}
	.stFacility_table > tbody > tr:first-child {}
	.stFacility_table > tbody > tr:last-child {}
	.stFacility_table > tbody > tr > th {}
	.stFacility_table > tbody > tr > td {
		text-align: center;
	}
	.wifiInfo {
		padding: 15px 15px;
		margin-top: 25px;
	}
	.wifiInfo_title {
		font-size: 24px;
	}
	.wifiInfo_title > img {
		width: 75px;
		margin-right: 12px;
	}
	.wifiInfo_text {}
	.wifiInfo_link {
		margin-top: 15px;
	}
	.wifiInfo_link > a {}
	.wifiInfo_link > a::before {}
	.wifiInfo_link > a::after {}
	.wifiInfo_link > a > .icon {}
	.stSpotWrap {
		display: block;
	}
	.stSpot {
		width: auto;
		margin-left: 0;
	}
	.stSpot-green {}
	.stSpot-orange {}
	.stSpot:nth-child(2n + 1) {}
	.stSpot:nth-child(n + 2) {
		margin-top: 15px;
	}
	.stSpot_title {}
	.stSpot_title > a {}
	.stSpot_title > a::before {}
	.stSpot_title > a::after {}
	.stSpot_title > a > b {}
	.stSpot_box {
		padding: 10px 10px;
	}
	.stSpot_image {}
	.stSpot_image > img {}
	.stSpot_text {}
	.stSpot_link {
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.stSpot_link > a {}
	.stSpot_link > a::before {}
	.stSpot_link > a::after {}
	.stSpot_link > a > .icon {}
	.stFacility_cols {
		display: block;
		padding: 0;
		border: none;
	}
	.stFacility_col {
		width: auto;
	}
	.stFacility_col-no1 {
		margin-bottom: 10px;
	}
	.stFacility_placeList {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.stFacility_placeList > li {
		display: flex;
		align-items: center;
		margin-top: 0;
		margin-right: 8px;
		font-size: 12px;
	}
	.stFacility_placeList > li:first-child {}
	.stFacility_placeList > li:last-child {
		margin-right: 0;
	}
	.stFacility_placeList > li:nth-child(2n+1) {}
	.stFacility_placeList > li:nth-child(n+3) {}
	.stFacility_placeList > li > b {
		margin-top: 0;
		margin-left: 4px;
	}
	.stFacility_placeList > li > img {
		width: 11px;
	}
	.stFacility_icon {
		width: 12px;
		height: 12px;
	}
	.stFacility_icon-inside {}
	.stFacility_icon-outside {}
	.stFacility_icon-home {}
	.stFacility_icon-toilet {}
	.stFacility_col-no2 {
		border-top: 1px solid #BEBABA;
		border-bottom: 1px solid #BEBABA;
		padding: 10px 0;
		margin-left: -20px;
		margin-right: -20px;
	}
	.stFacility_caution {
		margin-top: 5px;
		font-size: 13px;
	}
	.stFacility_icnList {
		max-width: none;
		font-size: 13px;
	}
	.stFacility_icnList > li {
		width: 31%;
		margin-left: 3.5%;
	}
	.stFacility_icnList > li:first-child {}
	.stFacility_icnList > li:last-child {}
	.stFacility_icnList > li:nth-child(4n+1) {
		margin-left: 3.5%;
	}
	.stFacility_icnList > li:nth-child(3n+1) {
		margin-left: 0;
	}
	.stFacility_icnList > li:nth-child(n+4) {
		margin-top: 20px;
	}
	.stFacility_icnFig {}
	.stFacility_icnFig > img {}
	.stFacility_icnFig > figcaption {}
	.stFacility_barrierTblWrap {}
	.stFacility_barrierTbl {
		font-size: 13px;
	}
	.stFacility_barrierTbl > tbody {}
	.stFacility_barrierTbl > tbody > tr {}
	.stFacility_barrierTbl > tbody > tr > th {
		padding: 5px 5px;
	}
	.stFacility_barrierTbl > tbody > tr > td {
		padding: 5px 5px;
	}
	.stFacility_busTblWrap {}
	.stFacility_busTbl {
		font-size: 13px;
	}
	.stFacility_busTbl > thead {}
	.stFacility_busTbl > thead > tr {}
	.stFacility_busTbl > thead > tr:first-child {}
	.stFacility_busTbl > thead > tr:last-child {}
	.stFacility_busTbl > thead > tr > th {}
	.stFacility_busTbl > thead > tr > td {}
	.stFacility_busTbl > tbody {}
	.stFacility_busTbl > tbody > tr {}
	.stFacility_busTbl > tbody > tr:first-child {}
	.stFacility_busTbl > tbody > tr:last-child {}
	.stFacility_busTbl > tbody > tr > td {
		padding: 8px 5px;
	}
	.stFacility_busTbl > tbody > tr > td.-center {}
	.stFacility_busTbl > tbody > tr > td > img {
		width: 30px;
		display: block;
		margin: 2px auto;
	}
	.stFacility_busTbl > tbody > tr > td > b {
		font-size: 12px;
		width: 22px;
		height: 22px;
	}
	.resTimeTbl {}
	.resTimeTbl_title {}
	.resTimeTbl_areaTitle {
		border-top-width: 4px;
		padding: 13px 15px;
		margin-bottom: 20px;
	}
	.resTimeTbl_number {
		border-width: 2px;
		width: 30px;
		height: 30px;
		font-size: 12px;
		border-radius: 13px;
		margin-right: 9px;
	}
	.resTimeTbl_number > small {}
	.resTimeTbl_number > b {}
	.resTimeTbl_headline {
		font-size: 20px;
	}
	.resTimeTbl_sect {
		margin-top: 25px;
	}
	.resTimeTbl_subhead {
		font-size: 15px;
		border-left-width: 7px;
	}
	.resTimeTbl_subhead > img {
		width: 29px;
	}
	.resTimeTbl_link {
		margin-bottom: 25px;
	}
	.resTimeTbl_link > a {}
	.resTimeTbl_link > a::before {}
	.resTimeTbl_link > a::after {}
	.resTimeTbl_link > a > .icon-busstop {}
	.resTimeTbl_track {}
	.resTimeTbl_track_title {
		font-size: inherit;
		padding: 10px 15px;
		margin-bottom: 10px;
	}
	.resTimeTbl_list {
		padding-left: 10px;
	}
	.resTimeTbl_list > li {}
	.resTimeTbl_list > li:first-child {}
	.resTimeTbl_list > li:last-child {}
	.resTimeTbl_list > li:nth-child(2n+1) {}
	.resTimeTbl_list > li:nth-child(n+3) {}
	.resTimeTbl_list > li > a {
		padding: 5px 0;
	}
	.resTimeTbl_list > li > a::before {}
	.resTimeTbl_list > li > a::after {}
	.resTimeTbl_list > li > a > b {}
	.resTimeTbl_list_icon {
		margin-right: 15px;
	}
	.resTimeTbl_list_icon > img {
		width: 38px;
		min-width: 38px;
		margin-right: 10px;
	}
	.resTimeTbl_list_icon > img:last-child {}
	.resTimeTbl_linkList {
		display: block;
		max-width: 275px;
		margin: 20px auto 0;
	}
	.resTimeTbl_linkList > li {
		width: auto;
		margin-left: auto;
		max-width: none;
		margin-top: 10px;
	}
	.resTimeTbl_linkList > li:first-child {}
	.resTimeTbl_linkList > li:last-child {}
	.resTimeTbl_linkList > li:nth-child(2n+1) {}
	.resTimeTbl_linkList > li:nth-child(n+3) {}
	.resTimeTbl_linkList > li > a {
		border-width: 1px;
	}
	.resTimeTbl_linkList > li > a::before {}
	.resTimeTbl_linkList > li > a::after {}
	.resTimeTbl_linkList > li > a > .icon {}
	.resTimeTbl_sect_textWrap {
		padding-left: 10px;
	}
	.resTimeTbl_sect_text {}
	.resTimeTbl_sect_link {}
	.resTimeTbl_sect_link > a {
		border-width: 1px;
		font-size: 12px;
	}
	.resTimeTbl_sect_link > a::before {}
	.resTimeTbl_sect_link > a::after {}
	.timeTblDtl {}
	.timeTblDtl_title {
		padding: 10px 15px;
		font-size: 17px;
	}
	.timeTblDtl_title::before {
		height: 30px;
	}
	.timeTblDtl_title > b {}
	.timeTblDtl_title_icon {
		margin-right: 10px;
	}
	.timeTblDtl_title_icon > img {
		width: 38px;
		min-width: 38px;
		margin-right: 10px;
		display: block;
	}
	.timeTblDtl_title_icon > img:last-child {}
	.timeTblDtl_inner {
		padding: 15px 15px;
	}
	.timeTblDtl_icnListWrap {
		margin-bottom: 20px;
	}
	.timeTblDtl_icnList {}
	.timeTblDtl_icnList:last-child {}
	.timeTblDtl_icnList > dt {}
	.timeTblDtl_icnList > dt::after {}
	.timeTblDtl_icnList > dd {}
	.timeTblDtl_tabList {
		margin-bottom: 20px;
	}
	.timeTblDtl_tabList > li {}
	.timeTblDtl_tabList-2c > li {}
	.timeTblDtl_tabList-3c > li {}
	.timeTblDtl_tabList-3c > li:first-child {}
	.timeTblDtl_tabList-3c > li:last-child {}
	.timeTblDtl_tabList-3c > li:nth-child(2n+1) {}
	.timeTblDtl_tabList-3c > li:nth-child(n+3) {}
	.timeTblDtl_tabList > li > a {
		padding: 10px 5px;
	}
	.timeTblDtl_tabList > li > a::before {
		height: 20px;
	}
	.timeTblDtl_tabList > li > a::after {}
	.timeTblDtl_contenst {}
	.timeTblDtl_table {}
	.timeTblDtl_table > tbody {}
	.timeTblDtl_table > tbody > tr {
		margin-bottom: 2px;
	}
	.timeTblDtl_table > tbody > tr:nth-child(2n) {}
	.timeTblDtl_table > tbody > tr:last-child {}
	.timeTblDtl_table > tbody > tr > th {
		width: 40px;
		box-shadow: 2px 0 0 #fff;
		padding: 7px 5px;
	}
	.timeTblDtl_table > tbody > tr > td {
		width: calc(100% - 42px);
		padding: 7px 8px;
	}
	.timeTblDtl_timeList {}
	.timeTblDtl_timeList > li {}
	.timeTblDtl_timeList > li:first-child {}
	.timeTblDtl_timeList > li:last-child {}
	.timeTblDtl_timeList > li:nth-child(2n+1) {}
	.timeTblDtl_timeList > li:nth-child(n+3) {}
	.resTimeTbl_caution {
		font-size: 14px;
		margin-bottom: 25px;
	}
	.resTimeTbl_caution > a {}
}
@media screen and (max-width:374px) {
	.stFacility_icnList {}
}
