.elementor-kit-9{--e-global-color-primary:#178A92;--e-global-color-secondary:#E08A83;--e-global-color-text:#1A1A1A;--e-global-color-accent:#AC9387;--e-global-color-28ca8a1:#F3DF8A;--e-global-color-9fd4080:#EF9C3A;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"DotGothic16";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:600;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-9fd4080 );font-family:"DotGothic16", Sans-serif;font-size:24px;font-weight:600;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:24px 080px 24px 80px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-9fd4080 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */table tbody>tr>th, 
table tbody>tr>td, 
table tbody>tr:nth-child(odd)>td, 
table tbody>tr:nth-child(odd)>th {
    background-color : transparent;
    border: 0;
}
table tbody tr:hover>td, 
table tbody tr:hover>th,
table tbody>tr:nth-child(odd)>td:hover, 
table tbody>tr:nth-child(odd)>th:hover {
    background-color : transparent;
}

.pc_hid{
    display: none;
}
@media screen and (max-width:767px) {
    .pc_hid{
        display: block;
    }
}
.sp_hid{
    display: block;
}
@media screen and (max-width:767px) {
    .sp_hid{
        display: none;
    }
}

.kaigyo {
   display: inline-block;
}

/* PCではリンク無効化（テキスト扱い） */
.tel-link,
.tel-link:link,
.tel-link:visited,
.tel-link:hover,
.tel-link:active {
  pointer-events: none;      /* クリック無効 */
  cursor: default;           /* 手の形にしない */
  color: #333 !important;    /* 通常テキスト色を強制 */
  text-decoration: none !important; /* 下線消す */
}

/* スマホ（768px以下）ではリンク有効化 */
@media screen and (max-width: 768px) {
  .tel-link,
  .tel-link:link,
  .tel-link:visited,
  .tel-link:hover,
  .tel-link:active {
    pointer-events: auto;    /* クリック有効化 */
    cursor: pointer;         /* 手の形 */
    color: #ef9c3a !important; /* 発信リンクカラー */
    text-decoration: none !important;
  }
}/* End custom CSS */