@charset "Shift_JIS";
/* 残室アイコン */
.vacancyTxt,
.jpackPlan .vacancyTxt {
  font-weight: bold;
}

.jpackPlan .vacancyCount {
  margin-left: 5px;
  line-height: 1.56;
}

/* 宿のみの検索パネルを調整 */
div#planlist-header {
  margin-top: 0;
}

div#search_panel_740 {
  margin-top: 0;
  padding-bottom: 0;
}

.jlnpc-plan__bottom-panel {
  *zoom: 1;
  position: relative;
  margin: 50px auto 15px;
}

.jlnpc-plan__bottom-panel h2 {
  font-family: -apple-system,BlinkMacSystemFont,YuGothic,'\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\004E\0020\0057\0033','Hiragino Kaku Gothic ProN','\30E1\30A4\30EA\30AA',Meiryo,'\FF2D\FF33\0020\FF30\30B4\30B7\30C3\30AF','MS PGothic',sans-serif;
  position: absolute;
  top: -2em;
  background: none;
  color: #3b1800;
  font-weight: bold;
  padding-left: 12px;
  font-size: 16px;
}
.jlnpc-plan__bottom-panel h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  background-color: #e77611;
  border-radius: 2px;
  width: 4px;
  margin: 1.5px 0;
}

/* HPDS 用の調整 */
.jlnpc-plan__bottom-panel--hpds {
  width: 620px;
  margin-bottom: -20px;
}

.jlnpc-plan__search-panel--bottom table {
  display: none;
}

.jlnpc-plan__search-panel--bottom form table {
  display: block;
}

/* DP ちら出しが IE で崩れるので調整 */
.jpackPlanListArea {
  *position: relative;
}

.jlnpc-plan__detail--inner {
  *zoom: 1;
  overflow: hidden;
}

.jlnpc-plan__detail--inner:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

.jlnpc-plan__detail--inner table {
  float: left;
}

div#planlist-header p.notice.jlnpc-footprint {
  min-height: 5px;
  margin: 0 0 -10px 0;
}

.jlnpc-footprintList {
  height: 30px;
  text-align: left;
  display: block;
}

.jlnpc-footprint-viewers, .jlnpc-footprint-times {
  font-size: 12px;
  font-weight: bold;
  font-family: "MS PGothic",Osaka;
  color: #666666;
  display: inline-block;
  margin: 10px 0 0 0;
  vertical-align: bottom;
}

.jlnpc-footprint-viewers span {
  font-size: 14px;
  color: #f60;
  margin-right: 2px;
}

.jlnpc-footprint-times span {
  color: #f60;
  margin-right: 2px;
}

.jlnpc-footprint-times span span {
  font-size: 14px;
  margin-right: 2px;
}

.jlnpc-footprint-viewers {
  margin-right: 10px;
  background: url(/jalan/images/kensaku/icon_view.png) left center no-repeat;
  background-size: 12px;
  padding-left: 18px;
  height: 14px;
}

.jlnpc-footprint-times {
  background: url(/jalan/images/kensaku/icon_timer.png) left center no-repeat;
  background-size: 14px;
  padding-left: 21px;
  height: 14px;
}

.detail-cassette .detail-body .plan-detail .plan_reserve td.nonDispLine {
  background: none;
  padding: 5px 0 0 0;
}

/* セール絞込み */
.jlnpc-salePlan.jlnpc-salePlan {
  position: relative;
  width: auto;
  padding: 8px;
  margin-top: 12px;
  color: #3b1800;
  background-color: #fbf4ea;
  border: 1px solid #e0dbd7;
  border-radius: 4px;
}

.jlnpc-salePlan p {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #e77611;
}
.jlnpc-salePlan label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 1.3;
}
.jlnpc-salePlan input {
  display: none;
}
.jlnpc-salePlan .jlnpc-checkbox {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: text-top;
  background-color: #fff;
  border: 2px solid #bcb6b3;
  border-radius: 2px;
}

.jlnpc-salePlan input:checked + .jlnpc-checkbox {
  background-color: #e77611;
  border: 2px solid #e77611;
}

