@charset "utf-8";

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.list-kv-wrap {
	border-top: 2px solid #FF5800;
}

/*-----------------------------------------
	メイン
-----------------------------------------*/
.main-content {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

/*-----------------------------------------
	content-header
-----------------------------------------*/
.content-header {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

.bread-crumb {
	float: left;
	margin-top: 10px;
}
.bread-crumb > li {
	float: left;
}
.bread-crumb > li + li:before {
	color: #323232;
	margin: 0 5px;
	content: ">";
}

.stay-data {
	float: right;
	width: 465px;
	height: 40px;
	padding: 5px;
	background-color: #F7F7F7;
	box-sizing: border-box;
}
.stay-data-list {
	float: left;
}
.stay-data-list > li {
	float: left;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
.stay-data-list > li:first-child {
	font-size: 15px;
}
.stay-data-submit {
	float: right;
}
.btn.search-again {
	display: table-cell;
	width: 120px;
	border-right: 1px solid #4F4F4F;
	border-bottom: 2px solid #4F4F4F;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 26px;
	vertical-align: middle;
	text-align: center;
	z-index: 2;
}

.search-container .search-form-container {
	background-color: #FFFFFF;
	border: 1px solid #BDBDBD;
	width: 280px;
	margin-top: 0;
}
.search-container .top-kv-search input[type="text"] {
	border: 1px solid #BDBDBD;
}
.search-container .top-kv-search {
	width: 280px;
	margin: 0 auto;
	color: #323232;
	background-color: rgba(255,255,255, 0.8);
	padding: 25px 15px;
	position: relative;
	z-index: 3;
	box-sizing: border-box;
	text-align: center;
}
.search-close-btn {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	background-image: url(../../img/common/icon-close.png);
	background-position: 17px 6px;
	background-repeat: no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	text-decoration: none;
	box-sizing: border-box;
}

.current {
	background-color: #DDDDDD;
}
.simple-calendar td:hover,
.top-kv-search-members-list > li:hover {
	background-color: #DDDDDD;
}


/*-----------------------------------------
	content-body
-----------------------------------------*/
.content-body {
	padding-top: 20px;
}

/* ----- Left ----- */
.content-body-left {
	float: left;
	width: 280px;
}
.sidenav-content + .sidenav-content {
	margin-top: 40px;
}
.sidenav-content > h3 {
	font-size: 26px;
	color: #323232;
	line-height: 1;
	font-family: 'Alegreya Sans', 'SimHei', sans-serif;
}

/* ----- Property Highlights ----- */
.property-highlights {
	margin-top: 15px;
	padding: 0 15px;
	background-color: #FFF9EB;
}
.property-highlights-list > li {
	position: relative;
	padding: 15px 0 15px 35px;
	font-size: 14px;
	color: #909090;
	word-break: normal;
}
.property-highlights-list > li:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 22px;
	height: 22px;
	margin-top: auto;
	margin-bottom: auto;
	background-image: url(../../img/detail/icon-check.png);
	background-position: 0;
	background-repeat: no-repeat;
	content: "";
}
.property-highlights-list > li + li {
	border-top: 1px dotted #BDBDBD;
}
.property-stay-list > li {
	float: left;
	box-sizing: border-box;
	padding-right: 20px;
}
.property-stay-list > li .check-time {
	font-size: 14px;
	color: #323232;
	text-align: center;
}
.property-stay-list > li + li {
	border-left: 1px solid #BDBDBD;
	padding-left: 20px;
	padding-right: 0;
}
.property-language-list {
	margin-left: 10px;
	font-size: 14px;
	color: #323232;
}
.property-language-list > li:before{
	padding-right: 5px;
	content: "-";
}

/* ----- Reviews ----- */
.reviews {
	margin-top: 15px;
	padding: 20px;
	border: 1px solid #BDBDBD;
}
.user-score {
	padding-bottom: 5px;
	border-bottom: 2px solid #BDBDBD;
	font-size: 14px;
	color: #323232;
}
.user-score-left {
	float: left;
	line-height: 1.3;
}
.user-score-right {
	display: table;
	position: relative;
	float: right;
	font-size: 20px;
	line-height: 40px;
}
.user-score-right span {
	display: table-cell;
	vertical-align: middle;
}
.user-score-right > .score {
	font-size: 30px;
	color: #35A9BC;
}
.user-score-right > .slash {
	width: 21px;
	height: 34px;
	background: url(../../img/detail/icon-slash.png) no-repeat;
	font-size: 40px;
	text-indent: -9999px;
}
.chart-container{
	width: 240px;
	height: 240px;
	margin: 10px auto;
}
.view-reviews {
	position: relative;
	margin-top: 20px;
	font-size: 14px;
	text-align: right;
}
.view-reviews > a {
	padding-right: 10px;
}
.view-reviews > a:after {
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 0;
	width: 6px;
	height: 8px;
	background: url(../../img/common/arrow-orange-right.png) no-repeat;
	content: "";
}

/* ----- Right ----- */
.content-body-right {
	float: left;
	width: 680px;
	margin-left: 20px;
}

/* Hotel Header */
.hotel-header-left {
	float: left;
	max-width: 500px;
}
.hotel-type {
	display: inline-block;
	padding: 0px 10px;
	border: 1px solid #216066;
	font-size: 16px;
	font-weight: bold;
	color: #216066;
	line-height: 20px;
}
.hotel-name-container {
	position: relative;
	margin-top: 5px;
}
.hotel-name {
	display: table;
}
.hotel-name > span.en {
	display: table-cell;
	vertical-align: middle;
	font-size: 32px;
	font-weight: bold;
	color: #323232;
	line-height: 1;
	overflow: hidden;
}
.hotel-name > span.jp {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-weight: normal;
}
.bookmark-container {
	position: absolute;
	top: 7px;
	right: -30px;
}
.hotel-address {
	margin-top: 5px;
	font-size: 12px;
	color: #909090;
}

/* ----- Bookmark ----- */
.balloon-tooltip {
	display: none;
	position: absolute;
	top: -38px;
	left: -28px;
}
.no-svg .balloon-tooltip {
	left: -33px;
}
.balloon-tooltip > p {
	position: relative;
	width: 127px;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #FF6B08;
	font-size: 12px;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
.no-svg .balloon-tooltip > p {
	width: 161px;
	height: 38px;
	padding-left: 13px;
	border: none;
	background: url(../../img/common/balloon-oldie.png) no-repeat;
}
.balloon-tooltip > p:before {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #FFFFFF transparent transparent transparent;
	z-index: 20;
}
.balloon-tooltip > p:after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 10px;
	margin-left: -1px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 3px 10px;
	border-color: #CCCCCC transparent transparent transparent;
	z-index: 10;
}
.no-svg .balloon-tooltip > p:before,
.no-svg .balloon-tooltip > p:after {
	display: none;
}
.bookmark-checkbox input[type="checkbox"] {
	filter: alpha(opacity="1");
	opacity: 0.01;
	position: absolute;
	top: -2px;
	left: -17px;
}
.bookmark-checkbox input[type="checkbox"] + span {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	float: left;
	overflow: hidden;
	width: 16px;
	height: 15px;
	text-indent: -9999px;
	background: url(../../img/list/sprite-bookmark.png) no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	cursor: pointer;
}
.bookmark-checkbox input[type="checkbox"] + span.selected {
	background-position: 0 -15px;
}

.hotel-header-right {
	display: table;
	position: relative;
	float: right;
	width: 250px;
	height: 90px;
}
.hotel-id-container {
	text-align: right;
}
.book-btn-container {
	display: table-cell;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	height: 28px;
	content: "";
}
.btn {
	display: block;
	position: relative;
	text-decoration: none;
	font-family: 'Alegreya Sans', 'SimHei', sans-serif;
}
.btn.book {
	display: table-cell;
	width: 101px;
	margin-top: 13px;
	margin-left: 28px;
	border-right: 1px solid #C13E05;
	border-bottom: 2px solid #C13E05;
	background-color: #FF5800;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 28px;
	vertical-align: middle;
	text-align: center;
}

/*IEでhover効果が逆の装飾になるバグ対処*/
#jsi-detail-book-btn {
  display: inline-block\9;
  margin-top: 0\9;
}
@media all and (-ms-high-contrast: none) {
  #jsi-detail-book-btn {
    display: inline-block;
    margin-top: 0;
  }
}

