@charset "UTF-8";
.section-heading {
  border-bottom: solid 1px #CCC;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0 4px;
  padding: 10px;
}
.section-heading + * {
  margin-top: 10px;
}
.section-heading > svg {
  flex-shrink: 0;
  fill: #2EA130;
  width: 24px;
  height: 24px;
}

#pageTop {
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

.wrap {
  width: 100%;
  overflow-x: hidden;
}

.appTopHeader {
  border-top: 5px solid #3B860D;
}
.appTopHeader.bottom {
  border-bottom: 1px solid #CCC;
}

.top-menu {
  background: #FFF;
  border: 2px solid #4CAB4F;
  border-radius: 4px;
  margin-inline: 16px;
}
.top-menu * {
  box-sizing: border-box;
}
.top-menu ul > li {
  padding: 12px 16px;
  position: relative;
}
.top-menu ul > li:not(:last-child) {
  border-bottom: solid 1px #CCC;
}
.top-menu ul > li.userActionArea {
  padding-block: 16px;
}
.top-menu ul > li.selectOption {
  display: flex;
  align-items: center;
  gap: 0 24px;
}
.top-menu ul > li.selectOption .searchOption-item {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 0 8px;
  position: relative;
}
.top-menu ul > li.selectOption .searchOption-item::before {
  content: "";
  background: url("./../../../site/sp/img/parts/ic_check_off.png") no-repeat 0 0;
  background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.top-menu ul > li.selectOption .searchOption-item::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2213%22%20viewBox%3D%220%200%2017%2013%22%20width%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m14.2746644%200-7.81833916%207.49420927-3.6342167-3.73477437-2.82210854%202.70487221%206.35889842%206.53569289%2010.64110158-10.19908147z%22%20fill%3D%22%23ccc%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: absolute;
}
.top-menu ul > li.selectOption input[type=checkbox]:checked + .searchOption-item::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2213%22%20viewBox%3D%220%200%2017%2013%22%20width%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m14.2746644%200-7.81833916%207.49420927-3.6342167-3.73477437-2.82210854%202.70487221%206.35889842%206.53569289%2010.64110158-10.19908147z%22%20fill%3D%22%232EA130%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
.top-menu ul a {
  color: #3B860D;
}
.top-menu dl {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 12px;
  padding-right: 14px;
  position: relative;
}
.top-menu dl::after {
  content: "";
  display: block;
  border-top: solid 3px #999;
  border-right: solid 3px #999;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4.5px);
  right: 0;
  left: auto;
}
.top-menu dl dt {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0 8px;
  white-space: nowrap;
}
.top-menu dl dt > svg {
  flex-shrink: 0;
  fill: #4CAB4F;
  width: 24px;
  height: 24px;
}
.top-menu dl dd {
  overflow: hidden;
}
.top-menu dl .selectedArea {
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top-menu_freeword {
  background-color: #FFF;
}

.cmnInput.appInput {
  width: auto;
  border-radius: 4px;
  height: 30px;
  font-size: 15px;
  padding-left: 5px;
  padding-right: 15px;
}

.txt.top-menu_price {
  display: inline-block;
}

.top-menu_conditions {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  background-color: #F4F4F4;
  border: 1px solid #CCC;
  border-radius: 5px;
  color: #333;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
}

.selectBox select {
  position: relative;
  color: #3B860D;
  -webkit-appearance: none;
          appearance: none;
  border: 1px solid #999;
  background: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectBox label:after {
  background: url("../img/parts/ic_dropdown.png") no-repeat;
  background-size: 8px 6px;
  bottom: 5px;
  content: "";
  display: block;
  height: 6px;
  right: 18px;
  pointer-events: none;
  position: absolute;
  width: 8px;
  top: 45%;
}

input.top-menu_submit {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background-color: #1E6BCB;
  border-radius: 5px;
  box-shadow: 0 3px 0px #034CA2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 41px;
  color: #FFF;
  font-size: 140%;
  font-weight: 700;
}

.labelPoint {
  background: none;
  border-bottom: none;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 8px;
}
.labelPoint a {
  padding: 0;
}

.labelPonta {
  font-size: 10px;
  margin-left: 10px;
  padding-bottom: 8px;
  position: relative;
}
.labelPonta span {
  color: #EB5C01;
}
.labelPonta img {
  margin-right: 10px;
  margin-left: 8px;
  position: absolute;
  right: 0;
}

.numPointWrap {
  background: none;
  font-size: 14px;
}

.icnArrowRLG a::after {
  background: url("../img/parts/ic_arrow.png") no-repeat;
  background-size: 6px 10px;
  width: 6px;
  height: 10px;
  position: relative;
  top: 3px;
  left: 0px;
}

.namePoint {
  font-size: 14px;
}
.namePoint span {
  font-size: 12px;
}

.numPointWrap {
  padding-right: 6px;
}

.top-menu_fw {
  background-color: transparent;
}

.fw-inner {
  background-color: #FFF;
  border-radius: 4px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
  margin-top: 16px;
  margin-inline: 16px;
  padding: 8px 16px;
}
.fw-inner .fw-title {
  color: #666;
  font-weight: 700;
}
.fw-inner .fw-title + * {
  margin-top: 8px;
}

.searchGrayArea {
  background-color: #FFF;
  display: flex;
  padding: 0;
}

input.styleSubmitSearch {
  border: none;
  border-radius: 0 4px 4px 0;
  box-shadow: none;
  background: #666;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  height: 36px;
  padding: 0;
  width: 50px;
}
input.styleInputSearch {
  border: 1px solid #999;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 36px;
  line-height: normal;
  padding-inline: 12px;
}
input.styleInputSearch::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  height: 36px;
}

.searchGrayArea li:first-child {
  width: 90%;
}
.searchGrayArea li:last-child {
  width: auto;
  padding-left: 0;
}

.startCheck10 {
  text-align: right;
  padding: 0 20px 15px 0;
}

.top-menu_panel {
  background-color: #E4E3E3;
  border-top: 4px solid #2EA130;
  padding-block: 16px;
}

.panel_bk {
  background-color: #FFF;
  border-radius: 4px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
  margin-inline: 10px;
}
.panel_bk + * {
  margin-top: 16px;
}

.attentionGolfclub .jgBtn {
  border: none;
  box-shadow: none;
}

.topAsideArea {
  background-color: #E4E3E3;
  border: none;
  padding-bottom: 15px;
}
.topAsideArea > section:first-child + * {
  margin-top: 16px;
}

.newsList {
  margin: 0 16px;
}
.newsList li {
  margin-top: 0;
}
.newsList li + * {
  margin-top: 3px;
}
.newsList li a {
  font-size: 10px;
  text-decoration: none;
}
.newsList .pctNews {
  background: #FFA904;
}
.newsList .pct {
  display: inline-block;
  width: 5em;
  padding: 1px 2px 1px;
  font-size: 10px;
  border-radius: 6px;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}

#searchNormalAndMapForm {
  overflow-x: hidden;
}

