@charset "UTF-8";
/*
 * sidebar_parts
 * ouw3851(おでかけ右エリア情報)パーツ用CSS
 */

/* 共通 */
.sideBar,
.sideBar *,
.sideBar input,
.sideBar select {
  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;
  box-sizing: border-box;
}
.sideBar,
.sideBar input,
.sideBar select {
  color: #3b1800;
  font-size: 12px;
  line-height: 1.5;
}
.sideBar {
  float: right;
  width: 180px;
}
.sideBar select {
  appearance: none;
}
.sideBar select::-ms-expand {
  display: none;
}
.sideBar a {
  color: #1558ce;
  text-decoration: none;
}
.sideBar a:hover {
  color: #e77611;
}

/* 共通パーツ */
.sideBar .sideBar__basicTitle,
.sideBar .sideBar__subTitle {
  position: relative;
  padding-left: 12px;
  font-size: 18px;
  font-weight: bold;
}
.sideBar .sideBar__basicTitle::before,
.sideBar .sideBar__subTitle::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: calc(100% - 3px);
  margin: auto;
  border-radius: 2px;
  background: #e77611;
}
.sideBar .sideBar__subTitle {
  padding-left: 11px;
  font-size: 14px;
}
.sideBar .sideBar__subTitle::before {
  width: 3px;
  height: calc(100% - 5px);
}
.sideBar .sideBar__btn--primary {
  border: 1px solid #2171e0;
  border-radius: 4px;
  background: linear-gradient(#38affc, #0174e7);
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.sideBar .sideBar__btn--primary:hover {
  background: linear-gradient(#2182e7, #3844ce);
  color: #cde9f7;
}

/* バナー系 */
#insertSpBanner {
  margin-top: 16px;
  margin-bottom: 16px !important;
}
#insertSpBanner:first-of-type {
  margin-top: 0;
}
#insertSpBanner .banner {
  text-align: center;
}
#insertSpBanner .banner a {
  display: block;
}

#gotouchiContents a {
  display: block;
}
#gotouchiContents img {
  vertical-align: bottom;
}

#sideBannerArea {
  margin-bottom: 10px;
}
#sideBannerArea .banner {
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}
#areaBanner {
  margin-bottom: 10px;
}
#areaBanner .line {
  width: 180px;
  margin: 0 0 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
#areaBanner .article .image {
  float: left;
  width: 55px;
  padding: 0;
}
#areaBanner .article .text {
  float: left;
  width: 113px;
  padding: 0 0 7px;
  line-height: 1.3;
}
#insertAreaBanner .line {
  width: 180px;
  margin: 0 0 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
#insertAreaBanner .article .image {
  float: left;
  width: 55px;
  padding: 0;
}
#insertAreaBanner .article .text {
  float: left;
  width: 113px;
  padding: 0 0 7px;
  line-height: 1.3;
}

/* SNSボタン */
#socialArea {
  margin: 16px 0 !important;
}
#socialArea ul {
  display: flex;
  justify-content: center;
}
#socialArea ul li {
  width: 40px;
  height: 40px;
  margin-left: 20px;
  background: none;
  text-indent: 0;
}
#socialArea ul li:first-of-type {
  margin-left: 0;
}
#socialArea li > a {
  display: block;
  height: 100%;
  background: no-repeat 0 0 / 40px 40px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#socialArea .btnSideTwitter a {
  background-image: url('/ou/d/cs/pc/image/sns_t_logo.svg');
}
#socialArea .btnSideFb a {
  background-image: url('/ou/d/cs/pc/image/sns_f_logo.svg');
}
#socialArea .btnSideGoogle a {
  background: url('/ou/d/cs/pc/image/icon_social.png') no-repeat 0px -40px;
}

