.item-list01__inner {
    width: 100%;
}

.menu-list__cell.type-num, .menu-list__cell.type-price {
    white-space: normal;
    max-width: 200px;
    min-width: 64px;
}

.label-type02 {
    vertical-align: middle;
}

.point-list__img img {
    height: 316px;
    width: 292px;
    left: 50%;
    margin-left: -100%;
    position: relative;
    max-width: none;
}

.top-about {
    background: #E69AC1;
    position: relative;
}

.top-about .top-about__img {
    position: static;
    width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.top-about.sp-only .top-about__img {
    width: 100%;
}

.top-about.pc-only .top-about__button {
    position: absolute;
    width: 100%;
    bottom: 92px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.top-about.sp-only .top-about__button {
    position: absolute;
    bottom: 16vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.top-about__img img {
    width: 1000px;
    height: auto;
}

@media screen and (max-width: 48.6875em) {
    .top-point {
        background-position: right;
        background-size: 500%;
        background-color: transparent;
    }

    .point-list__img img {
        margin-left: -146px;
    }

    .top-point__inner {
        margin: 0 auto;
        padding: 20px 0 0;
        position: relative;
        box-sizing: border-box;
    }

    .top-point__text {
        padding-left: 0;
    }

}

.pager {
    margin: 32px;
}

.pager-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 24px;
}

.pager-item a {
    padding: 4px;
    margin: 0;
    color: #333;
    text-decoration: none;
}

.pager-item a:hover {
    background: #e69ac1;
    color: white;
}

.pager-item-current a {
    background: #e69ac1;
    color: white;
}

.horizontal-center {
    text-align: center;
}

.horizontal-right {
    text-align: right;
}

.resized-image-inner {
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.resized-image-outer {
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.text-red {
    color: red;
}

.top-about .top-about__img {
    width: 1200px;
}

.top-about__img img {
    width: 1200px;
}

.kodawari-search-text {
    text-align: left;
    display: block;
    background-color: #d0d6f0;
    border-radius: 32px;
    text-decoration: none;
    margin-left: 6px;
    margin-bottom: 4px;
    padding-left: 16px;
}

.kodawari-search-sp-text {
    background: linear-gradient(to right, #e7e7e7 0%, #fff 100%);
    border-left-color: #b8b8b8;
    border-left-width: 5px;
    border-left-style: solid;
    box-sizing: border-box;
    margin-top: 1px;
    width: calc(50% - 2px);
    float: left;
}

.kodawari-search-sp-text a {
    text-decoration: none;
    line-height: 1.0;
}

.keyword-input-container-sp {
    display: flex;
    align-items: center;
    vertical-align: middle;
    background-color: #a6b1e3;
}

.keyword-input-button-sp {
    color: white;
    font-size: 24px;
    padding: 2px 10px 2px 10px;
    text-align: center;
}

.keyword-input-sp {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    background: #f2f3fb;
    border: none;
    border-radius: 0;
    outline: none;
    line-height: 2.0;
    flex-grow: 1;
    padding: 8px;
}

.footer-nav__login {
    border-color: #b9b9b9;
    border-style: solid;
    border-width: 1px;
    padding: 12px 0 8px 0;
    background: #efefef;
    flex-grow: 1;
    text-align: center;
}

.footer-nav__login a {
    text-decoration: none;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
}

.footer-nav__login img {
    margin-right: 12px;
    width: 24px;
}

.slidemenu {
    width: calc(100% - 24px);
    min-width: 298px;
    position: absolute;
    top: -300px;
    right: 0;
    margin-left: 0;
    /* background-color: #162A41; */
    background-image: url(/common/img/background-menu-top.png);
    color: #333333;
    z-index: 1000;
    padding: 12px 0 12px 12px;
    max-width: 375px;
    font-weight: 600;
}

.slidemenu-item {
    display: flex;
    padding-left: 8px;
    padding-right: 16px;
    color: #162A41;
    align-items: center;
}

.slidemenu-item a {
    font-size: 24px;
    text-decoration: none;
    color: #333333;
}

.slidemenu-item span {
    margin-top: 1.5px;
    font-size: 16px;
    flex: 1;
    min-width: 0;
    color: #333333;
}

.slidemenu-separator {
    border-bottom: #333333 2px solid;
    margin-bottom: 8px;
    margin-top: 4px;
    padding-bottom: 8px;
}

.slidemenu-item-2-container {
    background: transparent;
    margin-left: 8px;
    padding: 4px 0 4px 8px;
    display: none;
}

.slidemenu-item-2 {
    display: flex;
    padding-left: 8px;
    padding-right: 16px;
    color: #162A41;
    align-items: center;
}

.slidemenu-item-2 a {
    font-size: 24px;
    text-decoration: none;
    color: #162A41;
}

.slidemenu-item-2 span {
    margin-top: 1.5px;
    font-size: 16px;
    flex: 1;
    min-width: 0;
    color: #162A41;
}

.slidemenu-item-3-container {
    background: #E1E7EE;
    margin-left: 8px;
    padding: 4px 0 4px 8px;
    display: none;
}

.slidemenu-item-3 {
    display: flex;
    padding-left: 8px;
    color: #162A41;
    align-items: center;
}

.slidemenu-item-3 a {
    font-size: 16px;
    color: #162A41;
    text-decoration: none;
}

.slidemenu-item-text {
    font-size: 16px !important;
    margin-top: 4px;
    margin-bottom: 4px;
}

@media screen and (max-width: 48.6875em) {
    .slidemenu {
        /* overflow: scroll;
        max-height: calc(100% - 80px);
        position: fixed;
        top: 60px; */
    }

    .slidemenu::-webkit-scrollbar {
        display: none;
    }
}
.oth-title-rsv {
    color: #7E837F;
    font-family: "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 20px;
    letter-spacing: 0.4px;
    /* font-weight: 600; */
}
.oth-item-list-title {
    color: #333333;
    font-family: "HiraginoSans-W7", "ヒラギノ角ゴ ProN W7", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 19px;
    letter-spacing: 1.14px;
    font-weight: bold;
}
.oth-item-content {
    color: #333333;
    font-family: "HiraginoSans-W4", "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
    letter-spacing: 0.36px;
}
.oth-label-type {
    background-color: #F6DADF;
    text-align: center;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 5px 11px;
    min-width: 9rem;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    font-weight: bold;
}
.oth-bound-label-type {
    margin-bottom: 8px;
}
.oth-breadcrumb li {
    color: #333333;
    font-family: "HiraginoSans-W4", "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: 0.84px;
}
.oth-title-profile {
    color: #7E837F;
    font-family: "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 20px;
    letter-spacing: 0.4px;
    margin-bottom: 53px;
}
.oth-title-edit-profile {
    color: #7E837F;
    font-family: "HiraginoSans-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 20px;
    letter-spacing: 0.4px;
    margin-bottom: 42px;
    font-weight: bold;
}
.oth-format-form-text {
    color: #333333;
    font-family: "HiraginoSans-W4", "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
}
/* .oth-format-form-text input[type='email'], .oth-format-form-text input[type='number'], .oth-format-form-text input[type='password'], .oth-format-form-text input[type='search'], .oth-format-form-text input[type='tel'], .oth-format-form-text input[type='text'], .oth-format-form-text input[type='url'], textarea, select {
    border: 1px solid #162a41 !important;
    padding: 13px !important;
}  */
.oth-btn-estlab {
    background-color: #F6DADF;
    color: #333333;
    font-family: "HiraginoSans-W4", "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
    letter-spacing: 0.72px;
    padding: 15px 30px;
    text-decoration: none;
}
.margin-top-2 {
    margin-top: 2rem;
}
.margin-right-none {
    margin-right: 0;
}
.display-flex-column-center {
    display: flex !important;
    justify-content: center;
}
.oth-btn-min-width-rsv-link {
    min-width: 15rem;
}
.oth-format-input {
    border-radius: 0 !important;
    padding: 13px !important;
    border: 1px solid #7E837F !important;
}
input.oth-format-input:focus {
    border: 1px solid #162a41 !important;
}
input.oth-format-input:disabled, input.oth-format-input:read-only {
    border: 1px solid #aec0cc !important;
    background-color: #dddddd !important;
}
.oth-margin-button {
    margin-top: 41px;
    margin-bottom: 64px;
}
.oth-margin-title {
    margin-top: 82px;
    margin-bottom: 42px;
}
.oth-event-roland label {
    font-weight: normal;
}
.oth-event-roland {
    /* display: flex;
    justify-content: center;
    align-items: baseline; */
    color: #333333;
    font-family: "HiraginoSans-W4", "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 19px;
    letter-spacing: 0.36px;
    margin-bottom: 22px;
}
#oth-single-item .slick-slide img {
    height: 600px !important;
}
#oth-single-item {
    height: 638px;
}

@media screen and (max-width: 48.6875em) {
    #oth-single-item .slick-slide img {
        height: 202px !important;
    }
    #oth-single-item {
        height: 249px;
    }
}
/* checkbox custom */
.oth-event-roland {
    display: flex;
    justify-content: center;
    position: relative;
    /* padding-left: 35px; */
    margin-bottom: 22px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0.36px;
    align-items: center;
}

/* Hide the browser's default checkbox */
.oth-event-roland input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: relative;
    height: 13px;
    width: 13px;
    display: block;
    background-color: #fff;
    margin-right: 6px;
    border: 1px solid #000099;
    box-shadow: 0px 0px 1px 3px #91B7FD;
    border-radius: 4px;
    align-self : center;
}

/* On mouse-over, add a grey background color */
.oth-event-roland:hover input ~ .checkmark {
    /* background-color: #2196F3; */
}

/* When the checkbox is checked, add a blue background */
.oth-event-roland input:checked ~ .checkmark {
    background-image: url('/common/img/roland_marked.png');
    background-position: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.oth-event-roland input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.oth-event-roland .checkmark:after {
    left: 9px;
    top: 5px;
    width: 10px;
    height: 10px;
    /* border: solid white; */
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* temporary fixed*/
.btn-search-on-body-roland {

    width: 1000px;
    margin: 50px auto 0;
    cursor: pointer;
    text-align: center;

}
@media screen and (max-width: 48.6875em) {
    .btn-search-on-body-roland {
        width: 94%;
    }
}
@media screen and (max-width: 355px) {
    .btn-search-on-body-roland {
        width: 310px;
    }
}
/* end custom */
.oth-text-event-roland {
    position: relative;
    margin-bottom : -3px;
}
.oth-text-event-roland span {
    position: absolute;
    background-color: #D8AAAA;
    width: 100%;
    height: 6px;
    bottom: 5px;
    left: 0;
    z-index: -1;
}
.oth-height-full {
    height: 5rem;
    line-height: 2.5rem;
}