@charset "utf-8";

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

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

.c_l-content {
    width: 1200px;
}

#Content {
    padding-bottom: 120px;
}

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

@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-tab
---------------------------------------------------------------------------*/

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

.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 {
	    margin-bottom: 40px;
    }

	.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;
    padding-bottom: 8px;
}

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

@media all and (max-width: 767px) {
	.common-button:hover {
		opacity: 1;
	}
    .common-button {
		width: 305px;
		max-width: 90vw;
        height: 60px;
        font-size: 14px;
        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;
    background-size: 16px 16px;
	position: absolute;
	right: 20px;
    top: 26px;
}

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

.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;
    }
}