/* レビュアー */
.sidebarReviewerArea {
  margin: 16px 0;
  padding: 5px;
  border-radius: 4px;
  background: #efebe6;
}
.sidebarReviewerArea:first-of-type {
  margin-top: 0;
}
.sidebarReviewerArea-profile {
  padding: 5px;
  border-radius: 4px;
  background: #fff;
}
.sidebarReviewerArea-rankupCatch {
  font-size: 14px;
  font-weight: bold;
}
.sidebarReviewerArea-rankupCatch + .sidebarReviewerArea-userRank {
  margin-top: 8px;
}
.iconRankMedal-gold,
.iconRankMedal-silver,
.iconRankMedal-bronze,
.iconRankMedal-regular,
.iconRankMedal-beginner {
  padding-left: 34px;
  font-weight: bold;
  line-height: 50px;
}
.iconRankMedal-gold {
  padding-left: 42px;
  background: url('/ou/d/cs/pc/image/icon_rank_middle.png') no-repeat 0 -200px;
  color: #ba8c00;
}
.iconRankMedal-silver {
  background: url('/ou/d/cs/pc/image/icon_rank_middle.png') no-repeat 0 -150px;
  color: #989898;
}
.iconRankMedal-bronze {
  background: url('/ou/d/cs/pc/image/icon_rank_middle.png') no-repeat 0 -100px;
  color: #c7713e;
}
.iconRankMedal-regular {
  background: url('/ou/d/cs/pc/image/icon_rank_middle.png') no-repeat 0 -50px;
  color: #f60;
}
.iconRankMedal-beginner {
  background: url('/ou/d/cs/pc/image/icon_rank_middle.png') no-repeat 0 0;
  color: #4d8a3e;
}
.sidebarReviewerArea-userInfo {
  display: flex;
}
.sidebarReviewerArea-userRank + .sidebarReviewerArea-userInfo {
  margin-top: 8px;
}
.sidebarReviewerArea-userInfo dt {
  flex: 0 0 50px;
  margin-right: 7px;
}
.sidebarReviewerArea-thumb {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
}
.sidebarReviewerArea-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
  transform: translate(-50%, -50%);
}
.sidebarReviewerArea-wellcomeMsg p + p {
  margin-top: 4px;
}
.sidebarReviewerArea-wellcomeMsg strong {
  font-weight: bold;
}
.sidebarReviewerArea-username {
  word-break: break-all;
}
.sidebarReviewerArea-username > a {
  font-weight: bold;
}
.sidebarReviewerArea-username > span {
  display: block;
  margin-top: 4px;
}
.sideWinningMedals {
  margin-top: 8px;
}
.sideMedalsNumText {
  margin-top: 8px;
  font-weight: bold;
}
.sideMedalsNumText > strong {
  margin-right: 4px;
}
.sideMedalsNumText > a {
  padding: 0 4px;
  font-weight: normal;
}
.sideMedalInfoList {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}
.sideMedalInfoList li {
  width: 50px;
  margin-left: 2px;
}
.sideMedalInfoList li:first-of-type {
  margin-left: 0;
}
.sideMedalInfoList li > img {
  vertical-align: bottom;
}
.sidebarReviewerArea-howto {
  margin-top: 8px;
  font-size: 10px;
  text-align: right;
}
.sidebarReviewerArea-howto > a {
  display: inline-block;
  position: relative;
  padding-left: 16px;
}
.sidebarReviewerArea-howto > a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 14px;
  margin: auto;
  background: url('/ou/d/cs/pc/image/icon_help_gray.svg') no-repeat 0 0 / 10px auto;
}

/* 旅の計画・記録 */
/* 共通：タイトル */
.sidebarReviewerArea-travelJournal {
  margin-top: 5px;
  padding: 5px;
  border-radius: 4px;
  background: #fff;
}
.sidebarReviewerArea-travelJournalTitle > a {
  display: inline-block;
  padding-left: 22px;
  font-size: 14px;
  font-weight: bold;
}
.sidebarReviewerArea-travelJournalTitle.travelPlan > a {
  background: url("/ou/d/cs/pc/image/icon_document_plus_gray.svg") no-repeat 0 center / 18px 18px;
}
.sidebarReviewerArea-travelJournalTitle.travelRecord > a {
  background: url("/ou/d/cs/pc/image/icon_edit_gray.svg") no-repeat 0 center / 18px 18px;;
}
/* 共通：リスト */
.sidebarReviewerArea-countListInner {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e0dbd7;
}
.sidebarReviewerArea-countListInner::after {
  content: '';
  display: block;
  clear: both;
}
.sidebarReviewerArea-countList dt {
  float: left;
  margin-right: 4px;
}
.sidebarReviewerArea-countList dd {
  float: right;
}

