html, body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #313131;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}

.container {
	max-width: 1000px;
	margin: 0 auto;           /* 左右中央寄せ */
	padding: 0 0px;          /* 画面が狭い時用の余白 */
}

.flexbox {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	-webkit-justify-content: center;
	justify-content: center;
}

.main_box {
    flex: 1 0 400px;
    max-width: calc(100% - 276px);
    order: 0;
}

.review_box {
	display: flex;
	flex: 0 1 1024px;
	padding: 0px 6px 6px;
	order: 3;
    flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	margin: 4px 0px;
	text-align: center;
    -webkit-align-items: center;
	align-items: center;
	justify-content: flex-start;
}

.raku_box {
	display: flex;
	padding: 4px 0px 2px;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: flex-start;
}

.btn_box {
	display: flex;
	flex: 0 0 296px;
	order: 1;
	padding: 4px 0px 2px;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: flex-start;
}

#raku_box1 {
    display: flex;
}

#raku_box2 {
    display: none;
}

.raku_header {
	line-height: 24px;
    width: 280px;
	text-align: center;
	margin: 0px 4px 4px;
	padding: 4px;
	text-align: center;
	background: #003f88;
	font-weight: normal;
	text-shadow: initial;
	color: #fff;
}

.raku_flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0px 0px 2px;
}

/* クチコミ評価 */
.avg_rating {
	flex: 0 1 auto;
	font-size: 2.0rem;
	vertical-align: middle;
	text-align: center;
	margin: 2px;
	color: #003f88; /*#e7711b;*/
}

.review {
	flex: 0 0 auto;
	font-size: 0.9375rem;
	line-height: 20px;
	padding: 4px;
    text-align: left;
}

.ads_box {
	display: flex;
    justify-content: center;
	flex: 0 0 308px;
    margin: 2px 0px;
}

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

.sub_btn {
	display: inline-block;
	width: 220px;
	height: 32px;
	line-height: 32px;
	margin-bottom: 4px;
	border: 2px solid #003f88;
	background-color: #fff;
	color: #333;
	border-radius: 5px;
	font-size: 1.125rem;
	cursor: pointer;
	transition: 0.05s;
	border-radius: 4px;
}

header {
	text-align: center;
	position: sticky; 
    top: 0;
    z-index: 1000; 
}

.bc1 {
	background-color: #4a488e;
}
.bc2 {
	background-color: #d0576b;
}
.bc3 {
	background-color: #f39800;
}
.bc4 {
	background-color: #769164;
}

td.c1 {
	color: #4a488e !important;
}
td.c2 {
	color: #d0576b !important;
}
td.c3 {
	color: #f39800 !important;
}
td.c4 {
	color: #769164 !important;
}

header h1 {
	font-size: 1.5rem;
	font-weight: normal;
	color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.sub_name  {
	display: inline-block;
	font-size: 1.5rem;
    padding: 2px 8px 0px;
}

.main_name {
	padding: 6px 0px 2px;
	display: inline-block;
    font-size: 1.5rem;
}

.single_name {
    font-size: 1.5rem;
	padding: 10px 0px;
}

.middle_name {
    font-size: 1.5rem;
}

.small_name {
    font-size: 1.5rem;
}

.nav {
	width: 100%;
	max-width: 100%;
	text-align: left;
	margin: 0 auto;
	font-size: 1.0rem;
}

.breadcrumb {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 8px;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	font-size: 1.0rem;
}

.breadcrumb a {
	text-decoration: none;
}

.breadcrumb {
    box-sizing: border-box;
}

.breadname {
	display: none;
}

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

.breadcrumb-current {
	color: #313131;
    font-size: 1.0rem;
}

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

a:link {
    color: #1A0DAB;
}

a:visited {
    color: #660099;
}

a:hover {
    color: #96c03d;
}

table.detailtable {
    margin: 0px 0px 4px 8px;
	width: 98%;
	width: calc(100% - 8px);
}

/* 温泉ヘッダテーブル */
table.ob {
	table-layout: fixed;
	border-collapse:collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 2px 1px 0px 1px;
	border: 0px;
}

/* 温泉情報テーブル */
table.ot {
	table-layout: fixed;
	border-collapse: collapse;
	padding: 0px;
	border: 0px;
	margin: 2px 1px 0px 1px;
}

/* 施設名 */
td.oname {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	height: 48px;
	border-radius: 5px;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(209, 135, 135, 0.3);
	cursor: pointer;
}

/* ヘッダ */
td.oh {
	width: 90px;
	height: 2.0rem;
	line-height: 1.25rem;
	font-size: 1.0rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color:#888;
	margin-bottom: 2px;
}

/* 情報 */
td.oi {
	text-align: left;
	vertical-align: middle;
	font-size: 1.0rem;
	line-height: 1.25rem;
	padding: 6px;
}

/* 紹介 */
td.os {
	text-align: left;
	vertical-align: middle;
	font-size: 1.0rem;
	font-weight: bold;
	color: #f5861f;
	line-height: 1.25rem;
	padding: 4px 8px;
}
.test{
color: #bcf6f8;
}

/* 風呂 */
td.ob {
	font-weight: bold;
    color: #c53d43;
}

td.ms {
	font-size: 0.875rem;
	line-height: 1.125rem;
}

/* 設備ヘッダ */
table#facilitytable {
    border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
}

