@charset "UTF-8";

/*  .sic__btn-cart .sic__btn-num
-----------------------------------------------------------*/
#sic-header .sic__btn-cart .sic__btn-num {
  display: flex;
  align-items: center;
  height: 15px;
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
  background-color: #00adc7;
  padding: 0 4px;
  margin-left: 5px;
}

/*  .sic__ttl-color
-----------------------------------------------------------*/
.sic__ttl-color {
  display: flex;
  align-items: center;
  width: 1120px;
  height: 60px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: #00b3c8;
  padding: 0 30px;
  margin: 0 auto 30px;
  box-sizing: border-box;
}

/*  .sic-srh__search-box
-----------------------------------------------------------*/
.sic-srh__search-box {
  width: 1060px;
  margin: 0 auto 30px;
}
.sic-srh__search-box .sic__form {
  display: flex;
}
.sic__input-reset,
.sic__input-text,
.sic__input-submit,
.sic__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}
.sic__select::-ms-expand {
  display: none;
}
.sic-srh__search-box .sic__input-text {
  width: 920px;
  height: 50px;
  font-size: 1.4rem;
  border: 1px solid #dfdfdf;
  border-right: none;
  border-radius: 5px 0 0 5px;
  padding: 0 16px;
  box-sizing: border-box;
}
.sic-srh__search-box .sic__input-submit {
  width: 140px;
  height: 50px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  background: #00b3c8 url(../img/common/ico-search-white.svg) no-repeat 16px
    center;
  background-size: 24px auto;
  border-radius: 0px 5px 5px 0;
  padding-left: 40px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.sic-srh__search-box .sic__input-submit:hover {
  background-color: #008a99;
}
.sic-srh__recommend {
  display: flex;
  align-items: center;
  margin: 15px 0 0;
}
.sic-srh__recommend .sic__ttl {
  font-size: 1.2rem;
  margin-right: 8px;
}
.sic-srh__recommend .sic__tag {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  padding: 0 10px;
  margin-right: 5px;
  height: 22px;
  background-color: #666;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.sic-srh__recommend .sic__tag:hover {
  background-color: #4d4d4d;
}
.sic-srh__btn-narrow .sic__btn {
  width: 400px;
  height: 35px;
  font-size: 1.2rem;
  color: #333;
  margin: 20px auto 0;
}
.sic-srh__btn-narrow .sic__btn::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/common/ico-place-color.svg) no-repeat;
  background-size: 22px auto;
  margin-left: 5px;
}
.sic-srh__help {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/common/ico-help-color.svg) no-repeat;
  background-size: 20px;
  vertical-align: middle;
  margin-left: 8px;
  cursor: pointer;
}
.sic__balloon {
  position: absolute;
  bottom: 110px;
  font-size: 1.4rem;
  line-height: 1.57;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  padding: 10px 13px;
}
.sic-srh__form-day .sic__balloon {
  bottom: 150px;
}
.sic__balloon::before,
.sic__balloon::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 43px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #dfdfdf transparent transparent transparent;
  border-width: 8px 5px 0 5px;
}
.sic__balloon::after {
  bottom: -6px;
  border-color: #fff transparent transparent transparent;
}

/*  .sic-srh__wrapper
-----------------------------------------------------------*/
.sic-srh__wrapper {
  background-color: #f6f6f6;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 100px;
}
.sic-srh__wrapper .sic__inner {
  display: flex;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto;
}