/* 旅の計画 */
.sidebarReviewerArea-travelPlan {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e0dbd7;
}
.sidebarReviewerArea-countList + .sidebarReviewerArea-travelPlan {
  padding-top: 0;
  border-top: 0;
}
.sidebarReviewerArea-travelPlanInner {
  padding: 4px;
  background: #f7f5f2;
}
.sidebarReviewerArea-travelPlanInner::after {
  content: '';
  display: block;
  clear: both;
}
.sidebarReviewerArea-countList + .sidebarReviewerArea-travelPlanInner {
  margin-top: 8px;
}
.sidebarReviewerArea-travelPlanCassette {
  display: block;
  margin-top: 8px;
}
.sidebarReviewerArea-travelPlanTitle {
  word-break: break-all;
}
div.sidebarReviewerArea-travelPlanCassette .sidebarReviewerArea-travelPlanTitle {
  color: #5b4843;
}
.sidebarReviewerArea-travelPlanImg {
  display: block;
  position: relative;
  float: left;
  width: 50px;
  height: 38px;
  margin-right: 4px;
  border: 1px solid #bcb6b3;
}
a.sidebarReviewerArea-travelPlanCassette:hover .sidebarReviewerArea-travelPlanImg {
  opacity: .6;
}
.sidebarReviewerArea-travelPlanImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 48px;
  max-height: 36px;
  transform: translate(-50%, -50%);
}
.sidebarReviewerArea-sampleModalBtn {
  margin-top: 8px;
  text-align: right;
}
.sidebarReviewerArea-sampleModalBtn > span {
  color: #1558ce;
  cursor: pointer;
}
.sidebarReviewerArea-sampleModalBtn > span:hover {
  color: #e77611;
}

