* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "Noto Sans JP",
        sans-serif;
    color: #333;
    background: #f8f8f8;
}


img {
    max-width: 100%;
    height: auto;
    display: block;
}

.marker-pink {
    background: #fcdae0;
}

.color-pink {
    color: #ca435a;
}

/* PC表示 / SP非表示 */
.pc {
    display: block;
}

/* SP表示 / PC非表示 */
.sp {
    display: none;
}

/* 899px以下をスマホ扱い */
@media screen and (max-width: 899px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* PCで表示、スマホで非表示 */
.br-pc {
    display: block;
}

.br-sp {
    display: none;
}

/* スマホ時（899px以下など自由に調整可能） */
@media screen and (max-width: 899px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }
}

/**********************************
 * 全体
 *********************************/
.insta-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
}

/**********************************
 * FV
 *********************************/
.fv-pc img {
    display: block;
    margin: 0 auto;
}

.fv-sp {
    display: none;
}

/**********************************
 * 説明文
 *********************************/
.text {
    max-width: 840px;
    margin: 10px auto;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    padding: 40px 20px;
}

/**********************************
 * サンプル
 *********************************/
.thumb-area {
    padding: 20px;
    max-width: 840px;
    margin: 10px auto;
}

.thumb-area-text {
    max-width: 840px;
    margin: 10px auto 40px !important;
}

.thumb-title {
    position: relative;
    padding: 10px 0 20px 0;
    background: #f8f6ec;
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
    margin-left: 10px !important;
    color: #7b542d;
}

.thumb-title span {
    font-size: 16px;
}

.thumb-title:before {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    content: '';
    border: 1px solid #7b542d;
}

.thumb-title img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.thumb-img {
    max-width: 840px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.thumb-item {
    border: 1px solid #ddd;
    padding: 10px;
}

.thumb-item img {
    width: 100%;
}

.sample-ttl {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    font-weight: 900;
    margin: 15px 0px;
    color: #df2b40;
}

/**********************************
 * 料金エリア（全体）
 *********************************/
.price-area {
    padding: 40px 20px;
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
}

/**********************************
 * 導入テキスト
 *********************************/
.price-intro {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}

.price-intro strong {
    color: #2d7f95;
}

/**********************************
 * 含まれる内容
 *********************************/
.price-detail {
    width: 100%;
    max-width: 780px;
    margin: 0 auto 40px;
    background: #f7fcff;
    border: 2px solid #2d7f95;
    border-radius: 12px;
    padding: 25px;
    box-sizing: border-box;
}

.price-detail h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #2d7f95;
    font-size: 18px;
}

.price-detail ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.price-detail li {
    padding-left: 22px;
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
}

.price-detail li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #2d7f95;
}

/**********************************
 * 価格ボックス（ここ重要）
 *********************************/
