/* --------------------------------------------------

    2025　指定席・入場券ネット予約 会員登録

-------------------------------------------------- */

/* - 会員登録からご予約までの流れ
-------------------------------------------------- */

.bg-gray .heading-simple {
    margin-top: var(--mt20_40);
}

.left_img_grid_list .item img{
    width: 40px;
    height: auto;
}

.bg-gray .heading-simple + .left_img_grid_list {
    margin-top: 8px;
}

.no_border a {
    font-size: var(--font-size-13_14);
}


/* - フロー
-------------------------------------------------- */

.balloon_txt_block .content .txt {
    display: grid;
    grid-template-columns: auto;
}

.balloon_txt_block .content .txt.col2 {
	--cardSize: 280px;
    grid-template-columns: repeat(auto-fit, minmax(var(--cardSize), 1fr));
    column-gap: clamp(14px, -3.0335rem + 5.7803vw, 24px);
}

.balloon_txt_block .content .txt > div {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
}

.balloon_txt_block .content .lead {
    grid-column: 1 / -1;
    line-height: 1;
}

.balloon_txt_block .left_img_grid_list {
    grid-template-columns: 1fr;
    place-items: start;
}

.balloon_txt_block .left_img_grid_list .item {
    grid-template-columns: clamp(60px, 14vw, 80px) 1fr;
    gap: clamp(24px, -8.2405rem + 13.8728vw, 48px);
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}

.balloon_txt_block .left_img_grid_list .item img {
    width: clamp(60px, 13vw, 64px);
    margin: 0 auto;
}

.balloon_txt_block .left_img_grid_list .item .category {
    font-size: 1.5rem;
    font-size: var(--font-size-14_16);
    font-weight: var(--font-bolder);
    line-height: 1;
}

.balloon_txt_block .category + .detail {
    margin-top: 8px;
}

/* - お問い合わせ
-------------------------------------------------- */

.tel {
    font-size: var(--font-size-20);
    font-weight: var(--font-bold);
}


/* ------------------------------------------------------------

	767px以下

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

    .balloon_txt_block .content .txt.col2 {
        grid-template-columns: 1fr;
    }

    .balloon_txt_block .left_img_grid_list .item {
        grid-template-columns: auto 1fr;
        align-items: start;
    }


}

/* ------------------------------------------------------------
	479px以下
------------------------------------------------------------ */
@media screen and ( max-width : 479px ) {

    .balloon_txt_block .left_img_grid_list .item {
		gap: 12px;
	}
}
