.header_function .free_word_search_form {
	padding-top: 0;
}

.search_top a,
.search_top li,
.search_top input[type="text"],
.search_top label,
.search_top input[type="submit"] {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}

.search_top a {
  color: #454545;
  font-weight: 400;
}

.search_top a.conditions_sel {
  color: #5A4930;
}

.search_top .checkbox_wrapper {
  align-items: center;
  display: flex;
  margin-left: 20px;
}

.search_top input[type=checkbox] {
  background: #fff;
  border: 1px solid #888;
  border-radius: 2px;
  height: 15px;
  margin-right: 5px;
  position: relative;
  width: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.search_top input[type=checkbox]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 4px;
  width: 4px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 2px solid #707070;
  border-right: 2px solid #707070;
}

.search_top {
  width: 940px;
  margin: auto;
  padding: 30px;
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
}

.search_top .form_wrapper {
  box-shadow: 2px 2px 3px rgba(0,0,0, 0.2);
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 20px auto 10px;
  max-width: 100%;
}

.search_top .area,
.search_top .conditions {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display: flex;
  width: 100%;
}

.search_top .area .wrap_sel,
.search_top .conditions .wrap_sel {
  position: relative;
  width: 100%;
}

.search_top .area .detail.selected,
.search_top .conditions .detail.selected {
  display: flex;
  flex-wrap: wrap;
}

.search_top .area .detail.selected a,
.search_top .conditions .detail.selected a {
  margin-right: 10px;
  margin-top: 10px;
}

.search_top .other {
  border-radius: 3px 3px 0 0;
  display: flex;
}

.search_top .other .reserve.person {
  border-radius: 0 3px 0px 0px;
}

.search_top .other .sel_label,
.search_top .area .wrap_sel .sel_label {
  color: #808080;
  font-size: 0.7rem;
  position: absolute;
  left: 5px;
}

.search_top .other div {
  flex: 1 1 auto;
}

.search_top .other,
.search_top .area,
.search_top .conditions {
  background: #fff;
}

.search_top .other select {
  border: solid 1px #c0c0c0;
  padding: 12px 38px 12px 12px;
}
.search_top .other .reserve {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display: flex;
}

.search_top .other .reserve .day {
  width: 90px;
  text-align: center;
  padding: 8px 0;
  color: #ebebeb;
}
.search_top .other .reserve .person {
  width: 90px;
  text-align: center;
  padding: 8px 0;
  color: #ebebeb;
}
.search_top .other .reserve .reserve_sel{
	width: 71px !important;
}
.search_top .other .reserve .reserve_sel,
.search_top .other .reserve .person_sel,
.search_top .other .option .time_sel {
  height: 22px;
  font-size: 14px;
  display: block;
  padding: 16px 27px 13px 21px;
  letter-spacing: 0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 58px;
}

.search_top .other .reserve .reserve_sel + .toolTip::before,
.search_top .other .reserve .reserve_sel + .toolTip::after {
  left: 50px;
}

.search_top .other .reserve,
.search_top .other .option {
  position: relative;
}

.search_top .other .option {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display: flex;
}
.search_top .other .option p {
  text-align: center;
  padding: 8px 0;
  color: #ebebeb;
}
.search_top .other .option .time {
  width: 90px;
}

.search_top .area .toolTip_tdf::before,
.search_top .area .toolTip_tdf::after {
  left: 55%;
}

.search_top .conditions .conditions_sel .icon {
  font-size: 11px;
  margin-right: 5px;
}

.search_top .conditions .conditions_sel + .toolTip::before,
.search_top .conditions .conditions_sel + .toolTip::after {
  left: 75%;
}

.search_top input[type="submit"] {
  width: 100%;
  margin: auto;
  padding: 14px 0px 14px 20px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  background: #be906f url(./../../img/pc/icn_search.png) no-repeat left 90px center / 20px;
}

.search_top .free_word__wrapper input[type="submit"] {
  background: #5e5038 url(./../../img/pc/icn_search.png) no-repeat left 9px center / 20px;
  margin: 0;
  width: 42px;
}

.header .free_word input[type="submit"]:hover,
.search_top .area .area_sel:hover,
.search_top .other .reserve .reserve_sel:hover,
.search_top .other .reserve .person_sel:hover,
.search_top .other .option .genre_sel:hover,
.search_top .other .option .time_sel:hover,
.search_top .conditions .option .conditions_sel:hover {
  /* opacity: 0.7; */
  transition: none;
}

