.forum-midashi ul {
  margin-bottom: 30px;
}

.forum-top {
  text-align: center;
}

.forum-button-wrap {
  display: block;
  margin: auto;
  width: 280px;
  margin-top: 7px;
  background-color: #D60204;
  color: white;
  border: solid 1px #D60204;
  border-radius: 15px;
  font-size: 0.9em;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  font-family: "noto sans jp", sans-serif;
  font-weight: 400;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.forum-button-wrap a {
  display: block;
  margin: auto;
  text-align: center;
  padding: 5px 10px;
  color: inherit;
}

.forum-button-wrap:hover {
  background-color: white;
  color: #D60204;
}

.forum-button-wrap a:hover {
  color: inherit;
}

.forum-midashi-span {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #FFFF00;
  text-decoration-thickness: 7px;
  text-underline-offset: -1px;
}

.column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.yoyaku-right-box {
  min-height: 100px;
  min-width: 100px;
}

.shop-page-button {
  display: inline-block;
  padding: 6px 8px;
  background-color: #C41C2C;
  color: rgb(255, 255, 255);
  text-decoration: none;
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  border: #C41C2C solid 1px;
  transition: 0.3s ease;
}

.shop-page-button:hover {
  background-color: #fff;
  color: #C41C2C;
  border: #C41C2C solid 1px;
  box-sizing: border-box;
}

.t-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  text-align: center;
  border: 3px solid #FADBDA;
  background-color: white;
  border-radius: 5px;
  margin: 10px;
  -webkit-box-shadow: 2px 2px 5px rgba(255, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(255, 0, 0, 0.3);
}

.t-column h2 {
  font-size: 1.6em;
  color: #555;
}

.t-column img {
  max-width: 100%;
  height: auto;
}

/* PCサイズのスタイル調整 */
@media screen and (min-width: 1025px) {
  .column-container {
    flex-wrap: nowrap;
    width: 90%;
  }

  .t-column {
    padding: 20px 15px;
  }

  .t-column h2 {
    font-size: 1.6em;
  }

  .t-column img {
    max-height: 180px;
  }

  .t-column p {
    font-size: 1em;
    text-align: left;
  }
}

/* タブレットサイズのスタイル調整 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column-container {
    width: 95%;
    margin: 25px auto;
  }

  .t-column {

    margin: 8px;
    padding: 10px 5px;
  }

  .t-column h2 {
    font-size: 1em;

  }

  .t-column p {
    font-size: .85em;
    text-align: left;
  }

  .t-column img {
    max-width: 85%;
    max-height: 105px;
  }
}

/*トップページグループ・フォトコンテナの幅調整*/
.login2.abc,
.elementor-element-5438bec,
.elementor-element-4159c1b {
  padding-left: 0;
  padding-right: 0;
}

.elementor-element-5438bec {
  padding-right: 2px;
}

.elementor-element-4159c1b {
  padding-left: 2px;
}

/*header*/
.header-right1 {
  width: auto;
}


.header-pc2,
.header-sp0,
.header-sp2 {
  z-index: 999 !important;
}

.header-pc1 {
  z-index: 1500 !important;
}

.header-right1 .menu-flex {
  width: auto;
  flex-wrap: nowrap;
}

/*マップのタブ*/
.map-tab .elementor-widget-container {
  border-style: none !important;
}

.map-tab .jet-tabs__content {
  padding: 0 !important;
}

.map-tab .elementor-element {
  padding: 0 !important;
}

.photo-archive .jet-listing-dynamic-link__label {
  font-size: 16px;
  line-height: 160%;
  width: auto;
  height: auto;
}

/*店舗編集ページのチェックボックス*/
body.page-id-2554 .jet-form__fields-group.checkradio-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

body.page-id-2554 .checkboxes-wrap.checkradio-wrap {
  padding-right: 15px;
}

/* 更新ボタンの共通スタイル - 優先度を高めたセレクタ */
.update-textarea-button,
.update-textarea-button:focus,
.update-textarea-button:active,
button.update-textarea-button,
button.update-textarea-button:focus,
button.update-textarea-button:active {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  padding: 8px 15px !important;
  background-color: #f0f0f0 !important;
  color: #000 !important;
  border: 1px solid #c3c4c7 !important;
  border-radius: 3px !important;
  cursor: pointer !important;
  font-weight: normal !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 1px 0 #c3c4c7 !important;
  text-shadow: none !important;
}

.update-textarea-button:hover,
button.update-textarea-button:hover {
  background-color: #c5c5c5 !important;
  border-color: #8c8f94 !important;
  color: #000 !important;
}

/* ローディングオーバーレイ */
.loading-overlay {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 5px !important;
  z-index: 9999 !important;
  text-align: center !important;
}

/*トップページ・グループコンテナ*/
.group_wrap {
  height: 600px;
  overflow-y: auto;
  /* 縦方向のコンテンツがはみ出した場合にスクロールバーを表示 */
  border: 1px solid #000;
  /* ボックスの境界線 */
}

/*トップページのリスティングがあるページの縦揃え*/
.e-con-inner>.elementor-element>.elementor-element>.elementor-element>.elementor-element {
  display: block;
}

.e-con-inner>.elementor-element>.elementor-element {
  display: block;
}

/*左カラムのユーザーマイページ*/
.user-mypage-button,
.user-mypage-button .jet-listing-dynamic-link__link {
  width: 100%;
}

.user-mypage-button .jet-listing a.active-tab {
  background-color: #C41C2C !important;
  color: white !important;
}

.elementor-element-8b653fb {
  padding-left: 0;
  padding-right: 0;
}

.elementor-element-dbf5c29.e-con-boxed .e-con-inner {
  padding: 0;
}

/*ログイン・ログアウトボタン*/
.elementor-element.login-out {
  margin: auto;
}

.login-logout-container {
  position: relative;
  display: inline-block;
}

.login-logout-container button,
.elementor-element.login-out button {
  background: #F9FAFB;
  color: #D60204;
  line-height: 1.3em;
}

#logout-link {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 130px;
  margin: auto;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 5px;
  white-space: nowrap;
  z-index: 1000;
}

