html, body {
	/*font-family:  "游ゴシック体", 'Yu Gothic', YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.0em;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #313131;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header {
	background-color: #003f88;
}

h1 {
	font-size: 1.75rem;
	font-weight: normal;
	padding: 8px;
}

h1.title {
	font-size: 1.5rem;
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding: 8px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	background-color: #003f88;
}

h1.gsub {
	padding: 8px 4px 2px 4px;
}

p {
	line-height: 1.25rem;
	padding: 4px;
}

p.last {
	font-weight: bold;
}

.gyomi {
	font-size: 0.75rem;
	line-height: 0.75rem;
	font-weight: normal;
	color: #fff;
	padding: 2px;
	text-align: center;
}

.sub {
	font-size: 0.75rem;
	font-weight: normal;
	text-align: right;
	color: #fff;
	/*margin: -18px 8px 4px 0px;*/
	margin: -12px 8px 6px 0px;
	padding: 2px;
}

h2 {
	font-size: 1.5rem;
	margin: 4px;
}

.yomi {
	font-size: 0.75rem;
	font-weight: normal;
	color: #fff;
	padding: 4px 0px;
	margin-bottom: -8px;
}

#nav {
	width: 100%;
	margin: 0 auto;
	font-size: 1.0rem;
}

.breadcrumb {
	width: 100%;
	margin: 0 auto;
	padding: 10px 4px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	box-sizing: border-box;
}

.breadcrumb a {
	text-decoration: none;
}

.breadcrumb-inner {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb-current {
	color: #6f9818;
}

a {
	transition: color 0.05s;
	text-decoration: none !important;
}

a:link {
	color: #1A0DAB;
}

a:visited {
	color: #660099;
}

a:hover {
	color: #1A0DAB;
}

a.bl {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

a.vl {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 4px;
	height: 48px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

a.btn:hover {
	opacity: 0.8;
}

span.nm {
	display: table-cell;
	vertical-align: middle;
}

span.stotal {
	padding-left: 4px;
	font-size: 1.125rem;
	line-height: 48px;
	vertical-align: middle;
	color: #eb6e00;
}

p.note {
	font-size: 0.875rem;
	color: #eb6e00;
	line-height: 1.00rem;
	padding: 8px 8px 4px;
}

.flex_box {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.nav_box {
	flex: 0 0 340px;
	order: 0;
}

.type_box {
	flex: 1 0 340px;
	order: 1;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#container {
	width: 98%;
	/*min-width: 760px;*/
	margin: 4px;
	overflow: hidden;
}

#left_column {
	float: left;
	vertical-align: top;
	overflow: hidden;
	width: 100%;
	margin-right: -444px;
	padding-right: 444px;
	box-sizing: border-box;
}

#left_column2 {
	float: left;
	vertical-align: top;
	overflow: hidden;
	width: auto;
}

#right_column {
	float: right;
	width: 370px;
	margin: 4px 0px 4px 4px;
	box-sizing: border-box;
}

#right_column2 {
	float: right;
	width: 10px;
	padding-bottom : 32767px;
	margin-bottom : -32767px;
}

table.typetable {
	table-layout: fixed;
	max-width: 400px;
	border: 2px solid #003f88;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 5px;
	margin: 4px;
	padding: 0px;
}

table.typetable td {
	border-bottom: 2px solid #003f88;
	vertical-align: middle;
	margin: 0px;
	padding: 2px;
}

table.typetable td {
	border-right: 2px solid #003f88;
}

/* 最後の行は表示しない*/
table.typetable tr:last-child td {
	border-bottom: none;
}
/* 右端の列は表示しない*/
table.typetable td:last-child {
	border-right: none;
}
/*左上*/
table.typetable tr:first-child td:first-child {
	border-radius: 3px 0 0 0;
}
/*右上*/
table.typetable tr:first-child td:last-child {
	border-radius: 0 3px 0 0;
}
/*左下*/
table.typetable tr:last-child td:first-child {
	border-radius: 0 0 0 3px;
}
/*右下*/
table.typetable tr:last-child td:last-child {
	border-radius: 0 0 3px 0;
}

table.typetable td.oh {
	width: 140px;
	padding: 4px 4px 0px;
	margin: 0px;
	text-align:left;
	vertical-align: middle;
}

table.typetable td.oi {
	width: 42px;
	padding: 4px 4px 0px;
	margin: 0px;
	text-align: right;
	vertical-align: middle;
}