.jlnpc-salePlan input:checked + .jlnpc-checkbox::after {
  position: absolute;
  top: 0;
  left: 3px;
  box-sizing: border-box;
  display: inline-block;
  width: 6px;
  height: 10px;
  content: '';
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 201812 njp_royal */
.p-searchResults {
  width: 740px;
  /* tooltip */
}

.p-searchResults .p-planCassette {
  margin-top: 20px;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 5px;
}

.p-searchResults .p-planCassette__header {
  position: relative;
  padding: 11px 15px 9px;
  border-radius: 5px 5px 0 0;
  background-color: #fbf4ea;
  font-weight: bold;
}

.p-searchResults .p-planCassette__header::before {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  left: -1px;
  height: 4px;
  border-radius: 5px 5px 0 0;
  background-color: #e78a13;
}

.p-searchResults .p-planCassette__body {
  padding: 15px;
}

.p-searchResults .p-planCassette__body--nonPicture .p-planCassette__summary {
  float: none;
  width: auto;
}

.p-searchResults .p-planCassette__row::after {
  content: '';
  clear: both;
  display: block;
}

.p-searchResults .p-planCassette__picture {
  float: left;
  border: 1px solid #bcb6b3;
  width: 134px;
  height: 102px;
}

.p-searchResults .p-planCassette__picture--noPhoto {
  border-color: #ccc;
}

.p-searchResults .p-planCassette__picture a {
  display: block;
  background-color: #fff;
}

.p-searchResults .p-planCassette__picture a:hover img {
  opacity: .7;
}

.p-searchResults .p-planCassette__picture img {
  vertical-align: top;
  display: block;
  margin: 0 auto;
  max-width: 132px;
  max-height: 100px;
}

.p-searchResults .p-planCassette__summary {
  float: right;
  width: 558px;
}

.p-searchResults .p-checkInOut {
  display: inline-block;
  font-weight: bold;
  font-size: 0;
}

.p-searchResults .p-checkInOut__head, .p-searchResults .p-checkInOut__value {
  display: inline-block;
  vertical-align: middle;
}

.p-searchResults .p-checkInOut__head {
  padding: 3px 5px;
  margin-right: 3px;
  background-color: #efebe6;
  font-size: 10px;
  color: #5b4843;
}

.p-searchResults .p-checkInOut__value {
  padding-top: 1px;
  font-size: 12px;
  color: #3b1800;
}

.p-searchResults .p-planTable {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #bcb6b3;
  /* "クーポン利用で○○円お得"コンテンツなどによりセル結合が必要なパターンがあるため、trではなくtableとtdにborderを設定している */
  word-break: break-all;
  font-size: 12px;
}

.p-searchResults .p-planTable th {
  vertical-align: middle;
  font-weight: bold;
}

.p-searchResults .p-planTable td {
  border-top: 1px solid #bcb6b3;
  vertical-align: top;
}

.p-searchResults .p-tooltip {
  display: inline-block;
  position: relative;
}

.p-searchResults .p-tooltip__trigger {
  cursor: pointer;
  margin: 0;
  text-decoration: underline;
}

.p-searchResults .p-tooltip__trigger:hover .p-tooltip__balloonOuter {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 1;
}

.p-searchResults .p-tooltip__trigger:before {
  content: '';
  display: block;
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 0;
}

.p-searchResults .p-tooltip__balloonOuter {
  position: absolute;
  width: 400px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: hidden;
}

.p-searchResults .p-tooltip__balloonOuter .p-tooltip__balloon::before, .p-searchResults .p-tooltip__balloonOuter.b-posTr .p-tooltip__balloon::before, .p-searchResults .p-tooltip__balloonOuter.b-posTl .p-tooltip__balloon::before, .p-searchResults .p-tooltip__balloonOuter.b-posTc .p-tooltip__balloon::before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 100'%3E%3Cfilter id='shadow' x='-100%25' y='0' width='400%25' height='400%25' color-interpolation-filters='sRGB'%3E%3CfeColorMatrix in='SourceAlpha' result='ChangeAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .90 0'/%3E%3CfeGaussianBlur in='ChangeAlpha' result='GaussianBlur' stdDeviation='20'/%3E%3CfeMerge%3E%3CfeMergeNode in='GaussianBlur'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3Cpolyline points='25,0 75,50 125,0' stroke-width='6' stroke='%23bcb6b3' fill='%23fff' filter='url(%23shadow)'%3E%3C/polyline%3E%3C/svg%3E%0A");
}

.p-searchResults .p-tooltip__balloonOuter.b-posBl .p-tooltip__balloon::before, .p-searchResults .p-tooltip__balloonOuter.b-posBr .p-tooltip__balloon::before, .p-searchResults .p-tooltip__balloonOuter.b-posBc .p-tooltip__balloon::before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 100'%3E%3Cfilter id='shadow' x='-100%25' y='0' width='300%25' height='300%25' color-interpolation-filters='sRGB'%3E%3CfeColorMatrix in='SourceAlpha' result='ChangeAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .50 0'/%3E%3CfeGaussianBlur in='ChangeAlpha' result='GaussianBlur' stdDeviation='6'/%3E%3CfeMerge%3E%3CfeMergeNode in='GaussianBlur'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3Cpolyline points='25,100 75,50 125,100' stroke-width='6' stroke='%23bcb6b3' fill='%23fff' filter='url(%23shadow)'%3E%3C/polyline%3E%3C/svg%3E%0A");
}

.p-searchResults .p-tooltip__balloonOuter, .p-searchResults .p-tooltip__balloonOuter.b-posTr {
  right: -16px;
  bottom: 25px;
  text-align: right;
}