/* JGFCS-17938: 使われていないっぽいので確認用にコメントアウト
.bg-img {
  background: #fdf3cb url("../img/parts/img_kv.jpg") no-repeat;
  background-size: 100%;
}
.bgTranceHeader {
  background-color: rgba(255, 255, 255, 0.86) !important;
}
.bgTranceBody {
  background-color: rgba(255, 255, 255, 0.92) !important;
}
*/
/*
.w15 {
  width: 15% !important;
}
*/
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

@media (min-width: 1px) {
  input[type=checkbox] {
    display: none;
    margin: 0;
  }
  input[type=checkbox] + label {
    padding: 0 0 0 20px;
  }
  input[type=checkbox] + label::before {
    background-color: #FFF;
    border: 1px solid #999;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -9px;
    border-radius: 4px;
  }
  input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    display: block;
    top: 8px;
    left: 2px;
    width: 12px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #3B860D;
    border-bottom: 3px solid #3B860D;
    transform: rotate(-45deg);
  }
}
.jscModalInputArea {
  position: absolute;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
}

.appHeader {
  position: fixed;
  top: 0;
  height: 45px;
  width: 100%;
  display: block;
}

.modalInner {
  display: block;
  position: absolute !important;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 50px;
  bottom: 0;
}

.modalSendWrapper {
  height: 60px;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.modalSendWrapper a {
  display: block;
  width: auto;
  margin: 0 20px !important;
  height: 37px;
  line-height: 37px;
  margin: 0 auto;
  background-color: #1E6BCB;
  font-weight: bold;
  text-align: center;
  border: 1px solid #1E6BCB;
  border-radius: 5px;
  box-shadow: 0 3px 0 #034CA2;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}

#jsiDatepickerContScroller {
  overflow-x: visible;
  overflow-y: visible;
}

.modalContainer {
  background-color: #FFF;
}

.conditionSelectHeader {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #EEE;
}
.conditionSelectHeader .title {
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #3B860D;
  text-align: center;
  background: #EEE;
  padding: 0;
}
.conditionSelectHeader .returnArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 38px;
  padding-left: 10px;
  padding-top: 12px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.conditionSelectHeader .returnArea span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.conditionSelectHeader .returnArea a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

.checkboxList {
  width: 100%;
  border-top: 1px solid #CCC;
}
.checkboxList li {
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-bottom: 1px solid #CCC;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-color: #FFF;
  background-image: url("../img/parts/ic_check_off.png") !important;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 20px 10px;
}
.checkboxList li input {
  display: none;
}
.checkboxList li label {
  display: block;
  padding-left: 48px;
}
.checkboxList li.checked {
  background-color: #E9F8D8;
  background-image: url("../img/parts/ic_check_on.png") !important;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 20px 10px;
}
.checkboxList li.disabledRule {
  opacity: 1;
  color: #CCC;
  background-image: url("../img/parts/ic_check_disable.png") !important;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 20px 10px !important;
  background-color: #FFF !important;
}

#jsiModalCourseTypeScroller .radioBtnList {
  width: 100%;
  border-top: 1px solid #CCC;
}
#jsiModalCourseTypeScroller .radioBtnList li {
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-bottom: 1px solid #CCC;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-color: #FFF;
  background-image: url("../img/parts/ic_radio_off.png") !important;
  background-repeat: no-repeat;
  background-size: 20px !important;
  background-position: 20px 10px !important;
}
#jsiModalCourseTypeScroller .radioBtnList li input {
  display: none;
}
#jsiModalCourseTypeScroller .radioBtnList li label {
  display: block;
  padding-left: 48px;
}
#jsiModalCourseTypeScroller .radioBtnList li.checked {
  background-color: #e9f8d8;
  background-image: url("../img/parts/ic_radio_on.png") !important;
  background-repeat: no-repeat;
  background-size: 20px !important;
  background-position: 20px 10px !important;
}