/*地図の現在地検索*/
.current-location {
  background-color: #ED7D0F;
  border: 1px solid transparent;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.current-location:hover {
  background-color: #fff;
  color: #ED7D0F;
  border: 1px solid #ED7D0F;
}

/*マイページのSNS*/
.mypage-sns {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#login-logout-button:hover+#logout-link,
#logout-link:hover {
  display: block;
}

/*トップページのPC・モバイルセクションの出し入れ*/
.login1 {
  display: none !important;
}

.sp_disp {
  display: none;
}

/*ユーザーブログシングル*/
.userblog-pic {
  width: 300px;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}

/*ユーザーコメントのプロフィール編集非表示*/
.user-comment .logged-in-as {
  display: none;
}

/*フォーム*/
.jet-sm-gb-wrapper.jet-sm-gb-877dfdb2-ec3d-465f-94ee-fc5b3e908ac3 {
  height: 300px;
  /* コンテナの高さを300pxに設定 */
  overflow-y: auto;
  /* 垂直方向のスクロールバーを有効にする */
  overflow-x: hidden;
  /* 水平方向のスクロールバーを無効にする（必要に応じて変更） */
  margin-bottom: 30px;
}

.jet-sm-gb-877dfdb2-ec3d-465f-94ee-fc5b3e908ac3 .jet-form-builder__label {
  display: none !important;
}

.jet-sm-gb-870f5e8f-97c0-4ee6-8b6b-d4e1fb12c02c {
  padding-bottom: 20px;
}

/*マイページのタブにスクロールバー*/
.mypage-tab .scroll-container {
  width: 100%;
  overflow-x: auto;
}

.mypage-tab .jet-tabs__control-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.mypage-tab .jet-tabs__label-text,
.mypage-tab .jet-tabs__label-icon {
  font-size: 13px;
  font-weight: 600;
}

.mypage-tab .active-tab .jet-tabs__label-text,
.mypage-tab .active-tab .jet-tabs__label-icon {
  color: #fff;
}

/*グループページ*/
.pm-pad20 #message_user {
  display: none !important;
}

.pg-mobile-479 .pmagic .pm-group-view .pm-group-icon {
  display: none;
}

.pm-group-view .pm-profile-title-header {
  height: 50px;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.pm-group-view .pm-header-section.pm-without-cover-image {
  height: 200px;
  padding: 26px 0;
}

.csscalc .pm-group-view .pm-profile-title {
  margin: 0;
}

.t-hensyu .jet-listing-dynamic-link__label {
  width: auto;
}

.touroku-user .jet-listing-dynamic-link__label {
  width: auto;
}

.mycar-info .jet-listing-dynamic-link__label {
  width: auto;
}

.pm-group-view.pm-dbfl form .pm-edit-heading+.pm-dbfl {
  display: none;
}

/*********予約一覧カレンダー*********/
body.page-id-10796 .container {
  width: auto;
  max-width: 1140px;
  margin: auto;
  margin-bottom: 50px;
}



body.page-id-10796 h1 {
  font-size: 26px;
  color: var(--e-global-color-6835335);
}

body.page-id-10796 .h1-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0px 0px 0px 20px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: var(--e-global-color-6835335);
}

/* モーダルのスタイル */
.modal {
  display: none;
  /* 初期状態は非表示 */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

/* モーダルのコンテンツ */
.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  text-align: center;
}

/* 閉じるボタン */
.close {
  float: right;
  font-size: 24px;
  cursor: pointer;
}

/* PC用フォントサイズ */
.modal-content h2 {
  font-size: 20px;
}

.modal-content p {
  font-size: 16px;
  text-align: left;
}

/* モバイル用フォントサイズ（767.4px以下） */
@media (max-width: 767.4px) {
  .modal-content h2 {
    font-size: 18px;
  }

  .modal-content p {
    font-size: 14px;

  }
}


/*店舗用予約カレンダー*/
body.page-template-store-reserv-calendar .container {
  width: 71.25rem;
  /* PCサイズの幅 */
  margin: 0 auto;
  /* 中央揃え */
}

.h4-wrap {
  margin-top: 5rem;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.fc .fc-toolbar-title {
  font-size: 1.5rem;
  margin: 0;

}

#calendar {
  margin-bottom: 5rem;
}