.p-searchResults .p-tooltip__balloonOuter .p-tooltip__balloon::before, .p-searchResults .p-tooltip__balloonOuter.b-posTr .p-tooltip__balloon::before {
  bottom: -13px;
  right: 13px;
}

.p-searchResults .p-tooltip__balloonOuter.b-posTl {
  left: -16px;
  bottom: 25px;
  text-align: left;
}

.p-searchResults .p-tooltip__balloonOuter.b-posTl .p-tooltip__balloon::before {
  bottom: -13px;
  left: 13px;
}

.p-searchResults .p-tooltip__balloonOuter.b-posTc {
  left: 50%;
  bottom: 25px;
  margin-left: -200px;
  text-align: center;
}

.p-searchResults .p-tooltip__balloonOuter.b-posTc .p-tooltip__balloon::before {
  bottom: -13px;
  left: 50%;
  margin-left: -10px;
}

.p-searchResults .p-tooltip__balloonOuter.b-posBl {
  left: -16px;
  top: 25px;
  text-align: left;
}

.p-searchResults .p-tooltip__balloonOuter.b-posBl .p-tooltip__balloon::before {
  top: -13px;
  left: 13px;
}

.p-searchResults .p-tooltip__balloonOuter.b-posBr {
  right: -16px;
  top: 25px;
  text-align: right;
}

.p-searchResults .p-tooltip__balloonOuter.b-posBr .p-tooltip__balloon::before {
  top: -13px;
  right: 13px;
}

.p-searchResults .p-tooltip__balloonOuter.b-posBc {
  left: 50%;
  top: 25px;
  margin-left: -200px;
  text-align: center;
}

.p-searchResults .p-tooltip__balloonOuter.b-posBc .p-tooltip__balloon::before {
  top: -13px;
  left: 50%;
  margin-left: -10px;
}

.p-searchResults .p-tooltip__balloon {
  background-color: #fff;
  border: 1px solid #bcb6b3;
  border-collapse: separate;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.5;
  padding: 8px 12px;
  text-align: left;
}

.p-searchResults .p-tooltip__balloon::before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 21px;
  height: 14px;
}

.p-searchResults .p-tooltip__balloon a:link,
.p-searchResults .p-tooltip__balloon a:visited,
.p-searchResults .p-tooltip__balloon a:hover {
  text-decoration: none !important;
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .p-searchResults .p-tooltip__balloonOuter .p-tooltip__balloon::before, .p-searchResults .p-tooltip__balloonOuter.b-posTr .p-tooltip__balloon::before, .p-searchResults .p-tooltip__balloonOuter.b-posTl .p-tooltip__balloon::before, .p-searchResults .p-tooltip__balloonOuter.b-posTc .p-tooltip__balloon::before {
    background: url("/assets/img/common/parts_tooltip_arrow_bottom.png") no-repeat 50% 0;
    background-size: 14px 14px;
    bottom: -12px;
  }
  .p-searchResults .p-tooltip__balloonOuter.b-posBl .p-tooltip__balloon::before, .p-searchResults .p-tooltip__balloonOuter.b-posBr .p-tooltip__balloon::before, .p-searchResults .p-tooltip__balloonOuter.b-posBc .p-tooltip__balloon::before {
    background: url("/assets/img/common/parts_tooltip_arrow_top.png") no-repeat 50% 100%;
    background-size: 14px 14px;
  }
}

@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .p-searchResults {
    word-break: break-all\9;
  }
}

.p-searchResults .p-searchResultItem__catchPhrase, .p-searchResults .p-searchResultItem__labels {
  display: inline;
}

.p-searchResults .p-searchResultItem__catchPhrase {
  font-size: 14px;
  margin-right: 8px;
}

.p-searchResults .p-searchResultItem__labels {
  font-size: 0;
}

.p-searchResults .p-searchResultItem__label {
  display: inline-block;
  margin: 4px 4px 0 0;
  font-size: 10px;
}

.p-searchResults .p-searchResultItem__description {
  font-size: 12px;
  margin-top: 8px;
  color: #5b4843;
}

.p-searchResults .p-searchResultItem__planTable {
  margin-top: 20px;
  table-layout: fixed;
  border-bottom: 0;
}

.p-searchResults .p-searchResultItem__headCell {
  font-weight: bold;
  padding-bottom: 6px;
  line-height: 1.3;
  vertical-align: bottom;
}

.p-searchResults .p-searchResultItem__headCell--planName {
  width: 374px;
}

:root .p-searchResults .p-searchResultItem__headCell--planName {
  text-align: left\0;
}

.p-searchResults .p-searchResultItem__headCell--points, .p-searchResults .p-searchResultItem__headCell--numberOfPeople, .p-searchResults .p-searchResultItem__headCell--total {
  font-size: 10px;
  color: #5b4843;
  text-align: right;
  vertical-align: bottom;
}

.p-searchResults .p-searchResultItem__headCell__totalNote {
  display: block;
  font-weight: normal;
  line-height: 1.5;
  color: #5b4843;
  white-space: nowrap;
}