table.typetable td.ot {
	background: #003f88;
    color: #fff;
	text-align: center;
    vertical-align: middle;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

table.tablesorter th,
table.tablesorter td {
	border-width: 1px 0px; /* 上下だけ引く */
}

img.yt {
	height: 24px;
	width: 24px;
	margin: 0px;
	cursor: pointer;
	vertical-align: middle;
	padding: 0px 0px 4px;
}

img.ytp {
	height: 24px;
	width: 24px;
	margin: 0px;
	cursor: default;
	vertical-align: middle;
	padding: 0px 0px 4px;
}

img.yh {
	height: 24px;
	width: 24px;
	margin: 0px;
	cursor: pointer;
	vertical-align: middle;
}

img.yo {
	height: 24px;
	width: 24px;
	margin: 0px;
	cursor: default;
}

img.yn {
	height: 24px;
	width: 24px;
	margin: 0px;
	cursor: pointer;
	vertical-align: middle;
}

img.mp {
	height: 24px;
	width: 24px;
	padding: 2px;
	cursor: pointer;
	vertical-align: middle;
}

img.bt {
	height: 24px;
	width: 24px;
	padding: 2px;
	cursor: default;
	vertical-align: middle;
}

img.hp {
	height: 24px;
	width: 24px;
	padding: 2px;
	cursor: pointer;
	vertical-align: middle;
}

img.f24 {
	cursor: default;
	width: 24px;
	height: 24px;
    padding: 1px 2px;
}

img.fd24 {
	cursor: default;
	width: 24px;
	height: 24px;
    padding: 1px;
}

img.g16 {
    cursor: default;
    width: 16px;
    height: 16px;
    padding: 0px;
}

img.b16 {
    cursor: default;
    width: 20px;
    height: 20px;
	margin: 0px 4px;
    /*padding: 0px 2px 0px 8px;*/
}

img.ot16 {
	padding: 0px 0px 4px 4px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

img.con1 {
    width: 36px;
    height: 16px;
    cursor: default;
}

img.con2 {
    width: 36px;
    height: 16px;
    cursor: default;
}

img.con3 {
    width: 60px;
    height: 16px;
    cursor: default;
}

img.fi {
	height: 24px;
	width: 24px;
	padding: 2px;
	cursor: default;
	vertical-align: middle;
}

.op {
	opacity: 0.5;
}

img.ch_rank {
	width: 48px;
	height: 16px;
}

.total {
	color: #eb6e00;
	font-size: 1.25rem;
}

table.tablesorter thead th {
	height: 24px;
	vertical-align: middle;
}

table.tablesorter tbody td {
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
}

table.tablesorter tbody td.no {
	min-width: 40px;
}
table.tablesorter tbody td.tp {
	min-width: 48px;
}
table.tablesorter tbody td.nm {
	white-space: normal;
	text-align: left;
	min-width: 260px;
	padding-left: 8px;
}
table.tablesorter tbody td.onm {
	white-space: normal;
	text-align: left;
	min-width: 180px;
	max-width: 560px;
}
table.tablesorter tbody td.mn {
	text-align: left;
	min-width: 200px;
    padding-left: 8px;
}
table.tablesorter tbody td.ad {
	text-align: left;
	min-width: 260px;
	max-width: 360px;
}
table.tablesorter tbody td.tc {
	min-width: 74px;
}
table.tablesorter tbody td.ac {
	min-width: 90px;
}
table.tablesorter tbody td.pc {
	min-width: 68px;
	max-width: 68px;
}
table.tablesorter tbody td.efc {
	text-align: left;
	width: 294px;
	min-width: 154px;
}
table.tablesorter tbody td.rg {
	text-align: left;
	width: 90px;
}
table.tablesorter tbody td.pr {
	text-align: right;
	min-width: 54px;
}
table.tablesorter tbody td.pr1 {
	min-width: 68px;
}
table.tablesorter tbody td.pr2 {
	min-width: 68px;
}
table.tablesorter tbody td.pr3 {
	min-width: 68px;
}
table.tablesorter tbody td.bd {
	white-space: normal;
	min-width: 54px;
	max-width: 90px;
	font-size: 0.875rem;
}
table.tablesorter tbody td.ls {
	min-width: 108px;
}
table.tablesorter tbody td.mp {
	width: 48px;
	min-width: 48px;
}
table.tablesorter tbody td.kn {
	width: 74px;
	min-width: 68px;
}
table.tablesorter tbody td.sn {
	text-align: left;
	width: 160px;
	min-width: 100px;
}
table.tablesorter tbody td.sp {
	font-weight: bold;
}
table.tablesorter tbody td.ym {
	text-align: left;
	font-size: 0.875rem;
	width: 230px;
	min-width: 160px;
}
table.tablesorter tbody td.cn {
	text-align: left;
	max-width: 180px;
	min-width: 120px;
}
table.tablesorter tbody td.st {
	text-align: right;
	min-width: 80px;
}
table.tablesorter tbody td.ln {
	text-align: right;
	min-width: 68px;
}
table.tablesorter tbody td.ds {
	text-align: right;
	min-width: 80px;
}
table.tablesorter tbody td.hp {
	width: 48px;
	min-width: 48px;
}
/*宿*/
table.tablesorter tbody td.mp {
	width: 48px;
	min-width: 48px;
}
table.tablesorter tbody td.rt {
	color: #eb6e00;
	min-width: 78px;
}
table.tablesorter tbody td.rc {
	color: #eb6e00;
	min-width: 78px;
}
table.tablesorter tbody td.bt {
	white-space: normal;
	text-align: left;
	min-width: 100px;
	max-width: 100px;
}
table.tablesorter tbody td.ql {
	white-space: normal;
	text-align: left;
	min-width: 90px;
}
table.tablesorter tbody td.qt {
	white-space: normal;
	text-align: left;
	min-width: 220px;
}
table.tablesorter tbody td.fc {
	white-space: normal;
	text-align: left;
	min-width: 160px;
}
table.tablesorter tbody td.rm {
	min-width: 68px;
}
table.tablesorter tbody td.low {
	color: #8b0000;
}
table.tablesorter tbody td.high {
	color: #32cd32;
}
table.tablesorter tbody td.kn {
	white-space: normal;
	min-width: 90px;
}
table.tablesorter tbody td.tl {
	min-width: 90px;
}
table.tablesorter tbody td.sp {
	background-color: #fff0f5;
	min-width: 60px;
}
table.tablesorter tbody td.ch {
	min-width: 68px;
}
table.tablesorter tbody td.bg {
	min-width: 68px;
}
table.tablesorter tbody td.ro {
	min-width: 60px;
}
table.tablesorter tbody td.sa {
	min-width: 68px;
}
table.tablesorter tbody td.sm {
	background-color: #f0fff0;
	min-width: 60px;
}
table.tablesorter tbody td.hc {
	min-width: 60px;
}
table.tablesorter tbody td.hg {
	min-width: 60px;
}
table.tablesorter tbody td.oh {
	min-width: 60px;
}
table.tablesorter tbody td.sn {
	min-width: 120px;
}
table.tablesorter tbody td.pa {
	font-weight: bold;
}
table.tablesorter tbody td.ym {
	min-width: 120px;
}
/*GTFS*/
table.tablesorter tbody td.ag {
	white-space: normal;
	text-align: left;
	min-width: 200px;
}
table.tablesorter tbody td.dt {
	width: 100px;
	min-width: 100px;
}
table.tablesorter tbody td.fd {
	white-space: normal;
	text-align: left;
	min-width: 200px;
	max-width: 400px;
}
table.tablesorter tbody td.dr {
	min-width: 60px;
}
table.tablesorter tbody td.rn {
	white-space: normal;
	text-align: left;
	vertical-align: middle;
	color: #1A0DAB;
	min-width: 220px;
	width: 100%;
	cursor: pointer;
}
table.tablesorter tbody td.sr {
	max-width: 58px;
}

table.tablesorter tbody td.tc {
	width: 58px;
}

table.tablesorter tbody td.gs {
	min-width: 78px;
}
table.tablesorter tbody td.gd {
	min-width: 68px;
}
table.tablesorter tbody td.cc {
	text-align: left;
	min-width: 110px;
}
table.tablesorter tbody td.gp {
	white-space: normal;
	text-align: left;
	vertical-align: middle;
	color: #1A0DAB;
	width: 100%;
	min-width: 160px;
	cursor: pointer;
}

table.tablesorter tbody td.rn:hover,
table.tablesorter tbody td.gp:hover {
	color: #1A0DAB;
}

.charge {
	font-size: 0.75rem;
}
.yc1 {
	background-color: #e1eeff;
}
.yc2 {
	background-color: #fff0f5;
}
.yc3 {
	background-color: #fdf5e6;
}
.yc4 {
	background-color: #f0fff0;
}

.ls  {
	background-color: #f0ffff;
}

.mc0 {
	background-color: #e1eeff;
}
.mc1 {
	background-color: #f5f0e1;
}
.mc2 {
	background-color: #fff0f5;
}
.mc3 {
	background-color: #e9f8f3;
}

th.tw {
	min-width: 58px;
}

th.gw {
	min-width: 36px;
}

.tc1 {
	background-color: #fff0f5;
}
.tc2  {
	background-color: #fdf5e6;
}
.tc3  {
	background-color: #fdeeee;
}
.tc4  {
	background-color: #f0ffff;
}
.tc8  {
	background-color: #e6e6fa;
}
.tc16  {
	background-color: #ffffe0;
}
.tc32  {
	background-color: #ffdab9;
}
.tc64  {
	background-color: #f0fff0;
}
.tc128  {
	background-color: #dcdcdc;
}

.pr1 {
	background-color: #fffaff;
}
.pr2  {
	background-color: #fdfff6;
}
.pr3  {
	background-color: #fafaff;
}
.ls  {
	background-color: #f0ffff;
}

.flag {
    display: inline-block;
    padding: 0px 3px;
    margin: 0px 2px 2px;
    height: 24px;
    line-height: 24px;
    font-size: 0.875rem;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 3px;
}

.flag_spa {
    background-color: #c53d43;
    /*background-color: #C94F55;  */
}

.flag_on {
    background-color: #003f88;
    /*background-color: #0055B7;*/ 
}

.flag_parking {
	min-width: 48px;
    max-width: 48px;
    padding: 0px;
}

.flag_off {
    background-color:#ccc;
    font-weight: normal;
    text-shadow: 0 0 0;
}


.rate {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 18px;
}

.rate:before, .rate:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    display: inline-block;
    height: 18px;
    line-height: 18px;
}

.rate:before {
  	color: #ccc;
  }

.rate:after {
  	overflow: hidden;
  	white-space: nowrap;
	color: #bc64a4;
}

.rate0:after {
	width: 0px;
}
.rate1:after {
	width: 2px;
}
.rate2:after {
	width: 4px;
}
.rate3:after {
	width: 6px;
}
.rate4:after {
	width: 7px;
}
.rate5:after {
	width: 8px;
}
.rate6:after {
	width: 9px;
}
.rate7:after {
	width: 10px;
}
.rate8:after {
	width: 12px;
}
.rate9:after {
	width: 14px;
}
.rate10:after {
	width: 16px;
}
.rate11:after {
	width: 18px;
}
.rate12:after {
	width: 20px;
}
.rate13:after {
	width: 22px;
}
.rate14:after {
	width: 23px;
}
.rate15:after {
	width: 24px;
}
.rate16:after {
	width: 25px;
}
.rate17:after {
	width: 26px;
}
.rate18:after {
	width: 28px;
}
.rate19:after {
	width: 30px;
}
.rate20:after {
	width: 32px;
}
.rate21:after {
	width: 34px;
}
.rate22:after {
	width: 36px;
}
.rate23:after {
	width: 38px;
}
.rate24:after {
	width: 39px;
}
.rate25:after {
	width: 40px;
}
.rate26:after {
	width: 41px;
}
.rate27:after {
	width: 42px;
}
.rate28:after {
	width: 44px;
}
.rate29:after {
	width: 46px;
}
.rate30:after {
	width: 48px;
}
.rate31:after {
	width: 50px;
}
.rate32:after {
	width: 52px;
}
.rate33:after {
	width: 54px;
}
.rate34:after {
	width: 55px;
}
.rate35:after {
	width: 56px;
}
.rate36:after {
	width: 57px;
}
.rate37:after {
	width: 58px;
}
.rate38:after {
	width: 60px;
}
.rate39:after {
	width: 62px;
}
.rate40:after {
	width: 64px;
}
.rate41:after {
	width: 66px;
}
.rate42:after {
	width: 68px;
}
.rate43:after {
	width: 70px;
}
.rate44:after {
	width: 71px;
}
.rate45:after {
	width: 72px;
}
.rate46:after {
	width: 73px;
}
.rate47:after {
	width: 74px;
}
.rate48:after {
	width: 76px;
}
.rate49:after {
	width: 78px;
}
.rate50:after {
	width: 80px;
}

/* オプションボタン */
.option {
	display: inline-block;
	margin: 0px;
	padding: 0px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 0.875rem;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    text-align:center;
    color:#fff;
    border-radius:5px;
    cursor: pointer;
}

/* オプションボタン */
.opty {
	display: inline-block;
	margin: 0px 0px 4px 4px;
	padding: 4px 0px 0px;
    width: 48px;
    height: 44px;
    line-height: 20px;
    font-size: 0.875rem;
	font-weight: normal;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    text-align: center;
	background-color: #003f88;
    color:#fff;
    border-radius:5px;
    cursor: pointer;
}

.wide {
	width:168px;
	font-size: 1.0rem;
}

.autowidth {
	min-width: 168px;
	width: auto;
	padding: 0px 8px;
	font-size: 1.0rem;
}

.atw {
	min-width: 48px;
	width: auto;
}

.option:hover,
.option:focus {
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
	background-image:         linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
}

.spa {
	background-color: #c53d43;
}

.clean {
	background-color: #37a34a;
}

.highclass {
	background-color: #941f57;
}

.single {
	background-color: #288fbf;
}

#site {
	background-color:#b55233;
	margin: 2px 2px 4px 4px;
}

