﻿@charset "utf-8";
html,
body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important
}

.sp-only {
    display: none
}

.content-box {
    position: relative;
    max-width: 800px
}

.content-box-small {
    max-width: 600px
}

.section-box {
    margin: 40px 0 40px
}

.border-box {
    padding: 30px 30px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    border-radius: 5px;
    box-sizing: border-box
}

.border-box02 {
    padding: 40px 30px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    border-radius: 5px;
    box-sizing: border-box
}

.lev1-heading {
    padding-bottom: 0;
    border-bottom: none
}

.heading-box {
    margin: 0 0 15px;
    text-align: center
}

.heading-box .lev2-heading {
    margin: 0 0 15px
}

.heading-box>p:last-child {
    margin-bottom: 0
}

.txt-box p {
    text-align: left
}

.mgt15 {
    margin-top: 15px
}

.txt-red {
    color: #b21f1f
}

.txt-line {
    text-decoration: underline
}

.txt-s {
    font-size: 14px
}

.txt-sm {
    font-size: 18px
}

.txt-center {
    text-align: center
}

.note-list {
    font-size: 14px;
    margin: 20px 0 0
}

.mypage-user-box {
    background: #f0f0f0;
    padding: 30px 0;
    position: relative;
    margin-bottom: 50px
}

.mypage-user-box:before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -25px;
    border: 25px solid transparent;
    border-top-color: #f0f0f0
}

.mypage-name {
    font-size: 24px;
    margin: 0
}

.mypage-left {
    width: 49%;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    box-sizing: border-box
}

.mypage-right {
    width: 50%;
    display: inline-block;
    text-align: right;
    vertical-align: bottom;
    font-size: 14px;
    box-sizing: border-box
}

.alert-box {
    background: #f7e8e8;
    padding: 10px 20px;
    color: #b21f1f;
    overflow: hidden;
    font-size: 16px
}

.alert-left {
    width: 50%;
    margin: 0;
    vertical-align: middle;
    display: inline-block
}

.alert-right {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin: 0
}

.alert-right span {
    font-size: 24px
}

.alert-txt {
    color: #b21f1f;
    margin: 20px 0 0;
    position: relative;
    padding-left: 80px
}

