@charset "UTF-8";

/* Meyer Reset CSS v2.0 */
body.sana_festa2026,
.sana_festa2026 div,
.sana_festa2026 span,
.sana_festa2026 h1,
.sana_festa2026 h2,
.sana_festa2026 h3,
.sana_festa2026 h4,
.sana_festa2026 h5,
.sana_festa2026 h6,
.sana_festa2026 p,
.sana_festa2026 a,
.sana_festa2026 img,
.sana_festa2026 small,
.sana_festa2026 strong,
.sana_festa2026 dl,
.sana_festa2026 dt,
.sana_festa2026 dd,
.sana_festa2026 ol,
.sana_festa2026 ul,
.sana_festa2026 li,
.sana_festa2026 table,
.sana_festa2026 tbody,
.sana_festa2026 tfoot,
.sana_festa2026 thead,
.sana_festa2026 tr,
.sana_festa2026 th,
.sana_festa2026 td,
.sana_festa2026 footer,
.sana_festa2026 header,
.sana_festa2026 section,
.sana_festa2026 figure {
    vertical-align: baseline;
    box-sizing: border-box;
}

.sana_festa2026 a {
    text-decoration: none;
}

.sana_festa2026 :active {
    color: #000000;
}

.sana_festa2026 :focus {
    outline: none;
}

.festa-cardbox {
    justify-content: center;
}

.button-box {
    display: flex;
    justify-content: center;
}

.bold {
    font-size: 30px;
}

/* HTML5 display-role reset for older browsers */
.sana_festa2026 footer,
.sana_festa2026 header,
.sana_festa2026 section {
    display: block;
}

body.sana_festa2026 {
    line-height: 1;
}

.sana_festa2026 ol,
.sana_festa2026 ul {
    list-style: none;
}

.sana_festa2026 table {
    border-collapse: collapse;
    border-spacing: 0;
}

.sana_festa2026 a {
    cursor: pointer;
}

.sana_festa2026 a:hover {
    opacity: 0.5;
    cursor: pointer;
}

.zen-maru-gothic-light {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 300;
    font-style: normal;
}

.zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
}

.zen-maru-gothic-medium {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
}

.zen-maru-gothic-bold {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
}

.sana_festa2026 h2,
.sana_festa2026 h3,
.sana_festa2026 h4,
.sana_festa2026 p,
.sana_festa2026 table {
    font-family: "Zen Maru Gothic", serif;
    text-align: center;
    font-weight: 400;
}

.sana_festa2026 img {
    width: 100%;
}

.company__outer img{
    width: 140px;
    height: 40px;
}

.sana_festa2026 .wrapper {
    max-width: calc(1100px + 6%);
    padding: 0 3% 3em;
    margin: 0 auto 3em;
    border-bottom: 1px solid #008744;
}

.sana_festa2026 .wrapper:last-child {
    border-bottom: none;
}

.sana_festa2026 .area-green {
    background-color: #008744;
}

.dfx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sana_festa2026 .resavation__btn {
    background-color: #f07000;
    max-width: 600px;
    margin: 0 auto 30px auto;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    font-family: "Zen Maru Gothic", serif;
    line-height: 2.5;
}

.sana_festa2026 .action_button {
    display: flex; 
    justify-content: center;
    padding: 10px 120px;
    margin: 0 2em 2.5em 2em;
    img {
        height: 48px;
    }
}
@media (max-width:768px) {
    .sana_festa2026 .action_button {
        padding: 10px 0px !important;
        display: grid;
        gap: 5px;
        img {
            width: auto !important;
        }
    }
}

.sana_festa2026 .resavation__btn a {
    display: block;
    width: 100%;
    position: relative;
    font-weight: 500;
    color: #fff;
}

.sana_festa2026 .resavation__btn a::after {
    display: inline-block;
    position: absolute;
    content: "";
    background: url(/smt/img/arrow.webp) no-repeat;
    width: 1.5em;
    height: 1.5em;
    background-size: contain;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}

.sana_festa2026 .resavation__btn,
.sana_festa2026 .information__inner,
.sana_festa2026 .faq__container {
    box-shadow: 5px 5px 5px #3333333d;
}

@media (max-width:768px) {
    .pc-only {
        display: none;
    }

    .sana_festa2026 p {
        line-height: 1.5;
    }
}

@media (min-width:769px) {
    .sp-only {
        display: none;
    }
}

