/* width */
.mod-wrap,
.area-header-brand ._wrap,
.area-footer ._wrap {
    max-width: 1230px;
}

@media (min-width: 768px),
print {
    .area-footer ._area-bottom {
        padding: 30px 15px 0;
    }
}

/* pagetop */
.pagetop {
    position: absolute;
    right: 0;
    bottom: -90px;
    z-index: 100;
}

.pagetop a {
    width: 75px;
    height: 75px;
    font-size: 12px;
    line-height: 1.2;
    background: #ff7200;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    display: block;
    text-decoration: none;
    text-align: center;
    transition-duration: 0.2s;
}

.pagetop a:hover {
    opacity: 0.6;
}

.pagetop a::before {
    font-family: FontAwesome;
    line-height: 1;
    font-weight: normal;
    content: "\f0d8";
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 10px 0 0;
    font-size: 1.14286rem;
}

@media screen and (max-width: 768px) {
    .pagetop {
        bottom: -90px;
    }
}

/* primary-heading */
.primary-heading {
    margin-top: 20px;
    margin-bottom: 20px;
}

.primary-heading h1 {
    font-weight: normal;
    font-size: 30px;
    margin: 0;
    display: flex;
    align-items: center;
}

.primary-heading ._logo {
    width: 70px;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .primary-heading {
        margin-top: 22px;
        margin-bottom: 20px;
    }

    .primary-heading h1 {
        font-size: 22px;
    }

    .primary-heading ._logo {
        width: 36px;
    }
}

/* utility */
.xs-hidden {
    display: inline-block;
}

.xs-indent {
    display: block;
}

.mb-3em {
    margin-bottom: 3em !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px;
}

.pl-20 {
    padding-left: 20px !important;
}

.justify-content-between {
    justify-content: space-between;
}

.link-arrow {
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
    font-size: 1.14286rem;
}

.btn-arrow.link-arrow {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    color: #ff7200;
    text-decoration: underline;
}

.link-arrow::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 1.14286rem;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 20px;
    content: "\f0da";
    text-align: left;
    color: #ff7200;
    left: -16px;
}

.link-arrow:hover {
    opacity: 0.6;
}

.max-width-full {
    width: 100%;
    max-width: 1230px;
}

@media screen and (min-width: 768px) {
    .xs-indent {
        display: none;
    }

    .min-350 {
        min-width: 350px !important;
    }
}

/* scene-irregular */
.scene-irregular .list-scene-search {
    max-width: 910px;
    margin: 0 auto 60px;
}

.scene-irregular .list-scene-search ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.scene-irregular .list-scene-search li {
    list-style: none;
    margin: 0 50px 0 0;
    width: 270px;
}

.scene-irregular .list-scene-search li:last-child {
    margin: 0;
}

.scene-irregular .list-scene-search li ._btn {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
    background: #ff7200;
    color: #fff;
    cursor: pointer;
    transition-duration: 0.2s;
    width: 100%;
    padding: 0;
}

.scene-irregular .list-scene-search li ._btn:hover {
    opacity: 0.6;
}

.scene-irregular .list-scene-search li ._image {
    width: 50px;
}

.scene-irregular .list-scene-search li ._image img {
    max-width: 100%;
}

.scene-irregular .list-scene-search li ._text {
    font-size: 1.28571rem;
    font-weight: bold;
    margin: 0 0 0 16px;
}

.scene-irregular .list-shop {
    padding: 0 10px;
    position: relative;
}

.scene-irregular .list-shop li ._data {
    float: none;
    width: auto;
}

.scene-irregular .list-shop li ._data,
.scene-irregular .list-shop li ._data ._name {
    font-weight: normal;
}

.scene-irregular .list-shop li ._data ._name::before {
    font-size: 20px;
}

.scene-irregular-lead {
    margin-bottom: 58px;
    font-size: 1.28571rem;
}

.scene-irregular-notice {
    padding: 10px 28px;
    color: #fe1312;
    border-radius: 10px;
    border: 1px solid #fe1312;
    line-height: 1.75;
    margin: 0 0 40px;
    font-size: 1.28571rem;
}

@media screen and (max-width: 768px) {
    .scene-irregular .list-scene-search {
        margin: 0 auto 20px;
    }

    .scene-irregular .list-scene-search li {
        margin: 0 2.7% 0 0;
        width: 33%;
    }

    .scene-irregular .list-scene-search li ._btn {
        display: block;
        height: auto;
        padding: 10px 0;
    }

    .scene-irregular .list-scene-search li ._image {
        width: auto;
    }

    .scene-irregular .list-scene-search li ._image img {
        height: 30px;
    }

    .scene-irregular .list-scene-search li ._text {
        font-size: 1.07143rem;
        margin: 12px 0 0;
        line-height: 1.3;
    }

    .scene-irregular-lead {
        margin-bottom: 24px;
    }

    .scene-irregular-notice {
        padding: 5px 10px;
        margin: 0 0 16px;
        line-height: 1.5;
    }
}