.btn.book:hover {
	background-color: #C13E05;
}
.btn:hover {
	top: 1px;
	left: 1px;
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.btn.search-again:hover {
	background-color: #4F4F4F;
}

/* Hotel Body */
.hotel-body {
	margin-top: 10px;
}

.hotel-detail {
	margin-top: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #323232;
}
.hotel-detail + .hotel-detail {
	margin-top: 20px;
	font-size: 12px;
	font-weight: normal;
}

.rooms-rates {
	margin-top: 60px;
}
/* select box */
.rooms-rates-title > h3 {
	float: left;
	font-size: 26px;
	color: #323232;
	line-height: 1;
	font-family: 'Alegreya Sans', 'SimHei', sans-serif;
}
.sort-toggle {
	float: right;
	font-size: 0;
}
.sort-box-container {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.toggle-sort-list {
	display: none;
	position: absolute;
	top: 27px;
	left: 0;
	width: 224px;
	background-color: #FFFFFF;
	z-index: 100;
	box-sizing: border-box;
	padding-top: 7px;
	padding-bottom: 7px;
	border-left: 1px solid #BDBDBD;
	border-right: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
}
.sort_list a:hover {
	background-color: #DDDDDD;
}
.sort-box {
	display: inline-block;
	width: 163px;
	padding: 1px 42px 1px 17px;
	border: 1px solid #BDBDBD;
	text-decoration: none;
	font-size: 14px;
	color: #909090 !important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sort-box:after {
	position: absolute;
	top: 11px;
	right: 20px;
	display: block;
	width: 15px;
	height: 8px;
	background-repeat: no-repeat;
	content: "";
}
.sort-box-visble:after {
	background-image: url(../../img/list/arrow-sort-bottom.png);
}
.sort-box-hidden:after {
	background-image: url(../../img/list/arrow-sort-top.png);
}
.sort_list a {
	display: block;
	padding: 3px 17px;
	text-decoration: none;
	font-size: 14px;
	color: #323232 !important;
}

/* -------------------------------------------- */
.room-list-container {
	position: relative;
	margin-top: 15px;
}
.latest-booking {
	display: none;
	position: absolute;
	top: -5px;
	left: 0;
	width: 180px;
	line-height: 25px;
	background-color: #417FB4;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
}
.latest-booking > span {
	font-weight: bold;
}
.room-supplement {
	font-size: 12px;
	color: #323232;
	text-align: right;
}

.room-list-item {
	border: 1px solid #BDBDBD;
	border-bottom: none;
}
.room-list-item:first-child {
	margin-top: 5px;
}

.hotel-image,
.room-detail,
.room-price {
	float: left;
	box-sizing: border-box;
}
.hotel-image {
	float: left;
	margin: 5px;
}
.hotel-image > img {
	width: 130px;
	height: 130px;
}
.room-list {
	float: left;
}
.room-data {
	position: relative;
}
.room-detail {
	position: relative;
	width: 380px;
	min-height: 140px;
	padding: 15px;
	border-right: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.room-detail > h4 {
	font-size: 18px;
	line-height: 1;
	color: #323232;
}
/* room type */
 .room-type {
	padding: 10px 0 5px 15px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #BDBDBD;
	box-sizing: border-box;
}
.room-type > li {
	float: left;
	color: #323232;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
}
.room-type > li > span {
	margin-left: 5px;
}
.room-type > li + li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #333333;
}
.room-list > li {
	box-sizing: border-box;
}
.room-list > li + li {
	border-top: 1px solid #BDBDBD;
	border-bottom: none;
}
.room-meal-wrap {
	margin-top: 25px;
	overflow: hidden;
}
.room-meal {
	font-size: 12px;
	color: #909090;
	float: left;
}

/* -------------------------------------------- */
.room-cancel {
	font-size: 14px;
	color: #35A9BC;
}
.more-detail {
	float: right;
	padding-right: 15px;
	position: relative;
}
.more-detail:after {
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 0;
	width: 8px;
	height: 6px;
	content: "";
}
.more-detail.open:after {
	background: url(../../img/common/arrow-orange-bottom.png) no-repeat;
	content: "";
}
.more-detail.close:after {
	background: url(../../img/common/arrow-orange-top.png) no-repeat;
	content: "";
}

.room-price {
	width: 168px;
	padding: 10px 10px 10px 0;
	text-align: right;
}
.avg-price,
.final-price,
.original-price,
.rest-room {
	line-height: 1;
}
.avg-block {
	width: 165px;
	margin-left: auto;
}
.avg-desc {
	color: #323232;
}
.total-block {
	margin-top: 10px;
}
.total-desc {
	margin-top: 5px;
	color: #323232;
	line-height: 1.3;
}
.total-price {
	max-width: 178px;
	margin-left: auto;
	line-height: 1.3;
	color: #323232;
	text-align: right;
	font-size: 16px;
	font-style: italic;
}
.final-price {
	font-size: 20px;
	color: #323232;
	font-style: italic;
	min-width: 148px;
	line-height: 1.2;
}
.original-price {
	margin-top: 5px;
}
.original-price > .discount {
	padding-right: 10px;
	font-size: 14px;
	color: #BC1515;
}
.original-price > .price-before {
	font-size: 16px;
	text-decoration: line-through;
	color: #323232;
}
.rest-room {
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #BC1515;
}
.room-book {
	display: inline-block;
	margin-top: 5px;
}
.room-more-detail {
	display: none;
	width: 370px;
	display: none;
	padding: 0 15px 15px;
	border-right: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.room-info-text {
	padding: 7px;
}

.plan-description {
	padding: 7px;
}

.facilities-table{
	margin-top: 15px;
	border: 1px solid #CCCCCC;
}
.how-to-access {
	margin-top: 60px;
}
.how-to-access > h3 {
	font-size: 26px;
	color: #323232;
	line-height: 1;
	font-family: 'Alegreya Sans', 'SimHei', sans-serif;
}
.how-to-access > p {
	margin-top: 15px;
	color: #323232;
}
.google-map {
	margin-top: 15px;
}

.hotel-details {
	margin-top: 60px;
}
.hotel-details > h3 {
	font-size: 26px;
	color: #323232;
	line-height: 1;
	font-family: 'Alegreya Sans', 'SimHei', sans-serif;
}
.hotel-details-table {
	margin-top: 15px;
	border: 1px solid #CCCCCC;
}
.hotel-details-table tr + tr {
	border-top: 1px solid #CCCCCC;
}
.hotel-details-table th {
	width: 239px;
	padding: 15px 10px;
	background-color: #F7F7F7;
	font-size: 14px;
	color: #216066;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
}
.hotel-details-table td {
	width: 439px;
	padding: 15px 20px;
	vertical-align: middle;
	font-size: 14px;
	box-sizing: border-box;
}
.hotel-details-table .td01{
	padding: 3px 15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #F7F7F7;
	width: 226px;
	height: 19px;
	text-align: center;
}
.hotel-details-table .td02{
	padding: 3px 15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #FAFAFA;
	width: 69px;
	height: 19px;
	text-align: center;
}
.hotel-details-table .td03{
	padding: 3px 15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFFF;
	width: 69px;
	height: 19px;
	text-align: center;
}
.card-list > li {
	float: left;
}
.card-list > li + li {
	margin-left: 10px;
}
.card-list > li img {
	width: auto;
	height: 37px;
}
.room-crack-panel {
	top: -40px!important;
}

/*ここから大玉追加*/
.filter-plan {
	margin-top: 30px;
}



.filter-title p {
	font-size: 26px;
	color: #505050;
}

.filter-title p {
	font-family: 'Alegreya Sans', 'SimHei', sans-serif;
}

.filter-form input {
	display: block;
}

.filer-form {
	border: 1px solid #BDBDBD;
	padding: 20px 24px 25px 24px;
}

.filer-form p {
	font-size: 13px;
}

.search-container {
    margin: 12px auto;
}

.room-type-checkbox .filter-checkbox:nth-child(2),
.meal-type-checkbox .filter-checkbox:nth-child(2),
.bed-type-checkbox .filter-checkbox:nth-child(2){
	 margin-top: 10px;
}

/*.room-type-checkbox .filter-checkbox:nth-child(8),
.meal-type-checkbox .filter-checkbox:nth-child(4) {
	 margin-bottom: 10px;
}*/

.update-btn:hover {
	background-color: #C13E05;
	cursor: pointer;
}

.update-btn,.update-btn:hover {
	transition: all 0.2s linear 0s;
}

.update-btn {
	width: 210px;
	height: 34px;
	background: #FF5800;
	display: inline-block;
	border-bottom: 2px solid #C13E05;
	border-right: 1px solid #C13E05;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	box-sizing: border-box;
}
.sort-toggle > .sort-text{
	font-size: 16px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.sort-box-container {
	font-size: 16px;
	margin-left: 10px;
}
.room-plan {
	padding: 10px;
	position: relative;
	text-align: left;
}

.room-plan-img {
	display: inline-block;
	vertical-align: middle;
}

.room-plan-list {
	border: 1px solid #BDBDBD;
	box-sizing: border-box;
	padding-bottom: 10px;
	background-color: #F7F7F7;
	text-align: center;
}

.room-plan-list +.room-plan-list {
	margin-top: 15px;
}

.room-plan-list-more {
	/* display: none; */
	border: 1px solid #BDBDBD;
	border-top: 1px solid #BDBDBD;
	box-sizing: border-box;
	padding-bottom: 10px;
	background-color: #F7F7F7;
}

.room-plan-list-more + .room-plan-list-more {
	margin-top: 11px;
}

.plan-item-list {
	background-color: #FFFFFF;
}

.room-plan-text {
	width: 504px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.room-plan-text h4 {
	font-size: 18px;
	line-height: 1;
	color: #323232;
	font-weight: bold;
}

.plan-item {
	margin: 0 10px 0px 10px;
}


.max-guest {
	margin-left: 0;
}

.plan-item-list > li {
	border-left: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	border-right: 1px solid #BDBDBD;
	box-sizing: border-box;
}

.plan-item-list > li:first-child {
	border-top: 1px solid #BDBDBD;
	box-sizing: border-box;
}

.plan-detail-list {
	display: table;
	position: relative;
	min-height: 115px;
}

.plan-detail-list > li {
	display: table-cell;
	vertical-align: middle;
}

.plan-detail-list li:first-child {
	width: 366px;
	border-right: 1px solid #BDBDBD;
	box-sizing: border-box;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 39px;
	text-align: left;
}

.plan-detail-list li:nth-child(2) {
	border-right: 1px solid #BDBDBD;
	box-sizing: border-box;
}

.plan-detail-list li:nth-child(2),.plan-detail-list li:last-child {
	width: 144px;
	position: relative;
}

.plan-book {
	text-align: center;
}

.open-menu-1 p,
.open-menu-2 p,
.open-menu-3 p {
	margin-top: 6px;
	/* display: inline-block; */
}

.jpy {
	padding-bottom: 2px;
	margin-bottom: 5px;
}

.usd {
	padding-bottom: 3px;
}

.jpy,.usd {
	display: inline-block;
	font-size: 18px;
	color: #FF5800;
	line-height: 1;
	border-bottom: 1px solid #BDBDBD;
}

.plan-item-price {
	position: relative;
}

.plan-item-price::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url(/assets/global/icon/img/icon-txt.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: -15px;
}
.no-svg .plan-item-price::after {
	background-image: url(/assets/global/icon/img/icon-txt.png);
}

.plan-icon-block > .use-conditon > img {
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: 7px;
	right: -12px;
}

.cation > .cation-text :after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url(/assets/global/icon/img/icon-txt.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: -17px;
	margin-right: 5px;
}

.bed > .bed-text span > img {
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: 7px;
	right: -12px;
}

.reservation-text p {
	margin-bottom: 5px;
}

.money-type {
	font-size: 12px;
}

.plan-type {
	position: relative;
}

.about-plan-detail {
	display: inline-block;
	border-bottom: 1px dashed #BDBDBD;
}

.bed-text {
	display: inline;
	padding-bottom: 4px;
}

.detail-target{
	cursor: pointer;
}

.toolbar {
	position: absolute;
	width: 200px;
	padding: 10px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	display: none;
	opacity: 0.8
}

.plan-btn {
	width: 20px;
	height: 20px;
	line-height: 50px;
	background-image: url(/assets/global/icon/img/icon-plan.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 10px;
	right: 10px;
}
.no-svg .plan-btn {
	background-image: url(/assets/global/icon/img/icon-plan.png);
}

.detail-target.plan-btn:hover {
	cursor: url(/assets/global/icon/img/icon-glass.png),default;
}


.toilet-text {
	display: inline-block;
}

.toil-text:before {
	content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/assets/global/icon/img/icon-toilet.svg);
    background-repeat: no-repeat;
	margin-right: 5px;
}
.no-svg .toil-text:before {
	background-image: url(/assets/global/icon/img/icon-toilet.png);
}

.plan-btn > span {
	color: #FFFFFF;
	font-size: 10px;
	display: inline-block;
	text-indent: -9999px;
}

.triangle {
	font-size: 18px;
	line-height: 1;
	color: #323232;
	margin-top: 43px;
}

.triangle:after {
	content: "";
	display: block;
	border-bottom: 1px dashed #BDBDBD;
	width: 100px;
	height: 2px;
	box-sizing: border-box;
	position: absolute;
	left;: 0
	bottom: 21px;
}

.filter-checkbox input[type="checkbox"]+ label:before,
.filter-checkbox input[type="checkbox"] + label:after{
	display: none;
}

.filter-list > li input[type="checkbox"]+ label:before,
.filter-list > li input[type="checkbox"]:checked + label:after {
	display: none;
}

.reservation-text p:before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0;
	border-left: 7px solid #777777;
	border-right: 0px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid transparent;
	margin-bottom: 1px;
	margin-right: 5px;
}

.triangle:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 17px solid #BDBDBD;
	border-right: 11px solid transparent;
	border-top: 0 solid transparent;
	border-left: 11px solid transparent;
	/* position: absolute; */
	/* left: 390px; */
	/* top: 47px; */
}

.more-plan {
	text-align: center;
}

.more-plan-triangle {
	margin-top: 10px;
	text-align: center;
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding-right: 25px;
	padding-left: 25px;
	border-bottom: 1px solid #BDBDBD;
}

.more-plan-triangle:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 11px solid #BDBDBD;
	border-right: 5px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	/* left: 390px; */
	right: 0;
	top: 5px;
}

.more-plan-close {
	text-align: center;
	position: relative;
	cursor: pointer;
}

.more-plan-close:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 11px solid #BDBDBD;
	border-right: 5px solid transparent;
	border-top: 0 solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	left: 390px;
	top: 5px;
}

.triangle .detail-target {
	margin-left: 10px;
}

.more-plan-close:after {
	content: "";
	display: block;
	width: 121px;
	height: 1px;
	border-top: 1px solid #BDBDBD;
	margin: 0px auto;
}

.more-plan-list > li {
	border-left: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	border-right: 1px solid #BDBDBD;
	box-sizing: border-box;
}

.more-plan-list > li:first-child {
	box-sizing: border-box;
}

.more-plan-box {
	background-color: #FFFFFF;
	display: none;
	margin-left: 10px;
	margin-right: 10px;
}

.more-room {
	margin-top: 10px;
}

.more-room .room-plan-list-more:first-child {
	/* border-top: none; */
}

.more-room-trigger {
	position: relative;
	border: 1px solid #BDBDBD;
	background-color: #F7F7F7;
	margin-top: 10px;
	text-align: center;
}

.more-room-item {
	display: inline-block;
	border: 1px solid #BDBDBD;
	margin: 6px auto;
	text-align: center;
	background-color: #FFFFFF;
	padding: 10px;
	cursor: pointer;
}

.more-room-triangle {
	width: 128px;
	border: 1px solid #BDBDBD;
	margin: 6px auto;
	text-align: center;
	background-color: #FFFFFF;
	padding: 10px;
	cursor: pointer;
}

.more-room-triangle:after {
	content: "";
	display: inline-block;
	border-bottom: 11px solid #BDBDBD;
	border-right: 5px solid transparent;
	border-top: 0 solid transparent;
	border-left: 5px solid transparent;
	margin-left: 5px;
}

.more-room-content {
	display: none;
}

.open-menu-1 {
	 display: none;
	 color: #19283C;
	 padding: 10px;
	 text-align: left;
	 width: auto;
	 min-width: 318px;
	 line-height: 32px;
	 background: #FFFFFF;
	 border: 2px solid #C55A11;
	 z-index: 0;
	 position: absolute;
	 left: 175px;
	 top: 41px;
	 z-index: 40;
}

.open-menu-1 .plan-txt {
	margin-right: 0;
}

.open-menu-1 .content-byside {
	margin-right: 20px;
}

.open-menu-1:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #FFFFFF transparent;
	z-index: 0;
}