.modalAreaListWrap .checkboxList li:first-child {
  color: #FFF;
  background-color: #2EA130;
  background-position: 8px 10px;
}
.modalAreaListWrap .checkboxList li:first-child.checked {
  background-color: #2EA130;
  background-position: 8px 10px;
}
.modalAreaListWrap .checkboxList li:first-child label {
  padding-left: 36px;
}

.scrollInner {
  padding-bottom: 70px !important;
}

.clearBtn {
  margin: 5px 10px 8px auto;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow: 0 3px 0 #999;
  background-color: #FFF;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.clearBtn:active {
  background-color: #EEE;
  box-shadow: 0 3px 0 #999 inset;
  border: 1px solid #999;
}

.jscModalClose.isClicked {
  background-color: transparent;
  color: #333;
}

.returnArea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.lastestPlanList {
  border-bottom: 1px solid #EEE;
}

.lastestPlanList-box {
  border-top: 1px solid #CCC;
  display: block;
  position: relative;
}
.lastestPlanList-box .lastestPlanList-photo {
  border: 2px #DDD solid;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.lastestPlanList-box .lastestPlanList-data {
  box-sizing: border-box;
  display: inline-block;
  font-size: 12px;
  margin-left: -96px;
  padding-left: 102px;
  position: relative;
  vertical-align: top;
  width: 94%;
}
.lastestPlanList-box .lastestPlanList-data ._price {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.lastestPlanList-box .lastestPlanList-data ._price ._label {
  background-color: #999;
  color: #FFF;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 1px 0;
  text-align: center;
  width: 36px;
}
.lastestPlanList-box:after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  width: 11px;
  height: 16px;
  background-image: url("../img/sprites/sprite_common.png");
  background-size: 320px auto;
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.5rem;
}
.lastestPlanList-box:first-child {
  border-top: none;
}