.p-searchResults .p-searchResultItem__headCell--points {
  width: 118px;
}

.p-searchResults .p-searchResultItem__headCell--numberOfPeople {
  width: 90px;
}

.p-searchResults .p-searchResultItem__headCell--total {
  width: 126px;
}

.p-searchResults .p-planTable th:last-child,
.p-searchResults .p-planTable td:last-child {
  padding-right: 0;
}

.p-searchResults .p-searchResultItem__heading {
  display: block;
  float: left;
  padding-left: 10px;
  position: relative;
}

.p-searchResults .p-searchResultItem__heading::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-color: #e77611;
  width: 4px;
  height: 16px;
  border-radius: 2px;
}

.p-searchResults .p-searchResultItem__twentyFourOk {
  float: right;
  margin: 2px 85px 0 0;
  font-size: 10px;
  font-weight: normal;
}

.p-searchResults .p-searchResultItem__questionIcon {
  width: 7px;
  height: 10px;
  background-size: 7px 10px;
  vertical-align: baseline;
}

.p-searchResults .p-searchResultItem__recommendPlanIcon {
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
  margin-right: 3px;
  background-size: 18px 18px;
}

.p-searchResults .p-searchResultItem__scoreQuestionIcon {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
}

.p-searchResults .p-searchResultItem__scoreBalloon {
  width: 250px;
  line-height: 1.5;
}

.p-searchResults .p-searchResultItem__planNameCell {
  padding: 8px 0 11px;
}

.p-searchResults .p-searchResultItem__pointAndScore {
  float: right;
  text-align: left;
}

.p-searchResults .p-searchResultItem__planNameAndHorizontalLabels {
  float: left;
  width: 306px;
}

.p-planTable tbody.jsc-generallyPlanLinkExpansionTarget {
  cursor: pointer;
}
.p-planTable tbody.jsc-generallyPlanLinkExpansionTarget a.p-searchResultItem__planName {
  color: #e78a13;
}

.p-searchResultItem__planNames__wrap {
  display: flex;
}

.p-searchResultItem__planNames__wrap p,
.p-searchResultItem__planNames__wrap dt p {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 45px;
  margin-right: 8px;
}

.p-searchResultItem__planNames__wrap dt p img,
.p-searchResultItem__planNames__wrap p img {
  max-width: 60px;
  max-height: 45px;
}

.p-planTable tbody.jsc-generallyPlanLinkExpansionTarget .p-searchResultItem__planNames__wrap dt p img,
.p-planTable tbody.jsc-generallyPlanLinkExpansionTarget .p-searchResultItem__planNames__wrap p img {
  opacity: .7;
}

.p-searchResults .p-searchResultItem__planName {
  font-weight: bold;
  overflow: hidden;
}

.p-searchResults .p-searchResultItem__horizontalLabels {
  margin-left: -4px;
  font-size: 0;
}

.p-searchResults .p-searchResultItem__horizontalLabel {
  display: inline-block;
  margin: 4px 0 0 4px;
  font-size: 10px;
}

.p-searchResults .p-searchResultItem__horizontalLabel--bare {
  display: block;
  height: 16px;
  margin-left: 8px;
  font-size: 12px;
  color: #5b4843;
}

.p-searchResults .p-searchResultItem__verticalLabels {
  float: right;
  width: 56px;
  margin: 4px 0 8px;
}

.p-searchResults .p-searchResultItem__verticalLabel {
  margin-top: 4px;
}

.p-searchResults .p-searchResultItem__verticalLabel--room {
  min-width: 50px;
  text-align: center;
}

.p-searchResults .p-searchResultItem__verticalLabel--roomChar5 {
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
}

.p-searchResults .p-searchResultItem__verticalLabel--meal {
  min-width: 50px;
  text-align: center;
}

.p-searchResults .p-searchResultItem__pointCell {
  padding-top: 13px;
  text-align: right;
}

.p-searchResults .p-searchResultItem__point {
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 15px;
}

.p-searchResults .p-searchResultItem__point em {
  font-size: 14px;
}

.p-searchResults .p-searchResultItem__unit {
  font-size: 10px;
}

.p-searchResults .p-searchResultItem__score {
  display: block;
  margin-top: 4px;
  font-size: 10px;
}

.p-searchResults .p-searchResultItem__perPersonCell {
  padding-top: 12px;
  text-align: right;
}

.p-searchResults .p-searchResultItem__perPerson {
  font-size: 12px;
}

.p-searchResults .p-searchResultItem__perPerson--line-through {
  desplay: block;
  text-decoration: line-through;
}

.p-searchResultItem__perPerson--SpecialWeek {
  display: block;
}

.styleguide-scope .p-searchResultItem__regularPrice {
 position: absolute;
  top: 6px;
  right: 0;
  font-size: 10px;
}

.p-searchResults .p-searchResultItem__totalCell {
  height: 33px;
  padding-top: 12px;
  text-align: right;
}