/*メインビジュアル*/

.sana_festa2026 .intro p {
    color: #fff;
    font-size: 24px;
    padding: 0.5em;
}

.sana_festa2026 h2 {
    padding-top: 1em;
}

/*ポイント*/
.sana_festa2026 .catch__container {
    padding: 5em 0;
}

.sana_festa2026 .catch__container h3 {
    font-size: 30px;
    position: relative;
    color: #fff;
    display: block;
    max-width: 20em;
    margin: 0 auto;
    padding-bottom: 0.3em;
    font-weight: 500;
}

.sana_festa2026 .catch__container h3 span {
    color: #ffe410;
}

.sana_festa2026 .catch__container h3::after {
    position: absolute;
    display: inline-block;
    content: "";
    background: url(/smt/img/point-line.webp) no-repeat;
    background-size: contain;
    left: 0;
    bottom: -1em;
    width: 100%;
    height: 20px;
}

.sana_festa2026 .point__container {
    gap: 2em;
    margin-top: 3em;
    margin-bottom: 50px;
}

.sana_festa2026 .point__inner {
    background: url(/smt/img/point-bgi.webp) no-repeat;
    background-size: 100%;
    flex-direction: column;
    flex: 1;
    padding-top: 2em;
}

.sana_festa2026 .point__inner h4 {
    color: #008744;
    font-size: 26px;
    margin: 1.5em 0;
    font-weight: 500;
}

.sana_festa2026 .point__inner p {
    font-size: 18px;
}

.sana_festa2026 .point__img-number {
    max-width: 65px;
    margin: 0 auto;
}

.sana_festa2026 .point__img-person {
    margin-top: 2.5em;
}

.sana_festa2026 .btn-catch {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0.7em;
}

.sana_festa2026 .btn-catch span {
    color: #fae1e1;
}

@media (max-width:768px) {
    .sana_festa2026 .btn-catch {
        font-size: 15px;
    }

    .sana_festa2026 h2 {
        padding-top: 0;
    }

    .sana_festa2026 .catch__container h3 {
        font-size: 20px;
        line-height: 1.5;
    }

    .dfx {
        flex-direction: column;
    }

    .sana_festa2026 .point__inner {
        width: 100%;
    }

    .sana_festa2026 .resavation__btn {
        font-size: 20px;
    }

    .sana_festa2026 .intro p {
        font-size: 16px;
    }

    .sana_festa2026 .catch__container {
        padding: 3em 0;
    }
}

/*サーナフェスタ情報*/
.sana_festa2026 .imformation__container {
    background-color: #fae1e1;
    background-image: url(/smt/img/wave-pink.jpg);
    background-repeat: repeat-x;
    padding: 5em 0;
}

.sana_festa2026 .imforamation__img {
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 2.5em;
}

.sana_festa2026 .information__intro h3 {
    color: #008744;
    font-weight: 500;
    border-bottom: 3px solid #008744;
    font-size: 42px;
    text-align: center;
    margin: 0 auto;
    max-width: 12em;
    margin: 0 auto 1em;
    padding-bottom: 0.3em;
}

.sana_festa2026 .information__intro p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 4em;
}

@media (max-width:768px) {
    .sana_festa2026 .information__intro h3 {
        font-size: 24px;
    }

    .sana_festa2026 .information__intro p {
        font-size: 14px;
    }

    .information__intro p {
        padding: 0 3%;
    }

    .sana_festa2026 .information__intro p {
        line-height: 1.5;
    }

    .sana_festa2026 .imforamation__img {
        max-width: 200px;
    }
}

/*開催情報*/
.sana_festa2026 .information__inner {
    background-color: #fff;
    padding-bottom: 3.5em;
    border-radius: 15px;
    margin-bottom: 3em;
}

.sana_festa2026 .info__ttl-place {
    background-color: #ffe410;
    color: #008744;
    padding: 0.5em 0.2em;
    flex-grow: 1;
    text-align: center;
    font-size: 32px;
    position: relative;
    font-weight: 500;

}

.sana_festa2026 .info__ttl-place p {
    font-weight: 500;
}

.sana_festa2026 .info__ttl-date {
    flex-grow: 9;
    font-size: 40px;
    color: #fff;
    vertical-align: bottom;
    font-weight: 500;
}

.sana_festa2026 .info__ttl-date .times {
    font-size: 30px;
}