@media (max-width: 1200px) {
  body.page-template-store-reserv-calendar .container {
    width: 43.75rem;
  }


}

@media (max-width: 767.4px) {
  body.page-template-store-reserv-calendar .container {
    width: 100%;
    /* スマホサイズの幅 */
    max-width: 23rem;
  }

  .h4-wrap {
    margin-top: 2rem;
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .fc .fc-toolbar-title {
    font-size: 1rem;
    margin: 0;
    width: 6.25rem;
  }

  #calendar {
    margin-bottom: 2rem;
  }
}


@media screen and (max-width: 1024px) {
  .top-movcontainer {
    width: 95%;
  }

  .group_wrap {
    height: 1000px;
    overflow-y: auto;
    /* 縦方向のコンテンツがはみ出した場合にスクロールバーを表示 */
    border: 1px solid #000;
    /* ボックスの境界線 */
  }

  .pm-group-container .pm-group .pm-group-desc {
    font-size: 0.7em;
  }

  /*マイページ*/
  .elementor-element-8b653fb {
    padding-left: 0;
    padding-right: 0;
  }

  .elementor-element-8b653fb .e-con-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  #menu-2-e4b169d .menu-item {
    border: solid 1px #555;
  }

  .picture img {
    width: 110px !important;
    height: 100px !important;
  }

  /*作業実績リスティング*/
  .sagyou-img {
    width: auto;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
  }

  .elementor-element.elementor-element-5aa3c88 {
    margin-left: 0;
  }

  body.page-id-10796 .container {
    width: 95%;
  }
}

@media (min-width: 700px) and (max-width: 1024px) {

  .mypage-subnav .mypage-suvnav-child a,
  .mypage-suvnav-child.g-page a {
    font-size: 10px !important;
    padding: 7px 0 !important
  }

  .mypage-suvnav-child.g-page {
    padding: 0;
  }

  .mypage-subnav .mypage-suvnav-child li {
    padding: 0 !important;
  }

  .elementor-element-5cee49c7.mypage-tab .jet-listing-dynamic-image__img.attachment-thumbnail {
    display: none;
  }
}