/*  .sic-srh__side
-----------------------------------------------------------*/
.sic-srh__wrapper .sic-srh__side {
  width: 260px;
  padding: 30px 0 0;
}
.sic-srh__wrapper .sic-srh__side .sic__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.sic-srh__wrapper .sic-srh__side .sic__subttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: #666;
  margin-bottom: 14px;
}
.sic-srh__form-day .sic__block {
  line-height: 1;
  margin-top: 10px;
}
.sic-srh__form-day .sic__input-chkbox {
  display: none;
}
.sic-srh__form-day .sic-srh__label {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 9px;
  cursor: pointer;
}
.sic-srh__form-day .sic-srh__label:hover {
  color: #00b3c8;
}
.sic-srh__form-day .sic-srh__label::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/common/ico-checkbox-gray.svg) no-repeat;
  background-size: 22px auto;
  margin-right: 3px;
}
.sic-srh__form-day .sic__input-chkbox:checked + .sic-srh__label {
  font-weight: bold;
}
.sic-srh__form-day .sic__input-chkbox:checked + .sic-srh__label::before {
  background: url(../img/common/ico-checkbox-color.svg) no-repeat;
  background-size: 22px auto;
}
.sic-srh__form-day {
  position: relative;
  padding-bottom: 30px;
}
.sic-srh__form-day .sic__balloon {
  left: 17px;
}
.sic-srh__form-day .sic__input-text {
  width: 100%;
  height: 35px;
  font-size: 1.3rem;
  background: #fff url(../img/common/ico-day-color.svg) no-repeat 230px center;
  background-size: 22px auto;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 0 30px 0 7px;
  box-sizing: border-box;
}
.sic-srh__form-day .sic__input-text:placeholder-shown,
.sic-srh__form-day .sic__input-text:-ms-input-placeholder {
  color: #666;
}
.sic-srh__form-day .sic__txt {
  font-size: 1.4rem;
  padding: 0 2px;
}
.sic-srh__form-num {
  position: relative;
  min-height: 103px;
}
.sic-srh__wrapper .sic-srh__side .sic-srh__form-num .sic__subttl {
  margin-bottom: 20px;
}
.sic-srh__form-num .sic-srh__slider {
  position: relative;
}
.sic-srh__form-num .sic-srh__slider::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #bebebe;
}
.sic-srh__form-num .sic__rect,
.sic-srh__form-num .sic-srh__min-area,
.sic-srh__form-num .sic-srh__max-area {
  position: absolute;
  top: 7px;
  width: 100%;
  height: 3px;
  background-color: #04b3c8;
}
.sic-srh__form-num .sic-srh__min-area,
.sic-srh__form-num .sic-srh__max-area {
  width: 242px;
  background: none;
}
.sic-srh__min,
.sic-srh__max {
  position: absolute;
  top: 1px;
  left: 0;
  text-align: center;
  cursor: pointer;
}
.sic-srh__min::before,
.sic-srh__max::before {
  content: "";
  display: block;
  position: absolute;
  top: -21px;
  left: -21px;
  width: 60px;
  height: 60px;
}
.sic-srh__max {
  left: 242px;
}
.sic-srh__min .sic__block,
.sic-srh__max .sic__block {
  width: 18px;
  height: 18px;
  background-color: #00b3c8;
  border-radius: 9px;
  margin: 0 auto;
}
.sic-srh__slider .sic__txt {
  position: absolute;
  top: 18px;
  font-size: 1.6rem;
}
.sic-srh__slider .sic__txt:last-of-type {
  right: 0;
  text-align: right;
}
.sic-srh__balloon-day {
  position: absolute;
  top: -27px;
  left: 90px;
  font-size: 1.2rem;
  word-break: keep-all;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  padding: 1px 4px;
  z-index: 3;
}
.sic-srh__balloon-day::before,
.sic-srh__balloon-day::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: #dfdfdf transparent transparent transparent;
  border-width: 8px 5px 0 5px;
  margin-left: -4px;
}
.sic-srh__balloon-day::after {
  bottom: -6px;
  border-color: #fff transparent transparent transparent;
}

.sic-srh__form-place .sic__select,
.sic-srh__form-city .sic__input-text,
.sic-srh__form-cate .sic__input-text {
  width: 260px;
  height: 34px;
  font-size: 1.3rem;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 0 30px 0 7px;
  box-sizing: border-box;
}

.sic-srh__form-place {
  padding-bottom: 20px;
}
.sic-srh__form-place .sic__select {
  color: #666;
  background: #fff url(../img/common/ico-arrow-down-blue.svg) no-repeat 230px
    center;
  margin-bottom: 10px;
}

.sic-srh__form-city .sic__block,
.sic-srh__form-cate .sic__block {
  position: relative;
  margin-bottom: 5px;
}
.sic-srh__form-city .sic__link,
.sic-srh__form-cate .sic__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sic-srh__form-city .sic__txt:not(:empty),
.sic-srh__form-cate .sic__txt:not(:empty) {
  font-size: 1.3rem;
  padding: 10px;
  width: 100%;
  background-color: #666;
  color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
  width: 240px;
  position: relative;
  margin-top: 7px;
}
.sic-srh__form-city .sic__txt:not(:empty)::after,
.sic-srh__form-cate .sic__txt:not(:empty)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #666666 transparent;
  position: absolute;
  left: 122px;
  top: -10px;
}