.sana_festa2026 .info__ttl-date .dow {
    font-size: 35px;
    margin-left: -10px;
}

.sana_festa2026 .info__ttl-place::after {
    position: absolute;
    display: inline-block;
    content: "";
    border-width: 32.5px;
    border-style: solid;
    border-color: transparent transparent transparent #ffe410;
    right: -64px;
    top: 50%;
    transform: translateY(-50%);
}

.sana_festa2026 .info__ttl {
    padding: 0.5em 3%;
    background-color: #008744;
    border-radius: 15px 15px 0 0;

}

.sana_festa2026 .info__desc {
    background-color: #fff;
    padding: 2.5em 3% 2em;
    gap: 1em;
    align-items: stretch;
}

.sana_festa2026 table {
    font-size: 18px;
    text-align-last: left;
    font-weight: 500;
}

.sana_festa2026 table {
    border-collapse: collapse;
}

.sana_festa2026 .table_block .th {
    color: #008744;
    padding: 1em;
    width: 20%;
}

.sana_festa2026 .table_block .td {
    padding: 1em;
    width: 80%;
}

.sana_festa2026 .table_block .td {
    padding: 1em;
    width: 80%;
}

.sana_festa2026 .table_block .tr {
    border-bottom: 1px dotted #000;
    padding: 1em;
}
.sana_festa2026 .table_block .tr guide {
    display: flex;
    flex-direction: column;
}

.sana_festa2026 .table2 {
    position: relative;
    width: 100%;
    line-height: 1.5;
}

.sana_festa2026 .desc__link {
    background: #468ccb;
    padding: 0.25em 0.5em 0.25em 1em;
    border-radius: 5px;
    /* width: 182px; */

    /* wip */
    width: 60%;
    margin-left: 33%;
    margin-top: 16px;
    line-height: 1.5;
}

.sana_festa2026 .desc__link a {
    position: relative;
    display: block;
    color: #fff;
}

.sana_festa2026 .desc__link a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 0;
    height: 0;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
}

.sana_festa2026 .info__desc-left {
    flex-grow: 1;
    border: 1px solid #008744;
    border-radius: 20px;
    padding: 3%;
}

.sana_festa2026 .info__desc-right {
    width: 20%;
    flex-direction: column;
    align-items: stretch;
}

.sana_festa2026 .map__link {
    background: #468ccb;
    border-radius: 5px;
    line-height: 3;
}

.sana_festa2026 .map__link a {
    color: #fff;
    font-size: 14px;
}

.sana_festa2026 .map__link a {
    display: block;
    text-align: center;
    position: relative;
    padding: 3px 0 3px 15px;
}