table#facilitytable tr:last-child {
    border-bottom: none;
}

table#facilitytable tr:last-child td {
    border-bottom: none;
}

table#facilitytable td.mh {
    max-width: 140px;
	min-width: 80px;
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: 1.0rem;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	color: white;
    background-color: #427CDB;
    border: none;
    border-bottom: solid 1px #ddd;
	margin-bottom: 2px;
}

table#facilitytable td.mp {
    position: relative;
    max-width: 48px;
	min-width: 28px;
    background-color: #427CDB;
    color: white;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
	border-bottom: solid 1px #ddd;
    padding: 4px 0px;
}

table#facilitytable td.mp:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -4px;
    border-left: 10px solid #427CDB;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

table#facilitytable td {
    width: auto;
    text-align: center;
    vertical-align: middle;
    padding: 4px 0;
}

td.mi {
	text-align: center;
	vertical-align: middle;
	font-size: 1.125rem;
	font-weight: normal;
    min-width: 46px;
	padding: 4px;
}

/* 施設なし */
td.none {
	background-color: #aaaaaa !important;
}

td.none:after {
    border-left: 10px solid #aaaaaa !important;
}

.circle {
    width: 15px;             
    height: 15px;            
    border: 2px solid #04d130;  
    border-radius: 50%;       
    display: inline-block;
}

.dash {
    width: 15px;          
    height: 2px;           
    background-color: #555; 
    margin: 2px auto;
    display: block;
}

/* モバイル用TEL */
.tl {
	color: #06F;
	font-weight: bold;
}

.charge {
	font-size: 0.75rem;
	line-height: 0.75rem;
	padding:0px;
	margin: 0px;
}

/* 宿背景色 */
.yc0 {
	background-color: #cccccc;
}
.yc1 {
	background-color: #f0ffff;
}
.yc2 {
	background-color: #fff0f5;
}
.yc3 {
	background-color: #ffffe0;
}
.yc4 {
	background-color: #f0fff0;
}

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

h1.title {
	font-size: 1.25rem;
	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;
}

.charge {
	font-size: 0.75rem;
}
.ls  {
	background-color: #f0ffff;
}


/* 温泉ボタン */
td.om {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

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

.update_time {
	font-size: 0.75rem;
	margin: 0px 0px 8px;
}

img {
	vertical-align: middle;
}

img.i16 {
	cursor: default;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-bottom: 4px;
}

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

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

img.i28 {
	cursor: default;
	vertical-align: middle;
	width: 28px;
	height: 28px;
}

img.i32 {
	cursor: pointer;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	padding: 6px 4px 6px 0px;
}

.photo_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.photo {
	flex: 1 1 auto;
	height: auto;
    max-height: 256px;
    object-fit: contain;
	padding: 4px;
}

.price_rank {
    width: 48px;
    height: 16px;
    padding: 0px 2px 2px;
    cursor: default;
}

.bath {
	display: inline-block;
    padding: 2px 4px;
    margin: 0px 2px;/* 2px;*/
	height: 22px;
    line-height: 22px;
    font-size: 1.0rem;
    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_sm {
	display: inline-block;
    padding: 3px 4px;
    margin: 1px 2px 1px;
	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;
}

.rooms {
	display: inline-block;
    padding: 4px;
	margin-left: 8px;
	color: #fff;
	background-color: #427CDB;
    border-radius: 3px;
}

.bath_spa {
    background-color: #CF6268;
}

.bath_on {
    background-color: #427CDB;
}

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

#charge_info {
	font-size: 0.875rem;
}

#bath_type, #bath_quality, #bath_benefits, #charge_info {
	display: none;
}

