html {
    font-size: 14px
}

body {
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0 0;
    background-color: #fff;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 14px
}

pre {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif
}

.page-body--fixed {
    position: fixed
}

.reserve-contents__purchase-detail:after,
.reserve-contents__reserve-detail:after,
.change-history:after,
.purchase-information__base-data:after,
.purchase-information__plan-detail:after {
    content: "";
    display: block;
    clear: both
}

.reserve-contents__base-name,
.purchase-information__base-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mypage-header {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2
}

.mypage-header__user-data {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px;
    gap: 8px
}

.mypage-header__user-icon {
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: cover;
    border-radius: 60px;
    flex-shrink: 0
}

.mypage-header__user-name-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    gap: 8px
}

.mypage-header__user-name {
    display: block;
    color: #242424;
    font-weight: bold;
    font-size: 1.1428rem;
    font-style: normal;
    line-height: 140%
}

.mypage-header__setting {
    display: block;
    color: #00a0d0;
    font-size: .8571rem;
    text-decoration: none;
    line-height: 100%
}

.mypage-header__setting::after {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 0 4px;
    vertical-align: top;
    background-image: url(/img/icon/setting__blue-2-9227a23f601549c01c30a63714ce390e.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    content: ""
}

.mypage-header__point-info {
    display: -webkit-box;
    display: flex;
    overflow: auto;
    padding: 16px 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.mypage-header__point-worthful {
    display: -webkit-box;
    display: flex
}

.mypage-header__point-worthless {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 8px 0 0
}

.mypage-header__total-point {
    width: 140px;
    margin: 0;
    padding: 0 10px 0 0;
    gap: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.mypage-header__point-type {
    font-size: .7142rem;
    text-align: center;
    line-height: 100%
}

.mypage-header__point-amount {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    font-size: 24px;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 4px;
    line-height: 100%
}

.mypage-header__point-amount::before {
    width: 20px;
    height: 20px;
    background-image: url(/img/icon/point__red-dac7d43a70b549ab1e3ba62859b7911a.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    content: ""
}

.mypage-header__future-point {
    position: relative;
    width: 140px;
    margin: 0;
    padding: 0 0 0 10px;
    gap: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.mypage-header__future-point::before {
    position: absolute;
    display: inline-block;
    top: 1px;
    left: -1px;
    width: 1px;
    height: 40px;
    background-color: #c8c8c8;
    content: ""
}

.mypage-header__earliest-expire-point {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px 16px;
    color: #000;
    font-size: 10px;
    background-color: #fff;
    border-radius: 100px;
    line-height: 100%
}

.mypage-header__earliest-expire-point-amount {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    text-align: center;
    font-size: 12px;
    line-height: 100%
}

.mypage-header__earliest-expire-point-amount::before {
    width: 10px;
    height: 10px;
    background-image: url(/img/icon/point__gray-2-380bb7fb06254ee401a7058fe6fb432b.svg);
    background-repeat: no-repeat;
    content: "";
    background-size: 10px
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

ol,
ul {
    list-style: none
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: inherit;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

svg {
    fill: currentColor
}

.page-footer {
    width: 100%
}

.page-footer__copyright {
    display: block;
    padding: 4px 0;
    color: #fff;
    text-align: center;
    background-color: #f44336
}

.page-footer__copyright--gray {
    background-color: #c8c8c8
}

.pager {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    text-align: center
}

.pager__list {
    width: 100%;
    margin: 0;
    padding: 0
}

.pager__item {
    display: inline-block;
    width: 34px;
    height: 34px;
    list-style: none;
    font-size: 1rem;
    text-align: center
}

.pager__link {
    display: block;
    height: 100%;
    margin: 0;
    padding: 10px 4px;
    border: 1px solid #6e6e6e;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-transition: background-color .35s;
    transition: background-color .35s;
    -webkit-transition: border-color .35s;
    transition: border-color .35s;
    color: #6e6e6e;
    line-height: 1em;
    text-decoration: none;
    white-space: nowrap
}

.pager__link:hover {
    background-color: #f2f2f2
}

.pager__link--active {
    border-color: #00a0d0;
    background-color: #00a0d0;
    color: #fff
}

.pager__leader {
    display: inline-block;
    margin-top: -4px;
    vertical-align: top
}

.pager__annotation {
    margin: 10px 0 20px;
    padding: 0;
    font-size: 1rem
}

.mypage-navigations__item-link-asorepo,
.mypage-navigations__item-link-favorite,
.mypage-navigations__item-link-message,
.mypage-navigations__item-link-reserve,
.mypage-navigations__item-link-point {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-top: 32px;
    color: #6e6e6e;
    font-size: .7142rem;
    text-align: center;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center 6px;
    background-size: 24px 24px
}

.mypage-navigations {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: flex;
    margin: 0;
    padding: 16px 0 0;
    list-style: none;
    background-color: #f2f2f2
}

.mypage-navigations__item {
    width: 20%;
    height: 50px;
    margin: 0;
    padding: 0
}

.mypage-navigations__item-link-point {
    background-image: url(/img/icon/point__gray-95e3bd546bc66aacd624a419e51f1eb4.svg)
}

.mypage-navigations__item-link-point--active {
    color: #242424;
    background-color: #fff;
    background-image: url(/img/icon/point-bold-e7757591ac96a738f33c19b3fad14740.svg)
}

.mypage-navigations__item-link-reserve {
    background-image: url(/img/icon/note_gray-df620cb5e34a819b389a7792e071df68.svg)
}

.mypage-navigations__item-link-reserve--active {
    color: #242424;
    background-color: #fff;
    background-image: url(/img/icon/note-1720fea2d8fdd641dd180419a60d26ae.svg)
}

.mypage-navigations__item-link-message {
    background-image: url(/img/icon/message__gray-9e893d0eca7a504449e2fc596eef458e.svg)
}

.mypage-navigations__item-link-message--active {
    color: #242424;
    background-color: #fff;
    background-image: url(/img/icon/message-fffb09f9b942b478f9772a46a543bdf2.svg)
}

.mypage-navigations__item-link-favorite {
    background-image: url(/img/icon/favorite-border__gray-4e80f03dabba9a1dac5ed7f5471078e2.svg)
}

.mypage-navigations__item-link-favorite--active {
    color: #242424;
    background-color: #fff;
    background-image: url(/img/icon/favorite-border-a2efbb1d27f3fa690722e6e6df401ccf.svg)
}

.mypage-navigations__item-link-asorepo {
    background-image: url(/img/icon/asorepo__gray-a2939c1b799e9b474f2a3595f2aec1c8.svg)
}

.mypage-navigations__item-link-asorepo--active {
    color: #242424;
    background-color: #fff;
    background-image: url(/img/icon/asorepo-8f78ac64adcea3f4f3047b6907a14cf9.svg)
}

.mypage-navigations__notifications {
    position: absolute;
    top: -2px;
    right: 14px;
    display: inline-block;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    padding: 1px 0 0;
    color: #fff;
    font-size: .714rem;
    line-height: 18px;
    text-align: center;
    vertical-align: text-top;
    background-color: #f44336;
    border-radius: 10px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

.purchase-information {
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #c8c8c8
}

.purchase-information__heading {
    margin: 0 0 20px;
    padding: 0;
    color: #242424;
    font-size: 1.14rem;
    font-weight: bold
}

.purchase-information__plan-detail {
    min-width: 280px;
    margin: 0 10px 20px;
    padding: 0;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    box-sizing: border-box
}

.purchase-information__image-wrap {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 53.57% 0 0;
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #000
}

.purchase-information__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    opacity: .7
}

.purchase-information__text-wrap {
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%;
    margin: 0;
    padding: 8px 10px;
    box-sizing: border-box;
    color: #fff
}

.purchase-information__plan-title {
    display: -webkit-box;
    margin: 0 0 6px;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3333;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.purchase-information__base-data {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 1
}

.purchase-information__rating {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 14px;
    background-image: url(/img/icon/shop__white-901b354a59d9c391f1f29b2540b5c1c3.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px;
    font-size: 0
}

.purchase-information__rating-star {
    display: inline-block;
    float: left;
    width: 30px;
    margin: 0 2px 0 0;
    padding: 0 0 0 12px;
    box-sizing: border-box;
    background-image: url(/img/icon/star-fc64697953900f5d96ff3693fde381d4.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px;
    color: #fff;
    font-size: 12px;
    font-style: normal
}

.purchase-information__rating-asorepo {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    vertical-align: super;
    margin: 0 10px 0 0
}

.purchase-information__base-name {
    display: inline-block;
    position: relative;
    width: calc(100% - 96px);
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    vertical-align: sub
}

.purchase-information__start-time {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 8px;
    background-color: #00a0d0;
    color: #fff;
    font-size: 11px;
    line-height: 1.8
}

.purchase-information__purchase-ditail {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    text-decoration: none
}

.purchase-information__purchase-ditail:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: 9.67px;
    width: 16px;
    height: 16px;
    background-image: url(/img/icon/arrow-right__gray-88616ceae61c2b74804ccf5c0990476c.svg);
    background-repeat: no-repeat;
    background-size: 16px
}

.purchase-information__ticket-book-number {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    box-sizing: border-box;
    text-align: left
}

.purchase-information__purchase-status-title {
    width: 100%;
    margin: 0 0 4px;
    padding: 0;
    box-sizing: border-box;
    color: #6e6e6e;
    font-size: 11px;
    font-weight: normal;
    line-height: 1
}

.purchase-information__number {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #242424;
    font-size: 16px;
    letter-spacing: -0.7px;
    line-height: 1;
    white-space: nowrap
}

.purchase-information__purchase-status-wrap {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1
}

.purchase-information__purchase-status {
    display: inline;
    margin: 0;
    padding: 2px 8px;
    background-color: #f44336;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    line-height: 19px;
    text-align: center
}

.purchase-information__purchase-status--fail {
    background-color: #c8c8c8
}

.purchase-information__detail {
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    font-size: 0
}

.purchase-information__detail-list {
    display: inline-block;
    margin: 10px 0 0;
    padding: 0 18px 0 0;
    white-space: nowrap
}

.purchase-information__detail-title {
    padding: 0 0 4px;
    color: #6e6e6e;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    text-align: left
}

.purchase-information__valid-period-contents {
    margin: 0;
    padding: 0 10px 0 0;
    color: #242424;
    letter-spacing: -0.5px;
    line-height: 1;
    text-align: left
}

.purchase-information__valid-period {
    display: inline-block;
    margin: 0;
    padding: 0 3px 0 0;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap
}

.purchase-information__valid-period-untill {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap
}

.purchase-information__number-of-sheets {
    margin: 0;
    padding: 0;
    color: #242424;
    font-size: 16px;
    line-height: 1;
    text-align: left
}

.purchase-information__remaining-number {
    margin: 0
}

.purchase-information__remaining-number:after {
    content: "/";
    margin: 0 -3px 0 2px
}

.slide-in-modal--enter {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 100;
    width: 100%;
    height: 100%
}

.slide-in-modal--enter-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.slide-in-modal--leave {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 100;
    width: 100%;
    height: 100%
}

.slide-in-modal--leave-active {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.member-footer {
    width: 100%;
    margin: 0;
    padding: 20px 10px 10px;
    border-top: solid 1px #c8c8c8;
    box-sizing: border-box
}

.member-footer__navigation-title {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    color: #757575;
    font-size: 1.1428rem;
    font-weight: normal;
    line-height: 1em
}

.member-footer__navigations {
    margin: 0;
    padding: 0
}

.member-footer__navigation-item {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
    list-style: none
}

.member-footer__navigation-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px
}

.member-footer__navigation-item--history::before {
    background-image: url(/img/icon/note_gray-df620cb5e34a819b389a7792e071df68.svg)
}

.member-footer__navigation-item--message::before {
    background-image: url(/img/icon/message__gray-9e893d0eca7a504449e2fc596eef458e.svg)
}

.member-footer__navigation-item--favorite::before {
    background-image: url(/img/icon/favorite-border__gray-4e80f03dabba9a1dac5ed7f5471078e2.svg)
}

.member-footer__navigation-item--asorepo::before {
    background-image: url(/img/icon/asorepo__gray-a2939c1b799e9b474f2a3595f2aec1c8.svg)
}

.member-footer__navigation-item--point::before {
    background-image: url(/img/icon/point__gray-95e3bd546bc66aacd624a419e51f1eb4.svg)
}

.member-footer__navigation-item--setting::before {
    background-image: url(/img/icon/setting-1d96756c02e0e493f2bedded6ee3adbd.svg)
}

.member-footer__navigation-item--setting:last-child {
    border-bottom: none
}

.member-footer__navigation-link {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 24px 0 28px;
    box-sizing: border-box;
    color: #242424;
    text-decoration: none
}

.member-footer__navigation-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 10px;
    width: 14px;
    height: 14px;
    background-image: url(/img/icon/arrow-right__gray-88616ceae61c2b74804ccf5c0990476c.svg);
    background-repeat: no-repeat
}

.mypage-header {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2
}

.mypage-header__user-data {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px;
    gap: 8px
}

.mypage-header__user-icon {
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: cover;
    border-radius: 60px;
    flex-shrink: 0
}

.mypage-header__user-name-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    gap: 8px
}

.mypage-header__user-name {
    display: block;
    color: #242424;
    font-weight: bold;
    font-size: 1.1428rem;
    font-style: normal;
    line-height: 140%
}

.mypage-header__setting {
    display: block;
    color: #00a0d0;
    font-size: .8571rem;
    text-decoration: none;
    line-height: 100%
}

.mypage-header__setting::after {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 0 4px;
    vertical-align: top;
    background-image: url(/img/icon/setting__blue-2-9227a23f601549c01c30a63714ce390e.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    content: ""
}

.mypage-header__point-info {
    display: -webkit-box;
    display: flex;
    overflow: auto;
    padding: 16px 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.mypage-header__point-worthful {
    display: -webkit-box;
    display: flex
}

.mypage-header__point-worthless {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 8px 0 0
}

.mypage-header__total-point {
    width: 140px;
    margin: 0;
    padding: 0 10px 0 0;
    gap: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.mypage-header__point-type {
    font-size: .7142rem;
    text-align: center;
    line-height: 100%
}

.mypage-header__point-amount {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    font-size: 24px;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 4px;
    line-height: 100%
}

.mypage-header__point-amount::before {
    width: 20px;
    height: 20px;
    background-image: url(/img/icon/point__red-dac7d43a70b549ab1e3ba62859b7911a.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    content: ""
}

.mypage-header__future-point {
    position: relative;
    width: 140px;
    margin: 0;
    padding: 0 0 0 10px;
    gap: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.mypage-header__future-point::before {
    position: absolute;
    display: inline-block;
    top: 1px;
    left: -1px;
    width: 1px;
    height: 40px;
    background-color: #c8c8c8;
    content: ""
}

.mypage-header__earliest-expire-point {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px 16px;
    color: #000;
    font-size: 10px;
    background-color: #fff;
    border-radius: 100px;
    line-height: 100%
}

.mypage-header__earliest-expire-point-amount {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    text-align: center;
    font-size: 12px;
    line-height: 100%
}

.mypage-header__earliest-expire-point-amount::before {
    width: 10px;
    height: 10px;
    background-image: url(/img/icon/point__gray-2-380bb7fb06254ee401a7058fe6fb432b.svg);
    background-repeat: no-repeat;
    content: "";
    background-size: 10px
}

.change-history {
    margin: 20px 0;
    padding: 0 10px;
    box-sizing: border-box
}

.change-history__status {
    float: left;
    width: 33.333%;
    height: 40px;
    list-style: none
}

.change-history__change-button-all {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #00a0d0;
    border-radius: 2px 0 0 2px;
    background-color: #fff;
    color: #00a0d0;
    font-size: 1rem;
    line-height: 40px;
    text-align: center;
    text-decoration: none
}

.change-history__change-button-all--active {
    background-color: #00a0d0;
    color: #fff
}

.change-history__change-button-unread {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #00a0d0;
    border-radius: 0 2px 2px 0;
    background-color: #fff;
    color: #00a0d0;
    font-size: 1rem;
    line-height: 40px;
    text-align: center;
    text-decoration: none
}

.change-history__change-button-unread--active {
    background-color: #00a0d0;
    color: #fff
}

.reserve-contents {
    position: relative;
    margin: 0 10px 20px;
    padding: 0;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    box-sizing: border-box;
    text-decoration: none
}

.reserve-contents__countdown {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 2;
    margin: 0;
    padding: 2px 6px;
    border-radius: 3px 0px 0px 0px;
    background-color: #00a0d0;
    color: #fff;
    font-size: .8571rem
}

.reserve-contents__plan-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 46.875% 0 0;
    overflow: hidden
}

.reserve-contents__plan-image-wrap {
    width: 100%;
    margin: 0;
    padding: 0
}

.reserve-contents__plan-image-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.reserve-contents__plan-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 100%;
    height: auto
}

.reserve-contents__text-wrap {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 0 10px 10px;
    box-sizing: border-box
}

.reserve-contents__plan-title {
    display: block;
    margin: 0 0 4px;
    padding: 0;
    overflow: hidden;
    color: #fff;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.2em
}

.reserve-contents__rating {
    display: inline-block;
    height: 16px;
    margin: 0;
    background-image: url(/img/icon/shop__white-901b354a59d9c391f1f29b2540b5c1c3.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 12px;
    font-size: .8571rem
}

.reserve-contents__rating-star {
    display: inline-block;
    float: left;
    position: relative;
    margin: 0 0 0 14px;
    padding: 2px 0 0 14px;
    box-sizing: border-box;
    background-image: url(/img/icon/star-fc64697953900f5d96ff3693fde381d4.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px;
    color: #fff
}

.reserve-contents__rating-asorepo {
    margin: 0 0 0 4px;
    padding: 0
}

.reserve-contents__base-name {
    display: block;
    padding: 0 0 0 10px;
    overflow: hidden;
    color: #fff;
    font-size: .8571rem;
    font-weight: normal
}

.reserve-contents__reserve-detail-more {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    text-decoration: none
}

.reserve-contents__reserve-detail-more:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 11px);
    right: 5px;
    width: 16px;
    height: 22px;
    background-image: url(/img/icon/arrow-right__gray-88616ceae61c2b74804ccf5c0990476c.svg);
    background-repeat: no-repeat;
    color: #c8c8c8;
    font-size: 16px
}

.reserve-contents__reservation-code {
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 0 0 10px
}

.reserve-contents__reservation-code-title {
    margin: 0;
    padding: 0;
    color: #757575;
    font-size: .78571rem;
    font-weight: normal;
    line-height: 1em;
    text-align: left
}

.reserve-contents__reservation-code-number {
    margin: 0;
    padding: 0;
    color: #242424;
    font-size: 1.1428rem;
    text-align: left;
    white-space: nowrap
}

.reserve-contents__reservation-status {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    font-style: normal;
    vertical-align: top
}

.reserve-contents__reservation-status-inner {
    display: inline;
    margin: 0;
    padding: 2px 8px;
    box-sizing: border-box;
    background-color: #f44336;
    color: #fff;
    font-size: .78571rem;
    font-weight: normal;
    line-height: 19px;
    text-align: center
}

.reserve-contents__reservation-status-inner--fail {
    background-color: #c8c8c8
}

.reserve-contents__reserve-detail {
    width: 100%;
    margin: 0;
    padding: 0
}

.reserve-contents__activity-date {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0
}

.reserve-contents__activity-date-title {
    margin: 0;
    padding: 0 0 4px;
    color: #757575;
    font-size: .8571rem;
    font-weight: normal;
    line-height: 1em;
    text-align: left
}

.reserve-contents__activity-date-schedule {
    margin: 0;
    padding: 0;
    color: #242424;
    font-size: 1.2857rem;
    text-align: left
}

.reserve-contents__activity-date-schedule-day {
    font-style: normal
}

.reserve-contents__course {
    float: left;
    width: 26%;
    margin: 0;
    padding: 0
}

.reserve-contents__course-title {
    margin: 0;
    padding: 0 0 4px;
    color: #757575;
    font-size: .8571rem;
    font-weight: normal;
    line-height: 1em;
    text-align: left
}

.reserve-contents__course-time-wrap {
    margin: 0;
    padding: 0;
    color: #242424;
    font-size: 1.2857rem;
    text-align: left
}

.reserve-contents__course-time {
    font-style: normal
}

.reserve-contents__number-of-people {
    float: left;
    width: 20%;
    margin: 0;
    padding: 0
}

.reserve-contents__number-of-people-title {
    margin: 0;
    padding: 0 0 4px;
    color: #757575;
    font-size: .8571rem;
    font-weight: normal;
    line-height: 1em;
    text-align: left
}

.reserve-contents__number-count {
    margin: 0;
    padding: 0;
    color: #242424;
    font-size: 1.2857rem;
    text-align: left
}

.reserve-contents__purchase-detail {
    width: 100%;
    margin: 0;
    padding: 0
}

.reserve-contents__expiration-date-wrap {
    float: left;
    width: 70%;
    margin: 0;
    padding: 0
}

.reserve-contents__expiration-date-title {
    margin: 0;
    padding: 0;
    color: #757575;
    font-size: .78571rem;
    font-weight: normal;
    line-height: 1em;
    text-align: left
}

.reserve-contents__expiration-date {
    margin: 0;
    padding: 0;
    color: #242424;
    font-size: .8571rem;
    text-align: left
}

.reserve-contents__expiration-date-day {
    display: inline-block;
    margin: 0;
    padding: 0 4px 0 0;
    font-size: 1.1428rem;
    font-style: normal
}

.reserve-contents__number-of-sheet {
    float: left;
    width: 30%;
    margin: 0;
    padding: 0
}

.reserve-contents__number-of-sheet-title {
    margin: 0;
    padding: 0;
    color: #757575;
    font-size: .78571rem;
    font-weight: normal;
    line-height: 1em;
    text-align: left
}

.reserve-contents__sheet {
    margin: 0;
    padding: 0;
    font-size: 1.1428rem
}

.reserve-contents__remainder-sheet {
    margin: 0;
    padding: 0;
    color: #242424;
    text-align: left
}

.reserve-contents__total-sheet {
    margin: 0;
    padding: 0;
    color: #242424;
    text-align: left
}

.reserve-contents__total-sheet:before {
    content: "/";
    display: inline-block;
    margin: 0;
    padding: 0 2px
}

.reserve-contents__more-action {
    display: block;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0;
    border-top: 1px solid #c8c8c8;
    box-sizing: border-box;
    color: #6e6e6e;
    font-size: 1rem;
    line-height: 42px;
    text-align: center;
    text-decoration: none
}

.reserve-contents__more-action--disable {
    color: #c8c8c8
}

.reserve-contents__empty {
    width: 100%;
    padding: 16px 0 26px;
    text-align: center
}

.reserve-contents__empty-heading {
    display: block;
    margin: 0 0 10px;
    padding: 0 20px;
    color: #242424;
    font-size: 1rem;
    font-weight: bold;
    text-align: left
}

.reserve-contents__empty-description {
    margin: 0 0 30px;
    padding: 0 20px;
    color: #6e6e6e;
    font-size: 1rem;
    text-align: left
}

.reserve-contents__empty-button {
    display: inline-block;
    width: 280px;
    height: 42px;
    margin: 0 auto;
    border-radius: 2px;
    background-color: #00a0d0;
    color: #fff;
    font-size: 1rem;
    line-height: 42px;
    text-decoration: none
}