#gsearch {
	background-color:#474b42;
	margin: 2px 2px 4px 4px;
}

#gsearchy {
	background-color:#474b42;
	margin: 2px 2px 4px 2px;
}

#map {
	background-color:#003f88;
	margin: 2px 2px 4px 4px;
}

#mapy {
	background-color:#003f88;
	margin: 2px 2px 4px 2px;
}

#day {
	background-color:#c53d43;
	margin: 2px 2px 4px 4px;
	width: 100px;
}

#sento {
	background-color:#522f60;
	margin: 2px 2px 4px 4px;
	width: 100px;
}

#ashiyu {
	background-color:#ea5506;
	margin: 2px 2px 4px 4px;
	width: 100px;
}

#michieki {
	background-color:#1e50a2;
	margin: 2px 2px 4px 4px;
	width: 140px;
}

#spa_map {
	margin: 2px 2px 4px 4px;
	background-color:#003f88;
	width: 148px;
}

#spa_list {
	margin: 2px 2px 4px 2px;
	background-color:#c53d43;
	width: 176px;
}

#spa_list2 {
	margin: 2px 2px 4px 2px;
	background-color:#c53d43;
}

#higaeri {
	background-color:#c53d43;
	width: 128px;
	margin: 2px 2px 4px 2px;
}

