.mincho {
    font-family: "Shippori Mincho", serif;
    font-style: normal;
}
.section-title::before {
    background-image: none;
}
.trial_price {
    color: rgb(194, 137, 65);;
    font-size: 60px;
    font-weight: 400;
    padding-top: 10px;
}
gmp-map {
    height: 100%;
}
.php-email-form .loading,
.php-email-form .error-message,
.php-email-form .sent-message {
    margin-top: 20px;
    padding: 10px;
    background-color: rgb(194, 137, 65);
    color: #fff;
    display: none;
}
.mfp-title {
    padding: 10px;
    text-align: center;
}
@media (max-width: 991px) {
    .page-title.style-2 {
        padding-bottom: 100px;
        padding-top: 100px;
        aspect-ratio: 3 / 2;   /* ここを好みで */
        width: 100%;
        overflow: hidden;
    }
    h1.title {
        display: none;
    }
    .trial_price {
        font-size: 50px;
        padding-top: 20px;
    }
    .our-menu-item .content {
        padding: 15px;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
    .mobile-none {
        display: none;
    }
}
/* ===== FAQ styles (馴染む程度の軽い装飾) ===== */
.tf-faq { padding: 100px 0; }
.tf-faq-header { text-align: center; margin-bottom: 48px; }
.tf-faq-sub { display:inline-block; letter-spacing:.08em; font-size:12px; text-transform:uppercase; opacity:.7; }
.tf-faq-title { font-size:40px; line-height:1.2; margin:.25em 0 .4em; }
.tf-faq-lead { max-width:720px; margin:0 auto; opacity:.85; }

.tf-faq-grid { display:grid; grid-template-columns: 1.1fr 1.2fr; gap:48px; align-items:start; }
.tf-faq-media img { width:100%; height:auto; border-radius:20px; box-shadow:0 10px 30px rgba(0,0,0,.08); }

.tf-faq-accordion { width:100%; }
.tf-faq-item { border:1px solid rgb(194, 137, 65); border-radius:14px; background: #ffffff; box-shadow:0 6px 16px rgba(0,0,0,.04); overflow:hidden; }
.tf-faq-item + .tf-faq-item { margin-top:14px; }

.tf-faq-toggle {
    width:100%; display:flex; align-items:center; justify-content:space-between;
    padding:18px 20px; font-size:16px; line-height:1.4; background:#fff; border:none; cursor:pointer;
}
.tf-faq-toggle span { text-align:left; }
.tf-faq-icon {
    width:18px; height:18px; position:relative; flex:0 0 18px;
}
.tf-faq-icon::before, .tf-faq-icon::after {
    content:""; position:absolute; left:50%; top:50%; width:14px; height:2px; background:currentColor; transform:translate(-50%,-50%);
}
.tf-faq-icon::after { transform:translate(-50%,-50%) rotate(90deg); transition:transform .25s ease; }

.tf-faq-panel p {
    font-size: 16px;
    margin:0;
    opacity:.9;
}

/* 開閉状態 */
.tf-faq-toggle[aria-expanded="true"] .tf-faq-icon::after { transform:translate(-50%,-50%) rotate(0deg); }

.tf-faq-panel {
    padding: 0 20px;
    will-change: max-height, opacity;
}
.tf-faq-toggle[aria-expanded="true"] + .tf-faq-panel {
    padding-bottom: 18px;
}

/* レスポンシブ */
@media (max-width: 991px){
    .tf-faq { padding:72px 0; }
    .tf-faq-grid { grid-template-columns: 1fr; gap:28px; }
    .tf-faq-title { font-size:32px; }
}

/* 料金テーブル */
.price-table{
    width: 100%;
    border: 1px solid var(--Primary);
    border-collapse: separate;
    border-spacing: 0;
}

.price-table thead th{
    font-family: "Shippori Mincho", serif;
    background-color: var(--Primary);
    color: var(--White);
    border: 0;
    text-align: center;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 16px 12px;
    font-size: 20px;
    border-right: 1px solid var(--White);
}
.price-table thead th:last-child{
    border-right: 0;
}

.price-table tbody td{
    background: #fff;
    border: 0;
    padding: 18px 16px;
    border-top: 1px solid var(--Primary);
    border-right: 1px solid var(--Primary);
    vertical-align: middle;
    line-height: 1.6;
    font-size: 18px;
}
.price-table tbody td:first-child{
    text-align: center;
    font-weight: 700;
    letter-spacing: .04em;
    width: 120px;
    white-space: nowrap;
}
.price-table tbody td:nth-child(2){
    text-align: center;
    font-weight: 700;
    width: 140px;
    white-space: nowrap;
}
.price-table tbody td:last-child{
    border-right: 0;
}

/* スマホ対応：カード風にラベル表示 */
@media (max-width: 768px){
    .price-table thead{ display: none; }
    .price-table, .price-table tbody, .price-table tr, .price-table td{
        display: block; width: 100%;
    }
    .price-table tbody tr{
        border-top: 3px solid var(--Primary);
    }
    .price-table tbody td{
        border: 0;
        border-bottom: 1px dashed var(--Primary);
        padding: 12px 16px 10px;
    }
    .price-table tbody td:last-child{
        border-bottom: 0;
        padding-bottom: 16px;
    }
    .price-table tbody td[data-label]::before{
        content: attr(data-label);
        display: block;
        font-size: 12px;
        color: var(--Primary);
        margin-bottom: 4px;
        letter-spacing: .06em;
        text-transform: none;
        opacity: .85;
    }
    .price-table tbody td:nth-child(1),
    .price-table tbody td:nth-child(2){
        width: 100%;
        text-align: left;
        font-weight: 700;
    }
}
.follow-item .wrap-box {
    height: auto !important;  /* 固定heightを解除 */
}

.follow-item .wrap-box {  /* 口コミテキストの要素に */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}