/*
Theme Name: ListingHive Child
Template: listinghive
*/


/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/
.wp-caption,
.wp-caption-text,
.sticky,
.screen-reader-text,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter {
  display: block;
}
body {
    font-family: 'Noto Sans JP', sans-serif!important;
}
.bold{
  font-weight: 700!important;
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
p.has-background {
  border-radius: 3px;
}

pre {
  border-radius: 3px;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.gallery-icon img {
  border-radius: 3px;
}

.wp-caption>img,
.wp-caption>a>img {
  border-radius: 3px;
}

.mejs-audio .mejs-controls,
.mejs-audio.mejs-container {
  border-radius: 3px;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='range'],
input[type='min'],
input[type='max'],
input[type='value'],
input[type='step'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
select,
textarea {
  border-radius: 3px;
}

.select2-container--default .select2-dropdown,
.select2-container--default .select2-search .select2-search__field,
.select2-container--default .select2-selection {
  border-radius: 3px;
}

.select2-container--default .select2-selection--inline .select2-selection__rendered {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  line-height: 1;
}

.pac-container {
  border-radius: 3px;
}

/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/
.button {
  border-radius: 3px;
}

.button--primary,
.button--secondary {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  background-color:#3b82f6!important;
}

button[type=submit],
input[type=submit] {
  border-radius: 3px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  background-color:#3b82f6!important;
  border-radius: 15px;
}
div.pwaforwp-stky-blk{
  background-color:#1aaacf!important;
}
/* 対象の要素 */
.hover-lift {
  display: inline-block;       /* 要素によっては必要 */
  transition: transform 0.3s ease; /* アニメーションの滑らかさ */
}

/* ホバー時 */
.hover-lift:hover {
  transform: translateY(-5px); /* 上に5px持ち上げる */
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header-navbar__menu ul li ul {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.header-navbar__menu ul li ul li ul.left {
  border-top-left-radius: 3px;
}

.header-navbar__menu ul li ul li ul.right {
  border-top-right-radius: 3px;
}

.header-navbar__menu>ul>li.current-menu-item::before {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.header-navbar__burger>ul>li.current-menu-item::before {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.header-navbar__burger>ul>li>a {
  color: rgba(15, 23, 39, 0.85);
}

.header-hero {
  /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));*/
  background-image:none!important;
  /*background-color: #dbeafe;*/
  background-color: #cae3ff;
}
@media only screen and (min-width: 48em) {
    .header-hero--large {
        padding: 3rem 0 2rem;
    }
}

.header-hero--cover {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}

.header-hero--cover a,
.header-hero--cover h1,
.header-hero--cover h2,
.header-hero--cover h3,
.header-hero--cover h4,
.header-hero--cover h5,
.header-hero--cover h6 {
  color: inherit;
}

.header-hero--cover::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background-color: rgba(0, 0, 0, 0.35);*/
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.title,
.content-title {
  padding-top: 1rem;
  position: relative;
}

.title::before,
.content-title::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 45px;
  display: block;
  content: '';
  background-color: #ffc107;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.title:not(:last-child),
.content-title:not(:last-child) {
  margin-bottom: 1.5rem;
}

.title--center,
.content-title--center,
.title.has-text-align-center,
.content-title.has-text-align-center {
  text-align: center;
}

.title--center::before,
.content-title--center::before,
.title.has-text-align-center::before,
.content-title.has-text-align-center::before {
  left: 50%;
  margin-left: -22px;
}

/*--------------------------------------------------------------
Modal
--------------------------------------------------------------*/
.fancybox-content {
  border-radius: 3px;
}




/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget--sidebar,
.widget.hp-menu {
  padding: 2rem;
  border: 1px solid rgba(7, 36, 86, 0.075);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
  background-color: #fff;
}

.widget--sidebar:not(:last-child),
.widget.hp-menu:not(:last-child) {
  margin-bottom: 2rem;
}
.hp-menu--site-header button{
    border-radius: 10px;
}

.widget--footer .widget__title {
  padding-top: 1rem;
  position: relative;
}

.widget--footer .widget__title::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 45px;
  display: block;
  content: '';
  background-color: #ffc107;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.widget--footer .widget__title::before {
  width: 30px;
  height: 3px;
}

.widget_product_search,
.widget_search {
  padding: 0;
  box-shadow: none;
  border: none;
}

.widget_calendar caption {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
}

.widget_rss ul li .rss-date {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}

/*--------------------------------------------------------------
Blocks
--------------------------------------------------------------*/
.wp-block-pullquote.is-style-solid-color {
  border-radius: 3px;
}

.wp-block-pullquote blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wp-block-file .wp-block-file__button {
  border-radius: 3px;
}

.wp-block-button__link {
  border-radius: 3px;
}

.wp-block-code {
  border-radius: 3px;
}

.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-item img {
  border-radius: 3px;
}

/*--------------------------------------------------------------
Pages
--------------------------------------------------------------*/
.page__title {
  text-align: center;
}

/*--------------------------------------------------------------
Posts
--------------------------------------------------------------*/
.post--archive {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(7, 36, 86, 0.075);
}

.post--archive .post__header--cover {
  color: #fff;
  position: relative;
}

.post--archive .post__header--cover a,
.post--archive .post__header--cover h1,
.post--archive .post__header--cover h2,
.post--archive .post__header--cover h3,
.post--archive .post__header--cover h4,
.post--archive .post__header--cover h5,
.post--archive .post__header--cover h6 {
  color: inherit;
}

.post--archive .post__header--cover:not(:last-child) {
  margin-bottom: 1.5rem;
}

.post--archive .post__image {
  position: relative;
}

.post--archive .post__image img {
  border-radius: 3px;
}

.post--archive .post__image a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 3px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.5));
}

.post--archive .post__text:not(:last-child) {
  margin-bottom: 1.5rem;
}

.post--archive .post__header--cover .post__categories,
.post--archive .post__header--cover .post__title {
  position: absolute;
  z-index: 1;
  left: 0;
  padding: 0 2rem;
}

.post--archive .post__header--cover .post__title {
  bottom: 0;
  padding-bottom: 2rem;
}

.post__header--cover .post__categories a {
  background-color: rgba(255, 255, 255, 0.2);
  color: inherit;
}

.post__header--cover .post__categories a:hover {
  background-color: #fff;
  color: rgba(15, 23, 39, 0.85);
}

.post--archive .post__header--cover .post__categories {
  top: 0;
  padding-top: 2rem;
}

.post__categories a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  background-color: rgba(7, 36, 86, 0.085);
  color: rgba(15, 23, 39, 0.45);
  transition: color 0.25s, background-color 0.25s;
  border-radius: 9999px;
  padding: 0.375rem 0.75rem;
}