.rakuten_credit {
	text-align: center;
	padding: 32px;
	font-size: 0.875rem;
}

.raku_credit {
	display:inline-block;
	margin: 4px 4px;
	font-size: 0.875rem;
}

#foot	{
	clear: both;
}

#foot	{
    background-color: #003f88;
	padding: 4px;
}

#foot p	{
    font-size: 12px;
    color: #fff;
	margin: 0;
}

.dsp {
	display: inline-block;
    padding: 4px;
    margin: 0px;
	width: 32px;
	height: 32px;
    line-height: 32px;
    font-size: 0.875rem;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 4px;
	cursor: pointer;
}

.tp1 {
    background-color: #c53d43;
}

.tp2 {
    background-color: #f08300;
}

.tp3 {
    background-color: #7c272b;
}

.tp4 {
    background-color: #1e50a2;
}

.tp8 {
    background-color: #522f60;
}

.tp16, .tp17 {
    background-color: #ea5506;
}

.tp32 {
	color: #8f2e14;
    background-color: #fff;
}

.tp64 {
    background-color: #005243;
}

.tp128 {
    background-color: #474b42;
}

.et0 {
    background-color: #1e50a2;
}

.et1 {
    background-color: #f39800;
}

.et2 {
    background-color: #c53d43;
}