.open-menu-1:after {
	content: "";
	position: absolute;
	top: -11px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #C55A11 transparent;
	z-index: -1;
}

.open-menu-1 p {
	line-height: 1.4;
}

.bed {
	position: relative;
}
.open-bed-detail-1{
	 display: none;
	 color: #19283C;
	 /* display: inline-block; */
	 padding: 11px 7px;
	 width: auto;
	 min-width: 115px;
	 height: 8px;
	 line-height: 32px;
	 background: #FFFFFF;
	 border: 2px solid #C55A11;
	 z-index: 10;
	 position: absolute;
	 left: -24px;
	 top: 30px;
	 text-align: left;
}

.open-bed-detail-1:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0px 9px 9px 9px;
	border-color: transparent transparent #FFFFFF transparent;
	z-index: 10;
}

.open-bed-detail-1:after {
	content: "";
	position: absolute;
	top: -11px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #C55A11 transparent;
	z-index: -1;
}

.open-bed-detail-1 p {
	line-height: 1;
}

.open-money-detail-1{
	 display: none;
	 color: #19283C;
	 padding: 10px;
	 width: auto;
	 min-width: 115px;
	 line-height: 32px;
	 background: #FFFFFF;
	 border: 2px solid #C55A11;
	 z-index: 10;
	 position: absolute;
	 left: 0;
	 top: 56px;
	 text-align: left;
}

