@charset "UTF-8";
/* /Reserve/ CSS Document */

/* **********************
**      基本情報画面          **
** *********************/
/* 基本情報の支配人エリア */
.basic_manager_area {
	width: 822px;
}

/* 基本情報の支配人エリア */
.basic_manager_area_small {
	width: 725px;
}

/* 基本情報のホテル外観_縦長 */
.basic_exterior {
	float: right;
	width: 230px;
}

/* 基本情報のホテル外観_横長 */
.basic_exterior_long {
	float: right;
	width: 330px;
}
/* 追加 #13578 QRコード決済ブランド追加に伴う修正・変更依頼 2019.08.05 AXAS START */
.tableLayout03 .dpTbl .dpTbl {
	margin-top: 8px;
	margin-bottom: 8px;
}

.tableLayout03 .dpTbl .dpTbl:first-child {
	margin-top: 4px;
}

.tableLayout03 .dpTbl .dpTbl:last-child {
	margin-bottom: 4px;
}

.tableLayout03 .dpTbl .dpTbl {
	margin-top: 8px;
	margin-bottom: 8px;
}

.tableLayout03 .dpTbl img {
	margin-left: 4px;
	margin-right: 4px;
}

.tableLayout03 .dpTbl img:first-child {
	margin-left: 0px;
}

.tableLayout03 .dpTbl img:last-child {
	margin-right: 0px;
}

.kinken-description {
	word-break: keep-all;
	margin-left: 4px;
}

.tableLayout03 tr {
	border-right: 1px solid #cccccc;
}

/* 追加 #13578 QRコード決済ブランド追加に伴う修正・変更依頼 2019.08.05 AXAS END */
/* **********************
**     施設・サービス画面      **
** *********************/
/* 施設・サービスのフォトギャラリー画像 */
.photo_gallery_rel {
	position:relative;
	width: 257px;
	height: 170px;
	overflow: hidden;
}

/* 施設・サービスのフォトギャラリー画像 */
.photo_gallery_abs {
	position:absolute;
}

/* 施設・サービスポップアップ画像 */
.photo_gallery_detail_main {
	height: 300px;
}

/* 施設・サービスポップアップ画像_サブ */
.photo_gallery_detail_sub {
	width: 170px;
	height: 104px;
}

/* **********************
**      周辺情報画面          **
** *********************/
/* 周辺情報画像 */
.peripheral_info_pctr {
	width: 350px;
	height: 200px;
}

/* 周辺情報画像 */
.peripheral_info_pctr_rel {
	position:relative;
	width: 350px;
	height: 200px;
	overflow: hidden;
}

/* 周辺情報画像 */
.peripheral_info_pctr_abs {
	position:absolute;
}

/* 周辺情報詳細画像 */
.peripheral_info_detail_pctr {
	/*width: 370px;*/
	height: 250px;
}

/* 周辺情報詳細画像 _サブ*/
.peripheral_info_detail_pctr_sub {
	height: 50px;
}

/* **********************
**   GO TOキャンペーン          **
** *********************/
.gotoWrap {
	position: absolute;
	left: 440px;
	top: 0px;
	cursor: pointer;
	z-index: 1;
}
.expGoto {
	display: none;
	position: absolute;
	left: 440px;
	top: 70px;
	z-index: -1;
	width: 450px;
}
.gotoWrap img {
	max-width: none;
}

.gotoWrap-left {
	cursor: pointer;
	z-index: 1;
	width: 150px;
}
.expGoto-left {
	display: none;
	position: absolute;
	top: 70px;
	z-index: -1;
}