@media screen and (max-width: 767px) {
  .tenpo-hensyu-box {
    display: block !important;
  }

  .sp_disp {
    display: block;

  }

  .login1 {
    display: block !important;
  }

  .login2 {
    display: none !important;
  }

  .jet-listing-dynamic-field__inline-wrap {
    margin: 0 !important;
  }

  .header-sp0 {
    padding-left: 0;
    padding-right: 0;
  }

  .calender table.weekly_schedule {
    width: 90%;
    max-width: 400px;
    margin: auto;
    font-size: 9px;
  }

  .elementor-325 .elementor-element.elementor-element-dd04812 .elementor-nav-menu--main>.elementor-nav-menu>li>.elementor-nav-menu--dropdown,
  .elementor-325 .elementor-element.elementor-element-dd04812 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    margin-top: 0px !important;
    padding-top: 80px;
  }

  /*モバイル用新規登録ページ*/
  .mov-register-midashi {
    margin: auto;
  }

  .mov-register a {
    width: 200px !important;
  }

  .mov-register {
    margin: auto;
  }

  /*クイック検索*/
  .top-movcontainer {
    width: 98%;
    max-width: 400px;
    margin: auto;
  }

  .elementor-element-e4b73b8,
  .elementor-element-da25f9e {
    border-right: dotted 1px #333;
  }

  .elementor-element-da25f9e,
  .elementor-element-992e89b {
    border-top: dotted 1px #333;
  }

  .quick-icon .elementor-icon-box-icon {
    margin-bottom: 0 !important;
  }

  /*トップページのモバイルコンテナ幅調整*/
  .mov-box1,
  .mov-box0 {
    padding: 0;
  }

  /*作業実績（トップ）スタッフニュースのモバイル版の隙間調整*/
  .elementor-element-2255c1d {
    display: none;
  }

  .elementor-element-8dc22ef {
    display: none;
  }

  .elementor-author-box {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  /*検索履歴*/
  .rireki-box {
    flex-direction: row;
    margin: auto;
    --container-widget-width: 100%;
    --container-widget-height: initial;
  }

  /*ユーザーマイページのサイドバーにスクロールバー設置*/
  .mypage-subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 15px;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /* 複数列にならないように設定 */
  }

  /*グループページ・店舗編集ページのコンテナラップ*/
  .container-wrap1 {
    width: auto;
    max-width: 350px;
    padding: 10px;
    margin: auto;
    overflow-x: scroll;
  }

  .pm-group-view .pm-profile-image img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 100px;
    height: 100px;
    margin-top: 70px !important;
  }

  /*ユーザーマイページのアイコン位置*/
  body:not(.rtl) .elementor-3025 .elementor-element.elementor-element-70c4e932 {
    left: 10px;
    top: 150px;
  }

  /*モバイルのギャラリー*/
  .jet-gallery-swiper-thumb .swiper-wrapper {
    max-height: 100px !important;
    object-fit: contain;
    overflow: hidden;
  }



  .mypage-suvnav-child.g-page .scroll-container {
    width: 100%;

  }

  .mypage-suvnav-child.g-page .scroll-container .elementor-widget-wrap {
    flex-wrap: nowrap !important;
    /* フレックスラップを無効化 */
    flex-direction: row !important;
    /* 横並びにする */
  }

  .mypage-suvnav-child.g-page .user-mypage1 {
    margin-bottom: 0;
  }


  .mypage-subnav .mypage-suvnav-child,
  .mypage-suvnav-child.g-page,
  .mypage-subnav .elementor-element-77042ab,
  .mypage-subnav .group-page,
  .mypage-subnav .mypage-suvnav-child2,
  .mypage-subnav .elementor-element-e9c94c8,
  .mypage-subnav .profile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /* 要素の幅が自動で決まるように設定 */
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .mypage-subnav .mypage-suvnav-child {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .user-mypage1 .user-mypage-button a {
    border: none !important;
    font-size: 14px !important;
  }

  /*グループページのWordPressメニュー*/
  .mypage-suvnav-child.g-page.mypage-tab {
    display: flex;
    flex-direction: row;
  }

  .mypage-suvnav-child.g-page.mypage-tab .user-mypage1,
  .mypage-suvnav-child.g-page.mypage-tab .mypage-suvnav-child2 {
    display: inline-block !important;
  }

  .mypage-suvnav-child2 .elementor-nav-menu--layout-horizontal .elementor-item {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }



  /*ここまで*/

  .mypage-suvnav-child.g-page>.elementor-widget-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;

  }

  /*ユーザーマイページと店舗ページ*/
  .mypage-suvnav-child.g-page .jet-listing.jet-listing-dynamic-link,
  .group-page.elementor-element-ed100f1 .elementor-widget-container {
    width: max-content;
  }

  .group-page.user-mypage1 .elementor-shortcode>a {
    line-height: 25px !important;
    border: none !important;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
  }

  .user-mypage1 .user-mypage-button a {
    border: none !important;
    font-size: 14px !important;
  }

  .mypage-suvnav-child2 .elementor-nav-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .mypage-subnav .elementor-element-e9c94c8 a {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 14px;
  }

  .mypage-suvnav-child2 .elementor-nav-menu a,
  .profile-nav .layout-mobile--horizontal.context--account_page a {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 14px;
  }

  .mypage-subnav .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 0;
  }

  .mypage-subnav .group-page .elementor-shortcode>a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .profile-nav .layout-mobile--horizontal.context--account_page {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .profile-nav .layout-mobile--horizontal.context--account_page a {
    white-space: nowrap;
    /* 折り返しを防ぐ */
  }

  .profile-nav .jet-profile-menu__item,
  .mypage-subnav .group-page .elementor-shortcode>a,
  .mypage-subnav .jet-listing-dynamic-link__link {
    border: none !important;
  }

  .mypage-subnav .mypage-suvnav-child2 nav ul li a .fa::before {
    font-size: 25px;
    padding-right: 4px;
  }

  /*テキストの前にアイコン設置*/
  .user-mypage-button .jet-listing-dynamic-link__link::before,
  .mypage-subnav .group-page a::before,
  .group-page.user-mypage1 .elementor-shortcode>a::before,
  .mypage-subnav .elementor-element-e9c94c8 a::before,
  .mypage-subnav .profile-nav a::before {
    content: "\f054";
    /* FontAwesomeの右矢印アイコンのunicode */
    font-family: "Font Awesome 6 Free";
    /* FontAwesomeのフォントファミリー名 */
    font-weight: 900;
    /* 必要に応じてフォントの太さを調整 */
    margin-right: 6px;
    /* アイコンとテキストの間にスペースを追加 */
  }

  /*マップカードのリスティング*/
  .card {
    width: 180px !important;
  }

  /*作業実績リスティング*/
  #saryou-box {
    display: block;
    width: 320px;
    margin: auto;
  }

  .sagyou-img {
    margin: auto;
  }

  /*マイページ*/
  #jet-tabs-content-7646 {
    padding-left: 0;
    padding-right: 0;
  }

  .elementor-element-3cbe769 {
    padding: 0;
  }

  .picture img {
    margin-top: 5px !important;
  }

  /*トップページのグループコンテナ*/
  .group_wrap {
    height: 600px;
  }

  .container-width {
    max-width: 400px;
    margin: auto;
  }

  .group_wrap .pm-group-container .pm-group .pm-group-desc {
    font-size: 1em;
  }

  .group-mov .pg-group-search {
    display: none;
  }

  .forum-button-wrap {
    width: 200px;
    font-size: 0.8em;
  }

  body>#page>#content #primary,
  .elementor-element.elementor-element-0d96f0b,
  .elementor-element-bf68020 {
    padding-left: 0;
    padding-right: 0;
  }

  /*ユーザーブログ*/
  .userblog-pic {
    width: 250px;
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  /*bb press*/
  body #bbpress-forums li.bbp-body ul.forum.even .bbp-forum-freshness a,
  body #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness a {
    font-size: 0.8em;
  }

  /*最新の投稿の非表示*/
  body #bbpress-forums li.bbp-body ul.forum .bbp-forum-freshness .bbp-author-name,
  body #bbpress-forums li.bbp-body ul.forum .bbp-forum-freshness img,
  .bbp-topic-freshness .bbp-author-name,
  body #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness img {
    display: none;
  }

  .column-container {
    display: block;
  }

  /*bb-press*/
  .forum>#page>#content #primary {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  .mypage-suvnav-child2 .fa-angle-right::before {
    display: none;
  }

  .jet-gallery-swiper-thumb .swiper-wrapper {
    max-height: 120px !important;
    object-fit: contain;
    overflow: hidden;
    align-items: center;
  }
}

