/* 航空券付きプラン表示用レイアウト */

/* 検索結果一覧 */
#jsiInnList .hotel-detail-plan-ndp {
	display: none;
	margin-top: 20px;
	margin-left: -15px;
	margin-right: -15px;
	word-wrap: break-word;
}

/* 宿詳細 */
#jlnpc-main-contets-area .jpackPlanDetailsArea {
	display: none;
	margin-bottom: 20px;
	border-color: #ccc;
	padding: 12px 16px;
	border-radius: 4px;
	word-wrap: break-word;
}

/* プラン一覧 */
#planlist-header .jpackPlanListArea {
	display: none;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 12px 16px;
	margin-bottom: 30px;
	word-wrap: break-word;
}

/* プラン詳細 */
.jpackPlanArea {
	display: none;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 12px 16px;
	width: 740px;
	margin: 20px 0 30px;
	background: none;
	word-wrap: break-word;
}

.jpackPlanListArea .dpPlanHead,
.jpackPlanDetailsArea .dpPlanHead,
.jpackPlanArea .dpPlanHead {
	display: flex;
	justify-content: space-between;
	color: #3b1800;
	font-size: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
}
.hotel-detail-plan-ndp .dpPlanHead {
	display: flex;
	justify-content: flex-end;
	color: #3b1800;
	font-size: 10px;
	background: #efebe6;
	padding: 6px 15px;
	border-bottom: none;
	border-top: 1px solid #ccc;
}
.dpPlanHead>p {
	align-self: flex-end;
}
.dpPlanHead .dpPlanTitle {
	width: 410px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
.hotel-detail-plan-ndp .dpPlanHead .dpPlanTitle {
	width: 372px;
	margin-right: auto;
	font-size: 14px;
}
.dpPlanHead .dpPlanTitle .c-icon--dpair {
	vertical-align: bottom;
	margin-right: 4px;
	background: url('/assets/img/common/icons/icon_dpair_ora.svg');
	background-size: 27px 24px;
	width: 27px;
	height: 24px;
}
.dpPlanHead .dpPlanAddPoint {
	width: 102px;
	text-align: right;
	font-weight: bold;
	color: #5b4843;
}
.dpPlanHead .dpPlanPrice {
	width: 194px;
	text-align: right;
	color: #5b4843;
}
.hotel-detail-plan-ndp .dpPlanHead .dpPlanPrice {
	width: 216px;
}
.dpPlanHead .dpPlanPrice span {
	font-weight: bold;
}
.hotel-detail-plan-ndp .dpPlanContents,
.jpackPlanListArea .dpPlanContents,
.jpackPlanDetailsArea .dpPlanContents,
.jpackPlanArea .dpPlanContents {
	display: flex;
	justify-content: space-between;
	padding: 12px 10px 0 8px;
	text-align: left;
}
.hotel-detail-plan-ndp .dpPlanContents {
	padding: 12px 15px 2px;
}
.dpPlanContents .dpPlanDetailInfo {
	width: 402px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
.hotel-detail-plan-ndp .dpPlanContents .dpPlanDetailInfo {
	width: 372px;
}
.dpPlanContents .dpPlanDetailInfo .dpPlanRoomInfo {
	width: 320px;
	align-self: flex-start;
}
.hotel-detail-plan-ndp .dpPlanContents .dpPlanDetailInfo .dpPlanRoomInfo {
	width: 300px;
}
.dpPlanContents .dpPlanDetailInfo .dpPlanRoomInfo>* {
	display: block;
}
.dpPlanContents .dpPlanDetailInfo .dpPlanRoomInfo>a {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #1558ce;
	word-break: break-all;
	overflow-wrap: anywhere;
}
.dpPlanContents .dpPlanDetailInfo .dpPlanRoomInfo>a:hover {
	color: #e78a13;
}

.hotel-detail-plan-ndp .dpPlanContents .dpPlanDetailInfo .dpPlanRoomInfo > a {
  word-break: break-all;
}

.dpPlanContents .dpPlanDetailInfo .dpPlanMeelRoom {
	box-sizing: border-box;
	width: 82px;
	padding-left: 18px;
	align-self: flex-start;
}
.hotel-detail-plan-ndp .dpPlanContents .dpPlanDetailInfo .dpPlanMeelRoom {
	width: 72px;
	padding-left: 12px;
}
.dpPlanContents .dpPlanDetailInfo .dpPlanMeelRoom span {
	display: block;
	margin-top: 4px;
	min-width: 50px;
	text-align: center;
	box-sizing: border-box;
	height: 16px;
}
.dpPlanContents .dpPlanDetailInfo .dpPlanRoomType {
	font-size: 12px;
	color: #3b1800;
	margin-top: 4px;
}
.dpPlanContents .dpPlanDetailInfo .dpPlanCouponBlock {
	align-self: flex-start;
}
.dpPlanRoomInfo .dpPlanIcon span {
	margin: 4px 0 0 0;
	text-align: center;
	font-size: 10px;
}
.dpPlanContents .dpPlanPointPrice {
	display: flex;
	width: 286px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hotel-detail-plan-ndp .dpPlanContents .dpPlanPointPrice {
	display: flex;
	justify-content: flex-end;
	width: calc(100% - 372px);
}
.dpPlanContents .dpPlanAddPointValue {
	width: 102px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.hotel-detail-plan-ndp .dpPlanContents .dpPlanAddPointValue {
	width: 120px;
}

.dpPlanContents .dpPlanPriceDetail {
	width: 184px;
	text-align: right;
	color: #3b1800;
	font-size: 12px;
}
.hotel-detail-plan-ndp .dpPlanContents .dpPlanPriceDetail {
	width: 216px;
}
.dpPlanContents .dpPlanPriceDetail p {
	margin-bottom: 4px;
}
.dpPlanContents .dpPlanPriceDetail .dpPlanSinglePrice {
	font-size: 14px;
	font-weight: bold;
}
.dpPlanContents .dpPlanPriceDetail .dpPlanSinglePrice span+span {
	font-size: 12px;
}
.dpPlanContents .dpPlanPriceDetail .dpPlanTotalPrice {
	font-size: 12px;
}
.dpPlanContents .dpPlanPriceDetail .dpPlanDueDate {
	color: #5b4843;
	font-size: 10px;
}
.dpPlanContents .dpPlanPriceDetail .p-searchResultItem__rest {
	width: 80px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	height: 16px;
}
.dpPlanContents .dpPlanPriceDetail .p-searchResultItem__rest .p-searchResultItem__restNumber {
	font-size: 12px;
	color: #fc0d1c;
}
.dpPlanContents .dpPlanGtt {
	width: 286px;
	border: 1px solid #e02d57;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 4px;
	box-sizing: border-box;
}
.hotel-detail-plan-ndp .dpPlanContents .dpPlanGtt {
	width: 279px;
}
.dpPlanContents .dpPlanGttTitle {
	padding: 4px;
	background-color: #e02d57;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}
.dpPlanContents .dpPlanGttTitle span {
	font-size: 12px;
}
.dpPlanContents .dpAmountDisplay {
	font-size: 10px;
	font-weight: bold;
	padding: 5px 8px 0;
	text-align: center;
	margin-bottom: 4px;
}
.dpPlanContents .dpBeforeRoomPlanPrice,
.dpPlanContents .dpAfterRoomPlanPrice {
	margin: 0 2px;
}
.dpPlanContents .dpBeforeRoomPlanPrice {
	text-decoration: line-through;
}
.dpPlanContents .dpAfterRoomPlanPrice {
	font-size: 12px;
	color: #fc0d1c;
}
.dpPlanContents .dpPlanGttNote {
	font-size: 10px;
	font-weight: bold;
	padding: 5px 8px 0;
	text-align: center;
}
.dpPlanContents .dpAmountDisplay + .dpPlanGttNote {
	padding-top: 0;
	font-weight: normal;
}
.dpPlanContents .dpPlanGttLinkText {
	text-align: center;
	padding: 0px 8px 9px;
}
.dpPlanContents .dpPlanGttLinkText a,
.dpPlanContents .dpPlanGttLinkText a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #1558ce;
}
.dpPlanContents .dpPlanGttLinkText a:hover {
	color: #e78a13;
}

/* クーポン染み出し */
.dpPlanContents .dpPlanDetailInfo .couponArea {
	width: 344px;
	margin: 8px 0 0;
	text-align: left;
	padding: 8px 6px;
	background: #fff;
	border: solid 1px #e0dbd7;
	border-radius: 4px;
	font-weight: bold;
	font-size: 10px;
	line-height: normal;
	box-sizing: border-box;
}
.dpPlanContents .dpPlanDetailInfo .couponArea span {
	display: inline-block;
}
.dpPlanContents .dpPlanDetailInfo .couponArea .couponLink {
	margin: 0;
	float: right;
}
.dpPlanContents .dpPlanDetailInfo .couponArea .couponLink a {
	background: none;
}
.dpPlanContents .dpPlanDetailInfo .couponArea .couponLink a:visited {
	color: #1558ce;
}
.dpPlanContents .dpPlanDetailInfo .couponArea .couponName {
	position: relative;
	padding-left: 26px;
}
.dpPlanContents .dpPlanDetailInfo .couponArea .couponName::before {
	position: absolute;
	left: 0;
	content: '';
	display: inline-block;
	width: 23px;
	height: 14px;
	background: url('/assets/img/common/icons/icon_coupon24_ora.svg') no-repeat 0 top;
	background-size: 20px auto;
}
.dpPlanContents .dpPlanDetailInfo .couponArea .couponName .couponPrice {
	color: #fc0d1c;
}