.p-searchResults .p-searchResultItem--specialWeek {
  padding-top: 20px;
}

.p-searchResults .p-searchResultItem__total {
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
}

.p-searchResults .p-searchResultItem__total em {
  font-size: 16px;
}

.p-searchResults .p-searchResultItem__total--line-through {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  text-decoration: line-through;
}

.p-searchResults .p-searchResultItem__total--SpecialWeek {
  display: block;
  color: #f00;
  font-size: 12px;
}

.p-searchResults .p-searchResultItem__total--SpecialWeek em {
  font-size: 16px;
}

.p-searchResults .p-searchResultItem__restCell {
  border-top: 0 !important;
  text-align: right;
}

.p-searchResults .p-searchResultItem__restCell ul {
  text-align: right;
}

.p-searchResults .p-searchResultItem__restCell .p-searchResultItem__rest {
  margin-top: 3px;
}

.p-searchResults .p-searchResultItem__rest {
  display: inline-block;
  width: 80px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

.p-searchResults .p-searchResultItem__restNumber {
  font-size: 12px;
  color: #fc0d1c;
}

.p-searchResults .p-searchResultItem__coupon {
  margin-left: 12px;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fbf4ea;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  color: #e77611;
}

.p-searchResults .p-searchResultItem__gotCoupon {
  color: #3b1800;
}

.p-searchResults .p-searchResultItem__twoNightsNoteCell {
  border-top: 0 !important;
  text-align: right;
}

.styleguide-scope .p-searchResultItem__SpecialWeek {
  display: inline-block;
  margin: 4px 0 5px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #fc0d1c;
  border: 1px solid #fc0d1c;
}

_::-webkit-full-page-media,
_:future,
:root .p-searchResults .p-searchResultItem__twoNightsNoteCell .p-searchResultItem__note {
  margin-top: 3px;
}

.p-searchResults .p-searchResultItem__nightsPlanNoteCell {
  padding-top: 12px;
}

.p-searchResults .p-searchResultItem__note {
  color: #5b4843;
}

.p-searchResults .p-searchResultItem__nightsPlanNote {
  float: right;
}

.p-searchResults .p-searchResultItem__nightsPlanNote--noAmount {
  text-align: center;
}

.p-searchResults .p-searchResultItem__planView {
  display: none;
  color: #3b1800;
  font-size: 12px;
  font-weight: normal;
  padding-left: 0;
  text-align: left;
}

.p-searchResults .p-searchResultItem__planView::before {
  background: url(/assets/img/common/icons/icon_people_ora.svg);
  background-size: 24px 22px;
  content: '';
  display: inline-block;
  margin-right: 4px;
  padding: 0;
  width: 24px;
  height: 22px;
  vertical-align: bottom;
}

.p-searchResults .p-searchResultItem__planView.is-visible {
  display: block;
}

.p-searchResults .p-planPeriod,
.p-searchResults .p-mealType {
  display: inline-block;
  font-size: 0;
}

.p-searchResults .p-planPeriod__head, .p-searchResults .p-planPeriod__value,
.p-searchResults .p-mealType__head,
.p-searchResults .p-mealType__value {
  display: inline-block;
  vertical-align: middle;
}

.p-searchResults .p-planPeriod__head, .p-searchResults .p-planPeriod__value {
  font-size: 12px;
}

.p-searchResults .p-planPeriod__head {
  font-weight: bold;
}

.p-searchResults .p-mealType {
  margin-right: 12px;
  font-weight: bold;
}

.p-searchResults .p-mealType__head, .p-searchResults .p-mealType__value {
  margin-top: 2px;
}

.p-searchResults .p-mealType__head {
  font-size: 10px;
}

.styleguide-scope .c-input-checkbox.isDisabled {
  cursor: default;
}

.styleguide-scope .c-input-checkbox span {
  background-color: #fff;
}

#contents .yadoHeader {
  width: 950px;
}

.contentLayout {
  display: flex;
  justify-content: space-between;
}

.searchPanelColumn {
  flex-shrink: 0;
  width: 180px;
}

#planlist-waku01[id] {
  box-shadow: none;
}

.styleguide-scope .searchPanelTitle {
  font-size: 14px;
  font-weight: bold;
}

.styleguide-scope .searchPanelTitle__icon {
  margin-right: 4px;
  font-size: 20px;
  color: #e77611;
  vertical-align: -2px;
}

.styleguide-scope .searchPanel__help {
  margin-top: 12px;
  font-size: 10px;
  text-align: right;
}

.styleguide-scope .searchPanel__helpLink.searchPanel__helpLink {
  color: #1558ce;
}

.styleguide-scope .searchPanel__helpLink.searchPanel__helpLink:hover {
  color: #e77611;
}

.styleguide-scope .searchPanel__helpIcon {
  margin-right: 2px;
  font-size: 16px;
  vertical-align: -1px;
}