.sic-srh__form-city,
.sic-srh__form-cate {
  padding-bottom: 25px;
}
.sic-srh__form-city .sic__input-text {
  background: #fff url(../img/common/ico-place-color.svg) no-repeat 230px center;
  background-size: 22px auto;
}
.sic-srh__form-cate .sic__input-text {
  background: #fff url(../img/common/ico-category-color.svg) no-repeat 232px
    center;
  background-size: 16px auto;
}
.sic-srh__form-btn {
  display: flex;
  align-items: center;
}
.sic__input-reset {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.sic__input-reset:hover {
  background-color: #f6f6f6;
}
.sic-srh__form-btn .sic__input-reset {
  margin: 0 10px 0 5px;
}
.sic-srh__form-btn .sic__input-submit {
  display: block;
  width: 130px;
  height: 45px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  background: #00b3c8 url(../img/common/ico-search-white.svg) no-repeat 18px
    center;
  background-size: 24px auto;
  border-radius: 5px;
  padding-left: 47px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.sic-srh__form-btn .sic__input-submit:hover {
  background-color: #008a99;
}

.sic__bn {
  text-align: center;
  margin-top: 30px;
}
.sic__bn a {
  transition: opacity 0.3s;
}
.sic__bn a:hover {
  opacity: 0.8;
}

/*  .sic-srh__main
-----------------------------------------------------------*/
.sic-srh__main {
  width: 830px;
  padding: 30px 0 0 30px;
  border-left: 1px solid #dfdfdf;
  box-sizing: border-box;
}
.sic-srh__main h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

/*  .sic-srh__main-header
-----------------------------------------------------------*/
.sic-srh__main-header {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.sic-srh__main-header .sic__txt-big {
  font-size: 2rem;
}
.sic-srh__main-header-right {
  display: flex;
}
.sic-srh__main-header-right .sic__select {
  font-size: 1.4rem;
  background: url(../img/common/ico-arrow-down-black.svg) no-repeat right center;
  padding-right: 28px;
  margin-right: 23px;
}

.sic-srh__switch-card,
.sic-srh__switch-list {
  position: relative;
  width: 27px;
  height: 27px;
  background: url(../img/common/ico-module-card.svg) no-repeat;
  background-size: 27px auto;
  opacity: 0.25;
  cursor: pointer;
}
.sic-srh__switch-list {
  background: url(../img/common/ico-module-list.svg) no-repeat;
  background-size: 27px auto;
  margin-right: -3px;
}
.sic-srh__switch-card {
  padding-right: 7px;
  margin-right: 6px;
}
.sic-srh__switch-card::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  display: block;
  width: 1px;
  height: 20px;
  border-right: 1px solid #dfdfdf;
}
.sic-srh__switch-card.is-active,
.sic-srh__switch-list.is-active {
  opacity: 1;
}

/*  .sic-srh__tour-box,.sic-srh__recommend-box
-----------------------------------------------------------*/
.sic-srh__recommend-box {
  margin-bottom: 42px;
}
.sic-srh__recommend-box,
.sic-srh__block-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sic-srh__recommend-box::after,
.sic-srh__block-box::after {
  content: "";
  display: block;
  width: 255px;
}
.sic-srh__recommend-box .sic-srh__block,
.sic-srh__tour-box .sic-srh__block {
  position: relative;
  width: 255px;
  background-color: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
}
.sic-srh__block-box.is-hide {
  display: none;
}
.sic-srh__recommend-box .sic-srh__block .sic__link-card .sic-srh__pic img,
.sic-srh__tour-box .sic__link-card .sic-srh__pic img,
.sic-srh__tour-box-simple .sic__link-card .sic-srh__pic img {
  transition: opacity 0.3s;
}
.sic-srh__recommend-box .sic-srh__pic,
.sic-srh__tour-box .sic-srh__pic,
.sic-srh__tour-box-simple .sic-srh__pic {
  background-color: #000;
}
.sic-srh__recommend-box .sic-srh__tag-box,
.sic-srh__tour-box .sic-srh__tag-box {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  align-items: center;
}
.sic-srh__recommend-box .sic__ico-favorite-simple,
.sic-srh__tour-box .sic__ico-favorite-simple {
  position: absolute;
  top: 5px;
  right: 5px;
}
.sic-srh__recommend-box .sic-srh__txt,
.sic-srh__tour-box .sic-srh__txt {
  background-color: #fff;
  padding: 7px 15px 18px;
  transition: background-color 0.3s;
}
.sic-srh__recommend-box .sic__link-card:hover .sic-srh__txt,
.sic-srh__tour-box .sic__link-card:hover .sic-srh__txt {
  background-color: #f6f6f6;
}

.sic-srh__recommend-box .sic-srh__block .sic-srh__ttl,
.sic-srh__tour-box .sic-srh__block .sic-srh__ttl,
.sic-srh__tour-box-simple .sic-srh__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
.sic-srh__recommend-box .sic-srh__block .sic-srh__ttl.sic__list,
.sic-srh__tour-box .sic-srh__block .sic-srh__ttl.sic__list {
  display: none;
}
.sic-srh__recommend-box .sic__link-card .sic-srh__ttl,
.sic-srh__tour-box .sic__link-card .sic-srh__ttl,
.sic-srh__tour-box-simple .sic__link-card .sic-srh__ttl {
  color: #222;
}
.sic-srh__recommend-box .sic-srh__txt-sub,
.sic-srh__tour-box .sic-srh__txt-sub {
  display: none;
}
.sic-srh__recommend-box .sic-srh__txt-place,
.sic-srh__tour-box .sic-srh__txt-place {
  font-size: 1.2rem;
  color: #666;
  padding: 7px 0 9px;
}
.sic-srh__recommend-box .sic__txt-strike,
.sic-srh__tour-box .sic__txt-strike {
  font-size: 1.2rem;
}
.sic-srh__recommend-box .sic__txt-strike .sic__txt-yen,
.sic-srh__tour-box .sic__txt-strike .sic__txt-yen {
  font-size: 1rem;
}
.sic-srh__recommend-box .sic__txt-num--off,
.sic-srh__recommend-box .sic__txt-num,
.sic-srh__tour-box .sic__txt-num--off,
.sic-srh__tour-box .sic__txt-num {
  font-size: 1.8rem;
}
.sic-srh__recommend-box .sic__txt-num,
.sic-srh__tour-box .sic__txt-num {
  color: #222;
}
.sic-srh__recommend-box .sic__txt-num--off .sic__txt-yen,
.sic-srh__recommend-box .sic__txt-num .sic__txt-yen,
.sic-srh__tour-box .sic__txt-num--off .sic__txt-yen,
.sic-srh__tour-box .sic__txt-num .sic__txt-yen {
  font-size: 1.4rem;
}
.sic-srh__tour-box-simple {
  display: flex;
}
.sic-srh__tour-box-simple .sic-srh__block {
  width: 260px;
  margin-right: 27px;
}
.sic-srh__tour-box-simple .sic-srh__block:nth-child(4n) {
  margin-right: 0;
}
.sic-srh__tour-box-simple .sic-srh__ttl {
  padding-top: 10px;
}

.sic-srh__tour-list {
  display: block;
}
.sic-srh__tour-list .sic-srh__block {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
}
.sic-srh__tour-list .sic__link-card {
  display: block;
  padding: 15px;
}
.sic-srh__tour-list .sic__link-card::after {
  content: "";
  display: block;
  clear: both;
}
.sic-srh__tour-list .sic-srh__block .sic-srh__ttl.sic__list {
  display: block;
}
.sic-srh__tour-list .sic-srh__block .sic-srh__ttl.sic__card {
  display: none;
}
.sic-srh__tour-list .sic-srh__pic {
  float: left;
  width: 225px;
}
.sic-srh__tour-list .sic-srh__pic img {
  display: block;
}
.sic-srh__tour-list .sic-srh__txt-box {
  float: right;
  width: 530px;
}
.sic-srh__tour-list .sic-srh__tag-box {
  position: relative;
  top: 0;
  left: 0;
}
.sic-srh__tour-list .sic__ico-favorite-simple {
  top: 18px;
  right: 16px;
}
.sic-srh__tour-list .sic-srh__txt {
  background-color: inherit;
  padding: 7px 0 20px;
  transition: background-color 0.3s;
}
.sic-srh__tour-list .sic__link-card:hover .sic-srh__txt {
  background-color: inherit;
}
.sic-srh__tour-list .sic-srh__txt-sub {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #222;
  padding: 7px 0 9px;
}
.sic-srh__tour-list .sic-srh__txt-place {
  float: left;
  position: absolute;
  bottom: 15px;
  line-height: 1;
  padding-bottom: 0;
}
.sic-srh__tour-list .sic__txt-price {
  float: right;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.sic-srh__tour-list .sic__link-card:hover {
  background-color: #f6f6f6;
}

/*  .sic-srh__theme
-----------------------------------------------------------*/
.sic-srh__theme {
  width: 1120px;
  padding: 100px 0;
  margin: 0 auto;
}
.sic-srh__theme .sic__ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.sic-srh__theme-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sic-srh__theme-inner .sic__block {
  margin-bottom: 20px;
}
.sic-srh__theme-inner .sic-srh__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 265px;
  height: 132px;
}
.sic-srh__theme-inner .sic__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 265px;
  height: 132px;
  background-color: #000;
  border-radius: 5px;
  overflow: hidden;
}
.sic-srh__theme-inner .sic__img {
  width: 100%;
  height: auto;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.sic-srh__theme-inner .sic-srh__link:hover .sic__img {
  opacity: 0.3;
}
.sic-srh__theme-inner .sic-srh__ttl {
  position: relative;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
.sic-srh__theme-inner .sic-srh__num {
  font-size: 1.4rem;
}

/*  .sic-srh__other
-----------------------------------------------------------*/
.sic-srh__other {
  width: 1120px;
  padding: 100px 0;
  margin: 0 auto;
}
.sic-srh__other .sic__ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.sic-srh__other-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sic-srh__other .sic__ul {
  display: flex;
  flex-wrap: wrap;
}
.sic-srh__other .sic__list {
  width: 280px;
}
.sic-srh__other .sic__link {
  color: #00b3c8;
  transition: color 0.3s;
}
.sic-srh__other .sic__link:hover {
  color: #008a99;
}

/*  .sic-srh__recent
-----------------------------------------------------------*/
.sic-srh__recent {
  background-color: #f6f6f6;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 100px 0;
}
.sic-srh__recent .sic__ttl {
  width: 1120px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 30px;
}

.sic-srh__card-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto;
}
.sic-srh__card-box::before,
.sic-srh__card-box::after {
  content: "";
  display: block;
  width: 255px;
}
.sic-srh__card-box::before {
  order: 1;
}
.sic-srh__card-box .sic-srh__block {
  position: relative;
  width: 255px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
}
.sic-srh__card-box .sic-srh__img,
.sic-srh__card-box-simple .sic-srh__img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sic-srh__card-box .sic__link-card .sic-srh__pic img,
.sic-srh__card-box-simple .sic__link-card .sic-srh__pic img {
  transition: opacity 0.3s;
}
.sic-srh__card-box .sic__link-card:hover .sic-srh__pic img,
.sic-srh__card-box-simple .sic__link-card:hover .sic-srh__pic img {
  opacity: 0.9;
}
.sic-srh__card-box .sic-srh__pic,
.sic-srh__card-box-simple .sic-srh__pic {
  background-color: #000;
}
.sic-srh__card-box .sic-srh__tag-box {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  align-items: center;
}
.sic-srh__card-box .sic-srh__label-box {
  position: absolute;
  top: 161px;
  left: 5px;
  display: flex;
}
.sic-srh__card-box .sic__ico-favorite-simple {
  position: absolute;
  top: 5px;
  right: 5px;
}
.sic-srh__card-box .sic-srh__txt {
  background-color: #fff;
  padding: 7px 15px 18px;
  transition: background-color 0.3s;
}
.sic-srh__card-box .sic__link-card:hover .sic-srh__txt {
  background-color: #f6f6f6;
}
.sic-srh__card-box .sic-srh__block .sic-srh__ttl,
.sic-srh__card-box-simple .sic-srh__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
.sic-srh__card-box .sic__link-card .sic-srh__ttl,
.sic-srh__card-box-simple .sic__link-card .sic-srh__ttl {
  color: #222;
}
.sic-srh__card-box .sic-srh__txt-place {
  font-size: 1.2rem;
  color: #666;
  padding: 7px 0 9px;
}
.sic-srh__card-box .sic__txt-strike {
  font-size: 1.2rem;
}
.sic-srh__card-box .sic__txt-strike .sic__txt-yen {
  font-size: 1rem;
}
.sic-srh__card-box .sic__txt-num--off,
.sic-srh__card-box .sic__txt-num {
  font-size: 1.8rem;
}
.sic-srh__card-box .sic__txt-num {
  color: #222;
}
.sic-srh__card-box .sic__txt-num--off .sic__txt-yen,
.sic-srh__card-box .sic__txt-num .sic__txt-yen {
  font-size: 1.4rem;
}
.sic-srh__card-box-simple {
  display: flex;
}
.sic-srh__card-box-simple .sic-srh__block {
  width: 260px;
  margin-right: 27px;
}
.sic-srh__card-box-simple .sic-srh__block:nth-child(4n) {
  margin-right: 0;
}
.sic-srh__card-box-simple .sic-srh__ttl {
  padding-top: 10px;
}

/*  #sic__modal-city
-----------------------------------------------------------*/
#sic__modal-city .sic-srh__inner {
  width: 970px;
  min-height: 526px;
  padding: 28px 60px 30px;
  box-sizing: border-box;
}
#sic__modal-city .sic__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 14px;
}
#sic__modal-city .sic__ttl .sic__txt-gray {
  font-size: 1.4rem;
  font-weight: normal;
  color: #666;
  margin-left: 10px;
}
#sic__modal-city .sic-srh__city-box {
  display: flex;
  border: 1px solid #dfdfdf;
}
#sic__modal-city .sic-srh__city-left .sic__list {
  position: relative;
  display: flex;
  align-items: center;
  width: 269px;
  height: 50px;
  background-color: #f6f6f6;
  padding-left: 15px;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  box-sizing: border-box;
  cursor: pointer;
}
#sic__modal-city .sic-srh__city-left .sic__list.is-active {
  background-color: #fff;
  border-right-color: #fff;
}
#sic__modal-city .sic-srh__city-left .sic__list.is-select::after {
  content: "選択中";
  position: absolute;
  top: 16px;
  right: 10px;
  height: 20px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 20px;
  color: #00b3c8;
  border: 1px solid #00b3c8;
  border-radius: 10px;
  padding: 0 6px;
  box-sizing: border-box;
}
#sic__modal-city .sic-srh__city-left .sic__list:last-child {
  border-bottom: none;
}
#sic__modal-city .sic-srh__city-right {
  height: 349px;
  padding: 0 20px;
  overflow-y: auto;
}
#sic__modal-city .sic-srh__area-all {
  display: flex;
  align-items: center;
  height: 53px;
  font-weight: bold;
}
#sic__modal-city .sic-srh__country-list {
  display: flex;
  align-items: center;
  height: 39px;
  background-color: #f6f6f6;
  padding: 0 10px;
  box-sizing: border-box;
}
#sic__modal-city .sic-srh__city-list {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 10px;
}
#sic__modal-city .sic-srh__city2,
#sic__modal-city .sic-srh__city3,
#sic__modal-city .sic-srh__city4,
#sic__modal-city .sic-srh__city5,
#sic__modal-city .sic-srh__city6,
#sic__modal-city .sic-srh__city7 {
  display: none;
}
#sic__modal-city .sic-srh__city-list .sic__chkbox {
  width: 50%;
  padding-right: 25px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#sic__modal-city .sic__chkbox {
  background: url(../img/common/ico-checkbox-gray.svg) no-repeat;
  background-size: 22px auto;
  line-height: 1.4;
  padding-left: 25px;
  cursor: pointer;
}
#sic__modal-city .sic__chkbox.is-active {
  font-weight: bold;
  background: url(../img/common/ico-checkbox-color.svg) no-repeat;
  background-size: 22px auto;
}
.sic-srh__city-choice .sic__txt {
  font-size: 1.2rem;
  color: #666;
  padding: 6px 0;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.sic-srh__city-choice .sic__txt.sic__txt-empty {
  height: 0;
}
.sic-srh__btn-deside {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sic-srh__btn-deside .sic__input-reset {
  margin-right: 15px;
}
.sic-srh__btn-deside .sic-srh__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 45px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background-color: #00b3c8;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.sic-srh__btn-deside .sic-srh__btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/common/ico-search-white.svg) no-repeat;
  background-size: 24px auto;
}
.sic-srh__btn-deside .sic-srh__btn:hover {
  background-color: #008a99;
}

/*  #sic__modal-narrow radio
-----------------------------------------------------------*/
#sic__modal-narrow .sic-srh__cate-box {
  margin-bottom: 20px;
  height: 350px;
  width: 850px;
  border: 1px solid #dfdfdf;
  overflow-y: scroll;
}
.sic-srh__cate-box::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.sic-srh__cate-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
#sic__modal-narrow .sic-srh__btn-deside .sic__input-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 45px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background: #00b3c8 url(../img/common/ico-search-white.svg) no-repeat 18px
    center;
  background-size: 24px auto;
  border-radius: 5px;
  transition: background-color 0.3s;
  padding-left: 24px;
  cursor: pointer;
}
#sic__modal-narrow .sic-srh__btn-deside .sic__input-submit:hover {
  background-color: #008a99;
}
.sic__form-radio,
.sic__form-radio[type="radio"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}
.sic__form-radio {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  border: 2px solid #bebebe;
  border-radius: 10px;
  margin-right: 10px;

  display: none;
}
.sic__form-radio:checked {
  border-color: #bebebe;
}
.sic__form-radio:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #2968cf;
  border-radius: 5px;
  margin: -5px 0 0 -5px;
}
.sic__form-label {
  cursor: pointer;
}
.sic__form-label .sic__txt-radio {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0 0 5px 0;
  cursor: pointer;
}
.sic__form-label .sic__txt-radio::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  border: 2px solid #bebebe;
  border-radius: 10px;
  margin-right: 5px;
  box-sizing: border-box;
}
.sic__form-radio:checked + .sic__form-label .sic__txt-radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #00b3c8;
  border-radius: 5px;
  margin: -5px 0 0 0;
}

