@charset "utf-8";

/**
 *
 *  スシローのメニュー アレルギー情報ページcss
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/

.c_l-content {
    width: 1200px;
}

#Page {
    padding-bottom: 0;
}

#Content {
    padding-bottom: 120px;
}

@media all and (max-width: 767px) {
    #Content {
        padding-bottom: 80px;
    }
}

#Main {
    width: 100% !important;
}

@media all and (max-width: 767px) {
    .c_l-content {
        width: 100%;
        padding: 0 15px;
    }
}

.c-bredcrumb-list {
    margin: 16px 0 20px;
    line-height: 0;
    align-items: center;
    margin: 10px 0 30px;
}

.c-bredcrumb-list__item__text {
    padding: 0 0 3px;
}

@media all and (max-width: 767px) {
    .c-bredcrumb-list {
        margin: 10px 0 8px;
    }

    .c-bredcrumb-list__item {
        line-height: 14px;
        margin-right: 4px;
    }

    .c-bredcrumb-list__item__text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.c-bredcrumb-list__item a {
    border-bottom: none;
    color: #B81C22;
    margin: 0;
    white-space: nowrap;
    text-decoration: underline;
}

.c-bredcrumb-list__item img {
    margin-bottom: 3px;
}

/*--------------------------------------------------------------------------
  	text
---------------------------------------------------------------------------*/

h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 40px;
}

@media all and (max-width: 767px) {
    h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
}

@media all and (max-width: 767px) {
    h2 {
        font-size: 22px;
    }
}

.common-text {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 20px;
}

@media all and (max-width: 767px) {
    .common-text {
        font-size: 14px;
        margin-top: 15px;
    }
}

.common-text-bold {
    font-weight: bold;
}

.common-text-alert {
    color: #B81C22;
}

.common-h3 {
    font-size: 20px;
    margin-top: 60px;
}

@media all and (max-width: 767px) {
    .common-h3 {
        font-size: 16px;
        margin-top: 40px;
    }
}

/*--------------------------------------------------------------------------
  	common-tab
---------------------------------------------------------------------------*/

.common-tab {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	font-weight: normal;
	margin-bottom: 20px;
}

.common-tab .common-tab__button {
	width: 100%;
	font-size: 16px;
	border-bottom: 3px solid #CCCCCC;
	text-align: center;
	padding-bottom: 16px;
    cursor: pointer;
}

@media all and (min-width: 768px) {
	.common-tab .common-tab__button {
		transition: opacity .3s cubic-bezier(.39,.575,.565,1);
	}

	.common-tab .common-tab__button:not(.active):hover {
		opacity: 0.75;
	}
}

@media all and (max-width: 767px) {
	.common-tab .common-tab__button {
		font-size: 12px;
		padding-bottom: 8px;
	}

    #CommonTab {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.common-tab .active {
	font-weight: bold;
	color: #B81C22;
	border-bottom: 3px solid #B81C22;
    cursor: auto;
}


/*--------------------------------------------------------------------------
  	common-button
---------------------------------------------------------------------------*/

.common-button {
	display: flex;
    border: none;
    background: #B81C22;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    width: 576px;
    height: 72px;
    color: #FFFFFF;
    font-size: 16px;
    box-shadow: 0 3px 10px #0000001A;
	transition: opacity .3s cubic-bezier(.39,.575,.565,1);
    margin: 20px auto;
    position: relative;
    font-weight: bold;
    margin-bottom: 80px;
    padding-bottom: 8px;
}

.common-button:hover {
	opacity: 0.75;
}

.common-button:disabled {
    background: #DDDDDD;
    color: #FFFFFF;
}

@media all and (max-width: 767px) {
	.common-button:hover {
		opacity: 1;
	}
    .common-button {
		width: 305px;
		max-width: 90vw;
        height: 60px;
        font-size: 14px;
        margin-bottom: 40px;
        padding-bottom: 4px;
	}
}

.common-button-outline {
	border: 2px solid #B81C22;
    background: #FFFFFF;
	color: #B81C22;
}

.common-button-noborder {
	border: none;
    background: #FFFFFF;
	color: #333333;
}

.common-button-pdf::after {
    content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/common/icon_pdf.png) no-repeat;
	position: absolute;
	right: 20px;
    top: 22px;
}

@media all and (max-width: 767px) {
    .common-button-pdf::after {
        top: 18px;
    }
}

.common-button-back::after {
    content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/common/icon_back.png) no-repeat;
	position: absolute;
	left: 20px;
    top: 18px;
}

@media all and (max-width: 767px) {
    .common-button-back::after {
        top: 13px;
    }
}

.common-select {
	width: 472px;
	height: 60px;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #DDDDDD;
	border-radius: 8px;
	padding: 0 16px;
	background: #FFFFFF;
}

@media all and (max-width: 767px) {
    .common-select {
        width: 345px;
        height: 48px;
        font-size: 14px;
		max-width: 90vw;
    }
}

.common-select-wrapper {
	position: relative;
	width: fit-content;
}

.common-select-wrapper::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/common/icon_pulldown.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
    top: 22px;
    right: 8px;
}

@media all and (max-width: 767px) {
    .common-select-wrapper::before {
        top: 16px;
    }
}

.input-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

@media all and (max-width: 767px) {
    .input-wrap {
        flex-direction: column;
        align-items: center;
    }
}

.note-box {
    border: 2px solid #E5E5E5;
    border-radius: 10px;
    padding: 20px;
}

.sec-result {
    display: none;
}

.sec-result.is-active {
    display: block;
}

.loading {
    position: relative;
    display: none;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(169, 21, 26, 0.8);
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spiner 1.1s infinite linear;
    animation: spiner 1.1s infinite linear;
}