.open-money-detail-1:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #FFFFFF transparent;
	z-index: 0;
}

.open-money-detail-1:after {
	content: "";
	position: absolute;
	top: -11px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #C55A11 transparent;
	z-index: -1;
}

.open-money-detail-1 p {
	line-height: 1;
}

.open-cation-detail-1 {
	 display: none;
	 color: #19283C;
	 padding:10px;
	 padding-bottom: 0;
	 width: auto;
	 min-width: 225px;
	 line-height: 32px;
	 background: #FFFFFF;
	 border: 2px solid #C55A11;
	 z-index: 10;
	 position: absolute;
	 left: -37px;
	 top: 31px;
	 text-align: left;
}

.open-cation-detail-1:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #FFFFFF transparent;
	z-index: 0;
}

.open-cation-detail-1:after {
	content: "";
	position: absolute;
	top: -11px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #C55A11 transparent;
	z-index: -1;
}

.open-cation-detail-1 p {
	line-height: 1;
}

.about-plan-detail {
	position: relative;
	z-index: 30;
	display: inline-block;
}

.open-checkin-detail-1{
	 display: none;
	 color: #19283C;
	 /* display: inline-block; */
	 padding: 11px 7px;
	 width: auto;
	 min-width: 115px;
	 height: 10px;
	 line-height: 32px;
	 background: #FFFFFF;
	 border: 2px solid #C55A11;
	 z-index: 0;
	 position: absolute;
	 left: 0;
	 top: 30px;
}