.ranking_wrap {
  border-bottom: 1px solid #EEE;
  margin: 10px 0px;
  padding-bottom: 10px;
}

.scroll_Wrap {
  border-bottom: 1px solid #EEE;
}

.slider-item {
  position: relative;
}
.slider-item ._star:before,
.slider-item ._no_star:before,
.slider-item ._adress:before,
.slider-item ._price:before,
.slider-item ._date:before {
  content: "";
  height: 12px;
  position: absolute;
  width: 12px;
}
.slider-item ._adress:before {
  margin-top: 1px;
}
.slider-item ._name {
  min-height: 28px;
}
.slider-item ._star {
  color: #333;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  vertical-align: middle;
}
.slider-item ._star:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuBAMAAACllzYEAAAAJ1BMVEVHcEz/wzP/wzP/wzP/wzP/wzP/wzP/wzP/wzP/wzP/wzP/wzP/wzPWiMkWAAAADHRSTlMAcLMngdPoEjpR+muhtLkxAAABFklEQVQ4y42Svw7BUBTGDy0iFt5AzIYuJoY+gEFiE4NJSAxmD9DJYDJZbQaJN6D+Neeh9F5673H7SZyhSX9pv/zudw+RGW8aEBqfQ8hLPIC8xxfI+xxDPuYrwh4zB1CHoVAp5QOow1Con/IY6jASUjpIyNc8hDpIqKe5Feo23jPW/Pp5O9GC0dx+8g7kQ6q0AT4viWqHHE6OyijK8Zk2zSWpFFuBHVNGBFJySVmKm/RVqf3hTH/wij1bIuKpKvI3ghcFbwpeFnwi+Frwh7NT2cTOTjG33lfs7tScts5uFfR3AXn6v/q3Zpj1ZEVXOkWNSrobvjPtqsaforUka9c/iOYW4o6idKeMprijNMmIjo7ijLW9er4AZVFS3MLhLXcAAAAASUVORK5CYII=") no-repeat;
  background-size: 12px 12px;
  bottom: 50%;
  margin-bottom: -5px;
  position: absolute;
}
.slider-item ._star span:nth-of-type(1) {
  padding-left: 17px;
}
.slider-item ._star span:nth-of-type(2) {
  margin-left: 5px;
}
.slider-item ._no_star {
  color: #888;
  margin-top: 5px;
  position: relative;
}
.slider-item ._no_star:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuBAMAAACllzYEAAAAG1BMVEVHcEyIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIhkHuA6AAAACHRSTlMAdiuz0+gSTnjTu6oAAAECSURBVDjLjZI9D4JAEESPD7FFK0pMNKE0sbEkVpTGxECpnaWNiS0Cuj9b7oC7PRgTp+Mlju92Vwgd9xwLFIdCyH1KIU/oBXlEJeQZ1Qi7RBRDHYJCfstTqENQKGp5CXUICUkdJOQoHkIdJJQoboRWiy6Z4nX/tRQFoTQ/+Rrygwj2AFeXQdyOesZmgk/KdNIkW8wIRi0yDwvn+s1W09Aic0UtMuYHlfiDB6yH1Ys543fGPca3jM8YP06WSKNVdjc1pBzdFNGuW/H4pvJ+TrF9U3Us3MwehDd8OrboTU9XNr01f+rpyol/+NRC81dmckW/6e4KGqPJdtQ2adGM78hRD/sC0b/jOeRHxtgAAAAASUVORK5CYII=") no-repeat;
  background-size: 12px 12px;
  bottom: 50%;
  margin-bottom: -5px;
  position: absolute;
}
.slider-item ._no_star span:nth-of-type(1) {
  padding-left: 17px;
}
.slider-item ._no_star span:nth-of-type(2) {
  margin-left: 5px;
}
.slider-item ._adress {
  margin-top: 5px;
}
.slider-item ._adress:before {
  background: url("../img/icon/area_gray.png") no-repeat;
  background-size: 12px 12px;
}
.slider-item ._price {
  margin-top: 5px;
  margin-bottom: 5px;
}
.slider-item ._price > span {
  padding: 0 0 3px 15px;
}
.slider-item ._price > span:last-child {
  padding-bottom: 0;
}
.slider-item ._price:before {
  margin-top: -1px;
  background: url("../img/icon/yen_gray.png") no-repeat;
  background-size: 12px 12px;
}
.slider-item ._price .r0 {
  right: 0;
}
.slider-item ._date:before {
  background: url("../img/icon/time_gray.png") no-repeat;
  background-size: 12px 12px;
}

