@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 640px) {
  body {
    min-width: 320px;
  }
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0px 0px 0px #000000;
}

/**
 * ここからヘッダーなどの共通部分
 */
.sp_only,
.is-sp,
.displaysp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp_only,
.is-sp,
.displaysp {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .pc_only,
.is-pc,
.displaypc {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  #siteHeaderMountPoint {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  #headerSP {
    height: 39px;
    margin-bottom: 0;
    padding: 5px 10px 1px;
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}

@media only screen and (max-width: 640px) {
  .jalanLogo {
    display: block;
    float: left;
    width: 95px;
    height: 35px;
    background: url(//www.jalan.net/assets/img/common/logo_sprite_l.png) no-repeat;
    background-size: 263px 79px;
    text-indent: -999em;
  }
}

@media only screen and (max-width: 640px) {
  .headerHelp {
    float: right;
    width: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .header_icon_help {
    display: block;
    width: 40px;
    height: 34px;
    overflow: hidden;
    background: transparent url(//www.jalan.net/assets/img/pages/smart/2x/btn_helpinfo_l.png) no-repeat;
    background-position: 0 0;
    background-size: 40px auto;
    text-indent: 100%;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 640px) {
  #pankuzu {
    width: 100%;
    padding: 0.5em !important;
    line-height: 1.3 !important;
  }
}

#header990 {
  width: 1000px;
  text-align: left;
  padding: 0 0 5px 0;
  margin: 0 auto;
  line-height: 1.1em;
}
@media only screen and (max-width: 640px) {
  #header990 {
    width: 100%;
  }
}

#info {
  width: 950px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #info {
    width: 100% !important;
  }
}

#page_info {
  float: right;
  width: 350px;
}
@media only screen and (max-width: 640px) {
  #page_info {
    width: 100%;
  }
}

.index_h1 {
  color: #999;
  text-align: right;
  width: 350px;
  font-weight: normal;
  display: block;
  font-size: 10px;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .index_h1 {
    color: #666666;
    text-align: right;
    width: 100%;
    font-weight: normal;
    display: block;
    font-size: 10px;
    padding-right: 5px;
  }
}

.tarm_cam {
  width: auto;
  padding: 0;
  font-size: 12px;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .tarm_cam {
    padding-right: 5px;
    padding-bottom: 10px;
    font-size: 10px;
  }
}

#cam {
  float: left;
}
@media only screen and (max-width: 640px) {
  #cam {
    display: none;
  }
}

.cam {
  width: 600px !important;
  display: block;
  font-size: 12px;
}

.cam p {
  display: block;
  height: 15px;
  margin-bottom: 3px;
}

.cam a {
  text-decoration: underline !important;
  display: block;
  height: 15px;
  background: url(//www.jalan.net/jalan/doc/theme/common/images/topics.gif) no-repeat;
  padding-left: 70px;
}

#wrap {
  width: 1000px !important;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.3;
  color: #333333;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #wrap {
    width: 100% !important;
  }
}

.socialIcon {
  top: 0;
  display: block;
  overflow: hidden;
  float: right;
  width: 300px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  .socialIcon {
    display: block;
    float: none;
    width: 100%;
    height: 40px;
    margin-top: 15px;
  }
}
.socialIcon ul {
  display: block;
  width: 100%;
  text-align: right;
  height: 40px;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .socialIcon ul {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
    text-align: center;
  }
}
.socialIcon li {
  display: inline-block;
  margin-right: 2px;
}
.socialIcon img {
  width: 40px;
  height: auto;
}
@media only screen and (min-width: 641px) {
  .socialIcon a:hover {
    opacity: 0.8;
  }
}
.socialIcon .pc_hide {
  display: none;
}
@media only screen and (max-width: 640px) {
  .socialIcon .pc_hide {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 640px) {
  #wrap .socialIcon {
    display: none;
  }
}

.clear {
  clear: both;
  line-height: 0em;
  font-size: 1px;
}

.footerMenu {
  clear: both;
  width: 950px;
  margin: 0 auto;
  padding: 20px 0;
}
.footerMenu a:hover {
  color: #ff7d00;
}