.open-checkin-detail-1:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #FFFFFF transparent;
	z-index: 0;
}

.open-checkin-detail-1:after {
	content: "";
	position: absolute;
	top: -11px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #C55A11 transparent;
	z-index: -1;
}

.open-checkin-detail-1 p {
	line-height: 1;
}

.open-checkin-detail-2{
	 display: none;
	 color: #19283C;
	 /* display: inline-block; */
	 padding: 11px 7px;
	 width: auto;
	 min-width: 115px;
	 height: 10px;
	 line-height: 32px;
	 background: #FFFFFF;
	 border: 2px solid #C55A11;
	 z-index: 0;
	 position: absolute;
	 left: -32px;
	 top: 28px;
}

.about-plan-detail-text > div {
	display: inline-block;
}

.check-in-area {
	position: relative;
}

.open-checkin-detail-2:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #FFFFFF transparent;
	z-index: 0;
}

.open-checkin-detail-2:after {
	content: "";
	position: absolute;
	top: -11px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #C55A11 transparent;
	z-index: -1;
}

.open-checkin-detail-2 p {
	line-height: 1;
}

.max-guest-text p,
.bed-text p,
.space-size-text p,
.bath-text p,
.internet-text p,
.toilet-text p,
.about-breakfast-text p,
.about-birthday-text p,
.about-plan-detail-text p,
.about-dinner-text p,
.cation-text p,
.about-nomeal-text p,
.inner-cation-text p,
.use-conditon-text,
.use-conditon-text p {
	display: inline;
	vertical-align: middle;
}

.cation {
	position: relative;
	display: inline-block;
}

.use-conditon:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-size: contain;
	background-image: url(/assets/global/icon/img/icon-check.svg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
}

.no-svg .use-conditon:before {
	background-image: url(/assets/global/icon/img/icon-check.png);
}

.use-conditon.jsc-0433:before,
.use-conditon.jsc-item-0433:before {
	background-image: url(/assets/global/icon/img/icon-birthday.svg);
}
.no-svg .use-conditon.jsc-0433:before,
.no-svg .use-conditon.jsc-item-0433:before {
	background-image: url(/assets/global/icon/img/icon-birthday.png);
}
.use-conditon.jsc-0434:before,
.use-conditon.jsc-item-0434:before {
	background-image: url(/assets/global/icon/img/icon-student.svg);
}
.no-svg .use-conditon.jsc-0434:before,
.no-svg .use-conditon.jsc-item-0434:before {
	background-image: url(/assets/global/icon/img/icon-student.png);
}

.inner-cation-text:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-size: contain;
	background-image: url(/assets/global/icon/img/icon-alert.svg);
	background-repeat: no-repeat;
	margin-right: 5px;
}
.no-svg .inner-cation-text:before {
	background-image: url(/assets/global/icon/img/icon-alert.png);
}

.icon-plug .internet-text:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-image: url(/assets/global/icon/img/icon-plug.svg);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
.no-svg .icon-plug .internet-text:before {
	background-image: url(/assets/global/icon/img/icon-plug.png);
}

.cation-text:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-size: contain;
	background-image: url(/assets/global/icon/img/icon-alert.svg);
	background-repeat: no-repeat;
	margin-right: 5px;
}
.no-svg .cation-text:before {
	background-image: url(/assets/global/icon/img/icon-alert.png);
}

.max-guest-text:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-size: contain;
	background-image: url(/assets/global/icon/img/icon-max-guest.svg);
	background-repeat: no-repeat;
	margin-right: 5px;
}
.no-svg .max-guest-text:before {
	background-image: url(/assets/global/icon/img/icon-max-guest.png);
}

.bed-text:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-size: contain;
	background-image: url(/assets/global/icon/img/icon-bed.svg);
	background-repeat: no-repeat;
	margin-right: 5px;
}
.no-svg .bed-text:before {
	background-image: url(/assets/global/icon/img/icon-bed.png);
}

.space-size-text:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-size: contain;
	background-image: url(/assets/global/icon/img/icon-space.svg);
	background-repeat: no-repeat;
	margin-right: 5px;
}
.no-svg .space-size-text:before {
	background-image: url(/assets/global/icon/img/icon-space.png);
}

.bath-text:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-size: contain;
	background-image: url(/assets/global/icon/img/icon-bath.svg);
	background-repeat: no-repeat;
	margin-right: 5px;
}
.no-svg .bath-text:before {
	background-image: url(/assets/global/icon/img/icon-bath.png);
}