/* サンプルモーダル */
#view-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1001;
}
.sampleImgModal {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 640px;
  max-height: calc(100% - 40px);
  padding: 20px 0;
  border-radius: 4px;
  background: #fff;
  transform: translateY(-50%);
  z-index: 1001;
}
.sampleImgModal .sideBar__basicTitle {
  margin: 0 20px;
}
.sampleImgModal-closeBtn {
  position: absolute;
  top: 26px;
  right: 20px;
}
.sampleImgModal-closeBtn > button {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  background: url('/ou/d/cs/pc/image/icon_close_round_gray.svg') no-repeat 0 0 / 16px auto;
  cursor: pointer;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.sampleImgModal-content {
  position: relative;
  max-height: calc(100vh - 123px);
  margin-top: 16px;
  padding: 0 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
.sampleImgModal-img {
  display: block;
  width: 600px;
  height: 714px;
}
.sampleImgModal-addTravelPlanBtn {
  width: 280px;
  height: 32px;
  margin: 16px auto 0;
}
.sampleImgModal-addTravelPlanBtn > .sideBar__btn--primary {
  display: block;
  font-size: 14px;
  line-height: 30px;
}

/* 未ログインの場合 */
.sidebarReviewerArea-travelRecord,
.sidebarReviewerArea-travelRecord .recordTravel {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e0dbd7;
}
.sidebarReviewerArea-descriptionMedal {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e0dbd7;
}
.sidebarReviewerArea-descriptionMedal img {
  vertical-align: bottom;
}
.sidebarReviewerArea-descriptionMedalTitle {
  margin-bottom: 6px;
  font-weight: bold;
}
.sidebarReviewerArea-descriptionMedalInner {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.sidebarReviewerArea-descriptionMedalInner dt {
  margin-right: 8px;
}
.sidebarReviewerArea-travelRecord .recordTravel {
  text-align: center;
}
.sidebarReviewerArea-travelRecord .recordTravel > a {
  font-weight: bold;
}


/* 旅行マップ */
.sideMapArea {
  margin: 16px 0;
  padding: 5px;
  border-radius: 4px;
  background: #efebe6;
}
.sideMapArea-header {
  padding: 5px 5px 0;
  border-radius: 4px 4px 0 0;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
}
.sideMapArea-header-name,
.sideMapArea-header-text {
  display: inline-block;
  vertical-align: middle;
}
.sideMapArea-header-name {
  max-width: 118px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sideMapArea-header-title {
  display: block;
  font-weight: bold;
}
.sideMapArea-map {
  position: relative;
  padding: 8px 5px 5px;
  border-radius: 0 0 4px 4px;
  background: #fff;
}
.sideMapArea-map #gMap {
  width: 160px !important;
  height: 160px !important;
}

/* おすすめの遊び・体験ジャンル */
.jlnpc-sidebarActivity {
  margin: 16px 0;
}
.jlnpc-sidebarActivityList {
  margin-top: 12px;
}
.jlnpc-sidebarActivityList li:not(:first-of-type) {
  margin-top: 12px;
}
.jlnpc-sidebarActivityList a {
  display: block;
  position: relative;
}
.jlnpc-sidebarActivityList a:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 135px;
  background: #fff;
  opacity: .6;
  z-index: 1;
}
.jlnpc-sidebarActivityList_item_image {
  display: block;
  position: relative;
  width: 180px;
  height: 135px;
  overflow: hidden;
}
.jlnpc-sidebarActivityList_item_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}
.jlnpc-sidebarActivityList_item_rank,
.jlnpc-sidebarActivityList_item_rank1,
.jlnpc-sidebarActivityList_item_rank2,
.jlnpc-sidebarActivityList_item_rank3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  color: #3b1800;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
}
.jlnpc-sidebarActivityList_item_rank1,
.jlnpc-sidebarActivityList_item_rank2,
.jlnpc-sidebarActivityList_item_rank3 {
  color: #fff;
}
.jlnpc-sidebarActivityList_item_rank1 {
  background-color: #ba8c00;
}
.jlnpc-sidebarActivityList_item_rank2 {
  background-color: #929ba0;
}
.jlnpc-sidebarActivityList_item_rank3 {
  background-color: #c7713e;
}
.jlnpc-sidebarActivityList_item_rank {
  background-color: #f7f5f2;
}
.jlnpc-sidebarActivityList_item_name {
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
  word-break: break-all;
}
.jlnpc-sidebarActivityList_item_price {
  margin-top: 4px;
  color: #fc0d1c;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}


/* 宿即クリ */
#vListing {
  margin: 16px 0;
}
#vListing .vListing_list {
  margin-top: 12px;
}
#vListing .vListing_item:not(:first-of-type) {
  margin-top: 10px;
  word-break: break-all;
}
#vListing .vListing_item > a {
  display: block;
}
#vListing .vListing_item_image {
  width: 180px;
  height: 135px;
}
#vListing .vListing_item > a:hover .vListing_item_image {
  opacity: .6;
}
#vListing .vListing_item_image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#vListing .vListing_item_name {
  margin-top: 4px;
  font-weight: bold;
}
#vListing .vListing_item_area {
  color: #5b4843;
  font-size: 10px;
}
#vListing .vListing_item_copy {
  margin-top: 4px;
  color: #3b1800;
}


/* キーワードから探す、日付から宿を探す：共通 */
.sideBar .searchPanel .searchPanel-title {
  font-size: 14px;
  font-weight: bold;
}
.sideBar .searchPanel input,
.sideBar .searchPanel select {
  height: 32px;
  padding: 7px;
  border: 1px solid #bcb6b3;
  border-radius: 4px;
}
.sideBar .searchPanel select {
  padding-right: 24px;
  background: #fff url('/ou/d/cs/pc/image/icon_chevron_down_gray.svg') no-repeat right 10px center / 12px 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sideBar .searchPanel input:disabled,
.sideBar .searchPanel select:disabled {
  color: #ccc;
  background-color: #eee;
  opacity: 1;
}
.sideBar .searchPanel select:disabled::-ms-value {
  background-color: #eee;
  color: #ccc;
}
.sideBar .searchPanel .searchPanel-button {
  margin-top: 12px;
}
.sideBar .searchPanel .searchPanel-button > .sideBar__btn--primary {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}

/* キーワードから探す */
#sideBar-keywordSearchPanel {
  margin: 16px 0;
}
#sideBar-keywordSearchPanel .searchPanel-title {
  padding-left: 24px;
  background: url('/ou/d/cs/pc/image/icon_search_orange.svg') no-repeat 0 center / 20px 20px;
  font-size: 14px;
  font-weight: bold;
}
#sideBar-keywordSearchPanel .searchPanel-content {
  margin-top: 12px;
  padding: 12px 8px;
  border: 1px solid #bcb6b3;
  border-radius: 4px;
}
#sideBar-keywordSearchPanel .searchPanel-tab {
  display: flex;
  justify-content: center;
}
#sideBar-keywordSearchPanel .searchPanel-tab > li {
  position: relative;
  padding: 0 5px;
}
#sideBar-keywordSearchPanel .searchPanel-tab > li:not(:first-of-type)::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 12px;
  margin: auto;
  background: #918b8a;
}
#sideBar-keywordSearchPanel .searchPanel-tab > li > span {
  color: #1558ce;
  cursor: pointer;
}
#sideBar-keywordSearchPanel .searchPanel-tab > li > span:hover {
  color: #e77611;
}
#sideBar-keywordSearchPanel .searchPanel-tab > li > .active {
  color: #e77611;
  font-weight: bold;
  cursor: default;
}
#sideBar-keywordSearchPanel .searchPanel-input {
  margin-top: 12px;
}
#sideBar-keywordSearchPanel .searchPanel-input input {
  width: 100%;
}


