@charset "utf-8";

html {
    font-size: 62.5%;
}

body {
    line-height: 1.65;
}

/* PRICE */
.pcNone {
    display: none;
}

.shopinfo__full--white {
    color: #333;
    background: #fff;
    padding: 5em 0;
}

.shopinfo__full--white .s_table:last-of-type {
    margin-bottom: 0 !important;
}

.shopinfo__heading--sub {
    width: 100%;
    margin: 0 auto 1em;
    padding: 0;
    font-size: clamp(14px, 5vw, 25px);
    text-align: center;
}

.shopinfo__heading--sub img {
    max-width: 100%;
    margin: 0 auto;
}

.shopinfo__heading--sub small {
    display: block;
    color: #1a1a1a;
    font-size: 100%;
}

.price_table_area {
    margin-bottom: 1em !important;
}

.price_table_area:last-child {
    margin-bottom: 0 !important;
}

.pricetable__header {
    position: relative;
    margin: 0;
    border-radius: 4px;
}

.pricetable__header+div {
    display: none;
}

.pricetable__header .icon-wrap {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translatey(-50%);
    width: 38px;
    height: 38px;
}

.pricetable__header .icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.pricetable__header .icon:before,
.pricetable__header .icon:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #eb6120;
    left: 50%;
    top: 50%;
    width: 30%;
    height: 2px;
    transform: translate(-50%, -50%);
}

.pricetable__header .icon.nt:before,
.pricetable__header .icon.nt:after {
    background: #0054a7;
}

.pricetable__header .icon:before,
.pricetable__header .icon.nt:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.pricetable__header .icon.open:before {
    transform: translate(-50%, -50%) rotate(0deg);
}

.price_table {
    background: #fff;
}

.price_table .price {
    font-size: 1.6rem;
}

.price_table .wd {
    background-color: #ffc498;
    width: 10%;
}

.price_table .hd {
    background-color: #ff98a0;
}

.price_table .bgHdp {
    background-color: #fff2f3;
}

.s_table .price_name {
    color: #fff;
    background-color: #ee6b98;
}

.s_table .price_time {
    color: #ee6b98;
}

.n_table .price_name {
    color: #fff;
    background-color: #44afff;
}

.n_table .price_time {
    color: #44afff;
}

.s_table .attribute {
    background-color: #ffc3e3;
}

.n_table .attribute {
    background-color: #a3ffff;
}

.pricetable__header--smaller {
    font-size: 75%;
    font-weight: normal;
}

.fontPrice {
    display: inline-block;
    margin-left: 2px;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: 0;
}

.price_table {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    border-radius: 0 0 4px 4px;
    margin: 0;
    padding: 0;
    position: relative;
}

.price_table th, td {
    text-align: center;
    font-weight: bold;
}

.price_table .attribute {
    font-size: 1.2rem;
    padding: 5px 0;
    color: #333;
}

.price_table .wd {
    font-size: 1.2rem;
}

.price_table .hd {
    font-size: 1.2rem;
}

.price_table .price {
    font-size: 1.6rem;
    padding: 5px 0;
}

.price_table .price_name {
    font-size: 1.4rem;
    padding: 5px 0;
}

.price_table .price_title {
    font-size: 1.4rem;
    padding: 5px 0;
}

.pirce_table .price_title span {
    font-size: 80%;
}

.price_table .price_time p {
    font-weight: normal;
    font-size: 1.3rem;
    margin-bottom: 0;
}

.price_table .brw {
    border-right: 1px dotted #fff;
}

.price_table .brg {
    border-right: 1px dotted #dcdcdc;
}

.price_table .btw {
    border-top: 1px dotted #fff;
}

.price_table .btg {
    border-top: 1px dotted #dcdcdc;
}

.pricetimeW {
    font-size: 120%;
    margin-bottom: 12px;
    display: block;
}

.pricetable__header {
    font-size: 140%;
    padding: .5em 0.2em !important;
}

.pricetable__header.active {
    border-radius: 4px 4px 0 0;
    background-color: #fff !important;
}

.pricetable__header.active .js-icon {
    -webkit-text-stroke: 2px #ffffff !important;
}

.pricetable__header--smaller {
    display: block !important;
    margin: 0 25px !important;
}

.drink_table_area, .price_table_area.price_separate {
    margin-bottom: 1.8em !important;
}

.s_table .pricetable__header {
    border: 1px solid #EB6120;
    color: #EB6120;
}

.s_table .drink-suggest {
    display: block;
    color: #fff;
    background-color: #EB6120;
    text-align: center;
}

.s_table .reseption-h {
    margin-top: auto;
}