.internet-text:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-size: contain;
	background-image: url(/assets/global/icon/img/icon-internet.svg);
	background-repeat: no-repeat;
	margin-right: 5px;
}
.no-svg .internet-text:before {
	background-image: url(/assets/global/icon/img/icon-internet.png);
}

.about-breakfast-text:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-size: contain;
	background-image: url(/assets/global/icon/img/icon-breakfast.svg);
	background-repeat: no-repeat;
	margin-right: 5px;
}
.no-svg .about-breakfast-text:before {
	background-image: url(/assets/global/icon/img/icon-breakfast.png);
}

.about-nomeal-text:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-size: contain;
	background-image: url(/assets/global/icon/img/icon-nomeal.svg);
	background-repeat: no-repeat;
	margin-right: 5px;
}
.no-svg .about-nomeal-text:before {
	background-image: url(/assets/global/icon/img/icon-nomeal.png);
}

.about-dinner-text:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-size: contain;
	background-image: url(/assets/global/icon/img/icon-dinner.svg);
	background-repeat: no-repeat;
	margin-right: 5px;
}
.no-svg .about-dinner-text:before {
	background-image: url(/assets/global/icon/img/icon-dinner.png);
}

.plan-item-detail {
	padding: 10px;
}

.meal-txt {
	text-align: left;
}

.meal-txt:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-image: url(/assets/global/icon/img/no_meal.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}

.plan-option {
	margin-top: 20px;
}

.about-plan-detail-text span:first-child {
	margin-right: 5px;
}

.about-plan-detail-text span + span{
	margin-right: 5px;
	margin-left: 5px;
}
.room-price {
	width: 158px;
	padding: 10px 10px 10px 0;
	text-align: right;
}
.avg-price,
.final-price,
.original-price,
.rest-room {
	line-height: 1;
}
.avg-block {
	width: 165px;
	margin-left: auto;
}
.avg-desc {
	color: #323232;
}
.total-block {
	margin-top: 10px;
}
.total-desc {
	margin-top: 5px;
	color: #323232;
	line-height: 1.3;
}
.total-price {
	max-width: 178px;
	margin-left: auto;
	line-height: 1.3;
	color: #323232;
	text-align: right;
	font-size: 16px;
	font-style: italic;
}
.final-price {
	font-size: 24px;
	color: #323232;
	font-style: italic;
	min-width: 148px;
}
.original-price {
	margin-top: 5px;
}
.original-price > .discount {
	padding-right: 10px;
	font-size: 14px;
	color: #BC1515;
}
.original-price > .price-before {
	font-size: 16px;
	text-decoration: line-through;
	color: #323232;
}
.rest-room {
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #BC1515;
}
.room-book {
	display: inline-block;
	margin-top: 5px;
}
.room-more-detail {
	display: none;
	width: 380px;
	display: none;
	padding: 0 15px 15px;
	border-right: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.room-info-text {
	padding: 7px;
}

.plan-description {
	padding: 7px;
}

.facilities-table{
	margin-top: 15px;
	border: 1px solid #CCCCCC;
}
.how-to-access {
	margin-top: 60px;
}
.how-to-access > h3 {
	font-size: 26px;
	color: #323232;
	line-height: 1;
	font-family: 'Alegreya Sans', 'SimHei', sans-serif;
}
.how-to-access > p {
	margin-top: 15px;
	color: #323232;
}
.google-map {
	margin-top: 15px;
}

.hotel-details {
	margin-top: 60px;
}
.hotel-details > h3 {
	font-size: 26px;
	color: #323232;
	line-height: 1;
	font-family: 'Alegreya Sans', 'SimHei', sans-serif;
}
.hotel-details-table {
	margin-top: 15px;
	border: 1px solid #CCCCCC;
}

.hotel-details-table--modifier {
	margin-top: 15px;
	border: 1px solid #CCC;
	width: 680px;
}
.hotel-details-table--modifier td {
	padding: 15px 20px;
	vertical-align: middle;
	font-size: 14px;
	box-sizing: border-box;
}
.hotel-details-table--modifier td:nth-child(even) {
	width: 102px;
}

.hotel-details-table tr + tr {
	border-top: 1px solid #CCCCCC;
}
.hotel-details-table th {
	width: 239px;
	padding: 15px 10px;
	background-color: #F7F7F7;
	font-size: 14px;
	color: #216066;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
}
.hotel-details-table td {
	width: 439px;
	padding: 15px 20px;
	vertical-align: middle;
	font-size: 14px;
	box-sizing: border-box;
}
.hotel-details-table .td01{
	padding: 3px 15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #F7F7F7;
	width: 226px;
	height: 19px;
	text-align: center;
}
.hotel-details-table .td02{
	padding: 3px 15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #FAFAFA;
	width: 69px;
	height: 19px;
	text-align: center;
}
.hotel-details-table .td03{
	padding: 3px 15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFFF;
	width: 69px;
	height: 19px;
	text-align: center;
}
.card-list > li {
	float: left;
}
.card-list > li + li {
	margin-left: 10px;
}
.card-list > li img {
	width: auto;
	height: 37px;
}

/*ここから追加*/
.lowest-cost-plan {
	background-color: rgb(252,241,233);
}

.plan-display-btn {
	display: inline-block;
	text-align: center;
	background-color: #F7F7F7;
	padding-top: 10px;
	position: relative;
}

.plan-display-text {
	border-bottom: 1px solid #BDBDBD;
	cursor: pointer;
	position: relative;
	padding-left: 15px;
	padding-right: 40px;
	padding-bottom: 1px;
	z-index: 5;
}

.plan-num {
	position: absolute;
	top: 9px;
	right: 22px;
}

.plan-display-down:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 11px solid #BDBDBD;
	border-right: 5px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	top: 2px;
	right: 5px;
}

.plan-display-up:after {
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 11px solid #BDBDBD;
    border-right: 5px solid transparent;
    border-top: 0 solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: 2px;
    right: 5px;
}

.bed-type-checkbox,
.meal-type-checkbox,
.service-type-checkbox,
.net-type-checkbox,
.discount-type-checkbox {
	margin-top: 20px;
}

.filer-form .update-box {
	margin-top: 20px;
	text-align: center;
}

.filer-form h4{
	font-size: 17px;
	font-weight: bold;
	color: #909090;
	line-height: 1;
	margin-bottom: 10px;
}

.room-display-down:after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	border-top: 11px solid #BDBDBD;
	border-right: 5px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 5px solid transparent;
	vertical-align: middle;
}