.post__categories a:hover {
  background-color: #15cd72;
  color: #fff;
}

.post--single .post__title {
  text-align: center;
}

.post--single .post__title:not(:last-child) {
  margin-bottom: 1.25rem;
}

.post--single .post__categories,
.post--single .post__details {
  justify-content: center;
}

.post__details>* {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}

.post__details>*:not(:last-child) {
  margin-right: 0.5rem;
}

.post__details>*:not(:last-child)::after {
  content: '';
  display: block;
  background-color: rgba(7, 36, 86, 0.25);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 0.5rem;
}

.post__header--cover .post__details>* {
  color: inherit;
}

.post__header--cover .post__details>*:not(:last-child)::after {
  background-color: rgba(255, 255, 255, 0.8);
}

/*--------------------------------------------------------------
Tags
--------------------------------------------------------------*/
.tagcloud a,
.wp-block-tag-cloud a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  border: 1px solid rgba(7, 36, 86, 0.075);
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  color: inherit;
  transition: color 0.25s, border-color 0.25s;
  font-size: 0.6875rem !important;
}

.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
  border-color: #ffc107;
  color: #ffc107;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comments>ul>li {
  border: 1px solid rgba(7, 36, 86, 0.075);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
  background-color: #fff;
}

.comments>ul>li>ul {
  padding-top: 2rem;
  padding-left: 2rem;
  border-top: 1px solid rgba(7, 36, 86, 0.075);
}

.comments>ul>li ul {
  margin-top: 0;
}

.comment {
  padding: 0 2rem 2rem 0;
}

.comments>ul>li>.comment {
  padding-top: 2rem;
  padding-left: 2rem;
}

.comments>ul>li>.comment ul {
  padding-left: 2rem;
}

.comment__details>* {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}

#comments>.comment-respond,
.comments>ul>.comment-respond {
  border: 1px solid rgba(7, 36, 86, 0.075);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
  background-color: #fff;
  padding: 2rem;
}

.comments ul li .comment-respond {
  padding: 0 2rem 2rem 5.5rem;
}

@media only screen and (max-width: 47.99em) {
  .comments ul li .comment-respond {
    padding-left: 0;
  }
}

.comment-respond [class^='comment-form-']>label:first-child {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}

/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/
.pagination {
  justify-content: center;
}