.alert-txt:before {
    content: "";
    width: 60px;
    height: 53px;
    display: inline-block;
    position: absolute;
    background: url(/MyPage/image/icon-alert.svg) no-repeat;
    background-size: 60px 53px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.ui-retractable-block-button {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 15px 15px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer
}

.ui-retractable-block-button:after {
    content: "";
    background: url(/assets/img/common/arrow-b-white.svg) no-repeat center center #06b;
    background-size: 14px 9px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    border-radius: 3px;
    width: 34px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.ui-retractable-block-button.opened:after {
    background: url(/assets/img/common/arrow-t-blue.svg) no-repeat center center #fff;
    background-size: 14px 9px;
    border: 2px solid #06b;
    border-radius: 3px;
    width: 30px;
    height: 26px;
    line-height: 26px
}

.ui-retractable-block-content {
    animation: fade-in .2s
}

.ui-retractable-block-content.closed {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.ui-retractable-block-content.opened {
    position: static;
    top: 0;
    opacity: 1
}

.mypage-price {
    border-bottom: 1px dotted #ccc;
    padding: 15px 30px;
    box-sizing: border-box
}

.left-price {
    position: relative;
    padding-left: 1em;
    width: 78%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box
}

.left-price:before {
    content: "";
    border-radius: 3px;
    width: 6px;
    height: 6px;
    display: inline-block;
    position: absolute;
    top: .55em;
    left: 0;
    background-color: #06b
}

.right-price {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    box-sizing: border-box
}

.mypage-inner-box {
    padding: 0 30px 20px;
    border-bottom: 1px solid #ccc
}

.mypage-table {
    width: 100%;
    box-sizing: border-box
}

.mypage-table td {
    text-align: center
}

.mypage-table.mypage-table1 td {
    width: 33%
}

.mypage-table.mypage-table2 td.w33 {
    width: 33%
}

.mypage-table.mypage-table2 td.w63 {
    width: 63%
}

.mypage-table tr>th {
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px;
    box-sizing: border-box;
    font-size: 18px
}

.mypage-table tr>td {
    border-bottom: 1px dotted #ccc;
    padding: 15px 0;
    box-sizing: border-box
}

.mypage-table tr:last-child>td {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    box-sizing: border-box
}

.mypage-btn-pdf a {
    display: inline-block;
    background: #06b;
    border-radius: 3px;
    padding: 5px 20px 5px 30px;
    color: #fff;
    text-decoration: none;
    position: relative;
    text-align: center;
    line-height: 24px
}

.mypage-btn-pdf a:hover {
    opacity: .8
}

.mypage-btn-pdf a:before {
    content: "";
    background: url(/MyPage/image/icon_pdf.svg) no-repeat center center;
    background-size: 12px 16px;
    width: 12px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto
}

select {
    display: inline-block;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 7px 15px;
    box-sizing: border-box;
    background: #ffc;
    color: #000;
    cursor: pointer;
    -webkit-appearance: none
}

.mypage-support-box {
    margin: 0 0 40px
}

.mypage-support-list {
    border: 1px solid #ccc
}

.mypage-support-list li {
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    font-size: 16px
}

.mypage-support-list li:last-child {
    border-bottom: none
}

.mypage-support-list li a {
    color: #000;
    text-decoration: none;
    box-sizing: border-box;
    padding: 15px 15px 15px 20px;
    display: block;
    position: relative
}

.mypage-support-list li a:hover {
    background-color: #f4f4f4
}

.mypage-support-list li a:after {
    content: "";
    display: inline-block;
    background: url(/assets/img/common/arrow-r-blue.svg) no-repeat;
    background-size: 9px 14px;
    width: 9px;
    height: 14px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto
}

.mypage-support-list li span {
    position: relative;
    padding: 0 0 0 30px
}

.mypage-support-list li span:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.mypage-support-list li.support-list-nav01 span:before {
    background: url(/MyPage/image/icon_price.svg) no-repeat center center;
    background-size: 14px 16px;
    width: 14px;
    height: 16px
}

.mypage-support-list li.support-list-nav02 span:before {
    background: url(/MyPage/image/icon_delete.svg) no-repeat center center;
    background-size: 20px 20px;
    width: 20px;
    height: 20px
}

.mypage-support-list li.support-list-nav03 span:before {
    background: url(/MyPage/image/icon_admin.svg) no-repeat center center;
    background-size: 20px 19px;
    width: 20px;
    height: 19px
}

.mypage-support-list li.support-list-nav04 span:before {
    background: url(/MyPage/image/icon_seculity.svg) no-repeat center center;
    background-size: 20px 14px;
    width: 20px;
    height: 14px
}

.mypage-support-list li.support-list-nav05 span:before {
    background: url(/MyPage/image/icon_sms.svg) no-repeat center center;
    background-size: 20px 14px;
    width: 20px;
    height: 14px
}

.mypage-support-list li.support-list-nav06 span:before {
    background: url(/MyPage/image/icon_logout.svg) no-repeat center center;
    background-size: 20px 23px;
    width: 20px;
    height: 23px
}

.form-inner-box {
    padding: 0 30px 10px
}

.form-inner-box.border-b {
    padding: 0 0 30px;
    border-bottom: 1px solid #ccc
}

.form-wrap {
    max-width: 400px;
    margin: 0 auto
}

.form-btn-wrap {
    max-width: 400px;
    margin: 0 auto;
    box-sizing: border-box
}

.form-list dt {
    margin-bottom: 5px
}

.form-list dt span {
    display: inline-block;
    padding-left: 5px
}

.form-list {
    margin-bottom: 35px
}

.sub-txt-box {
    margin: 20px auto 0
}

.sub-txt-box p {
    margin: 0
}

.form-input {
    margin: 30px auto 0
}

.form-input input {
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 3px;
    background: #5bb333;
    width: 100%;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 17px 0;
    text-align: center;
    cursor: pointer
}

.form-input input:hover {
    opacity: .8
}

input {
    box-shadow: none;
    -webkit-appearance: none;
    width: 100%;
    display: inline-block;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 12px 15px;
    box-sizing: border-box;
    /*background: #ffc;*/
    color: #000
}

.card img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.nav-back {
    text-align: center;
    margin: 20px auto 0
}

.nav-back a {
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    padding: 7px 7px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: #e0e0e0;
    color: #000;
    text-decoration: none;
    display: inline-block
}

.nav-back a:hover {
    opacity: .8
}

.message-box {
    text-align: center;
    padding: 100px 0
}

.message-box .lev2-heading {
    margin: 0 0 20px
}

.message-box>p {
    margin: 10px 0 0
}

.icon-mail span {
    position: relative;
    padding-left: 1.5em;
    display: inline-block
}

.icon-mail span:before {
    content: "";
    background: url(/MyPage/image/icon_sms.svg) no-repeat top left;
    background-size: 20px 14px;
    width: 20px;
    height: 14px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: .2em
}

.icon-mail-link span {
    position: relative;
    padding-left: 2em
}

.icon-mail-link span:before {
    content: "";
    background: url(/MyPage/image/icon_sms.svg) no-repeat top left;
    background-size: 20px 14px;
    width: 20px;
    height: 14px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: .2em
}

.lev2-heading.icon-alert span {
    font-size: 26px;
    position: relative;
    padding-left: 1.5em;
    display: inline-block
}

.lev2-heading.icon-alert span:before {
    content: "";
    background: url(/MyPage/image/icon-alert.svg) no-repeat top left;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0
}

@media screen and (max-width:900px) {
    .section-box {
        margin: 30px 0 30px;
        border-radius: 5px;
        box-sizing: border-box
    }
    .border-box {
        padding: 20px 15px
    }
    .border-box02 {
        padding: 30px 15px
    }
    .lev2-heading.icon-alert span {
        font-size: 18px;
        padding-left: 1.5em
    }
    .lev2-heading.icon-alert span:before {
        content: "";
        background: url(/MyPage/image/icon-alert.svg) no-repeat top left;
        background-size: 25px 25px;
        width: 25px;
        height: 25px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: -.1em
    }
}

@media screen and (max-width:480px) {
    .pc-only {
        display: none
    }
    .sp-only {
        display: block
    }
    .lev2-heading span {
        font-size: 19px
    }
    .mypage-inner-box {
        padding: 0 0 20px;
        border-bottom: 1px solid #ccc
    }
    .border-box {
        font-size: 14px
    }
    .border-box02 {
        padding: 30px 15px;
        font-size: 14px
    }
    .txt-box p {
        text-align: left
    }
    .txt-s {
        font-size: 12px
    }
    .txt-sm {
        font-size: 16px
    }
    .note-list {
        font-size: 12px;
        margin: 15px 0 0
    }
    .mypage-user-box {
        background: #f0f0f0;
        padding: 20px 0 25px;
        position: relative;
        margin-bottom: 30px
    }
    .mypage-user-box:before {
        content: '';
        position: absolute;
        bottom: -36px;
        left: 50%;
        margin-left: -18px;
        border: 18px solid transparent;
        border-top-color: #f0f0f0
    }
    .mypage-name {
        font-size: 20px;
        margin: 0
    }
    .mypage-left {
        width: 100%;
        display: block;
        vertical-align: bottom;
        text-align: center;
        box-sizing: border-box
    }
    .mypage-right {
        width: 100%;
        display: block;
        text-align: center;
        vertical-align: bottom;
        font-size: 12px;
        box-sizing: border-box;
        margin: 10px 0 0
    }
    .alert-box {
        background: #f7e8e8;
        padding: 10px 20px;
        color: #b21f1f;
        overflow: hidden;
        font-size: 16px
    }
    .alert-left {
        width: 50%;
        margin: 0;
        vertical-align: middle;
        display: inline-block
    }
    .alert-right {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        text-align: right;
        margin: 0
    }
    .alert-right span {
        font-size: 24px
    }
    .alert-txt {
        color: #b21f1f;
        margin: 20px 0 0;
        position: relative;
        padding-left: 80px
    }
    .ui-retractable-block-button {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 15px 0;
        box-sizing: border-box;
        position: relative;
        cursor: pointer
    }
    .mypage-price {
        border-bottom: 1px dotted #ccc;
        padding: 15px 0;
        box-sizing: border-box
    }
    .left-price {
        position: relative;
        padding-left: 1em;
        width: 62%;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        box-sizing: border-box
    }
    .left-price:before {
        content: "";
        border-radius: 3px;
        width: 6px;
        height: 6px;
        display: inline-block;
        position: absolute;
        top: .55em;
        left: 0;
        background-color: #06b
    }
    .right-price {
        width: 35%;
        display: inline-block;
        vertical-align: middle;
        text-align: right;
        box-sizing: border-box
    }
    .mypage-table.mypage-table2 {
        table-layout: fixed;
        width: 100%
    }
    select {
        box-shadow: none;
        -webkit-appearance: none;
        display: inline-block;
        border: 1px solid #aaa;
        border-radius: 3px;
        padding: 5px 15px;
        box-sizing: border-box;
        background: #ffc;
        color: #000;
        cursor: pointer;
        font-size: 14px
    }
    .mypage-table tr>th {
        font-size: 16px
    }
    .mypage-table.mypage-table2 tr>td {
        border-bottom: none;
        padding: 15px 0;
        box-sizing: border-box
    }
    .mypage-table.mypage-table2 td.w63 {
        display: block;
        width: 63%
    }
    .mypage-table.mypage-table2 td.w33 {
        display: block;
        width: 33%;
        border-top: 1px solid #ccc
    }
    .mypage-table.mypage-table2 td.w33 p {
        display: inline-block;
        margin: 0 20px 0 0;
        padding: 0
    }
    .mypage-table.mypage-table2 td.w33 .mypage-btn-pdf {
        display: inline-block
    }
    .mypage-support-box {
        margin: 0 0 40px
    }
    .mypage-support-list li {
        box-sizing: border-box;
        border-bottom: 1px solid #ccc;
        font-size: 14px
    }
    .mypage-support-list li a {
        color: #000;
        text-decoration: none;
        box-sizing: border-box;
        padding: 15px 15px 15px 20px;
        display: block;
        position: relative
    }
    .mypage-support-list li a:after {
        content: "";
        display: inline-block;
        background: url(/assets/img/common/arrow-r-blue.svg) no-repeat;
        background-size: 9px 14px;
        width: 9px;
        height: 14px;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto
    }
    .mypage-support-list li span {
        position: relative;
        padding: 0 0 0 30px
    }
    .form-inner-box {
        padding: 0 0 10px
    }
    .form-wrap {
        max-width: 100%;
        margin: 0 auto
    }
    .form-btn-wrap {
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 15px
    }
    .form-list {
        margin-bottom: 25px
    }
    .form-input input {
        box-shadow: none;
        -webkit-appearance: none;
        font-size: 18.5px;
        font-weight: 700
    }
    .message-box {
        padding: 0 0
    }
    .message-box .lev2-heading {
        margin: 0 0 20px;
        text-align: center
    }
    .message-box>p {
        text-align: left
    }
}

.box-separator3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    background-color: #fff
}

.formbox2 {
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 95%
}

.error_tx {
    color: red;
    margin-bottom: 15px;
    background-color: #ffebeb;
    padding: 10px;
    width: 95%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(../css/PIE.htc);
    position: relative;
}

.error_tx2 {
    color: red;
    margin-bottom: 15px;
    background-color: #ffebeb;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(../css/PIE.htc);
    position: relative;
    text-align: center;
}

.bg-blue {
    background: #0066bb !important;
    background-color: #0066bb !important;
    border-color: #0066BB !important;
}

.bg-red {
    background: #b00000 !important;
    background-color: #b00000 !important;
}

.bg-gray {
    background: #f0f0f0 !important;
}

.text-red {
    color: #b00000 !important;
}

.text-blue {
    color: #0066bb !important;
}

#moveout-date-picker {
    padding-right: calc(1.5em + .75rem);
    background-image: url('/assets/img/osu/common/icon-calender-blue.svg');
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(1.5em + .375rem) calc(1.5em + .375rem);
}

.must-ind {
    background: #b00000;
    border-radius: 5px;
    color: white;
    font-size: 9pt;
    padding: 2px 5px;
}

.site-footer ul,
.site-footer ol {
    padding-left: 0 !important;
}

.nowrap {
    white-space: nowrap;
}

@media (min-width: 576px) {
    #confirm-dialog .modal-sm {
        max-width: 400px;
    }
}