.styleguide-scope .searchPanelBox {
  padding: 8px 8px 12px 8px;
  margin-top: 12px;
  border: 1px solid #e0dbd7;
  border-radius: 4px;
}

.styleguide-scope .searchPanelBox--top {
  background-color: #f7f5f2;
}

.styleguide-scope .searchPanelSection + .searchPanelSection {
  padding-top: 8px;
  margin-top: 12px;
  border-top: 1px solid #bcb6b3;
}

.styleguide-scope .searchPanelSectionTitle {
  font-size: 12px;
  font-weight: bold;
}

.styleguide-scope .searchPanelSubmitButton {
  width: 100%;
  margin-top: 12px;
}

.styleguide-scope .roomTypePopupTrigger {
  position: relative;
  width: 100%;
  height: 32px;
  padding: 6px 20px 6px 8px;
  overflow: hidden;
  font-size: 12px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: transparent;
  background-image: url(/assets/img/common/icons/icon_panelpopup.svg);
  background-repeat: no-repeat;
  background-position: top 8px right 8px;
  background-size: 16px 16px;
  border: 1px solid #bcb6b3;
  border-radius: 4px;
}

.styleguide-scope .roomTypePopupContent {
  position: absolute;
  top: 0;
  right: -166px;
  z-index: 200;
  width: 166px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #bcb6b3;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
}

.styleguide-scope .roomTypePopupCheckboxItem {
  font-size: 12px;
}

.styleguide-scope .roomTypePopupCheckboxItem + .roomTypePopupCheckboxItem {
  margin-top: 8px;
}

.styleguide-scope .roomTypePopupCloseButton {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  margin: 8px 0 0 auto;
  font-size: 12px;
  font-weight: bold;
  color: #1558ce;
  appearance: none;
  background-color: transparent;
  border: 0;
}

.roomTypePopupCloseButton:hover {
  color: #e77611;
}

.roomTypePopupCloseButton::before {
  position: absolute;
  top: 0;
  left: 5px;
  font-family: jalan-iconfont;
  font-size: 11px;
  color: #918b8a;
  content: '\F062';
}

.styleguide-scope .searchPanelSectionTitleCaption {
  margin-left: 8px;
  font-weight: normal;
}

.styleguide-scope .searchPanelBox__budget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.styleguide-scope .searchPanel__budgetCaptionWrapper {
  margin-top: 4px;
}

.styleguide-scope .searchPanel__budgetCaption {
  padding-left: 1em;
  font-size: 12px;
  color: #ca1738;
  text-indent: -1em;
}

.styleguide-scope .searchPanel__budgetCaption::before {
  content: '※';
}

.searchPanel__selectboxWrapper {
  position: relative;
}

.searchPanel__selectboxWrapper::after {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 8px;
  height: 8px;
  pointer-events: none;
  content: '';
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(45deg);
}

.searchPanel__selectboxWrapper--roomCount::after,
.searchPanel__selectboxWrapper--mealType::after {
  right: 8px;
}

.searchPanel__selectbox {
  display: flex;
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #bcb6b3;
  border-radius: 4px;
}

.styleguide-scope .searchPanel__selectbox--budget {
  width: 74px;
  height: 32px;
  padding: 0 10px 0 5px;
  font-size: 12px;
}

.styleguide-scope .searchPanel__selectbox--mealType,
.styleguide-scope .searchPanel__selectbox--roomCount {
  width: 100%;
  height: 32px;
  padding: 0 8px;
  font-size: 12px;
}

.styleguide-scope .searchPanel__selectboxWrapper--adultNum {
  margin-left: 4px;
}

.styleguide-scope .searchPanel__selectboxWrapper--adultNum::after {
  right: 8px;
}

.styleguide-scope .searchPanel__selectbox--adultNum {
  width: 62px;
  height: 32px;
  padding: 0 8px;
  font-size: 12px;
}

.styleguide-scope .searchPanel__button {
  cursor: pointer;
  appearance: none;
}

.styleguide-scope .searchPanel__button--filteringSearch {
  width: 100%;
}

.styleguide-scope .searchPanel__kodawariNotion {
  margin-top: 4px;
  font-size: 12px;
  color: #5b4843;
}

.styleguide-scope .datepicker {
  position: relative;
}

.styleguide-scope .datepickerTrigger {
  position: relative;
  width: 100%;
  height: 32px;
  padding-left: 8px;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #bcb6b3;
  border-radius: 4px;
}

.styleguide-scope .datepickerTriggerWrapper {
  position: relative;
}

.styleguide-scope .datepickerTriggerWrapper::after {
  position: absolute;
  top: 3px;
  right: 8px;
  font-family: jalan-iconfont;
  font-size: 16px;
  color: #918b8a;
  pointer-events: none;
  content: '\F057';
}

.styleguide-scope .datepickerTrigger--inactive {
  color: #ccc;
  background-color: #eee;
}

.styleguide-scope .datepickerOption {
  display: flex;
  justify-content: space-between;
  padding: 0 2px;
  margin-top: 4px;
}