.pagination>span,
.pagination .nav-links>a,
.pagination .nav-links>span,
.pagination>a,
.pagination ul li a,
.pagination ul li span.current,
.pagination ul li span.dots {
  border: 2px solid transparent;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

.pagination .nav-links>span:not(.dots),
.pagination>span:not(.dots),
.pagination ul li span.current:not(.dots) {
  border-color: rgba(7, 36, 86, 0.075);
}

/*--------------------------------------------------------------
HivePress
--------------------------------------------------------------*/
.hp {
  /*--------------------------------------------------------------
  Forms
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  Listings
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  Listing Categories
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  Listing Packages
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  Vendors
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  Reviews
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  Messages
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  Memberships
  --------------------------------------------------------------*/
}

.hp-status span {
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}

.hp-map {
  border-radius: 3px;
}

.hp-menu--tabbed .hp-menu__item--current::before {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.hp-meta,
.hp-result-count {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}

.hp-page__title,
.hp-section__title {
  padding-top: 1rem;
  position: relative;
}

.hp-page__title::before,
.hp-section__title::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 45px;
  display: block;
  content: '';
  background-color: #ffc107;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.hp-form__messages {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.hp-form--listing-search,
.hp-form--vendor-search {
  border: 1px solid rgba(7, 36, 86, 0.075);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
  background-color: #fff;
  padding: 0.625rem;
  align-items: center;
  border-radius: 20px;
}

@media only screen and (max-width: 47.99em) {

  .hp-form--listing-search,
  .hp-form--vendor-search {
    align-items: stretch;
  }
}

.page span[id^=more-]+.hp-form--listing-search,
.page span[id^=more-]+.hp-form--vendor-search,
.tax-hp_listing_category .hp-form--listing-search,
.tax-hp_listing_category .hp-form--vendor-search {
  margin-top: -4.25rem;
}

@media only screen and (min-width: 48em) {

  .page span[id^=more-]+.hp-form--listing-search,
  .page span[id^=more-]+.hp-form--vendor-search,
  .tax-hp_listing_category .hp-form--listing-search,
  .tax-hp_listing_category .hp-form--vendor-search {
    margin-top: -5.25rem;
  }
}

@media only screen and (min-width: 75em) {

  .page span[id^=more-]+.hp-form--listing-search,
  .page span[id^=more-]+.hp-form--vendor-search,
  .tax-hp_listing_category .hp-form--listing-search,
  .tax-hp_listing_category .hp-form--vendor-search {
    margin-top: -6.25rem;
  }
}

.hp-form--listing-search .hp-form__field:not(:last-child),
.hp-form--listing-search .hp-form__fields:not(:last-child),
.hp-form--vendor-search .hp-form__field:not(:last-child),
.hp-form--vendor-search .hp-form__fields:not(:last-child) {
  margin-right: 0.625rem;
}

@media only screen and (max-width: 47.99em) {

  .hp-form--listing-search .hp-form__field:not(:last-child),
  .hp-form--listing-search .hp-form__fields:not(:last-child),
  .hp-form--vendor-search .hp-form__field:not(:last-child),
  .hp-form--vendor-search .hp-form__fields:not(:last-child) {
    margin: 0;
  }
}

@media only screen and (max-width: 47.99em) {

  .hp-form--listing-search .hp-form__fields:not(:last-child),
  .hp-form--vendor-search .hp-form__fields:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

.hp-form--listing-search .hp-form__field:not(:last-child),
.hp-form--vendor-search .hp-form__field:not(:last-child) {
  border-right: 1px solid rgba(7, 36, 86, 0.075);
}

@media only screen and (max-width: 47.99em) {

  .hp-form--listing-search .hp-form__field:not(:last-child),
  .hp-form--vendor-search .hp-form__field:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(7, 36, 86, 0.075);
  }
}

.hp-form--listing-search .hp-form__field input[type='color'],
.hp-form--vendor-search .hp-form__field input[type='color'],
.hp-form--listing-search .hp-form__field input[type='date'],
.hp-form--vendor-search .hp-form__field input[type='date'],
.hp-form--listing-search .hp-form__field input[type='datetime'],
.hp-form--vendor-search .hp-form__field input[type='datetime'],
.hp-form--listing-search .hp-form__field input[type='datetime-local'],
.hp-form--vendor-search .hp-form__field input[type='datetime-local'],
.hp-form--listing-search .hp-form__field input[type='email'],
.hp-form--vendor-search .hp-form__field input[type='email'],
.hp-form--listing-search .hp-form__field input[type='month'],
.hp-form--vendor-search .hp-form__field input[type='month'],
.hp-form--listing-search .hp-form__field input[type='number'],
.hp-form--vendor-search .hp-form__field input[type='number'],
.hp-form--listing-search .hp-form__field input[type='password'],
.hp-form--vendor-search .hp-form__field input[type='password'],
.hp-form--listing-search .hp-form__field input[type='range'],
.hp-form--vendor-search .hp-form__field input[type='range'],
.hp-form--listing-search .hp-form__field input[type='min'],
.hp-form--vendor-search .hp-form__field input[type='min'],
.hp-form--listing-search .hp-form__field input[type='max'],
.hp-form--vendor-search .hp-form__field input[type='max'],
.hp-form--listing-search .hp-form__field input[type='value'],
.hp-form--vendor-search .hp-form__field input[type='value'],
.hp-form--listing-search .hp-form__field input[type='step'],
.hp-form--vendor-search .hp-form__field input[type='step'],
.hp-form--listing-search .hp-form__field input[type='search'],
.hp-form--vendor-search .hp-form__field input[type='search'],
.hp-form--listing-search .hp-form__field input[type='tel'],
.hp-form--vendor-search .hp-form__field input[type='tel'],
.hp-form--listing-search .hp-form__field input[type='text'],
.hp-form--vendor-search .hp-form__field input[type='text'],
.hp-form--listing-search .hp-form__field input[type='time'],
.hp-form--vendor-search .hp-form__field input[type='time'],
.hp-form--listing-search .hp-form__field input[type='url'],
.hp-form--vendor-search .hp-form__field input[type='url'],
.hp-form--listing-search .hp-form__field select,
.hp-form--vendor-search .hp-form__field select,
.hp-form--listing-search .hp-form__field textarea,
.hp-form--vendor-search .hp-form__field textarea {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  font-size: 1.125rem;
  line-height: 3rem;
  height: 3rem;
}

.hp-form--primary .select2-container--default .select2-selection {
  border: none;
}

.hp-form--primary .select2-container--default .select2-selection__rendered {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.125rem;
  line-height: 3rem;
  height: 3rem;
}

.hp-form--primary .select2-container--default .select2-selection__arrow {
  top: 0.75rem;
}

.hp-form--listing-search .hp-form__button,
.hp-form--vendor-search .hp-form__button {
  height: 3.125rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.hp-form--listing-sort select,
.hp-form--vendor-sort select {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}

.hp-field--attachment-upload>div:first-child>div img {
  border-radius: 3px;
}

.hp-field__label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}

.hp-listing--view-block {
  border: 1px solid rgba(7, 36, 86, 0.075);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;

}

.hp-listing--view-block:hover {
  box-shadow: 0 0 12px rgba(7, 36, 86, 0.125);
}

.hp-listing--view-block.hp-listing--featured {
  border-color: #ffc107;
}

.hp-listing--view-block .hp-listing__featured-badge {
  left: 0;
  top: 1.5rem;
  border-radius: 0 3px 3px 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ffc107;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.hp-listing--view-block .hp-listing__featured-badge i {
  font-size: 12px;
}

.hp-listing--view-block .hp-listing__content:not(:last-child),
.hp-listing--view-block .hp-listing__footer:not(:last-child),
.hp-listing--view-block .hp-listing__header:not(:last-child) {
  margin-bottom: 0;
}

.hp-listing--view-block .hp-listing__content {
  padding: 1rem 1.5rem;
}

.hp-listing--view-block .hp-listing__footer {
  /*padding: 1rem 1.5rem;*/
  padding: 0.5rem 1.5rem 0.7rem;
  border-top: 1px solid rgba(7, 36, 86, 0.075);
}
.hp-listing__header,.hp-listing__header,.hp-listing__header img{
  width:100%;
  /*height:9rem;*/
  aspect-ratio: 16 / 9;
}
.hp-listing--view-block .hp-listing__image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  object-fit: cover;
}

.hp-listing__images-slider {
  border-radius: 3px;
}

.hp-listing__images-carousel .slick-slide img {
  border: 2px solid transparent;
  border-radius: 4px;
  opacity: 0.6;
  transition: border-color 0.25s, opacity 0.25s;
}

.hp-listing__images-carousel .slick-current img {
  border-color: #ffc107;
  opacity: 1;
}

.hp-listing__images>img {
  border-radius: 3px;
}

.hp-listing--view-block .hp-listing__created-date,
.hp-listing--view-page .hp-listing__created-date {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}

.hp-listing__details .hp-listing__categories {
  display: none !important;
}

.hp-listing--view-block .hp-listing__categories:not(:last-child),
.hp-listing--view-page .hp-listing__categories:not(:last-child) {
  margin-bottom: 0;
}

.hp-listing--view-block .hp-listing__categories a,
.hp-listing--view-page .hp-listing__categories a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  background-color: rgba(7, 36, 86, 0.085);
  color: rgba(15, 23, 39, 0.45);
  transition: color 0.25s, background-color 0.25s;
  border-radius: 9999px;
  padding: 0.375rem 0.75rem;
  font-weight: 700;
}

.hp-listing--view-block .hp-listing__categories a:hover,
.hp-listing--view-page .hp-listing__categories a:hover {
  background-color: #15cd72;
  color: #fff;
}

.hp-listing--view-page .hp-listing__attributes--primary {
  border: 1px solid rgba(7, 36, 86, 0.075);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.hp-listing--view-page .hp-listing__attributes--primary .hp-listing__attribute {
  background-color: transparent;
  padding: 0;
}

.hp-listing--view-page .hp-listing__attributes--primary .hp-listing__attribute:not(:last-child) {
  border-bottom: 1px solid rgba(7, 36, 86, 0.075);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.hp-listing-category--submit-block,
.hp-listing-category--view-block {
  border-radius: 3px;
  transition: transform 0.25s;
  color: #fff;
  position: relative;
}

.hp-listing-category--submit-block:hover,
.hp-listing-category--view-block:hover {
  transform: translateY(-7px);
}

.hp-listing-category--submit-block .hp-listing-category__content:not(:last-child),
.hp-listing-category--submit-block .hp-listing-category__header:not(:last-child),
.hp-listing-category--view-block .hp-listing-category__content:not(:last-child),
.hp-listing-category--view-block .hp-listing-category__header:not(:last-child) {
  margin-bottom: 0;
}

.hp-listing-category--view-page .hp-listing-category__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hp-listing-category--submit-block .hp-listing-category__content,
.hp-listing-category--view-block .hp-listing-category__content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2rem;
}

.hp-listing-category--submit-block .hp-listing-category__content a,
.hp-listing-category--view-block .hp-listing-category__content a,
.hp-listing-category--submit-block .hp-listing-category__content h1,
.hp-listing-category--view-block .hp-listing-category__content h1,
.hp-listing-category--submit-block .hp-listing-category__content h2,
.hp-listing-category--view-block .hp-listing-category__content h2,
.hp-listing-category--submit-block .hp-listing-category__content h3,
.hp-listing-category--view-block .hp-listing-category__content h3,
.hp-listing-category--submit-block .hp-listing-category__content h4,
.hp-listing-category--view-block .hp-listing-category__content h4,
.hp-listing-category--submit-block .hp-listing-category__content h5,
.hp-listing-category--view-block .hp-listing-category__content h5,
.hp-listing-category--submit-block .hp-listing-category__content h6,
.hp-listing-category--view-block .hp-listing-category__content h6 {
  color: inherit;
}

.hp-listing-category--submit-block .hp-listing-category__image a::after,
.hp-listing-category--view-block .hp-listing-category__image a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 3px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.5));
}