.ghost_btn {
	width: 280px;
	height: 48px;
	display: flex;
	margin: 2px;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border: 2px solid #003f88;
	background-color: #fff;
	color: #333;
	border-radius: 5px;
	font-size: 1.0rem;
	cursor: pointer;
	transition: 0.05s;
}

.ghost_btn:hover {
	background-color: #cfffcf;
}

.photos, .room_btn {
    height: 36px;
	text-align: center;
	margin: 0 auto;
}

.raku_btn {
	width: 88px;
	height: 64px;
	display: flex;
	flex-direction: column;
	margin: 2px;
	padding: 0px;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border: 2px solid #003f88;
	background-color: #fff;
	color: #333;
	border-radius: 5px;
	font-size: 0.875rem;
	cursor: pointer;
	transition: 0.05s;
}

.raku_btn:hover {
	background-color: #cfffcf;
}

img.raku_pict {
	width: 32px;
	height: 32px;
	margin: 0px 0px 6px;
}

img.pict2 {
	width: 24px;
	height: 24px;
	margin: 0px;
}

.btn_text {
	width: 180px;
	margin-left: 12px;
	text-align: left;
}

.tap_btn {
	display: inline-block;
	margin: 0px 8px 2px;
	padding: 4px;
    height: 32px;
    line-height: 32px;
    font-size: 1.0rem;
    /*font-weight: bold;*/
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.raku_review {
    min-width: 58px;
    color: #fff;
    background-color: #93ca76;/* #eb6e00;*/
}

.rlow {
    background-color: #7b7c7d;/*#8b0000;*/
}

.rhigh {
    background-color: #93ca76;/*#32cd32;*/
}

.gray {
	border: 2px solid #adadad;
	background-color: #adadad;
    color: #888;
    cursor: not-allowed;
}

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

.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;
}

.rate_review:after {
	color: #003f88;/*#eb6e00;*/
}

.rating {
	font-size: 0.875rem;
    height: 14px;
    line-height: 14px;
}

.rating:after {
	color: #003f88; /*#eb6e00;*/
}

.low {
    color: #7b7c7d;
}

.low:after {
    color: #7b7c7d;
}

.high {
    color: #12B438; /* #93ca76;*/
}

.high:after {
    color: #12B438; /* #93ca76;*/
}

.nb {
	display: block;
	overflow-y: hidden;
}

.review1:after {
	width: 14px;
}

.review2:after {
	width: 28px;
}

.review3:after {
	width: 42px;
}

.review4:after {
	width: 56px;
}

.review5:after {
	width: 70px;
}

.uicon {
	margin: 0px 4px;
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.uicon {
	transition: 0.1s;
}

.uicon:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.total {
	color: #003f88; /*#eb6e00;*/
	font-size: 0.9375rem;
}

.tap_btn {
	display: inline-block;
	margin-left: 4px;
	padding: 0px 4px;
    height: 36px;
    line-height: 36px;
    font-size: 1.0rem;
    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: 5px;
    cursor: pointer;
}

.tap_btn:hover,
.tap_btn: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));
}

.route {
	display: inline-block;
	margin-top: 3px;
    margin-left: 4px;
	padding: 0px;
    width: 64px;
    height: 36px;
    line-height: 36px;
	font-size: 0.9375rem;
	font-weight: normal;
	text-decoration:none;
    text-shadow: none;
    text-align:center;
	border: 1px solid #003f88;
	background-color: #fff;
    color: #333;
    border-radius:5px;
    cursor: pointer;
}

#detail {
	margin-left: 10px;
	font-size: 0.875rem;
	background-color: #d6426b;
}

#addition {
	height: 24px;
    line-height: 24px;
	margin-left: 10px;
	font-size: 0.875rem;
	background-color: #aaaaaa;
}

#foot	{
	clear: both;
	color: #fff;
}

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

#foot p	{
    font-size: 0.75rem;
    color: #fff;
	margin: 0;
}

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

.alert {
	width: 98%;
	width: calc(100% - 8px);
	padding: 4px;
	font-size: 1.0rem;
	font-weight: bold;
	text-align: center;
	color: #ff0000;
}

.area_title {
	font-size: 1.0rem;
	font-weight: bold;
	text-align: center;
	margin: 8px 0px;
}

.room_box {
	flex: 0 1 1280px;
	padding: 0px 6px 6px;
	order: 2;
	overflow-x: auto;
}