.free_word_search_form {
  padding-top: 8px;
}

.free_word__wrapper {
  display: flex;
  margin: 0 auto;
  position: relative;
  width: 300px;
}

.free_word__wrapper input[type="text"] {
  border:none;
  height: 30px;
  padding: 0px 0 2px 14px;
  border-radius: 2px;
  font-size: 12px;
  width: 97%;
}
.free_word__wrapper input[type="submit"] {
  height: 32px;
  width: 54px;
  padding: 0px 14px 2px 14px;
  border: solid 1px #fff;
  border-radius: 0 2px 2px 0;
  color: #fff;
  font-size: 12px;
  background: #605038 no-repeat center center / 18px;
  position: absolute;
  top: 0px;
  right: 0px;
}
input:-webkit-input-placeholder,
input:-moz-placeholder {
  line-height: 30px;
}

.premium_search__list .search-window__item--btn:hover,
.search_top input[type="submit"]:hover,
.free_word__wrapper input[type="submit"]:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  filter: brightness(125%);
}


/* ピックアップ */

.pickup {
  clear: both;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.pickup h2 {
  width: 197px;
  height: 71px;
  line-height: 0;
  margin: 0 auto 40px;
}
.pickup .wrap_box {
  width: 980px;
  margin: auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.pickup .wrap_box a {
  width: 244px;
  height: 244px;
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.pickup .wrap_box a:hover {
  opacity: 0.75;
}
.pickup .wrap_box a:not(:first-child) {
  margin-left: 1px;
}
.pickup .wrap_box a img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-12.5%);
}
.pickup .wrap_box a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-weight: 200;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
}

/* ローディング */

.load_box {
  position: relative;
}
.load:before {
  display: block;
  content: "";
  margin: auto;
  font-size: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  text-indent: -9999em;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border-top: 0.35em solid rgba(143,143,143, 0.2);
  border-right: 0.35em solid rgba(143,143,143, 0.2);
  border-bottom: 0.35em solid rgba(143,143,143, 0.2);
  border-left: 0.35em solid #8f8f8f;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading 1s infinite linear;
  -ms-animation: loading 1s infinite linear;
  animation: loading 1s infinite linear;
}
.load img {
  opacity: 0;
}
.load.none:before {
  opacity: 0;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* フッター */

.pagetop_area {
  display: none;
}

#topcontrol + #topcontrol {
  display: none;
}

/* チップツール */

.clickToolTip {
  margin: 0;
  padding: 2px 6px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  text-decoration: none;
  background-color: green;
  font-size: 12px;
}
.toolTip {
  display: none;
  opacity: 1;
  position: absolute;
  left: 0;
  width: 330px;
  background: #fff;
  border: 1px solid #dedede;
  margin-top: 25px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.16);
  font-size: 14px;
  z-index: 10000;
}
.toolTip:after,
.toolTip:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  position: absolute;
}
.toolTip.list:after,
.toolTip.list:before {
  //left: 34%;
}
.toolTip:before {
  border-bottom-color: #dedede;
  border-width: 13px;
  margin-left: -13px;
}
.toolTip:after {
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -12px;
}
.toolTip .inner {
  background: #fff;
  overflow-y: auto;
  max-height: 400px;
}

.toolTip_tdf .inner,
.toolTip_conditions .inner {
  max-height: 700px;
}

.toolTip .inner::-webkit-scrollbar {
  width: 8px;
}
.toolTip .inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0); 
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.toolTip .inner::-webkit-scrollbar-track-piece {
  background: rgba(0,0,0,0.05); 
}
.toolTip .inner::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(0,0,0,0.1); 
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
}
.toolTip .inner::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0,0,0,0.1); 
}
.toolTip .inner div {
  display: none;
}

.toolTip .inner .inner_selector__wrapper,
.toolTip .inner .selected {
  display: block;
}

.toolTip .inner .sel_target__radio {
  border-bottom: 1px solid #ddd;
  padding-left: 30px;
  position: relative;
}

.toolTip .inner .sel_target__radio::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 7px;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.toolTip .inner .sel_target__radio.pick::after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 10px;
  width: 11px;
  height: 11px;
  background: #96856b;
  border-radius: 50%;
}