.fixedBtn-pageTop {
  display: none;
  position: fixed;
  right: 10%;
  bottom: 30px;
  z-index: 50;
}
@media only screen and (max-width: 640px) {
  .fixedBtn-pageTop {
    display: none !important;
  }
}
.fixedBtn-pageTop a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(/theme/{LP_NAME}/img/pc/btn_pagetop.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
@media only screen and (min-width: 641px) {
  .fixedBtn-pageTop a:hover {
    opacity: 0.8;
  }
}

.footerMenu ul {
  *zoom: 1;
}

.footerMenu ul:after {
  display: block;
  clear: both;
  content: "";
}

.footerMenu ul li {
  float: left;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #ccc;
  font-size: 10px;
}

.footerMenu ul li a {
  white-space: nowrap;
}

.footerMenu .recruitArea {
  width: 950px;
  margin: 5px auto 30px;
  padding-top: 30px;
  border-top: 2px solid #ccc;
}

.footerMenu .recruitArea a {
  color: #435B67;
  text-decoration: underline;
  font-size: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .footerTopicPath {
    margin-top: 15px;
    border-top: 1px solid #ccc;
  }
  .footerTopicPath li {
    border-bottom: 1px solid #ccc;
  }
  .footerTopicPath li a {
    display: block;
    position: relative;
    padding: 13px 20px 13px 15px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #595757 !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    white-space: normal;
    text-overflow: ellipsis;
    text-decoration: none !important;
  }
  .footerTopicPath li a::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 30px;
    margin-top: -6px;
    background: url(/theme/jalancouponfes/img/ico_link_sp.png) no-repeat;
    background-size: 7px 11px;
    content: "";
  }
}

@media only screen and (max-width: 640px) {
  .recruitLogo {
    padding: 10px;
  }
  .recruitLogo a {
    color: #435B67;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  #ft_logo {
    margin-left: 15px;
    width: auto;
  }
}

#container {
  width: 100%;
  min-width: 1000px;
}
@media only screen and (max-width: 640px) {
  #container {
    min-width: 320px;
  }
}

.info_pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 4px 0;
}
@media only screen and (max-width: 640px) {
  .info_pr {
    padding-right: 5px;
    margin-bottom: 8px;
  }
}