.et3 {
    background-color: #69b076;
}

.gb1 {
    background-color: #db2822;
}
.gb2 {
    background-color: #b33e5c;
}
.gb3 {
    background-color: #288c66;
}
.gb4 {
    background-color: #7b8d42;
}
.gb5 {
    background-color: #f3981d;
}
.gb6 {
    background-color: #147f3a;
}
.gb7 {
    background-color: #e70013;
}
.gb8 {
    background-color: #bb5535;
}
.gb9 {
    background-color: #ec6800;
}
.gb10 {
    background-color: #ec6800;
}
.gb11 {
    background-color: #00ac97;
}
.gb12 {
    background-color: #00afcc;
}
.gb13 {
    background-color: #2b2b2b;
}
.gb14 {
    background-color: #0075c2;
}
.gb15 {
    background-color: #9fc24d;
}
.gb16 {
    background-color: #683f36;
}
.gb17 {
    background-color: #e70013;
}

.bath {
	display: inline-block;
    padding: 4px;
    margin: 0px 2px 2px;
	height: 18px;
    line-height: 18px;
    font-size: 0.875rem;
    font-weight: normal;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 3px;
}

.bath_spa {
    background-color: #c53d43;
    /*background-color: #C94F55;   */
}

.bath_on {
    background-color: #003f88;
    /*background-color: #0055B7; */
}