.toolTip a {
  cursor: pointer;
  display: block;
  padding: 12px;
  font-family: 'Hiragino Kaku Gothic ProN', 'Noto sans Japanese';
}
.toolTip a:hover {
  /* background: rgba(0,0,0, 0.05); */
}

.toolTip .inner .detail_sel {
  display: block;
}

.toolTip .inner .detail_sel a {
  border: 1px solid #A0A0A0;
  color: #A0A0A0;
  font-size: 12px;
  height: 28px;
  line-height: 120%;
  padding: 5px 2px;
  width: 134px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 3px;
  justify-content: center;
}

.toolTip .inner .detail_sel a.pick,
.toolTip .inner .detail_sel a:hover {
  background: #907A5A 0% 0% no-repeat padding-box;
  border: 1px solid #907A5A;
  color: #fff;
  opacity: 1;
}

/* .toolTip .inner a.pick.sel_target__radio,
.toolTip .inner .detail a.pick.sel_target__radio {
  background: #fff;
  color: #474747;
} */


.toolTip .inner .amount_select__wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}

.toolTip .inner .amount_select__wrapper .inner_selector__wrapper  {
  margin-right: 10px;
}

.toolTip .amount_select__wrapper .to_symbol {
  margin: 8px 7px 0 -2px;
}

.area_sel + .toolTip .inner,
.conditions_sel + .toolTip .inner {
  overflow-y: inherit;
  padding: 15px 0 0 0;
}

.conditions_sel + .toolTip .inner > .sel_label__inner,
.conditions_sel + .toolTip .genre_selector__wrapper,
.conditions_sel + .toolTip .amount_select__wrapper,
.conditions_sel + .toolTip .conditions_detail_wrapper {
  position: relative;
  padding-left: 15px;
}

.conditions_sel + .toolTip .genre_selector__wrapper,
.conditions_sel + .toolTip .conditions_detail_wrapper {
  display: block;
}

.toolTip .inner_selector__wrapper.sel_tdf,
.conditions_sel + .toolTip .genre_selector__wrapper .inner_selector__wrapper {
  margin-top: 10px;
}

.conditions_sel + .toolTip .genre_selector__wrapper .inner_selector__list,
.toolTip .sel_tdf .inner_selector__list {
  max-height: 300px;
}

.toolTip .inner_bottom__buttons {
  background: #fff;
  text-align: right;
  padding: 15px;
}

.conditions_sel + .toolTip .inner_bottom__buttons {
  border-top: #96856b solid 2px;
}

.toolTip .inner_bottom__buttons .clear,
.toolTip .inner_bottom__buttons .add {
  background: transparent;
  border: 2px solid #907A5A;
  border-radius: 5px;
  color: #907A5A;
  cursor: pointer;
}

.toolTip .inner_bottom__buttons .clear {
  margin-right: 10px;
  padding: 0;
  width: 67px;
  height: 45px;
  font-size: 12px;
}

.toolTip .inner_bottom__buttons .add_wrapper {
  position: relative;
  color: #96856b;
}

.toolTip .inner_bottom__buttons .add_wrapper::before {
  content: "\e91c";
  position: absolute;
  font-size: 10px;
  font-family: "icomoon";
  left: 35px;
  bottom: 3px;
}

.toolTip .inner_bottom__buttons .add {
  padding: 12px 0 12px 20px;
  height: 45px;
  width: 250px;
}

.toolTip .inner .sel_label__inner {
  padding-bottom: 10px;
  padding-top: 10px;
}

.toolTip .inner .conditions_detail_wrapper {
  background: #eee9e4;
  display: block;
  position: relative;
}

.toolTip .conditions_detail_wrapper .inner_selector__wrapper  {
  background: #fff;
  margin-bottom: 0;
}

.toolTip .inner .conditions_details {
  align-items: center;
  display: flex;
  padding: 15px 0 35px;
}

.toolTip .inner .conditions_details  > * {
  margin-right: 10px;
}

.toolTip .inner .checkbox_values {
  display: flex;
}

.calendar {
  padding: 16px;
  color: #282327;
  display: none;
}
.calendar.pick {
  align-items: center;
  background-color: transparent;
  display: flex;
  justify-content: center;
}

.calendar .selector li .ym_box,
.calendar ul li {
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  width: 100% !important;
}

.calendar .prev::before,
.calendar .next::after {
  font-family: "icomoon";
  font-size: 12px;
  display: inline-block;
}