._ranking {
  border: none;
}
._ranking .slider-item:nth-child(1)::before {
  border-width: 24px 12px 7px;
  border-style: solid;
  border-color: #C18F3A #C18F3A transparent;
  content: "";
  left: 1px;
  margin: -8px 0 0;
  top: 9px;
  position: absolute;
}
._ranking .slider-item:nth-child(2)::before {
  border-width: 24px 12px 7px;
  border-style: solid;
  border-color: #8D948A #8D948A transparent;
  content: "";
  left: 1px;
  margin: -8px 0 0;
  top: 9px;
  position: absolute;
}
._ranking .slider-item:nth-child(3)::before {
  border-width: 24px 12px 7px;
  border-style: solid;
  border-color: #C17D54 #C17D54 transparent;
  content: "";
  left: 1px;
  margin: -8px 0 0;
  top: 9px;
  position: absolute;
}
._ranking .slider-item:nth-child(-n+5)::after {
  counter-increment: ranking;
  content: counter(ranking);
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  left: 8px;
  position: absolute;
  top: 5px;
}
._ranking .slider-item:nth-child(n+4):nth-child(-n+5)::before {
  border-width: 13px 12px;
  border-style: solid;
  border-color: #3B860D;
  content: "";
  left: 1px;
  margin: -8px 0 0;
  top: 8px;
  position: absolute;
}

.slider_Wrap {
  height: auto;
  overflow-x: scroll;
  overflow-y: visible;
  counter-reset: ranking;
}
.slider_Wrap::-webkit-scrollbar {
  display: none;
  height: 0 !important;
}

.slider-content {
  font-size: 0;
  width: 100%;
  white-space: nowrap;
}
.slider-content .slider-item {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  width: 135px;
  vertical-align: top;
  white-space: normal;
}
.slider-content .slider-item:first-child {
  margin-left: 10px;
}
.slider-content .slider-item .slider-item-img {
  border: 1px solid #CCC;
  height: 104px;
  margin: 0 0 5px 0;
  width: 133px;
}
.slider-content .slider-item .price {
  color: #EB011B;
}
.slider-content .slider-item .mg-t3 {
  margin-top: 3px;
}

.campaignBanner-list li a {
  display: block;
}
.campaignBanner-list li a .campaign-banner {
  margin-top: 5px;
}
/*# sourceMappingURL=_mapDartSass/top-search-panel.css.map */