/* 日付から宿を探す */
#sideBar-dateSearchPanel {
  margin-top: 16px;
}
#sideBar-dateSearchPanel .searchPanel-title {
  padding-left: 24px;
  background: url('/ou/d/cs/pc/image/icon_hotel_orange.svg') no-repeat 1px center / 18px 20px;
}
#sideBar-dateSearchPanel .searchPanel-content {
  margin-top: 12px;
  padding: 12px 8px;
  border: 1px solid #e0dbd7;
  border-radius: 4px;
  background: #f7f5f2;
}
#sideBar-dateSearchPanel .searchPanel-date {
  display: flex;
}
#sideBar-dateSearchPanel .searchPanel-date > li:not(:first-of-type) {
  margin-left: 8px;
}
#sideBar-dateSearchPanel .searchPanel-date input {
  margin-right: 2px;
  text-align: right;
}
#sideBar-dateSearchPanel .searchPanel-date #dyn_y_txt {
  width: 43px;
  padding: 6px;
}
#sideBar-dateSearchPanel .searchPanel-date #dyn_m_txt,
#sideBar-dateSearchPanel .searchPanel-date #dyn_d_txt {
  width: 30px;
  padding: 6px;
}
#sideBar-dateSearchPanel .searchPanel-stayWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
#sideBar-dateSearchPanel .searchPanel-stay select {
  width: 70px;
}
#sideBar-dateSearchPanel .searchPanel-dateUndecided #datecheck {
  display: none;
}
#sideBar-dateSearchPanel .searchPanel-dateUndecided label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  vertical-align: middle;
}
#sideBar-dateSearchPanel .searchPanel-dateUndecided label::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border: 2px solid #bcb6b3;
  border-radius: 2px;
  background: #fff;
  box-sizing: border-box;
}
#sideBar-dateSearchPanel .searchPanel-dateUndecided input:checked + label::before {
  border-color: #e77611;
  background-color: #e77611;
}
#sideBar-dateSearchPanel .searchPanel-dateUndecided input:checked + label::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 5px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
#sideBar-dateSearchPanel .searchPanel-room {
  display: inline-block;
  margin-top: 12px;
}
#sideBar-dateSearchPanel .searchPanel-room select {
  width: 70px;
}
#sideBar-dateSearchPanel .searchPanel-people {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
#sideBar-dateSearchPanel .searchPanel-adultNum select {
  width: 70px;
}
#sideBar-dateSearchPanel .searchPanel-childNum {
  margin-left: 8px;
}
#sideBar-dateSearchPanel .searchPanel-childNum #dyn_child_num_txt_id1 {
  margin-left: 4px;
  color: #1558ce !important;
  cursor: pointer;
}
#sideBar-dateSearchPanel .searchPanel-childNum #dyn_child_num_txt_id1:hover {
  color: #e77611 !important;
}
#childNoBox {
  margin-top: 12px;
}
#dyn_child_num_txt_id2 {
  color: #1558ce !important;
  cursor: pointer;
}
#dyn_child_num_txt_id2:hover {
  color: #e77611 !important;
}
#sideBar-dateSearchPanel .searchPanel-area {
  margin-top: 12px;
}
#sideBar-dateSearchPanel .searchPanel-area > li:not(:first-of-type) {
  margin-top: 8px;
}
#sideBar-dateSearchPanel .searchPanel-area select {
  width: 162px;
}