.calendar .next::after {
  content: "\e904";
  padding-left: 6px;
}

.calendar .prev::before {
  content: "\e925";
  padding-right: 6px;
}

.calendar .next,
.calendar .prev {
  width: 50px;
  padding: 12px 0 6px;
  text-align: center;
  margin: 0;
}

.calendar .next:hover,
.calendar .prev:hover {
  opacity: 0.6;
  cursor: pointer;
}

.calendar .next.hidden,
.calendar .prev.hidden,
.calendar .next.hidden:hover,
.calendar .prev.hidden:hover {
  opacity: 0;
  cursor: default;
}

.calendar .selector li .ym_box {
  justify-content: center;
}
.calendar .selector .y {
  font-size: 15px;
  margin: 0 8px 0 0;
}
.calendar .selector .m {
  margin: 0;
}
.calendar .selector p .unit {
  font-size: 12px;
}
.rsv_calendar .calendar .week {
  border-bottom: 1px solid #eee;
  padding: 0 0 6px;
}
.calendar .week li p:nth-child(6) {
  color: #609de6;
}
.calendar .week li p:nth-child(7) {
  color: #e57f79;
}
.rsv_calendar .calendar .d li {
  border-bottom: 1px solid #eee;
}

.calendar .d li a {
  position: relative;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;
  font-family: "Noto sans Japanese";
}
.calendar .d li a:hover:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  background: #f3e2c8;
  border-radius: 24px;
  z-index: -1;
}
.calendar .d li a:nth-child(6),
.calendar .d li p:nth-child(6) {
  color: #2e629e;
}
.calendar .d li a:nth-child(7),
.calendar .d li p:nth-child(7) {
  color: #9e2e2e;
}
.calendar .d li a.pick {
  color: #fff;
  background: none;
  background-color: inherit;
}
.calendar .d li a.pick:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  background: #be906f;
  border-radius: 24px;
  z-index: -1;
}
.calendar .d li a:hover {
  background: rgba(0,0,0,0);
}
.calendar .week li p,
.calendar .d li p,
.calendar .d li a {
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  padding: 10px;
  margin: 0;
}
.reserve .calendar .d li p {
  color: #bbb !important;
}
.reserve .calendar .d li .about {
  color: #999;
}
.detail_box .calendar {
  padding: 0;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
}
.detail_box .calendar .week li p,
.detail_box .calendar .d li p,
.detail_box .calendar .d li a {
  width: 34px;
  min-width: 33px;
  height: 54px;
  min-height: 54px;
  padding: 6px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  display: block;
}
.detail_box .calendar .week li p {
  height: 30px;
  min-height: 30px;
}
.reserve .detail_box .calendar .d li p {
  color: #eee !important;
}
.detail_box .calendar .d li a:hover {
  background: none;
  color: rgba(40, 35, 39,0.5);
}
.detail_box .calendar .d li a.pick {
  color: #282327;
  background: none;
}
.detail_box .calendar .d li a:hover:before {
  background: none;
  border-radius: 0;
}
.detail_box .calendar .d li p span,
.detail_box .calendar .d li a span {
  display: block;
  text-align: center;
}
.detail_box .calendar .d li .vacancy,
.detail_box .descripe .vacancy {
  color: #ba8157;
  font-weight: 600;
  font-size: 16px;
}
.detail_box .calendar .d li .safe,
.detail_box .descripe .safe {
  color: #d1ab92;
  font-weight: 600;
  font-size: 16px;
}
.detail_box .calendar .d li .booked,
.detail_box .descripe .booked {
  color: #bbb;
  font-weight: 100;
  font-size: 16px;
}
.detail_box .calendar .d li .none {
  color: #bbb !important;
}
.detail_box .descripe {
  font-size: 10px;
  text-align: center;
  padding: 10px 4px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-top: 0;
}
.detail_box .descripe span {
  font-size: 11px !important;
  margin: 0 2px 0 5px;
}
.detail_box .descripe span:nth-of-type(1) {
  margin: 0 2px 0 0;
}

.free_word.preserve_footer__free_word .search-window__item--btn {
  vertical-align: middle;
}

.error_list{
  text-align:center;
  margin:80px 0 0 0;
  padding:50px 0px;
  line-height:200%;
  font-size:16px;
  border:1px solid #C3C3C3;
}

.error_404{
  text-align:center;
  margin:250px 0 250px 0;
  line-height:200%;
  font-size:16px;
}