.sic__form-label:hover .sic__txt-radio {
  color: #00b3c8;
}

.sic__form-radio:checked + .sic__form-label {
  font-weight: bold;
}

/*  #sic__modal-category,#sic__modal-narrow
-----------------------------------------------------------*/
#sic__modal-narrow .sic-srh__inner,
#sic__modal-category .sic-srh__inner {
  width: 970px;
  padding: 28px 60px 30px;
  box-sizing: border-box;
}
#sic__modal-narrow .sic__ttl,
#sic__modal-category .sic__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 14px;
}
#sic__modal-category .sic__ttl .sic__txt-gray {
  font-size: 1.4rem;
  font-weight: normal;
  color: #666;
  margin-left: 10px;
}
#sic__modal-narrow.sic-srh__cate-box,
#sic__modal-category .sic-srh__cate-box {
  margin-bottom: 20px;
  height: 350px;
  border: 1px solid #dfdfdf;
  overflow-y: scroll;
}
#sic__modal-narrow .sic-srh__cate-list,
#sic__modal-category .sic-srh__cate-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  word-break: break-all;
  border-bottom: 1px solid #dfdfdf;
  /* border-bottom: none; */
  padding: 14px 14px 6px;
  box-sizing: border-box;
}
#sic__modal-narrow .sic-srh__cate-box > .sic-srh__cate-list:last-child,
#sic__modal-category .sic-srh__cate-box > .sic-srh__cate-list:last-child {
  border-bottom: none;
}
#sic__modal-narrow .sic-srh__cate-list .sic-srh__cate-list,
#sic__modal-category .sic-srh__cate-list .sic-srh__cate-list {
  /*  width: 95%;*/
  border: none;
  padding: 12px 15px 0;
  box-sizing: border-box;
}
#sic__modal-narrow .sic-srh__cate-list li,
#sic__modal-category .sic-srh__cate-list li {
  margin-right: 25px;
  box-sizing: border-box;
}
#sic__modal-narrow .sic-srh__cate-list li {
  display: block;
}
#sic__modal-narrow .sic-srh__cate-box > .sic-srh__cate-list > li,
#sic__modal-category .sic-srh__cate-box > .sic-srh__cate-list > li {
  max-width: 95%;
}
#sic__modal-category .sic__chkbox {
  line-height: 1.4;
  margin: 0 0 5px 0;
  cursor: pointer;
  box-sizing: border-box;
}
.sic-srh__form-type .sic-srh__label:hover,
#sic__modal-city .sic__chkbox:hover,
#sic__modal-category .sic__chkbox:hover {
  color: #00b3c8;
}
#sic__modal-category .sic__chkbox::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: top;
  background: url(../img/common/ico-checkbox-gray.svg) no-repeat;
  background-size: 22px auto;
}
#sic__modal-category .sic__chkbox.is-active {
  font-weight: bold;
}
#sic__modal-category .sic__chkbox.is-active::before {
  background: url(../img/common/ico-checkbox-color.svg) no-repeat;
  background-size: 22px auto;
}