.modal-header {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding: 30px 35px 27px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    letter-spacing: 0.05em;
}

.modal-header .close {
    border: none !important;
    border-radius: 3px !important;
    height: 34px !important;
    width : 36px !important;
    max-width : 36px !important;
}

.modal-header .close>span {
    font-weight: 100;
}

.mypage-delibary-inputTitle {
    padding-left: 1em !important;
    margin: 0 0 1.5em !important;
}

.modal-content {
    width: 100% !important;
    display: block;
}

wbr:after {
    content: "\200B";
}

/* Spinner styles */
.spinner_icon {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #3e84f7; /* Change color as needed */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
    margin-top: 3rem; /* Adjust margin-top as needed */
    margin-bottom: 5rem; /* Adjust margin-top as needed */
}

/* Spinner animation */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.selfiepreview {
    width: 150px;
    height: 150px;
    display: none;
    margin-bottom: 1rem;
    margin-top: -1.5rem;
}

/* Style for .usercircle */
.usercircle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5) !important;
    border: 2px solid #06b;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.usercircle_disabled {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5) !important;
    border: 2px solid gray;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

/* Style for .usericon */
.usericon {
    color: #06b;
    font-size: 60px;
    margin-left: 1.1rem;
    margin-top: 1.1rem;
}

.usericon_disabled {
    color: gray;
    font-size: 60px;
    margin-left: 1.1rem;
    margin-top: 1.1rem;
}

/* Mobile */
@media screen and (max-width: 500px) {
    #takeOutVM.modal-body{ 
        max-height: 450px !important;
    }
    #deliveryChooseVM.modal-body {
        max-height: 450px !important;
    }
    .modal-header .close{
        line-height: 1.2;
        display: inline-flex;
        justify-content: center;
    }  
}
/* XS Mobile */
@media screen and (max-width: 400px) {
    #takeOutVM.modal-body,
    #deliveryChooseVM.modal-body{ 
        max-height: 350px !important;
    }
}

/* @media screen and (max-width: 769px) {} */