.error_404 p.sh{
  margin:50px auto;
}

/* パーツ */

.outer_box {
  max-width: 1280px;
  min-width: 1000px;
  position: relative;
  margin: auto;
  background: #fff;
}
.outer_box.index {
  width: 1280px;
}
.outer_box.index .header .logo {
  display: none;
}
.outer_box.list {
  background: #f2f2f2;
}
.contents {
  margin: auto;
}
.contents:after {
  content: "";
  display: block;
  clear: both;
}
.index .contents {
  width: 1280px;
}
.main_column {
  width: 100%;
}
.left_column {
  width: 276px;
  margin-right: 60px;
  float: left;
}
.right_column {
  width: 276px;
  margin-left: 24px;
  float: right;
}
.wrap_conduct {
  background: #fff;
  padding: 50px 0 100px;
}
.area .area_sel,
.reserve_sel,
.person_sel,
.conditions .conditions_sel,
.genre_sel,
.budget_sel,
.time_sel,
.smoke_sel {
  display: block;
  border: solid 1px #be906f;
  background: #fff url(/img/pc/icn_arr_b.png) no-repeat right 12px center / 13px;
}
.time_sel {
  color: transparent;
}
.toolTip {
  background: #fff;
}

/*and検索フォーム*/

.conditions_search_form {
  display: flex;
  justify-content: center;
}

.conditions_search_form input[type="submit"].seach_top__sel__submit {
  background: #605038;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.16);
  border: none;
  border-bottom: 2px solid #2B251C;
  cursor: pointer;
  margin: 0;
  padding: 10px;
  width: 80px;
}


.conditions_search_form .form_wrapper {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.16);
  display: flex;
  flex-direction: row;
  height: 51px;
  margin: 0 15px 0 0;
  width: 620px;
}

.search_top .other .reserve,
.search_top .other .option {
  min-width: 100px;
}

.conditions_search_form .tipAnker {
  background: #fff;
  border: none;
  border-left: none;
  cursor: pointer;
  margin-bottom: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.conditions_search_form .other,
.conditions_search_form .tipAnker.reserve_sel {
  border-radius: 3px 0 0 3px;
}

.conditions_search_form .tipAnker.time_sel,
.conditions_search_form .tipAnker.person_sel,
.conditions_search_form .tipAnker.area_sel,
.conditions_search_form  .tipAnker.conditions_sel {
  border-left: 1px solid #B4B4B4;
}

.conditions_search_form .conditions,
.conditions_search_form .tipAnker.conditions_sel {
  border-radius: 0 3px 3px 0;
}

.conditions_search_form .tipAnker:not(.conditions_sel)::after,
.conditions_search_form .inner_selector__input:not(.conditions_sel)::after  {
  content: "\e929";
  font-family: "icomoon";
  font-size: 13px;
  display: inline-block;
  padding-left: 5px;
  position: absolute;
  transform: scale(0.8);
  top: 18px;
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  right: 10px;
  vertical-align: middle;
}

.conditions_search_form .inner_selector__input:not(.conditions_sel)::after  {
  top: 10px;
}

.conditions_search_form .tipAnker.area_sel,
.conditions_search_form .tipAnker.conditions_sel {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}
.conditions_search_form .tipAnker.area_sel {
  height: 22px;
  width: 140px;
  display: block;
  padding: 16px 27px 13px 21px;
}

.conditions_search_form .inner_selector__wrapper {
  border: 1px solid #919191;
  padding: 0;
  height: 40px;
  margin-bottom: 10px;
  position: relative;
  width: 250px;
}

.conditions_search_form .inner_selector__wrapper.short,
.conditions_search_form .inner_selector__wrapper.short .inner_selector__list {
  width: 150px;
}

.conditions_search_form .inner_selector__input {
  padding: 0 0 0 10px;
  height: 100%;
  display: flex;
  align-items: center;
}

.toolTip .inner_selector__input.pale {
  color: #919191;
}

.inner_selector__wrapper .inner_selector__list {
  background: #fff;
  margin-top: -10;
  border: 1px solid #A0A0A0;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.16);
  display: block;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  left: -1px;
  width: 250px;
  z-index: 20;
}

.inner_selector__wrapper .inner_selector__list::before,
.inner_selector__wrapper .inner_selector__list::after {
  display: none;
}

.inner_selector__wrapper .inner_selector__list a {
  background: #fff;
  border-top: 1px solid #BCBCBC;
}

.inner_selector__wrapper .inner_selector__list a:first-child {
  border-top: none;
}

.inner_selector__wrapper .inner_selector__list a.pick {
  background: #907A5A;
  color: #fff;
}

.conditions_search_form .form_wrapper .tipAnker.area_sel + .toolTip > .inner {
  padding: 15px 5px 15px 18px;
}

.conditions_search_form .form_wrapper .tipAnker.conditions_sel {
  height: 21px;
  padding: 14px 15px 15px 15px;
}

.conditions_search_form .form_wrapper .tipAnker.conditions_sel .plus {
  font-size: 21px;
  font-weight: 300;
  margin-right: 4px;
}

.special_contents {
/*    padding: 99px 0 115px 0;*/
  padding: 99px 0 115px;
  background-color: #f4f4f4;
  width: 100%;
  box-sizing: border-box;
}

.special_contents .contents_banners__wrapper.static {
  display: flex;
flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 34px;
  position: relative;
}

.special_contents .contents_banners__wrapper.static .contents_img__cover {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0,0,0, 0.25);
}
.special_contents .contents_wrapper{
  width: 905px;
  margin: 0 auto;
}
.special_contents .contents_wrapper .title {
  color: #605038;
  font-family: "Noto Sans Japanese";
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 9px;
}