/* allergen */
.allergen-section .heading-h2 span {
    color: #fe1312;
    font-size: 1.5rem;
}

.allergen-section .heading-h2 .text-normal p {
    margin: 0;
}

.allergen-section .mobile-view {
    margin-block-start: 20px;
    margin-block-end: -15px;
}

.allergen-section .u-text-link {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

@media screen and (min-width: 769px) {
    .allergen-section .u-text-link {
        margin-block-start: -30px;
        margin-block-end: -33px;
    }

    .allergen-section .heading-h2 .text-normal p {
        margin: 0;
        display: inline;
    }
}

@media screen and (width: 1236px) {
    .allergen-section .u-text-link {
        margin-block-start: -13px;
        margin-block-end: -33px;
    }
}

.allergen-section .ic-arrow {
    font-size: 20px;
}

.allergen-section .ic-arrow::before {
    font-family: FontAwesome;
    line-height: 1;
    font-weight: normal;
    content: "\f0da";
    display: inline-block;
    width: 12px;
}

.allergen-section .ic-arrow.c-black::before {
    color: #000;
}

/* consideration */
.consideration .list-allergy li label,
.consideration .list-allergy li ._item {
    border: none;
    padding: 6px 0;
}

.consideration .list-allergy li ._text {
    font-size: 12px;
}

.consideration__list {
    padding: 0 0 0 20px;
}

.consideration__list li:nth-child(3)::marker {
    color: #FF0000;
    font-weight: 700;
}

@media (min-width: 768px),
print {
    .consideration .section {
        margin-bottom: 1.5em;
    }

    .consideration__lead {
        margin-bottom: 15px;
    }

    .consideration .grid07>* {
        width: calc(9% - 8px);
    }

    .consideration .list-allergy {
        margin: 1em 0;
    }

    .consideration .list-allergy li label ._image,
    .consideration .list-allergy li ._item ._image {
        margin: 0 auto 8px;
        width: 30px;
    }

    .consideration__btn {
        margin-top: 1.5em;
    }
}

/* brand */
.section-brand {
    margin-bottom: 4em;
}

.section-brand .lead-text {
    font-size: 1.14286rem;
}

.form-check.form-check-brand ._item-inner {
    display: flex;
    border: 1px solid #d4d4d4;
    background: #fff;
    color: #000;
    border-radius: 3px;
    width: 100%;
    min-height: 48px;
    padding: 5px 12px;
    cursor: pointer;
    font-size: 15px;
    transition-duration: 0.2s;
}

.form-check.form-check-brand li ._text {
    text-align: left;
}

.form-check.form-check-brand li a {
    text-decoration: none;
}

.section-brand .form-check.form-check-brand li ._logo {
    border: none;
    border-radius: 0;
    overflow: auto;
}

.section-brand .form-check.form-check-brand ._item-inner {
    align-items: center;
}

.brand-list-notes.list-notes>li {
    color: #000;
}

.brand-list-notes.list-notes .menu {
    font-size: 1.21429rem;
}

@media screen and (max-width: 768px) {
    .section-brand {
        margin-bottom: 3em;
    }
}

/* category */
.list-category {
    margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
    .list-category {
        margin: 0 0 30px;
    }
}

.category-section .form-check.form-check-brand .width-100p ._item-inner {
    align-items: center;
}

.category-section .form-check.form-check-brand ._item-inner._row {
    align-items: flex-start;
    flex-direction: column;
}

.category-section .form-check.form-check-brand .width-100p ._item-inner,
.category-section .form-check.form-check-brand ._item-inner:hover {
    background-color: #fff0e3;
    color: #ff7200;
    border: 1px solid #f00;
}

.category-section .form-check.form-check-brand li ._text {
    width: auto;
    flex-grow: 1;
    font-size: 1.28571rem;
}

.category-section .form-check.form-check-brand li ._items-num {
    text-align: center;
    width: 100%;
    margin: 6px 0 0;
    font-size: 1.28571rem;
}

@media screen and (max-width: 768px) {
    .category-section .form-check.form-check-brand ._item-inner._row {
        align-items: center;
        flex-direction: row;
    }

    .category-section .form-check.form-check-brand li ._text {
        width: 80%;
        margin: 0 10% 0 0;
    }

    .category-section .form-check.form-check-brand li ._items-num {
        width: auto;
        margin: 0;
        text-align: right;
        min-width: 40px;
    }
}

.category-section .box-result.box-result-sticky {
    margin-bottom: 0;
    padding-bottom: 14px;
}

.category-section .box-result.box-result-sticky p {
    margin-bottom: 0;
}

.category-section .category-description {
    padding-top: 0;
}

.category-section .category-description p {
    margin-top: 0;
    margin-bottom: 0;
}

/* menu */
.section-menu-list .lead-text {
    font-size: 1.14286rem;
}

/* menu-detail */
.menu-detail-area ._inner {
    display: flex;
}

.menu-detail-area ._image,
.menu-detail-area ._texts {
    width: 50%;
}

.menu-detail-area ._image img {
    width: 100%;
    object-fit: fill;
}

.menu-detail-area ._texts {
    background: #fff7e8;
}

.menu-detail-area ._category {
    background: #000;
    color: #fff;
    padding: 8px 20px;
    font-size: 1.14286rem;
}

.menu-detail-area ._title {
    font-size: 28px;
    font-weight: normal;
    padding: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
    .menu-detail-area ._inner {
        flex-direction: column-reverse;
    }

    .menu-detail-area ._title {
        font-size: 1.28571rem;
    }

    .menu-detail-area ._category {
        font-size: 0.92857rem;
    }

    .menu-detail-area ._image,
    .menu-detail-area ._texts {
        width: 100%;
    }
}

/* chart */
.menu-allergy {
    margin: 0 0 20px;
}

.menu-allergy ._header {
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
    border-radius: 3px;
    font-size: 1.28571rem;
    padding: 11px 10px 10px 20px;
    border: 1px solid #d4d4d4;
    color: #ff7200;
    text-align: left;
}

.menu-allergy ._header:hover {
    opacity: 0.8;
}

.menu-allergy ._header.is-open {
    color: #fff;
    background: #ff7200;
}

.menu-allergy ._header ._arrow {
    position: absolute;
    top: calc(50% - 10px);
    right: 30px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #ff7200;
    border-right: 2px solid #ff7200;
    transform: translateX(-50%) rotate(135deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}

.menu-allergy ._header.is-open ._arrow {
    border-top-color: #fff;
    border-right-color: #fff;
    transform: translateX(-50%) rotate(-45deg);
    top: calc(50% - 3px);
}

.menu-allergy ._inner {
    margin: 20px 0 0;
}

.menu-allergy ._inner.js-menu-allergy-inner {
    position: relative;
}

@media screen and (max-width: 768px) {
    .menu-allergy ._header {
        font-size: 14px;
    }

    .menu-allergy ._header ._arrow {
        top: calc(50% - 7px);
        right: 5%;
        width: 10px;
        height: 10px;
    }
}

.allergy-container {
    position: relative;
}

.allergy-fixed {
    overflow: hidden;
    position: fixed;
    top: 66px;
    left: 15px;
    right: 15px;
    z-index: 100;
    display: none;
}

.allergy-fixed-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    background: #dbd5c7;
    border: 1px solid #7b7b7b;
    font-size: 12px;
    padding-left: 6px;
}

.fixed-absolute {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: unset !important;
}

.menu-allergy-table {
    position: relative;
    width: 100%;
    font-size: 0.85714rem;
    margin: 0 0 30px;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.end-table {
    position: absolute;
    bottom: 0;
}

.menu-allergy-table th {
    font-weight: normal;
    padding: 6px;
}

.menu-allergy-table td {
    padding: 6px;
    text-align: center;
}

.menu-allergy-table .menu {
    word-break: break-all;
}

.menu-allergy-table .menu,
.menu-allergy-table thead tr .category {
    position: sticky;
    top: 0;
}

.menu-allergy-table thead tr .category {
    min-width: 100px;
    background: #dbd5c7;
    vertical-align: top;
}

.table-allergy-28 thead tr .category {
    min-width: 33px;
}

.menu-allergy-table thead tr .category .jp-vertical-mode {
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    word-break: keep-all;
    letter-spacing: 2px;
}

@media screen and (max-width: 1200px) {
    .menu-allergy-table thead tr .category {
        min-width: 60px;
    }

    .table-allergy-28 thead tr .category {
        min-width: 33px !important;
    }
}

@media screen and (max-width: 768px) {
    .table-allergy-28 thead tr .category {
        min-width: 25px !important;
    }

    .allergy-fixed-header {
        padding: 2px;
    }
}

.menu-allergy-table thead tr:first-child th:first-of-type {
    background: #dbd5c7;
    z-index: 2;
}

.menu-allergy-table thead tr:first-child th:first-of-type,
.menu-allergy-table tbody tr th {
    text-align: left;
    min-width: 254px;
    width: 60%;
    position: sticky;
    left: 0;
}

.table-allergy-28 tbody tr th {
    width: 40%;
}

.menu-allergy-table tbody tr:nth-child(even) th,
.menu-allergy-table tbody tr:nth-child(even) td {
    background: #fff;
}

.menu-allergy-table tbody tr:nth-child(odd) th,
.menu-allergy-table tbody tr:nth-child(odd) td {
    background: #fff2cc;
}

/* START for table border*/
.menu-allergy-table {
    border-collapse: separate;
    border-spacing: 0;
}

.menu-allergy-table .menu {
    border-right: 1px solid #7b7b7b;
    border-left: 1px solid #7b7b7b;
}

.menu-allergy-table thead .category,
.menu-allergy-table thead .menu {
    border-top: 1px solid #7b7b7b;
    border-bottom: 1px solid #7b7b7b;
    border-right: 1px solid #7b7b7b;
}

.menu-allergy-table tbody tr td {
    border-right: 1px solid #7b7b7b;
}

.menu-allergy-table tbody tr:last-child th,
.menu-allergy-table tbody tr:last-child td {
    border-bottom: 1px solid #7b7b7b;
}

/* END table border*/

.menu-allergy .pre-button,
.menu-allergy .next-button {
    cursor: pointer;
    border: none;
    width: 16px;
    height: 44px;
    position: absolute;
    z-index: 2;
    top: 55%;
    opacity: 0;
}

.menu-allergy .next-button {
    background: url("/resource/images/ic_next_arrow.svg") no-repeat;
    right: 5px;
}

.menu-allergy .pre-button {
    background: url("/resource/images/ic_prev_arrow.svg") no-repeat;
    left: 263px;
}

@media screen and (max-width: 768px) {
    .menu-allergy-table {
        margin: 0;
        max-height: none;
    }

    /* style for 8 items  */
    .menu-allergy-table thead tr:first-child th:first-of-type,
    .menu-allergy-table tbody tr th {
        min-width: unset;
        width: 100%;
    }

    /* style for 28 items  */
    .table-allergy-28 thead tr:first-child th:first-of-type,
    .table-allergy-28 tbody tr th {
        min-width: 165px;
    }

    .menu-allergy-table tbody tr:first-child {
        background-color: #fff2cc;
    }

    /* style for 8 items  */
    .menu-allergy-table thead tr .category {
        min-width: 50px;
        padding: 5px;
        width: 18px;
        vertical-align: top;
        line-height: 1.2;
    }

    /* style for 28 items  */
    .table-allergy-28 thead tr .category {
        min-width: unset;
    }

    .menu-allergy-table th {
        padding: 1px 2px;
    }

    .menu-allergy-table td {
        padding: 1px 6px;
    }

    .menu-allergy .pre-button {
        left: 170px;
    }
}

@media screen and (max-width: 576px) {

    /* style for 8 and 28 items  */
    .menu-allergy-table thead tr .category {
        min-width: unset;
    }
}

/* Menu Detail */
.menu-detail-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    width: 100%;
    row-gap: 5px;
}

.menu-detail-grid-all {
    grid-template-columns: repeat(14, 1fr);
}

.menu-detail-grid .grid-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(219, 213, 199, 1);
    text-align: center;
    border-top: 1px solid rgba(123, 123, 123, 1);
    border-bottom: 1px solid rgba(123, 123, 123, 1);
    border-right: 1px solid rgba(123, 123, 123, 1);
    height: 115px;
}