.room-display-up:after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	border-bottom: 11px solid #BDBDBD;
	border-right: 5px solid transparent;
	border-top: 0 solid transparent;
	border-left: 5px solid transparent;
}

.room-num {
	margin-left: 3px;
}

.rest-room {
	display: inline-block;
}

.meal-txt > span {
	vertical-align: middle;
}

.reservation {
	margin-top: 20px;
	clear: both;
}

.room-plan-img > img {
	margin-right: 15px;
}

.filer-form label {
	cursor: pointer;
	margin-top: 5px;
    font-size: 14px;
    color: #909090;
}

.icon-content,
.plan-txt,
.cation {
	margin-right: 20px;
	margin-bottom: 5px;
}

.content-dn {
	display: none;
}

.plan-item-price-box {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	width:120px;
}


.plan-item-price-content {
	position: relative;
}

.jsc-icon-box {
	display: none;
}

p.icon-status-none {
	display: none;
}


.bed-text > p {
	display: inline;
}
/*ここまで*/

.test-item {
	display: none;
}


.room-crack-panel {
	top: -40px!important;
}

.plan-icon-inline > div {
	display: inline;
}

.toil p {
	display: inline-block;
}

.bath,
.toil,
.max-guest,
.internet,
.space-size,
.bed,
.content-byside {
	display: inline-block;
}

.plan-icon-block > .use-conditon {
	display: inline;
}

/*change-date*/
.search-form-container2 {
	position: relative;
	margin: 12px auto;
	border: 1px solid #a0a0a0;
}

.side-kv-search {
	margin: 0 auto;
	color: #323232;
	background-color: rgba(255,255,255, 0.8);
	padding: 25px 15px;
	position: relative;
	z-index: 3;
	box-sizing: border-box;
	text-align: center;
}

.side-kv-search-input {
	display: inline-block;
}

.side-kv-search-input > li {
    text-align: left;
	margin-bottom: 15px;
	display: inline-block;
}

.side-kv-search-input > li input[type=text] {
	width: 70px;
}

.side-kv-search-input > li + li {
	margin-left: 10px;
}

.top-kv-search-input > li + li {
	margin-left: 10px !important;
}

.search-form-container2 h4 {
	text-align: left;
    margin: 0;
    line-height: 22.1px;
	font-size: 13px;
}

.search-calendar-container2 {
	border: 1px solid #bdbdbd;
}

.top-kv-search-input > li .top-kv-search-calendar[type="text"].disabled,
.top-kv-search-input > li .top-kv-search-calendar[type="date"].disabled {
	width: 110px !important;
    height: 30px;
    background-image: url(../../img/common/icon-calendar-d.svg);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-position: 6px 7px;
    background-size: 20px 17px;
    padding-left: 35px;
    box-sizing: border-box;
}
.no-svg .top-kv-search-input > li .top-kv-search-calendar[type="text"].disabled,
.no-svg .top-kv-search-input > li .top-kv-search-calendar[type="date"].disabled {
	background-image: url(../../img/common/icon-calendar-d.oldie.png);
}

.top-kv-search-input > li .top-kv-search-calendar[type="text"] {
	width: 114px;
    height: 18px;
    background: url(../../img/common/icon-calendar.svg) no-repeat #ffffff 7px center;
    -webkit-background-size: 20px 17px;
    -moz-background-size: 20px 17px;
    background-size: 20px 17px;
    padding-left: 35px;
}
.no-svg .top-kv-search-input > li .top-kv-search-calendar[type="text"] {
	background: url(../../img/common/icon-calendar.oldie.png) no-repeat #ffffff 7px center;
}

.side-kv-search-calendar:disabled {
	color: #C0C0C0!important;
}

.side-kv-room-select,
.side-kv-members-select {
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #bfbfbf;
}

.side-kv-search-room-list,
.side-kv-search-members-list {
	display: none;
	position: absolute;
	width: 59px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1000;
}

.side-kv-search-room-list > li,
.side-kv-search-members-list > li {
	padding: 3px 10px;
    cursor: pointer;
}

.side-kv-search-room-list > li + li,
.side-kv-search-members-list > li + li {
	 margin-top: 5px;
}

.side-kv-room-select:after,
.side-kv-members-select:after {
	content: "";
	position: absolute;
	top: 11px;
	right: 5px;
	border-top: 5px solid #323232;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	border-bottom: 5px solid transparent;
	z-index: 1;
}

.side-kv-search-search {
	width: 154px;
    height: 34px;
    background: #FF5800;
    display: inline-block;
    border-bottom: 2px solid #C13E05;
    border-right: 1px solid #C13E05;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
}

.side-kv-search-room,
.side-kv-search-members {
	width: 68px;
	position: relative;
    padding-right: 20px!important;
    box-sizing: border-box;
	height: 30px;
	z-index: 2;
	background-color: transparent;
	text-align: center;
}

h3.change-dates {
	line-height: 26px;
	color: #323232;
	font-size: 26px;
	font-family: 'Alegreya Sans', 'SimHei', sans-serif;
	margin-top: 25px;
}

.search-btn-container2 {
	margin-top: 5px;
	text-align: center;
}

.top-kv-search .top-kv-search-input > li {
	margin-bottom: 10px;
}

.cancel-provision-box {
	background-color: #F7F7F7;
	border: 1px solid #BDBDBD;
	padding: 10px;
	margin-bottom: 25px;
}

.cancel-provision-box .cancel-provision-title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
}

.about-cancel-provision {
	text-align: right;
}

.about-cancel-provision > a {
	font-size: 10px;
	display: inline-block;
	line-height: 1.5;
}

.cancel-provision-box .cancel-provision-standard {
	font-size: 10px;
	margin-top: 10px;
}

.cancel-provision-box > table {
	width: 100%;
	background-color: #FFFFFF;
	font-size: 12px;
	margin-top: 5px;
}

.cancel-provision-box > table td {
	padding-left: 5px;
	padding-right: 5px;
}

.cancel-provision-box > table td:first-child {
	white-space: nowrap;
}

.plan-icon-plural,
.plan-icon-developer {
	margin-top: 20px;
	margin-bottom: 5px;
}

.icon-developper-txt {
	margin-bottom: 5px;
}

.use-conditon,
.bed-text .detail-target,
.cation-text {
	cursor: pointer;
	position: relative;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	-webkit-text-decoration-color: #BDBDBD;
	text-decoration-color: #BDBDBD;
}

.conditon-detail-box .use-conditon,
.conditon-detail-box,
.bed-detail-box {
	cursor: default;
}

.conditon-detail-box {
	cursor: default;
}

.plan-btn,
.plan-item-price,
.cation-text,
.late-check-in {
	cursor: pointer;
}