.info_pr > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F7F5F3;
  border-radius: 2px;
  color: #333;
  font-size: 12px;
  width: 29px;
  height: 16px;
}
@media only screen and (max-width: 640px) {
  .info_pr > span {
    font-size: 10px;
    height: 14px;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.l-wrapper {
  font-family: "Noto Sans JP", sans-serif;
  background: #FCF8F0;
}

.l-main {
  position: relative;
}

.kv {
  overflow: hidden;
}
.kv__heading {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
}
@media only screen and (max-width: 640px) {
  .kv__heading {
    width: auto;
  }
}
.kv__heading > img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .kv__heading > img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

.coupon-amount {
  width: 960px;
  margin: -130px auto 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .coupon-amount {
    width: 92vw;
    margin-top: -8.5333333333vw;
  }
}
.coupon-amount img {
  width: 100%;
}

.coupon {
  margin-top: 32px;
}
@media only screen and (max-width: 640px) {
  .coupon {
    margin-top: 6.4vw;
  }
}
.coupon__list {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (max-width: 640px) {
  .coupon__list {
    width: 92vw;
    gap: 4vw;
  }
}
.coupon__item {
  width: 18.75%;
}
@media only screen and (max-width: 640px) {
  .coupon__item {
    width: calc(50% - 2vw);
  }
}
.coupon__item a:link,
.coupon__item a:hover,
.coupon__item a:visited {
  color: #fff;
}
.coupon__btn {
  background: #EE7602;
  display: block;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  padding: 30px 0;
  display: block;
  border-radius: 16px;
  -webkit-box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
@media only screen and (max-width: 640px) {
  .coupon__btn {
    padding: 5.8666666667vw 0;
    border-radius: 4.2666666667vw;
    -webkit-box-shadow: inset 0 -1.0666666667vw 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1.0666666667vw 0 0 rgba(0, 0, 0, 0.2);
  }
}
.coupon__btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 640px) {
  .coupon__btn:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.coupon__btn span {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}
@media only screen and (max-width: 640px) {
  .coupon__btn span {
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
  }
}

.coupon-notes {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .coupon-notes {
    margin-top: 8.5333333333vw;
    padding: 0 4vw;
  }
}
.coupon-notes__item {
  padding-left: 18px;
  font-size: 14px;
  position: relative;
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  .coupon-notes__item {
    padding-left: 4.8vw;
    font-size: 3.7333333333vw;
  }
}
.coupon-notes__item:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.search-plan {
  z-index: 0;
  overflow: hidden;
}
.search-plan__body {
  background: #FCD9BA;
  padding-bottom: 80px;
  margin-top: -120px;
  padding-top: 150px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .search-plan__body {
    padding-bottom: 14.9333333333vw;
    margin-top: -16vw;
    padding-top: 22.4vw;
  }
}
.search-plan__body:before {
  content: "";
  width: 100%;
  height: 24px;
  background: url(../img/img_plan_ttl_decoration.svg) repeat-x center center;
  background-size: 240px 24px;
  display: block;
  position: absolute;
  left: 0;
  top: -24px;
}
@media only screen and (max-width: 640px) {
  .search-plan__body:before {
    height: 2.1333333333vw;
    background-size: auto 2.1333333333vw;
    top: -2.1333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  .search-plan {
    margin-top: 10.6666666667vw;
    overflow: visible;
  }
}
.search-plan__header {
  text-align: center;
  padding-top: 56px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .search-plan__header {
    padding-top: 0;
    width: 100%;
  }
}
.search-plan__header > img {
  width: 518px;
}
@media only screen and (max-width: 640px) {
  .search-plan__header > img {
    width: 74.1333333333vw;
    margin: auto;
    height: auto;
  }
}
.search-plan__contents {
  position: relative;
}
.search-plan__contents:before {
  content: "";
  width: 2240px;
  height: calc(100% - 247px);
  background-image: url(../img/img_plan_decoration.svg);
  background-repeat: repeat-y;
  background-position: top center;
  position: absolute;
  left: 50%;
  top: 247px;
  margin-left: -1120px;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .search-plan__contents:before {
    display: none;
  }
}

.search-condition {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .search-condition--pc {
    display: none;
  }
}
.search-condition--sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .search-condition--sp {
    display: block;
  }
}
.search-condition--sp iframe {
  left: 0;
}
.search-condition.is-hide {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .search-condition {
    width: calc(100% - 8vw);
    margin: 0 4vw;
    border-radius: 2.1333333333vw;
    -webkit-box-shadow: 0 2.1333333333vw 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2.1333333333vw 0 rgba(0, 0, 0, 0.12);
  }
  .search-condition__heading {
    background: #26A5EA;
    color: white;
    font-weight: bold;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    padding-left: 2.6666666667vw;
    position: relative;
    text-align: center;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  .search-condition__heading {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .search-condition__heading::before {
    content: "";
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    background: url(../img/icon_plan_search.svg) no-repeat;
    background-size: 3.7333333333vw;
    display: inline-block;
    margin-right: 1.0666666667vw;
    vertical-align: middle;
    position: relative;
    top: -0.5333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  .search-condition__body {
    background: white;
    padding: 2.6666666667vw 2.4vw 6.6666666667vw;
    border-top: 0;
    border-radius: 0 0 2.1333333333vw 2.1333333333vw;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  .is-modal-active.is-modal-iframe .search-condition__body iframe {
    border: 0px;
    height: 100% !important;
    position: fixed;
    top: 0;
    z-index: 999;
  }
}
.search-condition .searchPanelarea {
  border-radius: 16px;
  -webkit-box-shadow: 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.12);
}
.search-condition .titleRadiusRB {
  background: #26A5EA;
  color: white;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
  border-radius: 16px 16px 0 0;
  padding: 0;
}
.search-condition .titleRadiusRB::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icon_plan_search.svg) no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  vertical-align: middle;
  top: -2px;
}
.search-condition #searchBox_date {
  background: #FCF8F0;
  margin: 0;
  padding: 30px 50px 30px;
  height: auto;
  border-top: 0;
  border-radius: 0 0 16px 16px;
}
.search-condition .searchPanelarea #searchBox_date .item {
  margin-left: 0;
}
.search-condition .searchPanelarea #searchBox_date .item.item__datecheck {
  margin-left: 30px;
  margin-right: 40px;
}
.search-condition .searchPanelarea #searchBox_date .item.number {
  margin-left: 30px;
}
.search-condition .searchPanelarea #searchBox_date .item.number a {
  text-decoration: underline;
}
.search-condition .searchPanelarea #searchBox_date .item.number a:hover {
  text-decoration: none;
}
.search-condition .searchPanelarea #searchBox_date .item.number #adultnum-selecttag {
  margin-left: 10px;
}
.search-condition .searchPanelarea #searchBox_date input {
  margin: 0;
  padding: 4px 10px;
  border-radius: 4px;
  color: #333;
  background: white;
  border: 2px solid #999;
  height: 30px;
}
.search-condition .jlnpc-top__date-picker .icon {
  top: 5px;
}
.search-condition .searchPanelarea #searchBox_date input#datecheck {
  margin-left: 0;
}
.search-condition .jlnpc-top__date-picker input {
  width: 235px;
}
.search-condition #dateLine2 {
  margin-top: 10px;
}
.search-condition .item__datecheck label {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.search-condition .searchPanelarea #searchBox_date select {
  border: 0;
  background: white;
  font-size: 14px;
  border-radius: 4px;
  color: #333;
  border: 2px solid #999;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-condition .searchPanelarea #searchBox_date p {
  font-size: 14px;
  color: #333;
}
.search-condition .searchPanelarea #searchBox_date .number .caption span {
  font-size: 14px;
  color: #333;
}
.search-condition #dateLine2 .ssc_area {
  margin-right: 20px;
}
.search-condition .searchPanelarea #searchBox_date .number #adultnum-text + p.caption {
  margin-left: 40px !important;
}
.search-condition #dyn_badget_min + span {
  font-size: 14px;
  color: #333;
}
.search-condition #kodawari label {
  font-size: 14px;
  color: #333;
  display: inline-block;
  line-height: 28px;
}
.search-condition .searchPanelarea #searchBox_date #kodawari input {
  margin: 0px 5px 7px 20px;
  position: relative;
  top: -1px;
}
.search-condition #dateLine2 .button {
  width: 460px;
  margin: 20px auto 0;
}
.search-condition button#research {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  width: 460px;
  height: 48px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #EE7602;
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 24px;
}
@media (hover: hover) {
  .search-condition button#research:hover {
    opacity: 0.8;
  }
}
.search-condition .jlnpc-top__calendar .dyn_cal {
  top: -177px;
}
.search-condition #kodawari > p {
  margin-right: 15px;
}
.search-condition #kodawari label + label {
  margin-left: 10px;
}
.search-condition #searchBox_date input[type=checkbox] {
  display: none;
}
.search-condition #searchBox_date input[type=checkbox]:checked + label .custom-checkbox::before {
  background: url(../img/img_plan_box_active.png) no-repeat;
}
.search-condition #searchBox_date input[type=checkbox]:checked + .custom-checkbox::before {
  background: url(../img/img_plan_box_active.png) no-repeat;
}
.search-condition #searchBox_date .custom-checkbox {
  padding-left: 20px;
  position: relative;
}
.search-condition #searchBox_date .custom-checkbox::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/img_plan_box.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body div#roompanel-block {
  left: 45% !important;
}