.room_container {
	overflow-x: auto;
    white-space: nowrap;
}

.room_header {
	color: #003f88;
	font-size: 0.9375rem;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px 6px;
}

.room_scroll {
	color: #003f88;
	text-align: right;
	font-size: 0.75rem;
	font-weight: bold;	
	margin: -16px 0px 4px 0px;
}

.room_footer {
	text-align: right;
	font-size: 0.75rem;
	color: #555;
	padding: 4px 4px; 
}

.room_table {
	border-collapse: collapse;
	width: 100%;
}

.room_table td {
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.0rem;
    border-right: none;
	border-right: 1px solid #003f88;
	background-color: rgba(200,200,200,0.2);
	overflow: hidden;
}

.room_table td.num_head {
	min-width: 68px; 
	position: sticky;
    left: 0; 
	color: white;
	border: 1px solid rgba(100,100,100,0.2);
	font-weight: bold;
    background-color: #427CDB; 
	vertical-align: middle;
    z-index: 1; 
}

.room_table td:last-child {
    border-right: none;
}

.date {
	min-width: 74px;
	text-align: center;
    padding: 2px 0;
    color: #333;
}

.weekday {
	color: #333;
}

.saturday {
    color: #4169e1;
}

.sunday {
    color: #dc143c;
}

.charge {
	font-size: 0.875rem;
	padding: 2px;
}

.noroom {
	font-size: 0.875rem;
	color: #ff0000;
}

#hotel {
    max-width: 300px;
}

#room {
    max-width: 300px;
}

#yadotable {
    border-width: 1px 0px !important;
	width: calc(100% - 8px);
	min-width: 300px;
	margin: 4px;
}

table.yadosorter {
	width: 98%;
	margin: 4px;
}

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

table.yadosorter thead th {
	height: 32px;
	vertical-align: middle;
}

table.yadosorter tbody td {
    height: 32px;
	vertical-align: middle;
	text-align: center;
}

table.yadosorter tbody td.nm {
    white-space: normal;
	text-align: left;
	line-height: 1.25rem;
	min-width: 180px;
    max-width: 240px;
    padding: 4px 8px;
}

table.yadosorter tbody td.rt {
	text-align: center;
	color: #003f88;/*#eb6e00;*/
	min-width: 58px;
	max-width: 60px;
}

table.yadosorter tbody td.rc {
	text-align: center;
	color: #003f88; /* #eb6e00;*/
	min-width: 68px;
	max-width: 68px;
}

table.yadosorter tbody td.pr {
	text-align: center;
	min-width: 90px;
	max-width: 90px;
}

table.yadosorter tbody td.bt {
    white-space: normal;
	text-align: center;
	width: 192px;
	min-width: 200px;
}

table.yadosorter tbody td.fc {
    white-space: normal;
	text-align: center;
    vertical-align: middle;
	width: 226px;
	min-width: 116px;
}

table.yadosorter tbody td.low {
	color: #7b7c7d;/* #8b0000;*/
}

table.yadosorter tbody td.high {
	color: #12B438;/* #32cd32;*/
}

table.yadosorter tbody td {
	padding: 2px;
}

.flex_btn {
	display: flex;
	flex: 1 0 100%;
	order: 2;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0px;
}

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

a.btn:hover {
	opacity: 0.8;
}

#day_spa {
	background-color:#c53d43;
}

#michi_eki {
    background-color:#12509b;
}

#google_img {
	padding: 4px;
}

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

    table.yadosorter thead th {
		height: 44px;
	}

	table.yadosorter tbody td {
		height: 40px;
	}

	table.yadosorter tbody td.bt {
		text-align: left;
		width: 96px;
		min-width: 96px;
	}
	table.yadosorter tbody td.fc {
		text-align: left;
		width: 114px;
		min-width: 114px;
	}
	.ghost_btn:hover {
		background-color: #fff;
	}

    .bath_sm {
        margin: 1px 2px 1px;
    }
}