.bath_off {
    background-color:#ccc;
    font-weight: normal;
    text-shadow: 0 0 0;
}

.tanjun {
    background-color: #C94F55;
}

.enka {
    background-color: #C774A6;
}

.tansan {
    background-color: #7896e7;
}

.iou {
    background-color: #F49A0A;
}

.housha {
    background-color: #829F31;
}

.ryusan {
    background-color: #3DA4A7;
}

.sansei {
    background-color: #E87358;
}

.tetsu {
    background-color: #8F8265;
}

.nisan {
    background-color: #56B3E5;
}

.youso {
    background-color: #f86829;
}

a.white:link {
    text-decoration : underline;
    color : #ffffff;
}
a.white:visited {
    color : #ffffff;
}
a.white:hover {
    color : #ffffff;
}

.map {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 300px;
}

table.tablesorter tbody td {
	word-break: break-all;
	word-wrap: break-word;
}

/* テーブル */
#onsentable {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	max-width: 1580px;
}

#sentotable {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	max-width: 700px;
}

#higaeritable {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	max-width: 1080px;
}

#yadotable {
	margin: 4px 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	max-width: 1580px;
}

#bustable,
#railtable,
#linetable,
#gtfstable {
/*	table-layout: fixed;*/
	margin: 4px 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	border-collapse: collapse;
/*	max-width: 880px;*/
}

#routetable {
	/*table-layout: fixed;*/
	margin: 4px 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
    max-width: 1080px;
}
/*
table#stoptable,
table#timetable,
table#routetable,
table#glinetable,
table#gtfstable,
table#onsentable {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
}
*/
#daytable,
#desttable {
	/*table-layout: fixed;*/
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #003f88;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#timetable {
	/*table-layout: fixed;*/
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #003f88;
	margin: 0px 0px;
	padding: 0px;
	border: 0px;
}

#glinetable, #alinetable, #stoptable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #003f88;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#stoptable th {
	background-color: #eee;
    color: #003f88;
	font-weight: bold;
	line-height: 24px;
}

.gd {
    font-size: 0.875rem;
    line-height: 16px;
    text-align: right;
    padding: 1px 2px;
}

#stoptable td,
#timetable td,
#glinetable td,
#alinetable td {
	border-bottom: 1px solid #003f88;
	min-height: 48px;
}

/* webkitで常にスクロールバーを表示 */
#scroll_table::-webkit-scrollbar {
    width: 10px;
}

#scroll_table::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}

#scroll_table::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 10px;
    box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

td.no {
	text-align: right;
	vertical-align: middle;
	min-width: 20px;
	padding: 4px;
}

th.day {
	text-align: right;
}

th.gstop {
	text-align: left;
	padding-left: 4px;
}

td.gt {
	text-align: center;
	min-width: 52px;
}

tr.lact {
    background-color: #d8e698;
}

/* 温泉リスト */
tr.sl {
    cursor: pointer;
}

tr.sl:hover {
    background-color: #e2ecb5;
}

td.act {
	background-color: #d8e698 !important;
}

.daybox {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

.gday {
	font-size: 1.0rem;
	width: 100%;
	height: 48px;
	font-weight: bold;
	background-color: #003f88;
	color: #fff;
	padding-right: 4px;
	text-align: right;
	vertical-align: middle;
}

.ghead {
	min-width: 48px;
	line-height: 48px;
	font-size: 1.0rem;
	font-weight: bold;
	background-color: #eee;
	color: #003f88;
    text-decoration: none;
    text-shadow: initial;
	text-align: center;
	vertical-align: middle;
	position: -webkit-sticky;
	position: sticky;
 	left: 0;
}

.gdest {
	font-size: 1.0rem;
	width: 100%;
	background-color: #eee;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
}

#select_stop {
    font-size: 1.0rem;
}

select.active {
	background-color: #d8e698;
}

select.form-control {
	margin-bottom: -1px;
}

.form-group {
	margin: 0px;
	padding: 0px;
}
th.gn {
	position: -webkit-sticky;
 	position: sticky;
}
td.gn {
	min-width: 150px;
	max-width: 150px;
	width: 100%;
	white-space: normal;
	color: #1A0DAB;
	border-bottom: 1px solid #003f88;
	background-color: #fff;
	line-height: 16px;
	padding: 4px;
	font-size: 1.0rem;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	position: -webkit-sticky;
 	position: sticky;
	cursor: pointer;
 	left: 0;
}