/*css hero*/
.wp-container-3 .jet-sm-gb-0a4226e2-380b-4148-ab4f-272f479a2a38 .jet-form-builder__required {
  -webkit-text-stroke-color: rgb(85, 51, 52);
  color: rgb(255, 0, 1);
}

.wp-container-3 .jet-sm-gb-ee62a0db-e533-472f-bbc2-62365413cc0f .jet-form-builder__required {
  color: rgb(255, 0, 8);
}

.wp-container-6 .jet-sm-gb-0a4226e2-380b-4148-ab4f-272f479a2a38 .jet-form-builder__required {
  color: rgb(253, 0, 6);
}

.wp-container-6 .jet-sm-gb-ee62a0db-e533-472f-bbc2-62365413cc0f .jet-form-builder__required {
  color: rgb(255, 0, 10);
}

.wp-container-8 .jet-form-builder__required {
  color: rgb(255, 0, 11);
}

.wp-container-11 .jet-form-builder__required {
  color: rgb(255, 0, 5);
}

.jet-sm-gb-wrapper .jet-form-builder__required {
  color: rgb(255, 0, 9);
}

.elementor-widget-container .jet-form-builder__next-page-msg {
  line-height: 55.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.elementor>.elementor-section .elementor-widget-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: block;
}

.elementor-widget-container>.elementor-nav-menu--main .menu-item>.elementor-item {
  border: solid;
  border-width: thin;
}

.mypage-suvnav-child2 .elementor-widget-container>.elementor-nav-menu--main .menu-item>.elementor-item {
  border: none;
}

.elementor-nav-menu #sm-16917111015768313-2>.menu-item>.elementor-sub-item {
  width: 6.5rem;
  padding: 5px;
  border: solid;
  border-width: thin;
}

.elementor-nav-menu--main #sm-16917111015768313-2>.menu-item {
  border: none;
  background-color: transparent;
}

.elementor-shortcode>#wordpress_file_upload_block_1>#wordpress_file_upload_form_1 #input_1 {
  font-size: 14px;
  line-height: 16px;
  background-color: rgb(197, 48, 51);
  border-width: 1px;
  border-color: rgb(197, 48, 51);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.calender-button2 {
  background-color: rgb(255, 255, 255);
  line-height: 16px;
  transition: all 0.3s ease;
}

.calender-button2 a {
  background-color: inherit !important;
  width: 100%;
  font-size: 14px;
}


.elementor-widget-container #fileName_1 {
  border-width: 1.8px;
  border-style: solid;
}

.elementor-element #wordpress_file_upload_filelist_1 {
  font-size: 12px;
}

.elementor-shortcode>#wordpress_file_upload_block_1>#wordpress_file_upload_filelist_1 #filelist_1_totalprogress {
  font-size: 13px;
}

.elementor-shortcode>#wordpress_file_upload_block_1>#wordpress_file_upload_form_1 #input_1:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(197, 48, 51);
  border-color: rgb(197, 48, 51);
  border-width: 1.8px;
}

#weekly_schedule a {
  pointer-events: none;
}

.elementor-widget-container #jet-toggle-control-1371 {
  background-color: rgb(1, 107, 210);
}

.jet-accordion .jet-toggle__label-text {
  color: rgb(255, 255, 255);
}

#map_b28b229_801 .leaflet-control-zoom-in {
  z-index: 0;
}

#map_b28b229_801 .leaflet-control-zoom-out {
  z-index: 0;
}

#pg-profile-tabs .pm-border-slide {
  background-color: rgb(210, 4, 7) !important;
}

.elementor-element .elementor-shortcode>a {
  border-width: 2px;
  font-size: 12px;
  color: rgb(255, 255, 255);
  border-radius: 6px 6px 6px 6px;
  background-color: rgb(51, 153, 255);
  padding-left: 12px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 0px;
  padding-right: 12px;
}

.elementor-element-33e24f2 .apply-filters__button {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
}

.elementor-element-2ac3e36 .apply-filters__button {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
}

.elementor-element-51f0910 .apply-filters__button {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-left: 24px;
}

.elementor-element .jet-profile-menu__item {
  display: block;
  margin-bottom: 2px;
  width: 100%;
  border: solid 1px;
}