/* スマホ */
@media only screen and (max-width: 720px) {

	.main_name,
	.sub_name {
		display: block;
		text-align: middle; 
		margin: 0 5px;
	}

	.main_name {
		font-size: 1.25rem;
	}

	.sub_name {
		font-size: 1.0rem;
	}

    .main_box {
		width: 100%;
		max-width: 100%;
		flex: 1 1 100%;
		order: 0;
	}

	.room_box {
		flex: 1 0 100%;
		padding: 4px 0px 0px;
		order: 1;
	}
	
    .review_box {
		flex: 1 0 100%;
		padding: 4px 8px 0px;
		order: 2;
	}

	.btn_box {
		max-width: 100%;
		flex: 1 0 100%;
		margin-top: 0px;
		order: 3;
	}

	.review_box {
		width: 100%;
	}

    #raku_box1 {
        display: none;
    }

    #raku_box2 {
		width: 94%;
        display: flex;
    }

	#raku_flex {
		width: 100%;
	}

	.raku_btn {
		margin: 2px 6px;
	}

	.raku_header {
		width: 100%;
	}

	.review {
		width: 96%;
		padding: 4px 0px;
	}

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

    .sub_name  {
        font-size: 1.125rem;
    }

    .middle_name {
        font-size: 1.25rem;
    }

    .small_name {
        font-size: 1.25rem;
    }

	.nav {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		text-align: left;
		font-size: 1.0rem;
	}

	.breadcrumb {
		width: 100%;
		margin: 0 auto;
	}

    .bath {
		font-size: 0.9375rem;
	}

	table.detailtable {
		margin: 0px 0px 4px;
		width: 100%;
	}

	#yadotable {
		margin: 0px;
		width: 100%;
	}

	table.yadosorter thead th {
		font-size: 0.937rem;
	}

	table.yadosorter thead td {
		font-size: 0.9375rem;
	}

	table.yadosorter tbody td.bt {
		text-align: left;
		width: 96px;
		min-width: 96px;
	}

	table.yadosorter tbody td.fc {
		text-align: left;
		width: 114px;
		min-width: 114px;
	}

	table.yadosorter tbody td.nm {
		line-height: 1.25rem;
		min-width: 160px;
	}
    
	table.yadosorter tbody td.rt {
		width: 48px;
	}

	table.yadosorter tbody td.rc {
		width: 48px;
	}

	table.yadosorter tbody td.pr {
		min-width: 88px;
        max-width: 96px;
	}

    table.yadosorter tbody td.bt {
        width: 96px;
        min-width: 96px;
        max-width: 96px;
    }

    table.yadosorter tbody td.fc {
        width: 116px;
        min-width: 116px;
        max-width: 116px;
    }
}

/*
@media only screen and (max-width: 440px) {
	header h1 {
		font-size: 1.375rem;
	}

    .sub_name  {
        display: block;
        font-size: 1.0rem;
        padding: 0px 0px 4px 0px;
    }

    .middle_name {
        font-size: 1.25rem;
    }

    .small_name {
        font-size: 1.125rem;
    }

	td.oh {
		width: 90px;
		height: 1.75rem;
		line-height: 1.75rem;
		font-size: 1.0rem;
	}

	td.oi {
		line-height: 1.25rem;
		font-size: 1.0rem;
	}

	td.ms {
		font-size: 0.9375rem;
		line-height: 1.25rem;
	}

	.area_title {
		font-size: 0.9375rem;
	}

	.review_box {
		width: 280px;
	}

	.bath {
		height: 18px;
		line-height: 1.25rem;
		font-size: 0.9375rem;
	}

	td.chk, .rooms {
		font-size: 0.9375rem;
	}

	table.yadosorter tbody td.nm {
		font-size: 0.9375rem;
		line-height: 1.25rem;
		min-width: 160px;
	}
	table.yadosorter tbody td.rt {
		font-size: 1.125rem;
		width: 48px;
	}
	table.yadosorter tbody td.rc {
		font-size: 1.125rem;
		width: 48px;
	}
	table.yadosorter tbody td.pr {
		font-size: 0.875rem;
		min-width: 70px;
	}
}
*/
/* 印刷時 */
@media print {

	body.yc1, body.yc2, body.yc3, body.yc4,
	header.bc1, header.bc2, header.bc3, header.bc4 {
		background-color: #fff;
	}

	header h1 {
		color: #000;
		background-color: #fff;
		text-shadow: none;
	}

	a:link, a:visited, a:hover {
        color: #000;
	}

	td.oh, td.oi {
		color: #000;
		background-color: #fff;
		border-bottom: solid 1px #eee;
		text-shadow: none;
	}

	td.ar {
		border-bottom: solid 1px #eee;
	}

	td.rating {
		border-top: solid 1px #eee;
		border-bottom: solid 1px #eee;
	}

	.tl {
		color: #000;
	}

	.breadcrumb, .ghost_btn, .zoom_btn {
		display: none;
	}

	.map {
        margin-top: 28px;
	}
}