.search-area-wrap {
  border-radius: 16px;
  -webkit-box-shadow: 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.12);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .search-area-wrap {
    width: 92vw;
    border-radius: 2.1333333333vw;
    -webkit-box-shadow: 0 2.1333333333vw 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2.1333333333vw 0 rgba(0, 0, 0, 0.12);
  }
}

.search-area {
  width: 960px;
  margin: 40px auto 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .search-area {
    width: 100%;
    margin-top: 6.4vw;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.search-area__heading {
  background: #26A5EA;
  color: white;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
  border-radius: 16px 16px 0 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .search-area__heading {
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    padding-left: 2.6666666667vw;
    text-align: left;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
}
.search-area__heading::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icon_plan_search.svg) no-repeat;
  background-size: 20px 20px;
  background-size: 20px 20px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 640px) {
  .search-area__heading::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    background-size: 3.7333333333vw 3.7333333333vw;
    top: -0.5333333333vw;
  }
}
.search-area__body {
  background: white;
  margin: 0;
  border-top: 0;
  height: auto;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .search-area__body {
    border-radius: 0;
    background: white;
    border-top: 0;
    border-top: 0;
  }
}
.search-area__result {
  display: none;
}
@media only screen and (max-width: 640px) {
  .search-area__result {
    display: block;
    height: 9.6vw;
    line-height: 9.6vw;
    padding: 0 2.6666666667vw;
    border-radius: 0.8vw;
    background: #ff5800;
    color: white;
    font-size: 3.2vw;
    font-weight: bold;
    -webkit-transition: border-radius 300ms;
    transition: border-radius 300ms;
    position: relative;
  }
  .is-open .search-area__result {
    border-radius: 0.8vw 0.8vw 0 0;
  }
  .search-area__result::after {
    content: "";
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background: url(../img/sp/arrow_plan_region_sp.png) no-repeat;
    background-size: 4.2666666667vw 4.2666666667vw;
    position: absolute;
    top: 50%;
    right: 2.6666666667vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.search-area__nav {
  padding: 20px 8px 20px;
  background: #fbf4ea;
  border-radius: 6px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .search-area__nav {
    -webkit-transition: height 300ms;
    transition: height 300ms;
    overflow: hidden;
    height: 0;
    padding: 0;
  }
}
.search-area__nav::after {
  content: "";
  width: 42px;
  height: 20px;
  background: url(../img/arrow_plan.png) no-repeat;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .search-area__nav::after {
    display: none;
  }
}
.search-area__list {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .search-area__list {
    margin: 0;
    padding: 0 4vw 5.3333333333vw;
    background: #fbf4ea;
  }
}
.search-area__item {
  float: left;
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 40px 6px 20px;
  border: 2px solid transparent;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .search-area__item {
    float: none;
    padding: 0;
    border: 0;
  }
  .search-area__item + .search-area__item {
    margin-top: 1.6vw;
  }
}
.search-area__item::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  height: 10px;
  bottom: -2px;
  z-index: 11;
}
.is-not-touch-device .search-area__item:hover, .search-area__item.is-active {
  border-color: #ff6600;
  background: white;
}
.is-not-touch-device .search-area__item:hover.is-single, .search-area__item.is-active.is-single {
  border-color: transparent;
  color: #ff6600;
  background: transparent;
}
.is-not-touch-device .search-area__item:hover.is-single::before, .search-area__item.is-active.is-single::before {
  display: none;
}
.is-not-touch-device .search-area__item:hover::before, .search-area__item.is-active::before {
  display: block;
}
@media only screen and (max-width: 640px) {
  .is-not-touch-device .search-area__item:hover::before, .search-area__item.is-active::before {
    display: none;
  }
}
.is-not-touch-device .search-area__item:hover .search-detail, .search-area__item.is-active .search-detail {
  display: block;
  z-index: 10;
}
.is-not-touch-device .search-area__item:hover .search-area__text::after, .search-area__item.is-active .search-area__text::after {
  background: url(../img/arrow_plan_region_active.png) no-repeat;
}
@media only screen and (max-width: 640px) {
  .is-not-touch-device .search-area__item:hover .search-area__text::after, .search-area__item.is-active .search-area__text::after {
    background: url(../img/sp/arrow_plan_area_sp.png) no-repeat;
    background-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  .is-not-touch-device .search-area__item:hover, .search-area__item.is-active {
    border: 0;
  }
}
@media only screen and (max-width: 640px) {
  .search-area__item.is-single {
    margin-top: 0;
  }
  .search-area__item.is-single .search-area__text {
    font-size: 3.2vw;
    color: #333;
    line-height: 12.2666666667vw;
    height: 12.2666666667vw;
    padding: 0 4vw;
    border: 0;
    background: transparent;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  .search-area__item.is-single .search-area__text::after {
    width: 2.2666666667vw;
    height: 3.3333333333vw;
    background: url(../img/sp/arrow_plan_zone_sp.png) no-repeat;
    background-size: 2.2666666667vw 3.3333333333vw;
    right: 4vw;
  }
}
@media only screen and (max-width: 640px) {
  .search-area__item.is-single + .search-area__item {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .search-area__item.is-single + .search-area__item.is-single {
    border-top: 0.2666666667vw solid #ddd4c7;
    border-radius: 0;
  }
}
@media only screen and (max-width: 640px) {
  .search-area__item.is-single:last-child {
    border-bottom: 0.2666666667vw solid #ddd4c7;
  }
}
.search-area__item.is-hidden {
  display: none !important;
}
.search-area__item:nth-child(1) .search-detail {
  right: 0px;
}
.search-area__item:nth-child(2) .search-detail {
  border-radius: 0 6px 6px 6px;
  left: -2px;
}
.search-area__item:nth-child(3) .search-detail {
  border-radius: 0 6px 6px 6px;
  left: -2px;
}
.search-area__item:nth-child(4) .search-detail {
  border-radius: 0 6px 6px 6px;
  left: -2px;
}
.search-area__item:nth-child(5) .search-detail {
  border-radius: 0 6px 6px 6px;
  left: -2px;
}
.search-area__item:nth-child(6) .search-detail {
  border-radius: 0 6px 6px 6px;
  left: -2px;
}
.search-area__item:nth-child(7) .search-detail {
  border-radius: 0 6px 6px 6px;
  left: -2px;
}
.search-area__item:nth-child(8) .search-detail {
  right: -200px;
}
.search-area__item:nth-child(9) .search-detail {
  right: -100px;
}
.search-area__item:nth-child(10) .search-detail {
  border-radius: 0 6px 6px 6px;
  left: -2px;
}
.search-area__item:nth-child(11) .search-detail {
  border-radius: 0 6px 6px 6px;
  left: -2px;
}
.search-area__item:nth-child(12) .search-detail {
  right: -508px;
}
.search-area__item:nth-child(13) .search-detail {
  right: -509px;
}
.search-area__text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .search-area__text {
    width: 100%;
    display: block;
    border: 0.5333333333vw solid #ff6600;
    border-radius: 0.8vw;
    height: 9.6vw;
    line-height: 8.5333333333vw;
    color: #ff6600;
    font-size: 3.2vw;
    font-weight: bold;
    padding: 0 2.6666666667vw;
    background: white;
  }
}
.search-area__text::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/arrow_plan_region.png) no-repeat;
  position: absolute;
  top: 50%;
  right: -22px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .search-area__text::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background: url(../img/sp/arrow_plan_area_sp.png) no-repeat;
    background-size: 4.2666666667vw;
    right: 2.6666666667vw;
  }
}