.price-box {
    width: 100%;
    max-width: 780px;
    margin: 0 auto 35px;
    border: 2px solid #2d7f95;
    border-radius: 14px;
    padding: 30px 25px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

/**********************************
 * 価格表示
 *********************************/
.price {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.price-ttl {
    font-size: 22px !important;
    color: #2d7f95;
    display: inline-block;
    margin-bottom: 5px;
}

.price span {
    font-size: 16px;
}

.price-lead {
    margin-bottom: 30px;
}

/**********************************
 * 説明文（余白しっかり）
 *********************************/
.price-note {
    text-align: left;
    max-width: 640px;
    margin: 0 auto;
    padding: 20px;
}

/**********************************
 * 追加情報（余白改善）
 *********************************/
.add {
    border: 1px solid #2d7f95;
    padding: 12px;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    background: #f7fcff;
    margin-top: 15px;
}

/**********************************
 * 補足
 *********************************/
.price-hosoku {
    width: 100% !important;
    max-width: 780px !important;
    margin: 25px auto 0 !important;
    padding: 0 20px !important;
    font-size: 15px;
    line-height: 1.7;
    text-align: left !important;
    box-sizing: border-box;
}

/**********************************
 * 強調
 *********************************/
.marker-pink {
    background: linear-gradient(transparent 60%, #ffd6e7 60%);
}

/**********************************
 * ボタン
 *********************************/
.order-area {
    text-align: center;
    padding-bottom: 50px;
}

.order-button,
.order-button-line {
    display: block;
    width: 100%;
    max-width: 320px;
    padding: 15px 30px;
    margin: 0 auto 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    text-align: center;
}

.order-button {
    background: #d7407a;
}

.order-button-line {
    background: #43a712;
}

/**********************************
 * SP
 *********************************/
@media(max-width:640px) {
    .insta-page {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0px;
        background: #fff;
    }

    .fv-pc {
        display: none;
    }

    .fv-sp {
        display: block;
    }

    .text {
        font-size: 15px;
        text-align: left;
        padding: 30px 20px;
    }

    .thumb-title {
        text-align: center;
        font-size: 22px;
        margin: 0 0 20px;
    }

    .thumb-img {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .price {
        font-size: 24px;
        border-bottom: 2px dotted #333;
        padding-bottom: 5px;
        margin: 0 auto 10px;
        width: 80%;
        text-align: center;
    }

    .order-button {
        width: 100%;
        text-align: center;
    }

    .price-box {
        width: auto;
        margin: 0;
        border: 1px solid #2d7f95;
        border-radius: 10px;
        padding: 20px 0;
    }

}

/**********************************
 * 10枚セットプラン
 *********************************/
.ticket-section {
    width: 100%;
    padding: 60px 20px;
    background: #f8fbfc;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.ticket-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.ticket-lead {
    max-width: 800px;
    font-size: 17px;
    line-height: 1.9;
    color: #444;
    margin: 20px auto;
    text-align: center;
}

.ticket-wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.ticket-card {
    position: relative;
    width: calc(50% - 15px);
    background: #fff;
    border: 1px solid #d8e8ed;
    border-radius: 18px;
    padding: 30px 25px;
    box-sizing: border-box;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.ticket-badge {
    display: inline-block;
    background: #e8f6fa;
    color: #2d7f95;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    padding: 8px 14px;
    border-radius: 999px;
    margin: 0 0 18px;
}

.ticket-card h3 {
    font-size: 30px;
    line-height: 1.4;
    color: #333;
    margin: 0 0 20px;
    font-weight: 700;
}

.ticket-price-box {
    background: #f7fcfd;
    border: 1px solid #d9edf2;
    border-radius: 14px;
    padding: 22px 18px;
    margin: 0 0 24px;
    text-align: center;
}

.ticket-price-main {
    font-size: 40px;
    line-height: 1.2;
    color: #222;
    font-weight: 700;
    margin: 0 0 10px;
}

.ticket-price-main span {
    font-size: 18px;
    font-weight: 400;
}

.ticket-price-sub {
    font-size: 18px;
    line-height: 1.6;
    color: #2d7f95;
    margin: 0;
}

.ticket-price-sub strong {
    font-size: 22px;
    font-weight: 700;
}

.price-note {
    text-align: left;
    max-width: 640px;
    margin: 0 auto;
    padding: 20px;
}

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

.ticket-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.ticket-list li {
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    padding: 0 0 0 28px;
    margin: 0 0 12px;
}

.ticket-list li:last-child {
    margin-bottom: 0;
}

.ticket-list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: #6bb7c9;
    font-weight: 700;
}

.ticket-card {
    max-width: 720px;
    margin: 0 auto;
}

/**********************************
 * 900px以下
 *********************************/
@media(max-width:900px) {
    .ticket-card {
        width: 100%;
    }
}

/**********************************
 * 640px以下
 *********************************/
@media(max-width:640px) {
    .ticket-section {
        padding: 40px 15px 20px 15px;
    }

    .ticket-title {
        font-size: 28px;
        margin: 0 0 12px;
    }

    .ticket-lead {
        font-size: 15px;
        margin: 0 0 30px;
    }

    .ticket-wrap {
        gap: 20px;
    }

    .ticket-card {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .ticket-badge {
        font-size: 12px;
        padding: 7px 12px;
        margin: 0 0 15px;
    }

    .ticket-card h3 {
        font-size: 24px;
        margin: 0 0 16px;
        text-align: center;
    }

    .ticket-price-box {
        padding: 18px 14px;
        margin: 0 0 20px;
    }

    .ticket-price-main {
        font-size: 32px;
    }

    .ticket-price-main span {
        font-size: 15px;
    }

    .ticket-price-sub {
        font-size: 16px;
    }

    .ticket-price-sub strong {
        font-size: 19px;
    }

    .ticket-list li {
        font-size: 15px;
        padding: 0 0 0 24px;
        margin: 0 0 10px;
    }
}

.single-note {
    text-align: center;
    font-size: 15px;
    color: #666;
    margin: 10px 0 30px;
}

.order-note {
    color: #555;
    margin: 20px 0 0 0;
    line-height: 1.8;
}

.ticket-wrap {
    display: flex;
    justify-content: center;
}

.ticket-card {
    width: 720px !important;
    max-width: 720px !important;
}

/**********************************
 * 注文フォーム
 *********************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
    background: #f8fbfd;
    line-height: 1.7;
}

.insta-page {
    width: 100%;
    padding: 15px 15px 60px;
}

.order-form-wrap {
    max-width: 760px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #d8edf5;
    border-radius: 18px;
    padding: 35px 24px 40px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.order-form-title {
    text-align: center;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.order-form-lead {
    text-align: center;
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 30px;
}

.autobiz-form {
    width: 100%;
}

.autobiz-form table {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent !important;
}

.autobiz-form tr {
    display: block;
    width: 100%;
    margin-bottom: 18px;
}

.autobiz-form td {
    display: block;
    width: 100% !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
}

.autobiz-form .form-head {
    text-align: center;
    background: linear-gradient(135deg, #bfefff 0%, #d9f7ff 100%) !important;
    border-radius: 14px;
    padding: 16px 15px !important;
    font-size: 18px;
    line-height: 1.6;
    color: #222;
    margin-bottom: 10px;
}

.autobiz-form .label-cell {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
    padding-left: 2px !important;
}

.autobiz-form .req {
    color: #ff4d6d;
    margin-left: 6px;
    font-weight: 700;
}

.autobiz-form .input-cell {
    background: #f9fdff !important;
    border: 1px solid #d8edf5 !important;
    border-radius: 14px;
    padding: 16px 14px !important;
}

.autobiz-form input[type="text"],
.autobiz-form textarea {
    width: 100% !important;
    appearance: none;
    border: 1px solid #cfe3ea;
    background: #fff;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
}

.autobiz-form textarea {
    min-height: 130px;
    resize: vertical;
}

.autobiz-form input[type="text"]:focus,
.autobiz-form textarea:focus {
    outline: none;
    border-color: #70d7f7;
    box-shadow: 0 0 0 4px rgba(112, 215, 247, 0.14);
}

.autobiz-form .check-cell label {
    display: block;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 8px;
    cursor: pointer;
}

.autobiz-form .check-cell label:last-child {
    margin-bottom: 0;
}

.autobiz-form input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.1);
    accent-color: #56cceb;
}

.autobiz-form .field-note {
    font-size: 13px;
    line-height: 1.8;
    color: #777;
    margin-top: 8px;
}

.submit-box {
    margin-top: 28px;
    text-align: center;
}

.submit-box input[type="submit"] {
    display: inline-block;
    width: 100%;
    max-width: 360px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #5fd4f2 0%, #2db8ea 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    padding: 16px 20px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(45, 184, 234, 0.25);
    transition: transform 0.2s ease, opacity 0.2s ease;
    font-family: "Noto Sans JP", sans-serif;
}

.submit-box input[type="submit"]:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

@media (max-width: 640px) {
    .insta-page {
        padding: 0;
    }

    .order-form-wrap {
        padding: 24px 14px 28px;
        border-radius: 14px;
    }

    .order-form-title {
        font-size: 24px;
    }

    .order-form-lead {
        font-size: 13px;
        margin-bottom: 22px;
    }

    .autobiz-form .form-head {
        font-size: 16px;
        padding: 14px 12px !important;
    }

    .autobiz-form .label-cell {
        font-size: 14px;
    }

    .autobiz-form .input-cell {
        padding: 13px 12px !important;
    }

    .autobiz-form input[type="text"],
    .autobiz-form textarea {
        font-size: 14px;
        padding: 11px 12px;
    }

    .submit-box input[type="submit"] {
        max-width: 100%;
        font-size: 15px;
        padding: 15px 16px;
    }
}

/**********************
サンクスページ
***********************/
.thanks-wrap {
    max-width: 700px;
    margin: 60px auto;
    background: #fff;
    padding: 40px 15px;
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.thanks-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
}

.thanks-lead {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
}

.thanks-box {
    background: #f5fbff;
    border: 1px solid #d8edf5;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.thanks-box p {
    font-size: 14px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 10px;
}

.thanks-box p:last-child {
    margin-bottom: 0;
}

.thanks-sub {
    font-size: 13px;
    color: #777;
    margin-bottom: 30px;
}

.thanks-cta {
    text-align: center;
}

.thanks-btn {
    display: inline-block;
    padding: 14px 30px;
    background: linear-gradient(135deg, #5fd4f2, #2db8ea);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.thanks-btn:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

/*******************************
フッター
********************************/
footer {
    background: #333;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}