#cboxLoadedContent {
  overflow: hidden !important;
}

/*  #sic__modal-calendar
-----------------------------------------------------------*/
.ui-widget.ui-widget-content {
  width: 970px !important;
  height: 482px !important;
  padding: 28px 60px;
  box-sizing: border-box;
  z-index: 3 !important;
}
.ui-datepicker::before {
  content: "日付を選択してください";
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.ui-widget.ui-widget-content .ui-widget-header {
  font-size: 2rem;
  background: none;
  border: none;
}
.ui-datepicker-group {
  text-align: center;
}
.ui-datepicker .ui-datepicker-header {
  display: inline-block;
  padding: 0 40px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 0 10px;
}
.ui-widget.ui-widget-content .ui-datepicker-next {
  top: 0;
  background: url(../img/common/ico-arrow-right.svg) no-repeat;
  background-size: contain;
}
.ui-widget.ui-widget-content .ui-datepicker-next.ui-state-hover {
  background: url(../img/common/ico-arrow-right.svg) no-repeat;
  background-size: contain;
  border: none;
}
.ui-widget.ui-widget-content .ui-datepicker-prev {
  top: 0;
  background: url(../img/common/ico-arrow-left.svg) no-repeat;
  background-size: contain;
}
.ui-widget.ui-widget-content .ui-datepicker-prev.ui-state-hover {
  background: url(../img/common/ico-arrow-left.svg) no-repeat;
  background-size: contain;
  border: none;
}
.ui-datepicker-calendar th {
  height: 30px;
  font-size: 1.4rem;
  background-color: #effafb;
  border: 1px solid #dfdfdf;
  padding: 0;
  box-sizing: border-box;
}
.ui-datepicker-week-end:first-child {
  color: #e21f00;
}
.ui-datepicker-week-end:last-child {
  color: #00b3c8;
}
.ui-datepicker-calendar td {
  font-size: 2.4rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dfdfdf;
  padding: 0;
  box-sizing: border-box;
}
.ui-datepicker-calendar .ui-state-default:hover {
  background-color: #ffd1c9;
}
.ui-datepicker-unselectable {
  background-color: #eee;
}
.ui-datepicker-calendar .ui-state-default {
  text-align: center;
  color: #222;
  background-color: #fff;
  border: none;
}
.ui-datepicker-calendar .ui-state-active {
  color: #222;
  background-color: #ffd1c9;
}

.ui-datepicker-close {
  position: absolute;
  display: flex;
  top: 20px;
  right: 55px;
  color: #666 !important;
  font-size: 16px !important;
  border: none !important;
  background: none !important;
}
.ui-datepicker-close::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  background: url(../img/common/ico-cross-gray.svg) no-repeat;
  background-size: 24px;
}