.search-condition--sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .search-condition--sp {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .search-condition--pc {
    display: none;
  }
}

.area-filter button,
.area-filter select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: inherit;
}
.area-filter__inner {
  padding: 40px 50px 24px;
  position: relative;
  background: #FCF8F0;
}
@media only screen and (max-width: 640px) {
  .area-filter__inner {
    overflow: hidden;
    padding: 6.4vw 5.3333333333vw;
    margin-top: 0;
    border-radius: 0;
  }
}
.area-filter__note {
  font-size: 13px;
  text-align: center;
  line-height: 1;
  margin-top: 16px;
}
@media only screen and (max-width: 640px) {
  .area-filter__note {
    font-size: 3.4666666667vw;
    margin-top: 0;
    margin-bottom: 2.1333333333vw;
  }
}
.area-filter .area-filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 640px) {
  .area-filter .area-filter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.2666666667vw 0;
  }
}
.area-filter .area-filter-form__select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.area-filter .area-filter-form__select.is-disabled::after {
  background: url(../img/arrow_plan.svg) no-repeat center center;
  background-size: 16px;
}
@media only screen and (max-width: 640px) {
  .area-filter .area-filter-form__select.is-disabled::after {
    background: url(../img/arrow_plan.svg) no-repeat center center;
    background-size: 4.2666666667vw;
  }
}
.area-filter .area-filter-form__select.is-disabled .area-filter-form__select-input {
  cursor: auto;
  color: #999;
}
.area-filter .area-filter-form__select::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/arrow_plan_active.svg) no-repeat center center;
  background-size: 16px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .area-filter .area-filter-form__select::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background: url(../img/arrow_plan_active.svg) no-repeat center center;
    background-size: 4.2666666667vw;
    right: 3.2vw;
  }
}
.area-filter .area-filter-form__select-input {
  background: #fff;
  border: 2px solid #999;
  border-radius: 6px;
  padding: 10px 40px 10px 12px;
  width: 100%;
  line-height: 1.2;
  font-size: 14px;
  height: 48px;
  opacity: 1;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .area-filter .area-filter-form__select-input {
    border: 0.5333333333vw solid #999;
    border-radius: 1.6vw;
    padding: 2.6666666667vw 10.6666666667vw 2.6666666667vw 3.2vw;
    font-size: 3.7333333333vw;
    height: 14.9333333333vw;
  }
}
.area-filter .area-filter-form__submit {
  margin-left: 8px;
  outline: 0;
  width: 180px;
  height: 48px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #EE7602;
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 640px) {
  .area-filter .area-filter-form__submit {
    width: 100%;
    height: 12.8vw;
    font-size: 4.8vw;
    line-height: 12.8vw;
    border-radius: 6.4vw;
    margin-left: 0;
  }
}
@media (hover: hover) {
  .area-filter .area-filter-form__submit:hover {
    opacity: 0.8;
  }
}
.area-filter .area-filter-form__submit.is-disabled {
  cursor: auto;
  background: #ccc;
}
.area-filter .area-filter-form__submit.is-disabled:hover {
  opacity: 1;
}