.sana_festa2026 .map__link a::before {
    position: absolute;
    display: inline-block;
    content: "";
    background: url(/smt/img/anker.webp) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.sana_festa2026 .company__container {
    background: #f0eded;
    margin: 0 3%;
    border-radius: 15px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    position: relative;
}

.notice_tag {
    width: 100%;
    font-size: 17px;
    text-align: left !important;
    border: 1px solid;
    padding: 5px;
}

.sana_festa2026 .company__container_junbi {
    background: #f0eded;
    margin: 0 3%;
    border-radius: 15px;
    padding-top: 1.5em;
    position: relative;
}

.sana_festa2026 .company__container::before,
.sana_festa2026 .company__container_junbi::before {
    content: "参加企業";
    position: absolute;
    display: inline-block;
    background-color: #333;
    color: #ffe410;
    width: 110px;
    height: 110px;
    border-radius: 70px;
    line-height: 6;
    text-align: center;
    font-size: 18px;
    left: -15px;
    top: -20px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
}

.sana_festa2026 .company__outer {
    width: 70%;
    margin: 0 auto;
    gap: 2em;
    padding-top: 1.5em;
    align-items: start;
    flex-wrap: wrap;
}

.company__outer {
    justify-content: unset;
}

.sana_festa2026 .company__inner {
    width: calc((100% - 4em) / 3);
    text-align-last: left;
    flex-direction: column;
    align-items: start;
    gap: 0.5em;
}

.sana_festa2026 .company__img {
    padding: 20px;
    background-color: #fff;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sana_festa2026 .company__img img {
    object-fit: contain;
    height: 150px;
}

.sana_festa2026 .company-place__tag {
    background-color: #008744;
    padding: 2px;
    border-radius: 2px;
    margin-right: 5px;
    white-space: nowrap;
}

.sana_festa2026 .company-place__tag p {
    font-size: 13px;
    color: #ffe410;
}

.sana_festa2026 .company-place {
    justify-content: start;
    align-items: flex-start !important;
}

.location-list {
    text-align: left !important;
    line-height: 1.2;
}
.location-list span {
    display: inline-block;
}

.sana_festa2026 .table_block .tr:last-child {
    border-bottom: none;
}

.junbi_company {
    padding-top: 20px;
}

@media (max-width:768px) {
    .sana_festa2026 .info__ttl {
        flex-direction: row;
    }

    .sana_festa2026 .info__ttl-date {
        font-style: italic;
    }

    .sana_festa2026 .info__ttl-date .times {
        font-size: 15px;
    }

    .sana_festa2026 .info__ttl-date .dow {
        font-size: 20px;
    }

    .sana_festa2026 .info__ttl-place {
        font-size: 16px;
    }

    .sana_festa2026 .info__ttl-place::after {
        border-width: 15.5px;
        right: -31px;
    }

    .sana_festa2026 .info__ttl-date {
        font-size: 24px;
    }

    .sana_festa2026 .info__ttl-date .dow {
        margin-left: -7px;
    }

    .sana_festa2026 .table_block .tr {
        display: flex;
        flex-direction: column;
    }

    .sana_festa2026 .table_block .th,
    .sana_festa2026 .table_block .td {
        width: 100%;
    }

    .sana_festa2026 .table_block .th {
        padding: 0;
    }

    .sana_festa2026 .table_block .tr {
        padding: 1em 0.5em;
    }

    .sana_festa2026 .table_block .td {
        padding: 1em 0.5em 0 1em;
    }

    .sana_festa2026 .info__ttl-place {
        padding: 0.2em;
    }

    .sana_festa2026 table {
        font-size: 16px;
        line-height: 1.2;
    }

    .sana_festa2026 .table2 {
        margin-bottom: 1em;
    }

    .sana_festa2026 .table2 tbody th {
        width: 40%;
    }

    .sana_festa2026 .table2 tbody td {
        width: 50%;
    }

    .sana_festa2026 .desc__link a {
        color: #fff;
    }

    .sana_festa2026 .info__desc-right {
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        gap: 1em;
    }

    .sana_festa2026 .info__desc-right img {
        width: 47%;
    }

    .sana_festa2026 .map__link {
        width: 100%;
        margin: 0 auto;
    }

    .sana_festa2026 .company__container {
        padding: 2.5em 3% 1.5em;
    }

    .sana_festa2026 .company__inner {
        width: 100%;
    }

    .sana_festa2026 .company-place {
        flex-direction: row;
    }

    .sana_festa2026 .company__container::before,
    .sana_festa2026 .company__container_junbi::before {
        content: '参加\A企業';
        white-space: pre;
        width: 73px;
        height: 41px;
        line-height: 1.1;
        font-size: 16px;
        top: -24px;
        padding: 1em 0;
        box-sizing: unset;
    }
    .sana_festa2026 .information__inner {
        padding-bottom: 1.5em;
    }

    .sana_festa2026 .imformation__container {
        padding: 5em 0 150px 0;
    }
}

/*QA部分*/
.sana_festa2026 .faq {
    background: url(/smt/img/wave-green.jpg) repeat-x;
    padding: 8em 0;
    background-color: #008744;
    position: relative;
}

.sana_festa2026 .faq::before {
    position: absolute;
    content: "";
    background: url(/smt/img/hint-img.webp) no-repeat;
    background-size: contain;
    width: 250px;
    height: 250px;
    top: -120px;
    right: 20%;
}

.sana_festa2026 .faq::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: url(/smt/img/footer-img.webp) no-repeat;
    background-size: contain;
    display: inline-block;
    right: 20%;
    bottom: 0;

}

.sana_festa2026 .faq h3 {
    font-size: 32px;
    color: #fff;
    position: relative;
    display: block;
    width: 7em;
    margin: 0 auto;
    margin-bottom: 3em;
    font-weight: 500;

}

.sana_festa2026 .faq h3::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 3em;
    height: 2px;
    bottom: -1em;
    left: 50%;
    transform: translateX(-50%);
}

.sana_festa2026 .faq h3::after {
    position: absolute;
    content: "";
    background: url(/smt/img/question.webp) no-repeat;
    background-size: contain;
    right: -2em;
    top: -0.5em;
    width: 60px;
    height: 60px;
}