.hp-listing-category--submit-block .hp-listing-category__image img,
.hp-listing-category--view-block .hp-listing-category__image img {
  border-radius: 3px;
}

.hp-listing-category--view-block .hp-listing-category__description,
.hp-listing-category--view-block .hp-listing-category__name {
  text-align: left;
}

.hp-listing-category--view-page .hp-listing-category__description,
.hp-listing-category--view-page .hp-listing-category__name {
  text-align: center;
}

.hp-listing-category__item-count {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  background-color: rgba(7, 36, 86, 0.085);
  color: rgba(15, 23, 39, 0.45);
  transition: color 0.25s, background-color 0.25s;
  border-radius: 9999px;
  padding: 0.375rem 0.75rem;
  background-color: rgba(255, 255, 255, 0.5);
  color: #3b82f6;
}


.hp-listing-category--view-block .hp-listing-category__item-count {
  position: absolute;
  left: 2rem;
  top: 2rem;
  z-index: 1;
}

.hp-listing-category--view-block .hp-listing-category__content .hp-listing-category__item-count {
  display: none !important;
}

.hp-listing-package--view-block {
  border: 1px solid rgba(7, 36, 86, 0.075);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
  background-color: #fff;
  transition: box-shadow 0.25s;
}

.hp-listing-package--view-block:hover {
  box-shadow: 0 0 12px rgba(7, 36, 86, 0.125);
}

.hp-listing-package--view-block .hp-listing-package__content:not(:last-child),
.hp-listing-package--view-block .hp-listing-package__footer:not(:last-child),
.hp-listing-package--view-block .hp-listing-package__header:not(:last-child) {
  margin-bottom: 0;
}

.hp-listing-package--view-block .hp-listing-package__footer,
.hp-listing-package--view-block .hp-listing-package__header {
  padding: 1rem 1.5rem;
}

.hp-listing-package--view-block .hp-listing-package__header {
  border-bottom: 1px solid rgba(7, 36, 86, 0.075);
}

.hp-listing-package--view-block .hp-listing-package__content {
  padding: 1.5rem;
}

.hp-listing-package--view-block .hp-listing-package__footer {
  border-top: 1px solid rgba(7, 36, 86, 0.075);
}

.hp-vendor--view-block {
  border: 1px solid rgba(7, 36, 86, 0.075);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
  background-color: #fff;
  transition: box-shadow 0.25s;
}

.hp-vendor--view-block:hover {
  box-shadow: 0 0 12px rgba(7, 36, 86, 0.125);
}

.hp-vendor--view-block .hp-vendor__header {
  padding: 3rem 2rem 0;
}

.hp-vendor--view-block .hp-vendor__content {
  padding: 0 2rem 3rem;
}

.hp-vendor--view-block .hp-vendor__content:not(:last-child) {
  margin-bottom: 0;
}