.grid-container:first-child {
    border-left: 1px solid rgba(123, 123, 123, 1);
}

.menu-detail-grid-all .grid-container:nth-child(14n - 13) {
    border-left: 1px solid rgba(123, 123, 123, 1);
}

.menu-detail-grid .grid-container .grid-text {
    text-align: left;
    padding: 4px 9px;
    font-size: 13px;
    line-height: 18px;
    height: 100%;
    border-bottom: 1px solid rgba(123, 123, 123, 1);
}

.menu-detail-grid .grid-container .grid-text span {
    color: rgba(0, 0, 0, 0.7);
    font-size: 11px;
}

.menu-detail-grid .grid-container .grid-check-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 242, 204, 1);
    font-size: 13px;
    padding: 3px 0;
}

@media screen and (max-width: 1075px) {

    /* style 769 - 1075px  */
    .menu-detail-grid-all {
        grid-template-columns: repeat(7, 1fr);
    }

    .menu-detail-grid-all .grid-container:nth-child(7n - 6) {
        border-left: 1px solid rgba(123, 123, 123, 1);
    }
}

@media screen and (max-width: 768px) {
    .menu-detail-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-container:nth-child(4n - 3) {
        border-left: 1px solid rgba(123, 123, 123, 1);
    }

    /* clear style table on mobile  */
    .menu-detail-grid-all .grid-container:nth-child(7n - 6) {
        border-left: unset;
    }

    .menu-detail-grid-all .grid-container:first-child {
        border-left: 1px solid rgba(123, 123, 123, 1);
    }
}

.text-red {
    color: #FF0000;
}

.text-note {
    font-size: 15px;
    font-weight: 700;
}