.ui-widget-content {
  border: none;
}

/*  .sic-detail__sub-contents
-----------------------------------------------------------*/
.sic-detail__report {
  width: 1120px;
  margin: 0 auto;
}
.sic-detail__report {
  position: relative;
  padding: 100px 0 5px;
}
.sic-detail__report .sic-detail__ttl {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 30px;
}
.sic-detail__report .sic__btn-info {
  position: absolute;
  top: 85px;
  right: 0;
}
.sic-detail__report .sic__btn-info .sic__btn {
  width: 200px;
  height: 42px;
  font-size: 1.4rem;
  color: #222;
}
.sic-detail__report .sic-detail__img {
  display: block;
  backface-visibility: hidden;
}
.sic-detail__report .sic__link-card:hover .sic-detail__ttl {
  text-decoration: underline;
}
.sic-detail__report .sic__btn-report .sic__btn {
  width: 200px;
  height: 42px;
  color: #222;
  margin: 24px auto 0;
}

/*  card-box
-----------------------------------------------------------*/
.sic-detail__card-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto;
}
.sic-detail__card-box::before,
.sic-detail__card-box::after {
  content: "";
  display: block;
  width: 255px;
}
.sic-detail__card-box::before {
  order: 1;
}
.sic-detail__card-box .sic-detail__block {
  position: relative;
  width: 255px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
}
.sic-detail__card-box .sic-detail__img,
.sic-detail__card-box-simple .sic-detail__img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sic-detail__card-box .sic__link-card .sic-detail__pic img,
.sic-detail__card-box-simple .sic__link-card .sic-detail__pic img {
  transition: opacity 0.3s;
}
.sic-detail__card-box .sic-detail__tag-box {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  align-items: center;
}
.sic-detail__card-box .sic-detail__label-box {
  position: absolute;
  top: 161px;
  left: 5px;
  display: flex;
}
.sic-detail__card-box .sic__ico-favorite-simple {
  position: absolute;
  top: 5px;
  right: 5px;
}
.sic-detail__card-box .sic-detail__txt {
  background-color: #fff;
  padding: 7px 15px 18px;
  transition: background-color 0.3s;
}
.sic-detail__card-box .sic__link-card:hover .sic-detail__txt {
  background-color: #f6f6f6;
}