td.gn:hover {
	color: #1A0DAB;
}

td.gend {
	text-align: center;
	vertical-align: middle;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1rem;
    background-color: #eee;
	color: #003f88;
}

td.gno {
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #003f88;
}

.gmin {
	width: 100%;
	text-align: left;
	vertical-align: middle;
}

#satsun {
	display: none;
}

#satbtn {
	display: none;
	color: #4169e1;
}

#sunbtn {
	display: none;
	color: #dc143c;
}

.wrap {
	display: inline-block;
}

.wrap #main {
	width: 108px;
	height: auto;
	text-align: center;
	margin: 2px 4px 2px 2px;
}

/*.wrap #main input {*/
#flatpickr {
	width: 100%;
	height: 44px;
	color: #333;
	border-radius: 5px;
	border: 0px solid #003f88;
	-webkit-border-radius: 5px;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box
}

/* 日曜 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n + 1),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n + 1) {
    color: #dc143c;
}

/* 土曜日：青 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
    color: #4169e1;
}

.flatpickr-months {
	padding: 10px 0px 10px 0px;
}

.flatpickr-innerContainer {
  padding: 0px 0px 0px;
}

/* 降車ボタン */
#offbtn {
	width: 160px;
	margin: 4px;
	color: #333;
	position: relative;
    float: right;
}

/* 時刻ボタン*/
.gbtn {
	display: inline-block;
    margin: 2px;
	padding: 0px;
    width: 44px;
    height: 44px;
    line-height: 43px;
    font-size: 0.875rem;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(250, 250, 250, .3);
    text-align: center;
    vertical-align: middle;
	color: #1A0DAB;
    background-color: #ffe4c4;
    border-radius: 5px;
    cursor: pointer;
}

.obtn:hover,
.obtn:focus,
.gbtn:hover,
.gbtn:focus {
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
	background-image:         linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
}
/* 2段組*/
.two_row {
	height: 38px;
    padding-top: 6px;
    line-height: 16px;
}

/* 3段組*/
.three_row {
    height: 44px;
    padding-top: 0px;
    line-height: 14px;
}

/* 曜日記載 */
.day_mess {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: normal;
}

.saturday {
    color: #4169e1;
}

.sunday {
    color: #dc143c;
}

.on {
	display: inline-block;
}

.gon {
    background-color: #d8e698 !important;
}

.off {
	display: none;
}

.red {
	color: red !important;
}

.red a:link {
	color: red;
}

.red a:visited {
	color: red;
}

.red a:hover {
	color: red;
}

.red a:active {
	color: red;
}

#warn_date,
#warn_none {
	display: none;
	padding: 4px;
	color: red;
	text-align: center;
	font-size: 0.875rem;
	font-weight: bold;
}

#warn_off {
	display: none;
	padding: 4px 0px 16px;
	color: red;
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
}

.r0 {
	background-color: #cccccc;
}
.r1 {
    background-color: #f2f5fd;
}
.r2 {
    background-color: #fdfdea;
}
.r3 {
    background-color: #ffecf2;
}
.r4 {
    background-color: #f0ffee;
}
.r5 {
	background-color: #fcf3e8;
}
.r6 {
    background-color: #effdfd;
}
.r7 {
    background-color: #f8f0ff;
}
.r8 {
	background-color: #fcf3eb;
}
.r9 {
	background-color: #e7eeff;
}
.r10 {
    background-color: #fcfcdd;
}
.r11 {
    background-color: #ffe4ed;
}
.r12 {
    background-color: #e6fde3;
}
.r13 {
	background-color: #fceede;
}
.r14 {
    background-color: #e4fdfd;
}
.r15 {
    background-color: #f4e9ff;
}
.r16 {
	background-color: #fff0e2;
}

/* グルメ背景色 */
.gr1 {
    background-color: #fff0f5;
}
.gr2 {
    background-color: #ffebf0;
}
.gr3 {
    background-color: #e3fcf2;
}
.gr4 {
    background-color: #f4fcdc;
}
.gr5 {
    background-color: #fdefdc;
}
.gr6 {
    background-color: #fde4e4;
}
.gr7 {
    background-color: #fcf0cf;
}
.gr8 {
    background-color: #fdeae4;
}
.gr9 {
    background-color: #ffeee1;
}
.gr10 {
    background-color: #fdecde;
}
.gr11 {
    background-color: #dcfffb;
}
.gr12 {
    background-color: #e4f9fd;
}
.gr13 {
    background-color: #f1efef;
}
.gr14 {
    background-color: #ddf2ff;
}
.gr15 {
    background-color: #f2fcda;
}
.gr16 {
    background-color: #ffe5df;
}
.gr17 {
    background-color: #ffdfe1;
}