.use-conditon > .open-cation-detail-1 {
	top: 116%;
	left: 50%;
	transform: translateX(-50%);
}

.conditon-detail-box .use-conditon {
	display: block;
	border-bottom: none;
}

.conditon-appended-txt {
	font-size: 10px;
	line-height: 1.5;
	margin-top: 0;
}

.open-cation-detail-1 .inner-cation-text {
	margin-bottom: 15px;
}


.conditon-detail-box .use-conditon {
	margin-bottom: 15px;
	text-decoration: none;
}

.plan-txt.inner-cation-text:before {
	margin-right: 5px;
}

.bed-size {
	display: block !important;
	margin-bottom: 10px;
}

.jsc-bed-detail {
	top: 120%;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.open-money-detail-1 {
	font-weight: normal;
	line-height: 1.4;
}

.info-meal-box {
	line-height: 1.4;
}

.info-left {
	float: left;
}

.info-right {
	overflow: hidden;
	padding-left: 3px;
}

.info-brkfst-box,
.info-dinner-box {
	margin-top: 6px;
}

.info-check-box,
.info-set-wrap {
	margin-bottom: 25px;
}

.info-brkfst-box,
.info-dinner-box,
.info-freeword-box > .plan-txt,
.info-check-box > p,
.info-checkcancel-box > p,
.cancel-provision {
	position: relative;
	padding-left: 7px;
}

.info-brkfst-box:before,
.info-dinner-box:before,
.info-freeword-box > .plan-txt:before,
.info-check-box > p:before,
.info-checkcancel-box > p:before,
.cancel-provision:before {
	content: "";
	display: block;
	width: 2px;
	height: 2px;
	position: absolute;
	top: 7px;
	left: 0;
	background-color: #000000;
	border-radius: 50%;
}

.cancel-policy-title {
	float: left;
}

.cancel-policy-txt {
	overflow: hidden;
    padding-left: 3px;
}

.cancel-policy-wrap {
	line-height: 1.4;
	background-color: #F7F7F7;
	padding: 10px;
	margin-top: 6px;
	margin-left: 8px;
	margin-right: 8px;
}

.cancel-link-box {
	text-align: right;
	margin-top: 15px;
}

.check-in-calendar2 thead {
	border-left: solid 1px #D9D9D9;
	display: table-caption;
}

{
	width: 70px;
	height: 18px;
	background: url(../../img/common/icon-calendar.svg) no-repeat #ffffff 7px center;
	-webkit-background-size: 20px 17px;
	-moz-background-size: 20px 17px;
	background-size: 20px 17px;
	padding-left: 35px;
}

@-moz-document url-prefix() {
	.bed > .bed-text span > img {
		position: static;
		margin-bottom: 10px;
	}

	.plan-icon-block > .use-conditon > img {
		position: static;
		margin-bottom: 10px;
	}
}

.localPayment {
       display: inline-block;
       border: 1px solid #44B276;
       font-size: 12px;
       font-weight: bold;
       color: #44B276;
       background-color: #FFF;
       background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAUVJREFUKBVjZICC////M7puqUhhZGBI/v+fQRskzMjIcPU/A8Pc3T4dcxgZGYFMoBiIcN9RJfnv198l/xn+O4H46ICRgXEfExtzzE6PtudMIJPxKQZpBhkEVgNUy+iyuTyV4f//WeimgvhMQAeka/swMAHdNvXKJpAb05hAbsaluNwogiFIyYZBnlccrASkFugkiAdTND0ZDEWUwRIgk0GKnaQNGO58fMbQfGYJWByklgXE4mbhYAhUtAab1nJ2KYO9pB5ccdnxWQyff38HawARzMpRNv6//v2RuQs0yUFan8FZxohBkU8SbDK6YmDQnmcChTNI58lXNxgaTy9m+P3vD1TxbBSTQWpAahlBweq2uWIPLA4MhJUZ7n56DlT8DaQGDkBxscu3wwUYYoz/QZECEgDJXnh7F6tisBqgWnBMgxQSmzQAsomVX/duyI0AAAAASUVORK5CYII=);
       background-repeat: no-repeat;
       background-position: 4px center;
 }

.localPayment span{
       margin-left: 20px;
       padding-right: 4px;
}

.book-btn-container a:hover,.btn.book:hover {
     top: 0;
     left: 0;
     background: #0288d1;
     color: #fff;
     text-decoration: none;
     transition: none;
}
.book-btn-container a, .btn.book {
     font-family: arial, helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
     margin-top: 0;
     margin-left: 0;
     padding: 0;
     width: 120px;
     height: 38px;
     border-radius: 6px;
     border: 0;
     background: #03a9f4;
     box-shadow: .5px .5px 3px 0 rgba(0, 0, 0, .3), 0 1px 4px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
     font-size: 16px;
     line-height: 35px;
     font-weight: bold;
     transition: none;
}
#jsi-detail-book-btn:after {
     content: '';
     display: inline-block;
     margin-left: 6px;
     margin-bottom: -1px;
     width: 11px;
     height: 11px;
     background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAAXNSR0IArs4c6QAAAIJJREFUGBltj8ENgzAQBP0GHvwgddBARGqgA0QdKEJUQw0E8UoDUWgEvmb2YcvCrDQ+792eJRtrbQVfeJgb0X/BCrnhmEDaoAzz+BoOkFqFE5jl0B8KLVCfsIPU+0cwWviA9IMGXPDtg+7CMIUFQg1uHlVSWtBnpDEKXBuEMuiuffkTrOWZwK2jUI0AAAAASUVORK5CYII=) no-repeat center;
     background-size: 11px 7px;
}
.btn.book:after {
     content: '';
     display: inline-block;
     margin-left: 6px;
     margin-bottom: -1px;
     width: 7px;
     height: 11px;
     background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAAXNSR0IArs4c6QAAAH5JREFUGBlj+P//vwkQ7wFiQQZ0ABTcBcQgcA6IhVDkgQL8QHwSiEHgPBALY1NwAiz9//8FIC2CroAPKHgcquAiNgW+UEkQlQfXDeQ4APFXkCgQtCFLOAEFYBItyBLOQIlvIOVA0ASXADGAAhvBwv//N6BIQCU5gJIxGBJAAQDHG5nBrhWAFwAAAABJRU5ErkJggg==) no-repeat center;
}

.share_sns_wrap {
  text-align: right;
  margin: 30px 0;
}
.twitter-icon-wrap {
  float:right;
}
.fb-share-button {
  float: right;
  margin-left: 10px;
}