/* 日付から宿を探す：カレンダー */
#calBlock {
  position: relative;
}
.dyn_cal {
  position: absolute;
  top: 10px;
  left: -412px;
  margin-top: 0;
  padding: 16px;
  border: 1px solid #bcb6b3;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, .5);
}
.dyn_cal::before {
  content: '';
  position: absolute;
  top: -8px;
  right: 133px;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #bcb6b3;
  border-left: 8px solid transparent;
}
.dyn_cal::after {
  content: '';
  position: absolute;
  top: -7px;
  right: 134px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
}
.dyn_cal .dyn_cal_arrow {
  width: 24px;
  height: 24px;
  vertical-align: top;
}
.dyn_cal .dyn_cal_arrow > a {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #918b8a no-repeat center center / 7px 12px;
}
.dyn_cal .dyn_cal_arrow:nth-child(1) > a {
  background-image: url('/ou/d/cs/pc/image/icon_chevron_left_white.svg');
}
.dyn_cal .dyn_cal_arrow:nth-child(4) > a {
  background-image: url('/ou/d/cs/pc/image/icon_chevron_right_white.svg');
}
.dyn_cal .dyn_cal_arrow > a > img {
  display: none;
}
.dyn_cal .dyn_cal_arrow + td {
  padding-right: 20px;
}
.dyn_cal_tbl {
  table-layout: fixed;
  width: 217px;
  margin: 0 10px;
}
.dyn_cal_tbl::before {
  content: '';
  width: 16px;
  height: 8px;
  border-bottom: 1px solid #bcb6b3;
}
.dyn_cal_tbl th,
.dyn_cal_tbl td {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.dyn_cal_tbl th {
  padding-bottom: 5px;
}
.dyn_cal_tbl td {
  width: 31px;
  height: 33px;
  padding: 0;
}
.dyn_cal_tbl tr:nth-child(2) td {
  font-weight: normal;
}
.dyn_cal_tbl .dyn_sutarday,
.dyn_cal_tbl td.dyn_sutarday > a,
.dyn_cal_tbl td.dyn_sutarday > a:hover {
  color: #1094e7;
}
.dyn_cal_tbl .dyn_sunday,
.dyn_cal_tbl td.dyn_sunday > a,
.dyn_cal_tbl td.dyn_sunday > a:hover {
  color: #e8104a;
}
.dyn_cal_tbl td.dyn_disable {
  color: #ccc !important;
  text-decoration: none !important;
  cursor: default;
}
.dyn_cal_tbl td > a {
  display: block;
  padding: 6px 7px;
  color: #3b1800;
  font-size: 14px;
}
.dyn_cal_tbl td > a:hover {
  color: #3b1800;
}
.dyn_cal_tbl td > a:hover,
.dyn_cal_tbl td.dyn_sutarday > a:hover,
.dyn_cal_tbl td.dyn_sunday > a:hover {
  background: #fef5d8;
  text-decoration: none !important;
}
table[id*="hiduke_mitei_"] {
  margin-top: 7px;
}
table[id*="hiduke_mitei_"] .s11_66:nth-child(1) {
  display: none;
}
table[id*="hiduke_mitei_"] .s11_66:nth-child(2) {
  font-size: 0;
}
table[id*="hiduke_mitei_"] input {
  display: none;
}
table[id*="hiduke_mitei_"] input + label {
  display: block;
  width: 80px;
  margin: auto;
  padding-right: 5px;
  border: 1px solid #938c89;
  border-radius: 4px;
  background: linear-gradient(#fff, #eae6e5);
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
table[id*="hiduke_mitei_"] input + label:hover {
  color: #595656;
  background: linear-gradient(#f4f0ef, #ddd6d3);
}
.dyn_cal .dyn_cal_close {
  position: absolute;
  right: 40px;
  bottom: 23px;
  padding: 0;
}
.dyn_cal .dyn_cal_close > a:link {
  display: block;
  padding-left: 18px;
  background: url('/ou/d/cs/pc/image/icon_close_round_gray.svg') no-repeat 0 1px / 14px 14px;
  color: #1558ce;
  font-weight: bold;
}
.dyn_cal .dyn_cal_close > a:hover {
  color: #e77611;
}
.dyn_cal .dyn_cal_close img {
  display: none;
}