.gray {
	background-color: #cccccc;
}

.gray2 {
	background-color: #dddddd;
    font-weight: normal;
}

.green {
	background-color: #d8e698;
}

.active {
	background-color: #d8e698;
    font-weight: normal;
}

.swbtn {
	font-weight: normal;
}

.broute, .bdisp {
    background-color: #d2e9eb;
    font-weight: normal;
}

.bclear {
    background-color:#727171;
    color: #fff;
	font-weight: normal;
    text-shadow: 0 0 0  !important;
	text-decoration: none !important;
}

.groute {
    background-color:#ebe6d6;
    font-weight: normal;
}

.ghp {
	background-color:#b55233;
	color: #fff;
}

/* バスイメージ */
img.bus {
	width: 32px;
	height: 32px;
	padding: 2px;
}

/* スクロール用 */
tbody.sb {
	display: block;
    overflow-y: scroll;
    max-height: 240px;
    /*-webkit-overflow-scrolling: auto;*/
}

.feedtable {
    table-layout: fixed;
    height: 48px;
    margin: 0px 0px 2px;
}

#feed {
	background-color:#b55233;
    margin: 0px 4px;
}

.feed_info {
    max-height: 20px;
    vertical-align: middle;
    padding: 0px 0px 4px;
}

.tablebox {
    padding: 0px;
    margin: 0px;
    overflow-y: scroll;
}

.hp_credit {
	text-align: right;
	margin: 4px;
}

/* bootstrap select */
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.25rem;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	background-clip: padding-box;
	border: 0px;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

@media only screen and (max-width: 768px) {

	/*table.tablesorter thead th {
		height: 44px;
	}*/
	table.tablesorter tbody td.nm {
		white-space: normal;
		min-width: 174px;
	}
	table.tablesorter tbody td.onm {
		text-align: left;
		white-space: normal;
		min-width: 154px;
	}
	table.tablesorter tbody td.mn {
		white-space: normal;
		min-width: 140px;
		max-width: 200px;
	}
	table.tablesorter tbody td.ad {
		white-space: normal;
		min-width: 140px;
	}
	table.tablesorter tbody td.bt {
		white-space: normal;
		text-align: left;
		min-width: 100px;
		max-width: 100px;
	}
	table.tablesorter tbody td.efc {
		white-space: normal;
		text-align: left;
		min-width: 140px;
		max-width: 140px;
	}
	table.tablesorter tbody td.bd {
		max-width: 60px;
		font-size: 0.875rem;
	}
	img.yt {
		width: 32px;
		height: 32px;
	}

	img.yh {
		width: 32px;
		height: 32px;
	}

	img.yn {
		width: 24px;
		height: 24px;
	}

	img.mp {
		width: 32px;
		height: 32px;
	}

	img.bt {
		width: 32px;
		height: 32px;
	}

	img.hp {
		width: 24px;
		height: 24px;
	}

	/* スマホで横に溢れた場合にスクロール*/
	table#stoptable,
    table#timetable,
	table#routetable,
	table#glinetable,
	table#gtfstable,
	table#onsentable,
	table#gourmettable {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}

@media only screen and (max-width: 380px) {
	h1.title {
		font-size: 1.25rem;
	}
	.breadcrumb {
		font-size: 0.875rem;
	}
	table.typetable {
		font-size: 0.875rem;
	}
    table.typetable td.oi {
        font-size: 1.0rem;
    }
    table.typetable td.ot {
        font-size: 1.0rem;
    }
	#routetable {
		font-size: 0.875rem;
	}

	td.no, td.gn {
		font-size: 0.875rem;
	}
	table.tablesorter tbody td.dr {
		min-width: 48px;
	}

	table#alinetable {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}

@media only screen and (max-width: 340px) {

	.type_box {
		flex: 1 0 312px;
		margin: 0px;
	}

	table.typetable td.oh {
		width: 110px;
		padding: 4px 2px 0px;
		margin: 0px;
		text-align: right;
		vertical-align: middle;
	}

	table.typetable td.oi {
		width: 36px;
		padding: 4px 2px 0px;
		margin: 0px;
		text-align: right;
		vertical-align: middle;
	}

	img.yt {
		width: 24px;
		height: 24px;
	}

	.wrap #main {
		width: 74px;
	}

	#flatpickr {
		font-size: 12px;
	}
}