.hp-vendor--view-block .hp-vendor__footer {
  border-top: 1px solid rgba(7, 36, 86, 0.075);
  padding: 1rem 1.5rem;
}

.hp-vendor--view-block .hp-vendor__registered-date,
.hp-vendor--view-page .hp-vendor__registered-date {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}

.hp-vendor--view-page .hp-vendor__attributes--primary {
  border: 1px solid rgba(7, 36, 86, 0.075);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.hp-vendor--view-page .hp-vendor__attributes--primary .hp-vendor__attribute {
  background-color: transparent;
  padding: 0;
}

.hp-vendor--view-page .hp-vendor__attributes--primary .hp-vendor__attribute:not(:last-child) {
  border-bottom: 1px solid rgba(7, 36, 86, 0.075);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.hp-vendor__actions--secondary {
  border: 1px solid rgba(7, 36, 86, 0.075);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
  background-color: #fff;
  padding: 1.5rem 2rem;
}

.hp-vendor__actions--secondary .hp-vendor__balance strong {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 0.6875rem;
}

.hp-review--view-block {
  border: 1px solid rgba(7, 36, 86, 0.075);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
  background-color: #fff;
  padding: 2rem;
}

.hp-review__created-date {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}

.hp-message--view-block {
  border-radius: 3px;
}

.hp-message--view-block .hp-message__sent-date {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}

.hp-membership-plan--view-block {
  border: 1px solid rgba(7, 36, 86, 0.075);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
  background-color: #fff;
  transition: box-shadow 0.25s;
}

.hp-membership-plan--view-block:hover {
  box-shadow: 0 0 12px rgba(7, 36, 86, 0.125);
}

.hp-membership-plan--view-block .hp-membership-plan__content:not(:last-child),
.hp-membership-plan--view-block .hp-membership-plan__footer:not(:last-child),
.hp-membership-plan--view-block .hp-membership-plan__header:not(:last-child) {
  margin-bottom: 0;
}

.hp-membership-plan--view-block .hp-membership-plan__footer,
.hp-membership-plan--view-block .hp-membership-plan__header {
  padding: 1rem 1.5rem;
}

.hp-membership-plan--view-block .hp-membership-plan__header {
  border-bottom: 1px solid rgba(7, 36, 86, 0.075);
}

.hp-membership-plan--view-block .hp-membership-plan__content {
  padding: 1.5rem;
}

.hp-membership-plan--view-block .hp-membership-plan__footer {
  border-top: 1px solid rgba(7, 36, 86, 0.075);
}

.hp-membership--view-block {
  border: 1px solid rgba(7, 36, 86, 0.075);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
  background-color: #fff;
  padding: 1.5rem;
}

.hp-membership--view-block .hp-membership__expired-date {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}


/*--------------------------------------------------------------
WooCommerce
--------------------------------------------------------------*/
.woocommerce {
  /*--------------------------------------------------------------
  Forms
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  Buttons
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  Widgets
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  Products
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  Checkout
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  Account
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  Pagination
  --------------------------------------------------------------*/
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.woocommerce .woocommerce-result-count {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}

.woocommerce .woocommerce-ordering select {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}

.woocommerce span.onsale {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  background-color: rgba(7, 36, 86, 0.085);
  color: rgba(15, 23, 39, 0.45);
  transition: color 0.25s, background-color 0.25s;
  border-radius: 9999px;
  padding: 0.375rem 0.75rem;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  color: #fff;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid rgba(7, 36, 86, 0.075);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
  background-color: #fff;
  padding: 1.5rem;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 3px;
}

.woocommerce .widget_price_filter .price_label {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.woocommerce ul.product_list_widget li img {
  border-radius: 3px;
}

.woocommerce ul.cart_list li .reviewer,
.woocommerce ul.product_list_widget li .reviewer {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}

.woocommerce div.product div.images img {
  border-radius: 3px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 1px solid rgba(7, 36, 86, 0.075);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
  background-color: #fff;
  padding: 1.5rem;
  transition: box-shadow 0.25s;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  box-shadow: 0 0 12px rgba(7, 36, 86, 0.125);
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  border-radius: 3px;
}

.woocommerce #add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  border-radius: 3px;
}

.woocommerce #add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 3px;
}

.woocommerce #add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  border-radius: 3px;
}

.woocommerce-MyAccount-navigation {
  border: 1px solid rgba(7, 36, 86, 0.075);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
  background-color: #fff;
  padding: 2rem;
}

.woocommerce-MyAccount-navigation:not(:last-child) {
  margin-bottom: 2rem;
}

.woocommerce .woocommerce-customer-details address {
  border: 1px solid rgba(7, 36, 86, 0.075);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
  background-color: #fff;
  padding: 1.5rem;
}

.woocommerce nav.woocommerce-pagination {
  justify-content: center;
}

.woocommerce nav.woocommerce-pagination>span,
.woocommerce nav.woocommerce-pagination .nav-links>a,
.woocommerce nav.woocommerce-pagination .nav-links>span,
.woocommerce nav.woocommerce-pagination>a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span.dots {
  border: 2px solid transparent;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

.woocommerce nav.woocommerce-pagination .nav-links>span:not(.dots),
.woocommerce nav.woocommerce-pagination>span:not(.dots),
.woocommerce nav.woocommerce-pagination ul li span.current:not(.dots) {
  border-color: rgba(7, 36, 86, 0.075);
}


/*--------------------------------------------------------------
 add css
--------------------------------------------------------------*/

h2.tophtitle{
  font-size: 1.5rem;
  font-weight: 700 !important;
}
h4.hp-listing__title{
  font-weight: 700!important;
}
.hp-listing--view-block .hp-listing__attributes--primary .hp-listing__attribute {
    font-weight: 700;
    color: #1f2937;
}
.hp-form{
  margin:0 auto;
  width:80%;
}
#iossafari-a2h-banner {
    background: #fff!important;
}
@media only screen and (max-width: 47.99em) {
  .hp-form{
    width:100%;
  }
  .hp-form--wide .hp-form__button {
    width: 90%;
  }
}
.toptextcolor{
  color: #1f2937!important;
}
.toptextcolor2{
  color: #4B5563!important;
}

.catform-title{
  text-align: center;
}

/*--------------------------------------------------------------
 add css2（cate-search-box）
--------------------------------------------------------------*/

  .fixed
{position:fixed}
.absolute
{position:absolute}
.relative
{position:relative}
.inset-0
{inset:0px}
.left-0
{left:0px}
.left-4
{left:1rem}
.right-0
{right:0px}
.right-2
{right:0.5rem}
.right-4
{right:1rem}
.top-0
{top:0px}
.top-1\/2
{top:50%}
.top-2
{top:0.5rem}
.z-10
{z-index:10}
.z-50
{z-index:50}
.mx-auto
{margin-left:auto;margin-right:auto}
.mb-10
{margin-bottom:2.5rem}
.mb-12
{margin-bottom:3rem}
.mb-2
{margin-bottom:0.5rem}
.mb-3
{margin-bottom:0.75rem}
.mb-4
{margin-bottom:1rem}
.mb-6
{margin-bottom:1.5rem}
.mb-8
{margin-bottom:2rem}
.ml-1
{margin-left:0.25rem}
.ml-2
{margin-left:0.5rem}
.mr-1
{margin-right:0.25rem}
.mr-2
{margin-right:0.5rem}
.mr-3
{margin-right:0.75rem}
.mt-0\.5
{margin-top:0.125rem}
.mt-4
{margin-top:1rem}
.mt-6
{margin-top:1.5rem}
.line-clamp-2
{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.inline-block
{display:inline-block}
.flex
{display:flex}
.grid
{display:grid}
.hidden
{display:none}
.h-10
{height:2.5rem}
.h-16
{height:4rem}
.h-2
{height:0.5rem}
.h-4
{height:1rem}
.h-40
{height:10rem}
.h-48
{height:12rem}
.h-5
{height:1.25rem}
.h-6
{height:1.5rem}
.h-8
{height:2rem}
.h-auto
{height:auto}
.h-full
{height:100%}
.w-10
{width:2.5rem}
.w-16
{width:4rem}
.w-2
{width:0.5rem}
.w-4
{width:1rem}
.w-5
{width:1.25rem}
.w-6
{width:1.5rem}
.w-8
{width:2rem}
.w-full
{width:100%}
.max-w-2xl
{max-width:42rem}
.max-w-4xl
{max-width:76rem}
.max-w-md
{max-width:28rem}
.flex-1
{flex:1 1 0%}
.flex-shrink-0
{flex-shrink:0}
.-translate-y-1\/2
{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.cursor-pointer
{cursor:pointer}
.grid-cols-1
{grid-template-columns:repeat(1, minmax(0, 1fr))}
/*.grid-cols-2*/
/*{grid-template-columns:repeat(2, minmax(0, 1fr))}*/
.grid-cols-2
{grid-template-columns:repeat(3, minmax(0, 1fr))}
.flex-col
{flex-direction:column}
.items-start
{align-items:flex-start}
.items-center
{align-items:center}
.justify-center
{justify-content:center}
.justify-between
{justify-content:space-between}
.gap-4
{gap:1rem}
.gap-6
{gap:1.5rem}
.gap-8
{gap:2rem}
.space-x-1 > :not([hidden]) ~ :not([hidden])
{--tw-space-x-reverse:0;margin-right:calc(0.25rem * var(--tw-space-x-reverse));margin-left:calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-2 > :not([hidden]) ~ :not([hidden])
{--tw-space-x-reverse:0;margin-right:calc(0.5rem * var(--tw-space-x-reverse));margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-3 > :not([hidden]) ~ :not([hidden])
{--tw-space-x-reverse:0;margin-right:calc(0.75rem * var(--tw-space-x-reverse));margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-4 > :not([hidden]) ~ :not([hidden])
{--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-8 > :not([hidden]) ~ :not([hidden])
{--tw-space-x-reverse:0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}
.space-y-2 > :not([hidden]) ~ :not([hidden])
{--tw-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}
.space-y-4 > :not([hidden]) ~ :not([hidden])
{--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}
.overflow-hidden
{overflow:hidden}
.whitespace-nowrap
{white-space:nowrap}
.rounded
{border-radius:8px}
.rounded-button
{border-radius:8px}
.rounded-full
{border-radius:9999px}
.rounded-lg
{border-radius:16px}
.border
{border-width:1px}
.border-t
{border-top-width:1px}
.border-none
{border-style:none}
.border-gray-300
{--tw-border-opacity:1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}
.border-gray-700
{--tw-border-opacity:1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}
.border-primary
{--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}
.bg-blue-100
{--tw-bg-opacity:1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}
.bg-blue-50
{--tw-bg-opacity:1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}
.bg-blue-500\/90
{background-color:rgb(59 130 246 / 0.9)}
.bg-gray-100
{--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}
.bg-gray-300
{--tw-bg-opacity:1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}
.bg-gray-400
{--tw-bg-opacity:1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}
.bg-gray-50
{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}
.bg-gray-700
{--tw-bg-opacity:1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}
.bg-gray-800
{--tw-bg-opacity:1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}
.bg-green-100
{--tw-bg-opacity:1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}
.bg-green-50
{--tw-bg-opacity:1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}
.bg-indigo-100
{--tw-bg-opacity:1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}
.bg-orange-100
{--tw-bg-opacity:1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}
.bg-orange-400
{--tw-bg-opacity:1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}
.bg-orange-50
{--tw-bg-opacity:1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}
.bg-orange-500\/90
{background-color:rgb(249 115 22 / 0.9)}
.bg-pink-100
{--tw-bg-opacity:1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}
.bg-primary
{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}
.bg-primary\/90
{background-color:rgb(59 130 246 / 0.9)}
.bg-purple-100
{--tw-bg-opacity:1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}
.bg-purple-50
{--tw-bg-opacity:1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}
.bg-purple-500\/90
{background-color:rgb(168 85 247 / 0.9)}
.bg-red-100
{--tw-bg-opacity:1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}
.bg-white
{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}
.bg-white\/80
{background-color:rgb(255 255 255 / 0.8)}
.bg-yellow-100
{--tw-bg-opacity:1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}
.bg-yellow-500
{--tw-bg-opacity:1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}

.bg-romantic
{--tw-bg-opacity:1;background-color:rgb(255 203 188 / var(--tw-bg-opacity, 1))}
.bg-peach
{--tw-bg-opacity:1;background-color:rgb(255 228 176 / var(--tw-bg-opacity, 1))}
.bg-iceberg
{--tw-bg-opacity:1;background-color:rgb(203 240 229 / var(--tw-bg-opacity, 1))}
.bg-hawkes
{--tw-bg-opacity:1;background-color:rgb(211 222 253 / var(--tw-bg-opacity, 1))}
.bg-moonraker
{--tw-bg-opacity:1;background-color:rgb(222 175 241 / var(--tw-bg-opacity, 1))}

.text-romantic
{--tw-text-opacity:1;color:rgb(248 87 58 / var(--tw-text-opacity, 1))}
.text-peach
{--tw-text-opacity:1;color:rgb(248 169 46 / var(--tw-text-opacity, 1))}
.text-iceberg
{--tw-text-opacity:1;color:rgb(49 199 169 / var(--tw-text-opacity, 1))}
.text-hawkes
{--tw-text-opacity:1;color:rgb(59 150 236 / var(--tw-text-opacity, 1))}
.text-moonraker
{--tw-text-opacity:1;color:rgb(143 39 202 / var(--tw-text-opacity, 1))}





.bg-gradient-to-r
{background-image:linear-gradient(to right, var(--tw-gradient-stops))}
.from-black\/60
{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50
{--tw-gradient-from:#eff6ff var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.to-blue-100
{--tw-gradient-to:#dbeafe var(--tw-gradient-to-position)}
.to-transparent
{--tw-gradient-to:transparent var(--tw-gradient-to-position)}
.object-cover
{object-fit:cover}
.object-top
{object-position:top}
.p-2
{padding:0.5rem}
.p-4
{padding:1rem}
.p-6
{padding:1.5rem}
.px-2
{padding-left:0.5rem;padding-right:0.5rem}
.px-3
{padding-left:0.75rem;padding-right:0.75rem}
.px-4
{padding-left:1rem;padding-right:1rem}
.px-6
{padding-left:1.5rem;padding-right:1.5rem}
.py-1
{padding-top:0.25rem;padding-bottom:0.25rem}
.py-16
{padding-top:4rem;padding-bottom:4rem}
.py-2
{padding-top:0.5rem;padding-bottom:0.5rem}
.py-3
{padding-top:0.75rem;padding-bottom:0.75rem}
.pb-6
{padding-bottom:1.5rem}
.pt-12
{padding-top:3rem}
.pt-16
{padding-top:4rem}
.pt-6
{padding-top:1.5rem}
.text-center
{text-align:center}
.font-\[\'Pacifico\'\]
{font-family:'Pacifico'}
.text-2xl
{font-size:1.5rem;line-height:2rem}
.text-3xl
{font-size:1.875rem;line-height:2.25rem}
.text-lg
{font-size:1.125rem;line-height:1.75rem}
.text-sm
{font-size:0.875rem;line-height:1.25rem}
.text-xl
{font-size:1.25rem;line-height:1.75rem}
.text-xs
{font-size:0.75rem;line-height:1rem}
.font-bold
{font-weight:700}
.font-medium
{font-weight:500}
.text-blue-500
{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}
.text-blue-600
{--tw-text-opacity:1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}
.text-blue-800
{--tw-text-opacity:1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}
.text-gray-400
{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}
.text-gray-500
{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}
.text-gray-600
{--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}
.text-gray-700
{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}
.text-gray-800
{--tw-text-opacity:1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}
.text-green-500
{--tw-text-opacity:1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}
.text-green-600
{--tw-text-opacity:1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}
.text-green-800
{--tw-text-opacity:1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}
.text-indigo-600
{--tw-text-opacity:1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}
.text-orange-500
{--tw-text-opacity:1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}
.text-orange-600
{--tw-text-opacity:1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}
.text-pink-600
{--tw-text-opacity:1;color:rgb(219 39 119 / var(--tw-text-opacity, 1))}
.text-primary
{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}
.text-purple-500
{--tw-text-opacity:1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}
.text-purple-600
{--tw-text-opacity:1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}
.text-red-600
{--tw-text-opacity:1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}
.text-white
{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}
.text-white\/80
{color:rgb(255 255 255 / 0.8)}
.text-yellow-400
{--tw-text-opacity:1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}
.text-yellow-600
{--tw-text-opacity:1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}
.shadow
{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-lg
{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-md
{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-sm
{--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.transition-all
{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-colors
{transition-property:color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.hover\:bg-gray-100:hover
{--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}
.hover\:bg-primary:hover
{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}
.hover\:bg-primary\/90:hover
{background-color:rgb(59 130 246 / 0.9)}
.hover\:bg-white:hover
{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}
.hover\:text-primary:hover
{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}
.hover\:text-white:hover
{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}
.hover\:underline:hover
{-webkit-text-decoration-line:underline;text-decoration-line:underline}
.hover\:shadow-md:hover
{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.focus\:border-primary:focus
{--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}
.focus\:outline-none:focus
{outline:2px solid transparent;outline-offset:2px}
.focus\:ring-2:focus
{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}
.focus\:ring-primary\/30:focus
{--tw-ring-color:rgb(59 130 246 / 0.3)}
@media (min-width: 640px)
{.sm\:grid-cols-2
  {grid-template-columns:repeat(2, minmax(0, 1fr))}
  .sm\:flex-row
{flex-direction:row}
}
@media (min-width: 768px)
{.md\:mb-0
  {margin-bottom:0px}
  .md\:block
{display:block}
.md\:flex
{display:flex}
.md\:hidden
{display:none}
.md\:h-64
{height:16rem}
.md\:w-1\/2
{width:50%}
.md\:grid-cols-3
{grid-template-columns:repeat(3, minmax(0, 1fr))}
.md\:grid-cols-4
{grid-template-columns:repeat(4, minmax(0, 1fr))}
.md\:grid-cols-6
{grid-template-columns:repeat(6, minmax(0, 1fr))}
.md\:flex-row
{flex-direction:row}
.md\:p-10
{padding:2.5rem}
.md\:py-24
{padding-top:6rem;padding-bottom:6rem}
.md\:pr-8
{padding-right:2rem}
.md\:text-2xl
{font-size:1.5rem;line-height:2rem}
.md\:text-3xl
{font-size:1.875rem;line-height:2.25rem}
.md\:text-4xl
{font-size:2.25rem;line-height:2.5rem}
}
@media (min-width: 1024px)
{.lg\:grid-cols-3
  {grid-template-columns:repeat(3, minmax(0, 1fr))}
  .lg\:grid-cols-4
{grid-template-columns:repeat(4, minmax(0, 1fr))}
.lg\:text-5xl
{font-size:3rem;line-height:1}
}
.cate-search-wrap{
  /*background-color: #dbeafe;*/
  background-color:rgba(219,234,254,0.95);
  border-radius:20px;
}
.cate-search-box{
  width: 90%;
  padding-top: 4rem;
    padding-bottom: 3rem;
  margin-left: auto;
    margin-right: auto;
}
.cate-search-box a{
  color: #222;
}
@media only screen and (max-width: 47.99em) {
  .cate-search-box{
    padding-top: 2rem;
      padding-bottom: 2rem;
  }
}

/*    */

@media only screen and (min-width: 75em) {
    .header-hero--large {
        padding: 4rem 0;
    }
    .header-navbar {
      padding: 0.5rem 2rem;
  }
}

.select2-container--default .select2-selection .select2-selection__rendered{
  color: #444!important;
}
.header-logo img {
    max-width: 180px;
}

input.hp-field.hp-field--search{
  color: #333;
}



/* ads */

.promo-area {
  margin: 40px 0; 
 }
.promo-grid {
   display: grid;
   grid-template-columns: repeat(4,1fr);
   gap: 15px;
}
.promo-block {
   display:block;
   text-align:left;
   border:1px solid #ddd;
   padding:0;
   text-decoration:none;
   color:#000;
   border-radius: 20px;
   height: fit-content;
}
.promo-block img {
   width:100%;
   height:auto;
   display:block;
   /*margin-bottom:5px;*/
   border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: cover;
}
.promo-title{
  font-size: 1.3125rem;
  font-weight: 700;
  margin-bottom: 0!important;
  line-height: 1.3;
}
.promo-amount{
  text-align: left;
}
.promo-textbox{
  padding: 0.8rem 1.5rem 0.5rem;
}

.promo-amountbox{
    /*padding: 1rem 1.5rem;*/
  padding: 0.5rem 1.5rem 0.7rem;
    border-top: 1px solid rgba(7, 36, 86, 0.075);
}


/* スマホ表示 */
@media (max-width:768px){
    /* middle広告は2列 */
    #promo-middle .promo-grid { grid-template-columns: repeat(2,1fr); }
    /* headerとfooter広告は1列 */
    #promo-header .promo-grid,
    #promo-footer .promo-grid { grid-template-columns: 1fr; }
    #promo-header .promo-block img,
    #promo-footer .promo-block img{height:10rem;}
}

@media only screen and (max-width: 47.99em) {
  html{
    font-size: 14px;
  }
  .header-navbar {
      padding: 0.5rem 2rem;
  }
  .header-hero {
      padding: 1.5rem 0 2rem;
  }
  .cate-search-box .gap-6{
    gap: 0.8rem;
  }
  .cate-search-box .p-4{
    padding: 1rem 0.5rem;
  }
  .catform-title{
    font-size: 0.8em;
  }
}


/* faq */

.faq-wrapper {
  max-width: 800px;
  margin: 2em auto;
  padding: 1em;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

.faq-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
  color: #333;
  border-bottom: 2px solid #eee;
  display: inline-block;
  padding-bottom: 0.3em;
}

.faq-item {
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 1em;
  margin-bottom: 1em;
  transition: box-shadow 0.3s;
}

.faq-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.faq-question {
  font-weight: bold;
  color: #222;
  margin-bottom: 0.5em;
}

.faq-answer {
  color: #555;
}



/*contact7*/
/* 全体のフォーム */
.inquiry-form {
  max-width: 700px;
  margin: 0 auto;
  font-family: "Helvetica Neue", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* ラベル */
.inquiry-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

/* 必須マーク */
.inquiry-form .required {
  color: #e53935;
  font-size: 14px;
  margin-left: 4px;
}

/* 各入力エリア */
.inquiry-form input[type="text"],
.inquiry-form input[type="email"],
.inquiry-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 12px;
  font-size: 15px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  border-color: #5dbfe6; /* 水色アクセント */
  outline: none;
}

/* テキストエリア */
.inquiry-form textarea {
  min-height: 160px;
  resize: vertical;
}

/* チェックボックス行 */
.inquiry-form .form-privacy {
  font-size: 14px;
  margin-top: 15px;
}

.inquiry-form .form-privacy input {
  margin-right: 6px;
}

/* 送信ボタン */
.inquiry-form .form-submit input[type="submit"] {
  background: #5dbfe6;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 28px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s;
  display: inline-block;
}

.inquiry-form .form-submit input[type="submit"]:hover {
  background: #4aa9cf;
}

.video-box{
  max-width: 700px;
  margin-right:auto;
  margin-left: auto;
}

p.hp-form__action.hp-form__action--user-register{
  display: none!important;
}

.hp-header__actions .hp-listing-add-link,
.header-navbar__actions .hp-listing-add-link {
    display: none !important;
}
.button--primary::before, .button--secondary::before {
        display: none !important;
}

.header-navbar__actions{
      display: none !important;
}