.elementor-element .jet-profile-menu__item>a {
  color: #858587;
  font-weight: 600;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.elementor-element .jet-profile-menu__item>a:hover {
  background-color: RGB(195, 27, 44);
  color: #fff;
}

.elementor-element .jet-profile-menu__item .jet-profile-menu__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.elementor-element .jet-profile-menu__item .jet-profile-menu__item-link:hover {
  background-color: RGB(195, 27, 44);
}

.group-page .elementor-shortcode>a {
  background-color: #F8FAFB;
  color: #858587;
  font-size: 16px;
  border-radius: 0px;
  border: solid 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.elementor-element .elementor-author-box__button {
  display: none;
}

.elementor-element .elementor-inline-items a {
  pointer-events: none;
}

.e-con-inner .jet-filter-label {
  font-size: 1.25em;
  margin-bottom: 20px;
  font-weight: 600;
  color: #555;
}

#bbpress_forum_container #ui-id-1,
#bbpress_forum_container #ui-id-2,
#bbpress_forum_container #ui-id-3,
#bbpress_forum_container #ui-id-4 {
  color: #555;
}

#bbpress_forum_container #ui-id-1:hover,
#bbpress_forum_container #ui-id-2:hover,
#bbpress_forum_container #ui-id-3:hover,
#bbpress_forum_container #ui-id-4:hover {
  color: #F8FAFB;
}

#bbpress_forum>#bbpress_forum_container .ui-state-hover:hover {
  background-color: rgb(210, 4, 7);
}

#bbpress_forum>#bbpress_forum_container .ui-tabs-active {
  border-width: 1.8px;
  border-bottom-color: rgb(1, 107, 210);
  background-color: #f3f3f3;
}

#bbpress_forum>#bbpress_forum_container li {
  background-color: #fff;
}

#main .page-title {
  display: none;
}

.entry-content>#bbpress-forums>.forum-midashi li,
.entry-content>#bbpress-forums>.forum-midashi2 li {
  font-size: 1.3em;
  line-height: 1.6em;
  list-style: none;
  margin-left: 3%;
  margin-right: 3%;
}



.entry-content>#bbpress-forums>.forum-midashi2 li {
  line-height: 1.8em;
}

.entry-content>#bbpress-forums>.forum-midashi li::before,
.entry-content>#bbpress-forums>.forum-midashi2 li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #C41C2C;
  position: relative;
  left: -18px;
  top: -1px;
  margin-right: -10px;
}

.entry-content>#bbpress-forums>.forum-midashi ul,
.entry-content>#bbpress-forums>.forum-midashi2 ul {
  margin-bottom: 30px;
}



#page>#content #primary>h1 {
  font-size: 1.6em;
  color: #C41C2C;
  font-weight: bold;
  border: 1px solid #C41C2C;
  line-height: 1.5em;
  padding-left: 15px;
}

.ast-row .forum-top {
  font-size: 2em;
  background-color: #C41C2C;
  color: white;
  font-weight: 600;
  line-height: 1.5em;
}

.forum>#page>#content #primary {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1140px;
  margin: auto;
}

#main .bb-midashi-2 {
  background-color: #C41C2C;
  color: white;
  font-weight: 600;
  line-height: 1.1em;
  padding-left: 15px;
}

body #bbpress-forums .bbp-breadcrumb p {
  background-color: white;
}

body #bbpress-forums li.bbp-header .forum-titles li,
body #bbpress-forums li.bbp-header div {
  font-size: 1.4em;
}

body #bbpress-forums li.bbp-body ul.forum .bbp-forum-title {
  font-size: 1.3em;
}

body #bbpress-forums li.bbp-body ul.forum>li {
  font-size: 1.3em;
}



body #bbpress-forums li.bbp-body ul.topic>li {
  font-size: 1.3em;
}

body #bbpress-forums li.bbp-header {
  background-color: rgb(255, 220, 180);
}

body #bbpress-forums li.bbp-footer {
  background-color: rgb(255, 220, 180);
}

body #bbpress-forums .bbp-reply-header .bbp-admin-links a {
  font-size: 1.2em;
  line-height: 1.6em;
  color: #046BD2;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body #bbpress-forums .bbp-reply-header .bbp-admin-links a:hover {
  color: #C41C2C;
}

#primary>#main .entry-meta {
  display: none;
}

.elementor-element>.elementor-element>.elementor-element>.e-con-inner>.elementor-element {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.e-con-inner>.elementor-element>.elementor-element>.elementor-element>.elementor-element {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (min-width: 340px) and (max-width: 1024px) {

  .entry-content>#bbpress-forums>.forum-midashi li,
  .entry-content>#bbpress-forums>.forum-midashi2 li {
    font-size: 1em;

  }

  .entry-content>#bbpress-forums>.forum-midashi li::before,
  .entry-content>#bbpress-forums>.forum-midashi2 li::before {
    content: "";
    width: 6px;
    height: 6px;

    left: -10px;
    top: -1px;
    margin-right: -10px;
  }

  .entry-content>#bbpress-forums>.forum-midashi li,
  .entry-content>#bbpress-forums>.forum-midashi2 li {

    margin-left: 4%;

  }

  body #bbpress-forums li.bbp-header .forum-titles li,
  body #bbpress-forums li.bbp-header div {
    font-size: 1em;
  }
}

/*TOPページグループとフォトの見出しの高さ*/
.takasa {
  max-height: 40px;
}

.rich-editor .elementor-widget-container .next-previous-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}



/*次の記事前の記事のcss*/
.next_prev .next-previous-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

div>.elementor .sutaff_blog .elementor-shortcode {
  font-size: 12px;
  line-height: 1.2em;
}