.shopinfo__full--white .s_table:last-of-type {
    margin-bottom: 32px !important;
}

.n_table .pricetable__header {
    border: 1px solid #0054A7;
    color: #0054A7;
}

.n_table .drink-suggest {
    display: block;
    color: #fff;
    background-color: #0054A7;
    text-align: center;
}

.price-special {
    max-width: 400px;
    width: 90%;
    margin: 0 auto 2em !important;
}

.price-special__txt {
    font-size: 1.4rem;
    line-height: 1.6;
}

.price-special__txt ul {
    padding: 0;
}

.price-special__txt li {
    font-size: 1.4rem;
    line-height: 1.6;
    list-style: none;
    margin: 0 auto !important;
}

.price-special__list a {
    color: #333;
    text-decoration: underline;
    font-size: 118%;
}

.price-special__list .item {
    font-size: 1.4rem;
    margin: 1.2em 0 0 0.5em;
}

.price-special__list {
    max-width: 940px;
    width: 100%;
    margin: 3em auto 0;
}
.pricetable__header--smaller, .pricetable__header .js-icon {
    display: inline-block;
    font-size: 80%;
    font-weight: 400;
    margin-left: 8px;
}
.pricetable__header .js-icon {
    margin-left: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    -webkit-text-stroke: 2px #fff;
}

article#openWrap #price .shopinfo__full--white {
				padding: 4em 0;
			}

			article#openWrap #price .price-special__txt ul {
				padding: 0;
				margin: 3em 0;
				display: flex;
				justify-content: flex-start;
				align-items: flex-start;
				flex-direction: column;
			}

			article#openWrap #price .pricetimeW {
				margin-bottom: 12px;
			}

			article#openWrap #price .price-special__list {
				padding-top: 3em;
			}

			@media (min-width: 992px) {
				article#openWrap #price .price_table .price {
					padding: 20px 0;
				}
			}

			@media screen and (max-width: 900px) {
				article#openWrap #price .shopinfo__full--white {
					padding: 0;
				}

				article#openWrap #price .price-special__list {
					padding-top: 3em;
					padding-bottom: 4em;
				}
			}

@media (min-width: 992px) {
    .price_table .price_width {
        width: 14%;
    }

    .price_table .attribute {
        font-size: 1.4rem;
        padding: 10px 0;
    }

    .price_table .wd,
    .price_table .hd {
        font-size: 1.4rem;
        font-weight: bold;
    }

    .price_table .price {
        padding: 20px 0;
    }

    .price_table .price_title {
        font-size: 1.8rem;
    }

    .price_table .price_title span {
        font-size: 80%;
    }

    .price_table .price_time {
        font-size: 1.8rem;
        font-weight: bold;
    }
}

@media screen and (max-width: 991px) {
    .pcNone {
        display: block !important;
    }

    .spNone {
        display: none !important;
    }

    .price_table .rowsHead {
        height: 56px;
    }

    .price_table th,
    .price_table td {
        width: calc(100% / 3);
    }

    .s_table .price_table,
    .n_table .price_table {
        border: none;
    }

    .price_table tr:nth-child(even) td {
        background: #fafafa;
    }

    .fontPrice {
        font-size: 20px;
    }

    .price_table th,
    .price_table td,
    .price_table .rowsHead {
        border: 1px solid #dbdbdb;
    }

    .price_table .bgHdp {
        background: #fff;
    }

    .price_table .btw,
    .price_table .price {
        height: 56px;
        line-height: 140%;
    }

    .price_table_area .attribute {
        background: #fff;
    }
}

article#openWrap #price .shopinfo__full--white {
    padding: 4em 0;
}

article#openWrap #price .price-special__txt ul {
    padding: 0;
    margin: 3em 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

article#openWrap #price .pricetimeW {
    margin-bottom: 12px;
}

article#openWrap #price .price-special__list {
    padding-top: 3em;
}

.pricetable__header--smaller, .pricetable__header .js-icon {
    display: inline-block;
    font-size: 75%;
    font-weight: 400;
    margin-left: 8px;
}

.pricetable__header .js-icon {
    margin-left: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    -webkit-text-stroke: 2px #fff;
}

.pricetable__header.active .js-icon {
    -webkit-text-stroke: 2px #ffffff !important;
}

@media (min-width: 992px) {
    article#openWrap #price .price_table .price {
        padding: 20px 0;
    }
}

@media screen and (max-width: 900px) {
    article#openWrap #price .shopinfo__full--white {
        padding: 0;
    }

    article#openWrap #price .price-special__list {
        padding-top: 3em;
        padding-bottom: 4em;
    }
}