.ken-nav {
  display: none;
  visibility: hidden;
  border: 2px solid #ff6600;
  background-color: white;
  position: absolute;
  top: 27px;
  left: -30px;
  border-radius: 6px;
  padding: 13px 20px;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .ken-nav {
    display: block;
    visibility: visible;
    height: 0;
    -webkit-transition: height 300ms;
    transition: height 300ms;
    overflow: hidden;
    position: static;
    border: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
}
.ken-nav.is-adjust {
  left: auto;
  right: -130px;
}
.is-visible .ken-nav {
  visibility: visible;
}
.is-active .ken-nav {
  display: block;
}
.ken-nav__list {
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .ken-nav__list {
    white-space: normal;
  }
}
.ken-nav__item {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #3D1800;
  padding-left: 15px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .ken-nav__item {
    display: block;
    border: 0;
    background: transparent;
    font-size: 3.2vw;
    color: #3D1800;
    padding: 2.9333333333vw 2.6666666667vw;
    font-weight: normal;
  }
}
.ken-nav__item + .ken-nav__item {
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  .ken-nav__item + .ken-nav__item {
    margin: 0;
    border-top: 0.2666666667vw solid #DDD4C7;
  }
}
@media only screen and (max-width: 640px) {
  .ken-nav__item:last-child {
    padding-bottom: 1.3333333333vw;
  }
}
.ken-nav__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../img/arrow_plan_area.png) no-repeat;
  background-size: cover;
  width: 10px;
  height: 14px;
}
@media all and (-ms-high-contrast: none) {
  .ken-nav__item::before {
    margin-top: -4px;
  }
}
@media only screen and (max-width: 640px) {
  .ken-nav__item::before {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .ken-nav__item::after {
    content: "";
    position: absolute;
    width: 2.2666666667vw;
    height: 3.3333333333vw;
    background: url(../img/sp/arrow_plan_area_sp.png) no-repeat;
    background-size: cover;
    top: 50%;
    right: 3.4666666667vw;
    margin-top: -1.6vw;
  }
}
@media only screen and (min-width: 641px) {
  .ken-nav__item:hover::before {
    background: url(../img/arrow_plan_area_active.png) no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 641px) {
  .ken-nav__item:hover {
    color: #FF5800;
  }
}

.yado {
  width: 960px;
  margin: 0 auto;
  background-color: white;
  position: relative;
  z-index: 1;
  border-radius: 0 0 16px 16px;
}
@media only screen and (max-width: 640px) {
  .yado {
    padding: 5.3333333333vw 4vw 8vw;
    width: 100%;
    border-width: 0 0.5333333333vw 0.5333333333vw;
    border-radius: 0 0 2.1333333333vw 2.1333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  .yado__empty > img {
    width: 100%;
    height: auto;
  }
}
.yado__body {
  opacity: 1;
  padding: 40px 50px 50px;
}
@media only screen and (max-width: 640px) {
  .yado__body {
    margin-top: 0;
    padding: 0;
  }
}
.yado__body.is-transition {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.yado__body.is-fade {
  opacity: 0;
}
.yado__heading {
  font-size: 18px;
  padding-left: 24px;
  position: relative;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .yado__heading {
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
}
.yado__heading::before {
  content: "";
  width: 16px;
  height: 20px;
  background: url(../img/icon_plan_area.svg) no-repeat center center;
  background-size: 16px 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.yado__content {
  display: none;
}
.yado__content.is-active {
  display: block;
}
.yado__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 40px;
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 640px) {
  .yado__list {
    gap: 6.4vw 0;
    margin: 6.4vw 0 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .yado__list + .yado__list {
    margin-top: 24px;
  }
}
.yado__item {
  width: 260px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .yado__item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.yado__more {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #26A5EA;
  border: 2px solid #26A5EA;
  background: #fff;
  width: 460px;
  margin: 30px auto 0;
  display: block;
  border-radius: 6px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 7px 0;
  cursor: pointer;
}
@media only screen and (min-width: 641px) {
  .yado__more:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 640px) {
  .yado__more {
    font-size: 4.2666666667vw;
    margin: 8vw 0 0;
    width: 100%;
    border-radius: 1.6vw;
    padding: 2.9333333333vw 0 2.6666666667vw;
    border-width: 0.5333333333vw;
  }
}
.yado__nothing {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 80px 0;
}
@media only screen and (max-width: 640px) {
  .yado__nothing {
    font-size: 3.4666666667vw;
    padding: 8vw 0;
  }
}
.yado__empty img {
  width: 100%;
}

.jalan-card {
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  opacity: 0;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .jalan-card {
    width: 100%;
  }
}
.jalan-card.is-matched-height {
  opacity: 1;
}
.jalan-card__header {
  background: #333;
  padding: 4px 10px;
}
@media only screen and (max-width: 640px) {
  .jalan-card__header {
    padding: 1.0666666667vw 2.6666666667vw;
  }
}
.jalan-card__places {
  font-size: 12px;
  line-height: 1.3333333333;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .jalan-card__places {
    display: block;
    font-size: 2.9333333333vw;
    line-height: 1.4545454545;
  }
}
.jalan-card__place {
  display: inline;
}
.jalan-card__place::after {
  content: " > ";
}
.jalan-card__place:last-child::after {
  content: "";
  display: none;
}
.jalan-card__main {
  margin-top: 6px;
}
@media only screen and (max-width: 640px) {
  .jalan-card__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 2.6666666667vw;
  }
}
.jalan-card__name {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.jalan-card__name > a {
  display: block;
  min-height: 45px;
}
@media only screen and (max-width: 640px) {
  .jalan-card__name {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 3.2vw;
    line-height: 1.5833333333;
    padding-bottom: 6.6666666667vw;
  }
}
.jalan-card__name > a {
  text-decoration: underline;
}
@media (hover: hover) {
  .jalan-card__name > a:hover {
    text-decoration: none;
  }
}
.jalan-card__main-img {
  position: relative;
  margin-top: 12px;
  height: 173px;
}
@media only screen and (max-width: 640px) {
  .jalan-card__main-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.4vw;
    flex: 0 0 30.4vw;
    position: static;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
    margin-right: 2.6666666667vw;
    min-height: 1px;
    height: auto;
  }
}
.jalan-card__main-img img {
  width: 100%;
  height: 173px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  border: 1px solid #ddd;
}
@media only screen and (max-width: 640px) {
  .jalan-card__main-img img {
    height: 21.8666666667vw;
  }
}
.jalan-card__footer {
  margin-top: 11px;
}
@media only screen and (max-width: 640px) {
  .jalan-card__footer {
    margin-top: 2.6666666667vw;
    padding-top: 1.8666666667vw;
    border-top: 0.2666666667vw solid #ccc;
  }
}
.jalan-card__plan {
  font-size: 13px;
  line-height: 1.6;
  height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.jalan-card__plan > a {
  text-decoration: underline;
}
@media (hover: hover) {
  .jalan-card__plan > a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 640px) {
  .jalan-card__plan {
    font-size: 3.4666666667vw;
    line-height: 1.5833333333;
    max-height: 100px !important;
    display: block;
    overflow: visible;
    -webkit-line-clamp: 10 !important;
  }
}
.jalan-card__links {
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .jalan-card__links {
    margin-top: 4.2666666667vw;
    padding: 0 4.2666666667vw;
  }
}
.jalan-card__link {
  text-align: center;
  font-weight: bold;
  height: 40px;
  width: 100%;
  display: block;
}
.jalan-card__link + .jalan-card__link {
  margin-top: 8px;
}
@media only screen and (max-width: 640px) {
  .jalan-card__link + .jalan-card__link {
    margin-top: 2.6666666667vw;
  }
}
.jalan-card__button {
  width: 240px;
  height: 40px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 40px;
  font-weight: bold;
  color: white !important;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
@media only screen and (max-width: 640px) {
  .jalan-card__button {
    width: 100%;
  }
}
@media (hover: hover) {
  .jalan-card__button:hover {
    opacity: 0.8;
  }
}
.jalan-card__button--detail {
  background: #26A5EA;
}
.jalan-card__button--coupon {
  background: #EE7602;
}

.pagetop {
  width: 80px;
  height: 80px;
  position: fixed;
  text-indent: -9999px;
  right: 25px;
  bottom: 15px;
  background-image: url(../img/page_top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .pagetop {
    width: 16vw;
    height: 16vw;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}

.is_hide {
  display: none;
}

.yado_attention {
  text-align: center;
  opacity: 0;
  transition: opacity .3s ease;
}

.yado_attention.is_show {
  opacity: 1;
}

.yado_attention > p:nth-child(1) {
    margin-top: 24px;
    margin-bottom: 20px;
}

.yado_attention > p:nth-child(2) {
    color: #626262;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.yado__listWrapper {
  transition: opacity .3s ease;
}

.yado__listWrapper.is_wait {
  opacity: 0.5;
}