.styleguide-scope .dateCheck {
  position: relative;
  top: 1px;
}

/* datepicker */
.searchPanelBox .ui-datepicker {
  position: absolute;
  z-index: 200;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 16px 14px 16px;
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, '\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\004E\0020\0057\0033', 'Hiragino Kaku Gothic ProN', '\30E1\30A4\30EA\30AA', Meiryo, '\FF2D\FF33\0020\FF30\30B4\30B7\30C3\30AF', 'MS PGothic', sans-serif;
  background: #fff;
  border: 1px solid #bcb6b3;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.searchPanelBox .ui-datepicker::before,
.searchPanelBox .ui-datepicker::after {
  position: absolute;
  display: block;
  content: '';
}

.searchPanelBox .ui-datepicker::before {
  top: -14px;
  left: 69px;
  border-right: 11px solid transparent;
  border-bottom: 13px solid #bcb6b3;
  border-left: 11px solid transparent;
}

.ui-datepicker::after {
  top: -12px;
  left: 70px;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #fff;
  border-left: 10px solid transparent;
}

.ui-datepicker .ui-datepicker-group {
  float: left;
  width: 50%;
  padding: 0 14px;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 0;
}

.ui-datepicker .ui-icon-circle-triangle-w,
.ui-datepicker .ui-icon-circle-triangle-e {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  text-shadow: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 24px auto;
}

.ui-datepicker .ui-datepicker-prev {
  left: -18px;
  background-image: url(/assets/img/common/icons/icon_arrowLeft.svg);
}

.ui-datepicker .ui-datepicker-next {
  right: -18px;
  background-image: url(/assets/img/common/icons/icon_arrowRight.svg);
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  display: none;
}

.ui-datepicker-calendar.ui-datepicker-calendar {
  margin-top: 8px;
}

#ui-datepicker-div .ui-datepicker-calendar {
  background-color: #fff;
}

.ui-datepicker-calendar th {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

.ui-datepicker-calendar td {
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
  border: 0;
}

.ui-datepicker-calendar td:hover {
  background-color: #fef5d8;
}

.ui-datepicker-calendar .ui-state-default {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}

.ui-datepicker-calendar .ui-state-default.ui-state-default {
  color: #3b1800;
}

.ui-datepicker-week-end.sat,
.ui-datepicker-week-end.sat .ui-state-default {
  color: #1094e7;
}

.ui-datepicker-week-end.sun,
.ui-datepicker-week-end.sun .ui-state-default {
  color: #e8104a;
}

.ui-datepicker-holiday .ui-state-default.ui-state-default {
  color: #e8104a;
}

.ui-datepicker-calendar .ui-state-disabled {
  pointer-events: none;
}

.ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  color: #ccc;
}

.ui-datepicker-calendar .selected-start-cell,
.ui-datepicker-calendar .selected-last-cell {
  background-color: #e78a13;
}

.ui-datepicker-calendar .selected-start-cell .ui-state-default,
.ui-datepicker-calendar .selected-last-cell .ui-state-default {
  color: #fff;
}

.ui-datepicker-calendar .selected-middle-cell {
  background-color: #fce3d5;
}

.ui-datepicker .datepicker-custom--area {
  width: 100%;
  margin-top: 12px;
}

.ui-datepicker .datepicker-custom--area li:first-of-type {
  padding-right: 14px;
  text-align: right;
}

#datepicker-close {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #1558ce;
  cursor: pointer;
}

#datepicker-close::before {
  position: absolute;
  top: -1px;
  left: 0;
  font-family: jalan-iconfont;
  font-size: 12px;
  color: #918b8a;
  content: '\F062';
}

#datepicker-close:hover {
  color: #e77611;
}

#datepicker-nodate {
  display: none;
}

.styleguide-scope .searchPanel__guestCount {
  display: flex;
  align-items: center;
  height: 32px;
  margin-top: 8px;
}

.styleguide-scope .searchPanel__adultCount {
  font-size: 12px;
  color: #1558ce;
}

.styleguide-scope .searchPanel__adultCount:visited {
  color: #1558ce;
}

.styleguide-scope .searchPanel__adultCount:hover {
  color: #e77611;
}

#dyn_child_num_txt_id1.searchPanel__childCount {
  font-size: 12px;
  color: #1558ce !important;
}

#dyn_child_num_txt_id1.searchPanel__childCount:hover {
  color: #e77611 !important;
}

#roompanel-block.styleguide-scope {
  width: 570px;
}

#roompanel-block #roompanel[id] {
  position: relative;
  z-index: 0;
  padding: 12px 16px 16px;
  background-color: #fff;
  border: 1px solid #bcb6b3;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
}

.styleguide-scope .roomPanel__row + .roomPanel__row {
  margin-top: 16px;
}

.styleguide-scope .roomPanel__rowTitle {
  font-weight: bold;
  text-align: left;
}