.sana_festa2026 .faq__container {
    background-color: #fff;
    padding-top: 2em;
    border-radius: 15px;
    margin-bottom: 4em;
}

.sana_festa2026 .qa li {
    border-top: solid 1px #008744;
    font-size: 16px;
    font-weight: normal;
}

.sana_festa2026 .qa li:first-child {
    border-top: none;
}

.sana_festa2026 .label {
    cursor: pointer;
    padding: 1em 2em 1em 2.5em;
    position: relative;
    transition: .5s;
    color: #008744;
    font-size: 20px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", serif;

}

.sana_festa2026 .label::before,
.sana_festa2026 .label::after {
    content: '';
    width: 20px;
    height: 2px;
    background: #008744;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.sana_festa2026 .label::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}

.sana_festa2026 .label.open::before {
    /* ラベルアイコンの横棒を非表示 */
    opacity: 0;
}

.sana_festa2026 .label.open::after {
    /* ラベルアイコンの縦棒を横向きに回転 */
    transform: rotate(180deg);
}

/*
アコーディオンメニューのコンテンツ部分は、「display: none;」で非表示にしておく。
ラベルクリック時にjQueryの「  $(this).next().slideToggle();」で表示に切り替わる
*/
.sana_festa2026 .detail {
    border-top: solid 1px #008744;
    padding: 10px 15px 10px 55px;
    display: none;
    position: relative;
}

.sana_festa2026 .detail__inner p {
    text-align: left;
    padding: 0.5em 0 1em;
    line-height: 28px;
}

.sana_festa2026 .detail__inner p span {
    font-weight: 500;
    color: #008744;
}

.sana_festa2026 .detail__inner a {
    color: #0000ff;
    border-bottom: 1px solid #0000ff;
    font-weight: 500;
}

.sana_festa2026 .detail__inner::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(/smt/img/a.webp);
    background-size: contain;
    display: inline-block;
    left: 10px;
    top: 1.5em;
}

.sana_festa2026 .label__inner::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(/smt/img/q.webp);
    background-size: contain;
    display: inline-block;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);

}

.sana_festa2026 .faq h4 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 1em;
}

.sana_festa2026 .faq h4 span {
    color: #ffe410;
}

.sana_festa2026 .faq h4 .span__in {
    font-size: 40px;
    font-weight: 500;
}

@media (max-width:768px) {
    .sana_festa2026 .faq h3 {
        font-size: 24px;
    }

    .sana_festa2026 .faq h3::after {
        right: -1.5em;
        top: 0em;
        width: 40px;
        height: 40px;
    }

    .sana_festa2026 .faq__container {
        margin-right: 3%;
        margin-left: 3%;
    }

    .sana_festa2026 .label {
        font-size: 14px;
        padding: 1em 3.5em 1em 3em;
    }

    .sana_festa2026 .label__inner::before {
        width: 24px;
        height: 24px;
    }

    .sana_festa2026 .faq__container {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .sana_festa2026 .faq h4 {
        font-size: 24px;
    }

    .sana_festa2026 .faq {
        padding: 5em 3% 8em;
    }

    .sana_festa2026 .faq::after {
        width: 120px;
        height: 120px;
        right: 10%;
    }

    .sana_festa2026 .faq::before {
        width: 200px;
        height: 200px;
        right: 10%;
        top: -100px;
    }
}

/* footer */
.footer__head,
.footer-nav,
.footer__note {
	max-width: 667px;
	margin: 0 auto;
    padding: 5px 0;
    justify-content: flex-end;
    width: 100%;
}

.footer-bottom {
	padding: 1em 0;
}

.footer__head {
	display: flex;
	justify-content: flex-start;
}

.footer__head .footer__logo {
	width: 250px;
}

.footer__head .footer__logoif {
    width: 150px;
	margin-left: auto;
}

.footer__head .footer__logoprivacy {
	margin-left: 1em;
	width: 80px;
}

@media screen and (min-width: 667px) {

    .drawer-menu {
      width: 50%;
    }
  
    .drawer-menu.is-active {
      left: 50%;
    }
  
    .drawer-menu__inner {
      padding-bottom: 100px;
    }
  
}

@media (max-width:1800px) {
    .sana_festa2026 .imformation__container {
        padding: 4em 0 8em 0 !important;
    }
}