.sic-detail__card-box .sic-detail__block .sic-detail__ttl,
.sic-detail__card-box-simple .sic-detail__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
.sic-detail__card-box .sic__link-card .sic-detail__ttl,
.sic-detail__card-box-simple .sic__link-card .sic-detail__ttl {
  color: #222;
}
.sic-detail__card-box .sic-detail__txt-place {
  font-size: 1.2rem;
  color: #666;
  padding: 7px 0 9px;
}
.sic-detail__card-box .sic__txt-strike {
  font-size: 1.2rem;
}
.sic-detail__card-box .sic__txt-strike .sic__txt-yen {
  font-size: 1rem;
}
.sic-detail__card-box .sic__txt-num--off,
.sic-detail__card-box .sic__txt-num {
  font-size: 1.8rem;
}
.sic-detail__card-box .sic__txt-num {
  color: #222;
}
.sic-detail__card-box .sic__txt-num--off .sic__txt-yen,
.sic-detail__card-box .sic__txt-num .sic__txt-yen {
  font-size: 1.4rem;
}
.sic-detail__card-box-simple {
  display: flex;
}
.sic-detail__card-box-simple .sic-detail__block {
  width: 260px;
  margin-right: 27px;
}
.sic-detail__card-box-simple .sic-detail__block:nth-child(4n) {
  margin-right: 0;
}
.sic-detail__card-box-simple .sic-detail__ttl {
  padding-top: 10px;
}