.special_contents .contents_banner,
.special_contents .contents_banners__wrapper.static img {
  display: block;
  height: 110px;
  position: relative;
  color: #fff;
margin-bottom: 14px;
}

.special_contents .contents_banner .contents_text__center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.special_contents .contents_banner .common_text {
  font-family: "Noto Sans Japanese";
}

.special_contents .contents_banner.hitosara_date .common_text {
  font-weight: 300;
}

.special_contents .contents_banner.hitosara_date .decorated_text {
  font-size: 22px;
}

.special_contents .contents_banner .contents_text__bottom {
  position: absolute;
  bottom: 0;
  font-size: 11px;
  right: 8px;
}

.special_contents .hitosara_business .contents_text__center span:first-child {
  font-size: 25px;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  padding-top: 20px;
  margin-bottom: 2px;
}

.special_contents .hitosara_business .contents_text__center span + span {
  font-size: 17px;
}

.special_contents .hitosara_date .contents_text__center span:first-child {
  padding-top: 20px;
}

.special_contents .contents_banner .contents_text__wrapper {
  width: 100%;
  color: #333333;
  padding-left: 34px;
  margin-top: 14px;
  font-family: "Noto Sans Japanese";
  font-weight: 400;
  line-height: 18px;
  display: flex;
  flex-direction: column;
}

.special_contents .chefs_table__logo {
  height: 23px;
  padding-bottom: 12px;
  width: 147px;
}

.special_contents .contents_wrapper .special_read_more {
  color: #333333;
  font-family: "Noto Sans Japanese";
  text-align: right;
  padding: 8px 15px;
  position: relative;
}

.special_contents .contents_wrapper .special_read_more::after {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  font-size: 10px;
  right: 4px;
}

/* パンくず */

.footer-breadcrumb {
  background-color: #3B322D;
  color: #cfc8c0;
  z-index: 5;
  border-bottom: 1px dotted #cfc8c0;
  height: 29px;
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer-breadcrumb ul {
  margin: 0 auto;
  width: 75pc;
  padding: 0 4%;
  position: relative;
}

.footer-breadcrumb ul li {
  display: contents;
}
.premium_search__list .breadcrumb ul li.icon-arrow-right-a a{
  padding: 8px 5px;
  line-height: 15px;
  font-size: 11px;
  display: inline-block;
  color: #946b39;
  font-weight: 500;
}
.breadcrumb ul li.icon-arrow-right-a a {
  color: #CFC8C0;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  transition: opacity .5s ease-out;
}
.premium_search__list .breadcrumb ul li:last-child p{
  padding: 8px 5px;
  line-height: 15px;
  font-size: 11px;
  display: inline-block;
  color: #3e3e3e;
}
.breadcrumb ul li:last-child p {
  color: #CFC8C0;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
}

.breadcrumb ul li.icon-arrow-right-a:after {
  content: ">";
  font-size: 13px;
  margin: 0 10px;
  color: #CFC8C0;
}