div>.elementor>.elementor-element>.e-con-inner>.elementor-element-cbfc31a {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

/*bbpressのコメントサイズ*/
.bbp-reply-content {
  font-size: 1.2em;
}

.gas-button .jet-smart-filters-search .apply-filters__button {
  display: none;
}

/*お気に入りアーカイブページ*/
.favorite1:hover::before {
  background-color: transparent !important;
}

.favorite1.tenpo {
  padding: 0;
}

.favorite1.tenpo>.e-con-inner {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.elementor-element.elementor-element-1ce2f08,
.elementor-element.elementor-element-5323114 {
  display: block;
  margin: auto;
}

@media screen and (max-width: 700px) {


  .header-pc1 {
    display: none;
  }

  .header-pc2 {
    display: none;
  }

  .elementor-nav-menu--dropdown .elementor-nav-menu__container {
    width: 100%;
  }

  .elementor-nav-menu--dropdown {
    position: absolute;
    width: 375px;
    height: 700px;
    z-index: 100;
    top: 30px;
    left: -10px;
  }

  .elementor-element-ea4c25a {
    text-align: left;
  }

  .kuruma-top .e-con-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .kuruma-top .elementor-element {
    width: 100%;
    height: auto;
  }

  .kuruma-top .elementor-widget-container {
    height: 100px;
    color: #C41C2C;
    font-weight: 700;
  }

  .kuruma-top .elementor-animation-grow {
    width: 50px;
  }

  .kuruma-top .e-flex {
    height: 110px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .elementor-86 .elementor-element.elementor-element-c7eec96 {
    border-bottom: 1px solid #c5c5c5;
  }

  .elementor-86 .elementor-element.elementor-element-012fc22 {
    border-right: 1px solid #c5c5c5;
  }

  .elementor-86 .elementor-element.elementor-element-3fa9c0d {
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
  }

  .elementor-86 .elementor-element.elementor-element-ab87343 {
    border-bottom: 1px solid #c5c5c5;
  }

  .elementor-86 .elementor-element.elementor-element-012fc22 {
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
  }

  .elementor-86 .elementor-element.elementor-element-ac4624d {
    border-right: 1px solid #c5c5c5;
  }

  /* ユーザーマイページ */
  .user-mypage-button,
  .user-mypage-button .jet-listing-dynamic-link__link {
    width: 100%;
    height: 50px;
  }

  .user-mypage-button,
  .user-mypage-button .jet-listing-dynamic-link__link .jet-listing-dynamic-link__label {
    width: 100%;
  }

  /* お気に入りスポット */
  .elementor-2047 .elementor-element.elementor-element-c8f46a4 {
    border-left: 2px solid #C41C2C;
    border-right: 2px solid #C41C2C;
    border-bottom: none;
    align-items: center;
  }

  .favorite1.tenpo .elementor-element-c8f46a4,
  .favorite1.tenpo .elementor-element-ad6a0e8.e-con {
    border: none;
    border-left: none;
  }


  .elementor-2047 .elementor-element.elementor-element-ad6a0e8 {
    border-top: none;
    border-left: 2px solid #C41C2C;
  }

  .rich-editor .elementor-widget-container .next-previous-posts {
    align-content: stretch;
    flex-direction: column;
    align-items: center;
  }

  body.page-id-10796 .container {
    width: 100%;
  }

  body.page-id-10796 #calendar {
    width: 100%;
    padding-bottom: 20px;
  }

  body.page-id-10796 h1 {
    font-size: 20px;
  }



  body.page-id-10796 h2.fc-toolbar-title {
    font-size: 16px;
    width: 100px;
  }
}

@media screen and (min-width: 701px) {
  .header-sp1 {
    display: none;
  }



  .elementor-325 .elementor-element.elementor-element-595631e1 {
    --width: 40%;
  }

  .elementor-search-form__container {
    --width: 15%;
  }

  .elementor-325 .elementor-element.elementor-element-5e69a93d {
    width: 20%;
  }

  .header-mypage .jet-listing-dynamic-link__label {
    font-size: 14px;
    line-height: 160%;
    width: 70px;
    height: 19px;
    text-align: center;
  }

  .elementor-item .menu-link {
    font-size: 14px;
    line-height: 160%;
    width: 70px;
    height: 19px;
    text-align: center;
  }

  /*.elementor-element-ff8e13c .e-con-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .elementor-element-5438bec,
  .elementor-element-4159c1b {
    width: 100%;
  }*/
}

@media screen and (min-width: 1200px) {
  .elementor-325 .elementor-element.elementor-element-595631e1 {
    --width: 35%;
  }

  .elementor-element-bec599e {
    width: 300px;
  }

  .elementor-element .elementor-element-bec599e {
    width: 140px !important;
  }

  .header-mypage .jet-listing-dynamic-link__label {
    font-size: 16px;
    line-height: 160%;
    width: 100px;
    height: 20px;
  }

  .elementor-item .menu-link {
    font-size: 16px;
    line-height: 160%;
    width: 100px;
    height: 20px;
  }

  .jet-tabs__content-wrapper {
    height: auto;
  }

  .user-mypage-button {
    width: 100%;
    height: 50px;
    text-align: center;
    display: block;
  }

  .user-mypage-button,
  .user-mypage-button .jet-listing-dynamic-link__link {
    width: 100%;
    height: 50px;
  }

  .user-mypage-button,
  .user-mypage-button .jet-listing-dynamic-link__link .jet-listing-dynamic-link__label {
    width: 100%;
  }
}



/* 検索結果ページのスタイリング */

/* 検索ページ全体のコンテナのスタイリング */
body.search .ast-container #primary {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 15px;
}

/* 検索結果のレイアウト調整 */
@media screen and (min-width: 1025px) {

  body.search .ast-container #primary,
  .entry-content {
    width: 75%;
    margin: 0 auto;
  }

  /* postid-6560の場合はリセットする */
  body.postid-6560 .entry-content {
    width: auto;
    margin: initial;
    max-width: none;
  }

  body.search .ast-archive-description,
  body.search .ast-separate-container .ast-author-box {
    margin: 0;
    padding: 3em 6.67em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  body.search .ast-container #primary,
  .entry-content {
    width: 95%;
    margin: 0 auto;
    max-width: 900px;
  }

  /* postid-6560の場合はリセットする */
  body.postid-6560 .entry-content {
    width: auto;
    margin: initial;
    max-width: none;
  }
}

/* 検索タイトルスタイル */
.ast-archive-description {
  background-color: #f8f8f8;
  padding: 20px 30px;
  margin-bottom: 30px;
  border-left: 4px solid #C41C2C;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ast-archive-description .page-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.4;
}

.ast-archive-description .page-title span {
  color: #C41C2C;
  font-weight: 700;
}

/* 検索結果の各アイテムのスタイリング */
.ast-article-post {
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  overflow: hidden;
}

.ast-article-post:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* 記事レイアウト */
.blog-layout-1 {
  display: flex;
  flex-direction: column;
}

.post-thumb {
  position: relative;
  overflow: hidden;
}

.post-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ast-article-post:hover .post-thumb img {
  transform: scale(1.05);
}

/* 記事コンテンツ部分 */
.post-content {
  padding: 20px;
  background-color: #fff;
}

.entry-header {
  margin-bottom: 15px;
}

.entry-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.3;
}

.entry-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.entry-title a:hover {
  color: #C41C2C;
}

/* 記事の内容 */
.entry-content {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

/* いいねボタンのスタイル調整 */
.wpulike {
  margin-top: 15px;
}

.wp_ulike_btn {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.wp_ulike_btn:hover {
  background-color: #f0f0f0;
}

.count-box {
  background-color: #f5f5f5;
  color: #666;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 13px;
}

/* ページネーション */
.ast-pagination {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
  text-align: center;
}

.pagination {
  display: inline-block;
}

.page-numbers {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 3px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
}

.page-numbers:hover {
  background-color: #f5f5f5;
  color: #C41C2C;
}

.page-numbers.current {
  background-color: #C41C2C;
  color: #fff;
  border-color: #C41C2C;
}

.page-numbers.next,
.page-numbers.prev {
  background-color: #f8f8f8;
}

/* 検索結果が見つからなかった場合のメッセージ */
.no-results {
  padding: 40px 20px;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 6px;
  margin-bottom: 30px;
}

.no-results .page-title {
  font-size: 24px;
  color: #666;
  margin-bottom: 15px;
}

.no-results p {
  color: #888;
  font-size: 16px;
  line-height: 1.6;
}

/* レスポンシブデザイン */
@media screen and (min-width: 768px) {

  /* PCビュー用スタイル */
  .blog-layout-1 {
    flex-direction: row;
  }

  .ast-blog-featured-section {
    width: 30%;
    flex-shrink: 0;
  }

  .post-content {
    width: 70%;
    padding: 25px;
  }

  .post-thumb img {
    height: 100%;
    min-height: 200px;
  }
}

@media screen and (max-width: 767px) {

  /* モバイルビュー用スタイル */
  .ast-archive-description {
    padding: 15px;
  }

  .ast-archive-description .page-title {
    font-size: 20px;
  }

  .entry-title {
    font-size: 18px;
  }

  .ast-article-post {
    margin-bottom: 20px;
  }

  .post-content {
    padding: 15px;
  }

  .page-numbers {
    padding: 6px 10px;
    margin: 0 2px;
  }

  /* モバイルでは画像の高さを小さく */
  .post-thumb img {
    height: 180px;
  }
}

/* 検索ボックスのスタイル改善 */
.elementor-search-form__container {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.elementor-search-form__input {
  padding: 10px 15px !important;
  font-size: 15px !important;
}

.elementor-search-form__icon {
  padding: 0 15px !important;
  color: #666 !important;
}

/* 検索結果ハイライト */
.search-highlight {
  background-color: rgba(196, 28, 44, 0.1);
  padding: 2px 0;
  color: #C41C2C;
  font-weight: 600;
}

/* 特定のpostタイプにバッジを付ける */
.post-type-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #C41C2C;
  color: white;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 3px;
  z-index: 5;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* 投稿タイプごとに色を変える（必要に応じて） */
.post-type-badge.car-repair {
  background-color: #C41C2C;
}

.post-type-badge.post {
  background-color: #3498db;
}

.post-type-badge.page {
  background-color: #2ecc71;
}

/* 検索されたキーワードをハイライトするための追加スタイル */
.entry-title a mark,
.entry-content mark {
  background-color: rgba(196, 28, 44, 0.15);
  color: inherit;
  padding: 0 2px;
}