/* img fit */

.sic-srh__recommend-box .sic-srh__pic,
.sic-srh__tour-box .sic-srh__pic,
.sic-srh__recent .sic-srh__pic,
.sic-detail__card-box-simple .sic__link-card .sic-detail__pic {
  width: 255px;
  height: 190px;
  background-color: #ececec;
}

.sic-srh__tour-list .sic-srh__pic {
  width: 225px;
  height: 167px;
}

.sic-srh__recommend-box .sic-srh__pic img,
.sic-srh__tour-box .sic-srh__pic img,
.sic-srh__recent .sic-srh__pic img,
.sic-detail__card-box-simple .sic__link-card .sic-detail__pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain";
}

.sic-srh__recommend-box .sic__link-card:hover .sic-srh__pic img,
.sic-srh__tour-box .sic__link-card:hover .sic-srh__pic img,
.sic-srh__tour-box-simple .sic__link-card:hover .sic-srh__pic img,
.sic-detail__card-box-simple .sic__link-card:hover .sic-detail__pic img {
  opacity: 0.7;
}

/*  フリーワード検索エリア 201905
-----------------------------------------------------------*/
.sic-srh__form-search {
  position: relative;
  z-index: 1;
}
.fit-search-srh-01 {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 100%;
  border: #dfdfdf 1px solid;
  background: #fff;
  padding: 27px;
  box-sizing: border-box;
  z-index: 10;
}
.fit-search-srh-01__ttl {
  font-size: 16px;
  margin-bottom: 15px;
}
.fit-search-srh-01__btn-close {
  position: absolute;
  top: 27px;
  right: 27px;
  padding-right: 23px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  transition: 0.35s all ease-in-out;
}
.fit-search-srh-01__btn-close:hover {
  opacity: 0.7;
}
.fit-search-srh-01__btn-close::before,
.fit-search-srh-01__btn-close::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #666;
  position: absolute;
  right: 0;
  top: 9px;
}
.fit-search-srh-01__btn-close::before {
  transform: rotate(45deg);
}
.fit-search-srh-01__btn-close::after {
  transform: rotate(-45deg);
}
.fit-search-srh-01__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fit-search-srh-01__list li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 159px;
  background: #f5f5f5;
  font-size: 14px;
  line-height: 1.285714286;
  border-radius: 5px;
  text-align: center;
  color: #000;
  -ms-flex-pack: center;
  justify-content: center;
}
.fit-search-srh-01__list li a:hover {
  background: #f9e5e5;
}
.fit-search-srh-01__list li:not(:nth-child(6n)) {
  margin-right: 10px;
}
.fit-search-srh-01__list li:nth-child(n + 7) {
  margin-top: 10px;
}
#js-autocomplete {
  overflow: scroll;
  position: absolute;
  top: 50px;
  left: 0;
  border: 1px solid #cc0d21;
  background: #fff;
  border-color: #dfdfdf;
  max-height: 267px !important;
  width: 1060px !important;
  padding: 0 0 10px 0 !important;
  z-index: 9999 !important;
  display: none;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  font-size: 14px;
}
.ui-menu-item:hover {
  background-color: #fae5e5 !important;
}
.ui-menu-item.main {
  padding-left: 40px;
  background-image: url(../img/common/ico-place-gray.svg);
  background-size: 18px auto;
  background-position: 14px center;
  background-repeat: no-repeat;
}
.ui-menu-item.child {
  padding-left: 67px !important;
  background-image: url(../img/common/ico-subList.svg);
  -webkit-background-size: 13px 12px;
  background-size: 13px 12px;
  background-position: 45px center;
  background-repeat: no-repeat;
}
.ui-menu-item.ui-state-focus {
  margin: 0 !important;
  background-color: #fae5e5 !important;
  border: 0 !important;
}
.ui-menu-item__ttl {
  font-size: 14px;
  font-weight: bold;
  background-color: #f5f5f5;
  padding: 8px 15px;
}
.ui-menu-item__ttl + ul {
  padding: 10px 0;
}
.ui-menu-item__text {
  font-weight: bold;
}
.ui-menu .ui-menu {
  position: absolute;
}


