.elementor-kit-6{--e-global-color-primary:#4AA6C9;--e-global-color-secondary:#F8F7EE;--e-global-color-text:#221315;--e-global-color-accent:#F79514;--e-global-color-7e86fe0:#194A91;--e-global-color-86c8e1b:#C93844;--e-global-typography-primary-font-family:"Zen Maru Gothic";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Noto Sans JP", Sans-serif;font-size:16px;font-weight:400;line-height:1.7em;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:"Zen Maru Gothic", Sans-serif;font-size:80px;font-weight:700;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:"Zen Maru Gothic", Sans-serif;font-size:50px;font-weight:700;line-height:72px;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-family:"Zen Maru Gothic", Sans-serif;font-size:26px;font-weight:700;line-height:32px;}.elementor-kit-6 h4{color:var( --e-global-color-text );font-family:"Noto Sans JP", Sans-serif;font-size:20px;font-weight:700;line-height:32px;}.elementor-kit-6 h5{font-family:"Noto Sans JP", Sans-serif;font-size:18px;font-weight:700;line-height:24px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Zen Maru Gothic", Sans-serif;font-size:20px;font-weight:700;color:#FFFFFF;background-color:var( --e-global-color-7e86fe0 );border-radius:50px 50px 50px 50px;padding:24px 72px 24px 72px;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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-kit-6 h1{font-size:56px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:32px;}.elementor-kit-6 h2{font-size:32px;line-height:1.4em;}.elementor-kit-6 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*　横方向のスクロール不可設定　*/
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/*デスクトップで改行無効・モバイル有効*/
.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;
}

/*テーブルリセット*/
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;
}

.lemon-bk .elementor-heading-title {
    display: inline-flex;  
    align-items: center;
    vertical-align: middle;
}
.lemon-bk .elementor-heading-title::before {
    content: "";
    flex-shrink: 0;
    width: 30px; 
    height: 20px;
    margin-right: 6px; /* アイコン右側の余白 */
    
    background-image: url('https://kyushulemonsummit.com/app/wp-content/uploads/ico_lemon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.shop-img {
  width: 100%;
   aspect-ratio: 4 / 3;
   object-fit: cover;
}

.date-tag .elementor-heading-title,
.play-tag .elementor-heading-title{
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    font-size: 16px; /* 日付数字のサイズ */
}

/* 「出店日」ラベルの作成 */
.date-tag .elementor-heading-title::before {
    content: "出店日";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #221714;
    color: #fff;
    font-size: 14px; /* 受付日のサイズ */
    padding: 2px 8px;
    border-radius: 3px;
    font-weight: normal;
    height: 1.8em;
    flex-shrink: 0;
}
/* 「出演日」ラベルの作成 */
.play-tag .elementor-heading-title::before {
    content: "出演日";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #221714;
    color: #fff;
    font-size: 14px; /* 受付日のサイズ */
    padding: 2px 8px;
    border-radius: 3px;
    font-weight: normal;
    height: 1.8em;
    flex-shrink: 0;
}
/* 日曜日：赤 */
.sun-red {
    color: var(--e-global-color-86c8e1b);
}

/* 土曜日：青（例：グローバルカラーまたは直接指定） */
.sat-blue {
    color: var(--e-global-color-7e86fe0) ;
}

/* 文末にアイコンを表示 */
.shop-truck .elementor-heading-title,
.shop-tent .elementor-heading-title {
    display: inline !important;
    position: relative;
    padding-right: 0 !important; 
}
.shop-truck .elementor-heading-title::after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-left: 8px;
    background-image: url('https://kyushulemonsummit.com/app/wp-content/uploads/ico_truck_circle2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.shop-tent .elementor-heading-title::after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-left: 8px;
    background-image: url('https://kyushulemonsummit.com/app/wp-content/uploads/ico_tent_circle2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ボタンの初期状態（消えている時） */
#back-to-top-button {
    /* 変化させる対象と時間を指定（透過度、表示、位置） */
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease !important;
    
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(20px); /* 少し下に下げておく */
}

/* 表示状態（スクロール中） */
#back-to-top-button.show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0); /* 定位置に浮かび上がる */
}/* End custom CSS */