.styleguide-scope .roomPanel__layoutTable {
  margin-top: 12px;
}

.styleguide-scope .roomPanel__adultTable {
  width: 88px;
}

.styleguide-scope .roomPanel__childTable {
  width: calc(100% - 12px);
  margin-left: 12px;
  table-layout: fixed;
}

.styleguide-scope .roomPanel__childTableCol:first-of-type {
  width: 88px;
}

.styleguide-scope .roomPanel__childTableCol:nth-of-type(n+2) {
  width: 87px;
}

.styleguide-scope .roomPanel__th {
  width: 88px;
  height: 22px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f7f5f2;
  border: 1px solid #bcb6b3;
}

.styleguide-scope .roomPanel__td {
  width: 88px;
  height: 60px;
  padding-bottom: 8px;
  vertical-align: top;
  border: 1px solid #bcb6b3;
}

.styleguide-scope .roomPanel__selectboxWrapper {
  position: relative;
  display: inline-block;
  margin-top: 4px;
}

.styleguide-scope .roomPanel__selectboxWrapper--noLabel {
  margin-top: 27px;
}

.styleguide-scope .roomPanel__selectboxWrapper::after {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 8px;
  height: 8px;
  pointer-events: none;
  content: '';
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(45deg);
}

#roompanel-block #roompanel .roomPanel__selectbox {
  display: flex;
  align-items: center;
  width: 54px;
  height: 24px;
  padding: 0 10px 0 8px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #bcb6b3;
  border-radius: 4px;
}

.styleguide-scope .roomPanel__mei {
  margin-left: 4px;
  font-size: 12px;
  vertical-align: 1px;
}

#roompanel-block #roompanel .roomPanel__childLabel.roomPanel__childLabel {
  margin: 8px 0 0 0;
  font-size: 10px;
  font-weight: bold;
}

.styleguide-scope .roomPanel__noChild {
  margin-top: 31px;
  font-size: 12px;
}

.styleguide-scope .roomPanel__childLabel + .roomPanel__noChild {
  margin-top: 8px;
}

.styleguide-scope .roomPanel__closeButton {
  position: relative;
  display: block;
  padding-left: 16px;
  margin: 16px 0 0 auto;
  font-size: 12px;
  font-weight: bold;
  color: #1558ce;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

.styleguide-scope .roomPanel__closeButton::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: jalan-iconfont;
  font-size: 12px;
  color: #918b8a;
  content: '\F062';
}

.styleguide-scope .roomPanel__closeButton:hover {
  color: #e77611;
}

.jlnpc-plan__search_calendar--wrap.jlnpc-plan__search_calendar--wrap {
  margin-top: 0;
}

/* 並び順
---------------------------------------------*/
.jlnpc-result-count {
  padding-top: 10px;
  border-bottom: solid 2px #d0d0d0;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
div#planlist-header p.volume {
  float: left;
  border-bottom: none;
}
.jlnpc-sortNav__roundSortArea {
  float: right;
}
.jlnpc-sortNav__roundSortArea::after {
  content: "";
  display: block;
  clear: both;
}
.jlnpc-sortNav__roundSortArea ul {
  display: flex;
}
.jlnpc-sortNav__roundSortArea ul li {
  display: flex;
  align-items: center;
  width: 92px;
  box-sizing: border-box;
  border: 1px solid #bcb6b3;
  border-right: 0;
}
.jlnpc-sortNav__roundSortArea ul li:first-of-type,
.jlnpc-sortNav__roundSortArea ul li:first-of-type a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.jlnpc-sortNav__roundSortArea ul li:last-of-type {
  border-right: 1px solid #bcb6b3;
}
.jlnpc-sortNav__roundSortArea ul li:last-of-type,
.jlnpc-sortNav__roundSortArea ul li:last-of-type a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.jlnpc-sortNav__roundSortArea ul li a {
  display: block;
  padding: 2px 0;
  width: 100%;
  font-size: 12px;
  color: #3b1800;
  text-align: center;
  text-decoration: none !important;
}
.jlnpc-sortNav__roundSortArea ul li a:hover {
  background-color: #fef5d8;
  color: #e77611;
}
.jlnpc-sortNav__roundSortArea ul li.is-currentSortTab {
  border: 1px solid #e77611;
  border-right: 0;
}
.jlnpc-sortNav__roundSortArea ul li.is-currentSortTab a {
  color: #e77611;
  font-weight: bold;
  pointer-events: none;
}
.jlnpc-sortNav__roundSortArea ul li.is-currentSortTab + li {
  border-left-color: #e77611;
}
.jlnpc-sortNav__roundSortArea ul li:last-of-type.is-currentSortTab {
  border-right: 1px solid #e77611;
}
#footer_area {
  display: flex;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
}

#footer_area::before {
  flex: none;
  width: calc(210px - (1370px - 100%) / 2);
  max-width: 210px;
  content: '';
}

#footer990 {
  width: 1160px;
  margin: 10px 0 0 0;
}
