@charset "UTF-8";
/* --- mypage 共通 --- */
.caution {
    color: #B0237B;
}
main.mypage {
    background-color: var(--color-bg-object);
    padding-bottom: 70px;
}

main.mypage .contents-footer {
    padding: 20px 20px 0;
}

main.mypage-form {
    background-color: var(--color-bg-object);
}

main.mypage .contents {
    margin: 30px 0 0;
}
main.mypage-form .contents {
    margin: 30px 20px 0;
}
main.mypage .contents-title,
main.mypage-form .contents-title {
    color: var(--color-deep-green);
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
main.mypage-form .contents-body {
    max-width: 900px;
    margin: 30px auto 0;
}
main.mypage-form .contents-inner {
    padding: 30px 20px 50px;
    border-radius: 5px;
    background: #fff;
}
main.mypage-form .procedure .inner-wrap {
    max-width: 680px;
    margin: 0 auto;
}
main.mypage-form .contents .title {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
}
main.mypage-form .explain-text {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 10px 0 0;
    line-height: 1.6;
}
main.mypage-form .explain-text.caution {
    text-align: center;
}
main.mypage-form .procedure table {
    width: 100%;
    margin: 32px auto 30px;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}
main.mypage-form .procedure table tr {
    position: relative;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}
main.mypage-form .procedure table th {
    font-size: 1.8rem;
    font-weight: 500;
}
main.mypage-form .procedure table th .caution {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6;
}
main.mypage-form .procedure table td {
    font-size: 1.6rem;
    font-weight: 300;
    margin: 5px 0 0;
}
main.mypage-form .procedure table th,
main.mypage-form .procedure table td {
    display: block;
    text-align: left;
    line-height: 1.6;
}
main.mypage-form .family-name {
    font-size: 1.5rem;
    font-weight: 300;
    padding: 5px 0 0;
    line-height: 1.6;
}
main.mypage-form .procedure table .required {
    position: relative;
    top: -1px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    margin: 0 0 2px 10px;
    padding: 0 7px 1px 7px;
    background: #B0237B;
    border-radius: 2px;
    letter-spacing: 0.05em;
}
main.mypage-form .error-message {
    position: absolute;
    display: block;
    color:#B0237B;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 1px 0 0;
    line-height: 1.4;
}
main.mypage-form .contents-footer {
    padding-top: 20px;
}
/* --- mypage TOP --- */
.mypage-top {
    padding: 0 20px;
    background-color: #fff;
}
.mypage-top .contents-inner {
    margin: 30px 0 0;
    padding: 30px 20px 60px; 
}
.mypage-top .contents-head {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 10px 10px;
    margin: 0 auto 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
    letter-spacing: 0.02em;
}
.mypage-top .membe-name {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.4;
}
.mypage-top .member-card {
    position: relative;
    color: var(--color-deep-green);
    font-size: 1.8rem;
    font-weight: 400;
    border: 2px solid var(--color-deep-green);
    border-radius: 5px;
    transition: background-color 0.2s ease-in, color 0.2s ease-in;
    cursor: pointer;
}
.mypage-top .member-card:hover {
    color: #fff;
    background-color: var(--color-deep-green);
}
.mypage-top .member-card a {
    display: inline-block;
    padding: 5px 9px 5px 39px;
}
.mypage-top .member-card::before {
    position: absolute;
    content: "";
    top: 6px;
    left: 8px;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/common/person_green.png);
}
.mypage-top .member-card:hover::before {
    background-image: url(../images/common/person.png);
}
.mypage-top .important-info {
    position: relative;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 14px 20px 9px;
    border-radius: 5px;
    background: #FFEFF8;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    letter-spacing: 0;
    line-height: 1.6;
}
.mypage-top .important-info li + li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
.mypage-top .important-info a {
    position: relative;
    transition: color 0.3s ease-out, underline 0.3s ease-out;
}
.mypage-top .important-info a:hover {
    color: #B0237B;
}
.mypage-top .important-info span {
    position: relative;
    display: inline-block;
}

.mypage-top .important-info a:hover span {
    text-decoration: underline;
}
.mypage-top .title {
    position: relative;
    width: fit-content;
    color: var(--text-color);
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 4px 11px 6px 36px;
    background: #FFD0ED;
    border-radius: 3px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.mypage-top .title::before {
    display: block;
    position: absolute;
    content: "";
    top: 7px;
    left: 10px;
    width: 20px;
    height: 20px;
    padding: 8px;
    background-size: 17px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/common/exclamation_mark.png);
    background-repeat: no-repeat;
}
.important-info .notice {
    display: block;
    font-weight: 500;
}
.course-confirmation-box {
    text-align: center;
}
.course-confirmation-box ul li {
    margin-top: 30px;
    padding: 25px 15px 30px;
    border-radius: 5px;
    border: 1px solid var(--color-dark-gray);
    transition: background-color 0.2s ease-in;
}
.course-confirmation-box ul li:hover {
    background: var(--color-bg-sub-green)
}
.course-confirmation-box .ttl {
    color: var(--color-deep-green);
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.75;
}
.course-confirmation-box ul li .image-icon {
    width: 100px;
    height: 100px;
    margin: 11px auto 14px;
    background-size: contain;
    background-repeat: no-repeat;
}
.course-confirmation-box ul li:nth-child(1) .image-icon {
    background-image: url(../images/common/mypage-top01.svg);
}
.course-confirmation-box ul li:nth-child(2) .image-icon {
    background-image: url(../images/common/mypage-top02.svg);
}
.course-confirmation-box ul li:nth-child(3) .image-icon {
    background-image: url(../images/common/mypage-top03.svg);
}
.course-confirmation-box ul li .text {
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.6;
}
.mypage-top .mypage-menu {
    margin: 40px auto 0;
}
.mypage-top .mypage-menu ul {
    border-top: 1px solid var(--color-dark-gray);
}
.mypage-top .mypage-menu li {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 16px 0;
    border-bottom: 1px solid var(--color-dark-gray);

    line-height: 1.67;
}
.mypage-top .mypage-menu li a {
    display: inline-block;
    position: relative;
    transition: color 0.2s ease-in, transform 0.2s ease-in;
}
.mypage-top .mypage-menu li a::after {
    position: absolute;
    content: "";
    top: 6px;
    right: -26px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/common/arrow_green.svg);
}
.mypage-top .mypage-menu li a:hover {
    transform: translateX(10px);
    color: var(--color-deep-green);
}
.mypage-top .tb-block {
    display: none;
}
/* --- mypage 欠席 --- */
main.mypage-form .absence table {
    margin: 32px auto 20px;
}
main.mypage-form .absence-text-area {
    margin: 20px auto 30px;
}
main.mypage-form .absence-text-area .emphasis {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
}
main.mypage-form .absence-text-area .date {
    font-size: 2.0rem;
    font-weight: 500;
    margin: 5px 0 0;
    text-align: center;
    line-height: 1.6;
}
main.mypage-form .absence-text-area .attention {
    font-size: 1.4rem;
    font-weight: 300;
    margin: 16px 0 0;
    line-height: 1.6;
}
main.mypage-form .absence-text-area .attention .br-block {
    display: none;
}
main.mypage-form .absence-text-area .attention a {
    margin: 0 0.5em;
    border-bottom: 1px solid #B0237B;
    transition: opacity 0.2s ease-in;
    cursor: pointer;
}
main.mypage-form .absence-text-area .attention a:hover {
    opacity: 0.6;
}
main.mypage-form .confirm .contents-inner {
    margin: 0;
}
/* --- mypage 欠席 確認 --- */
main.mypage-form .confirm table {
    margin: 32px auto 30px;
}
/* --- mypage キャンセル --- */
main.mypage-form .procedure table td .note.fee {
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 3px;
    line-height: 1.24;
}
main.mypage-form .procedure table td .note.fee span {
    font-size: 1.4rem;
    padding-left: 0.5em;
}
main.mypage-form .procedure ul.explain {
    margin: 32px auto 0;
    padding: 12px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
main.mypage-form .procedure .consent {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 20px 0 30px;
    line-height: 1.6;
}
main.mypage-form .procedure ul.explain li {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.6;
}
main.mypage-form .procedure-period-area .select-field {
    width: 268px;
}
main.mypage-form .procedure .timeoff-period-area .start-date .date-field {
    background-color: #fff;
}
main.mypage-form .timeoff-edit .timeoff-period-area .start-date .date-field {
    background-color: #EBEBEB;
}
main.mypage-form .timeoff-period-area .start-date p {
    margin: 12px 0 10px;
    line-height: 1.6;
}
main.mypage-form .timeoff-period-area .end-date p {
    margin: 24px 0 10px;
    line-height: 1.6;
}
main.mypage-form .timeoff-period-area .end-date select {
    background: #fff;
}
main.mypage-form .procedure .next-course-date {
    font-weight: 500;
    margin: 24px 0 0;
}
main.mypage-form .procedure .start-date .caution {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6;
}
main.mypage-form .confirm .timeoff-period-area p + p {
    margin-top: 5px;
}
/* --- クレジットカード登録・変更 --- */
main.mypage-form .credit .credit-area {
    max-width: 560px;
    margin: 32px auto 0;
    border: 1px solid var(--color-dark-gray);
    background-color: var(--color-bg-light-yellow);
}
main.mypage-form .credit .no-credit-card {
    background-color: #EBEBEB;
}
main.mypage-form .credit .credit-area {
    text-align: center;
}
main.mypage-form .credit .credit-area .credit-info {
    font-size: 1.5rem;
    font-weight: 400;
    padding: 14px 14px 13px;
    line-height: 1.6;
}
main.mypage-form .credit .no-credit-card .credit-info {
    padding: 23px 0;
}
main.mypage-form .credit .credit-area .credit-info span {
    display: block;
}
main.mypage-form .credit .note {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 20px auto 30px;
    line-height: 1.6;
}
/* --- form --- */
input,
select,
button,
textarea {
    color: var(--text-color);
    font-size: 1.6rem;
    font-weight: 300;
}
button,
input[type="radio"] {
    cursor: pointer;
}
input[type="email"]{
    font-size: 1.8rem;
}
option::placeholder,
input[type="email"]::placeholder {
    color: #C1C1C1;
}
input::placeholder,
.question-field input::placeholder {
    color: #C1C1C1;
    font-size: 1.6rem;
    font-weight: 300;
}
input[type="checkbox"]{
    position: relative;
    width: 18px;
    height: 18px;
    top: 1px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--color-dark-gray);
    border-radius: 2px;
    background: #EBEBEB;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
input[type="checkbox"]:before,
input[type="checkbox"]:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}
input[type="checkbox"]:checked::before {
    background: var(--color-deep-green);
}
input[type="checkbox"]:checked::after {
    left: 5px;
    top: 2px;
    width: 7px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
input[type="radio"] {	
    position: relative;	
    width: 20px;	
    height: 20px;
    margin: 0;	
    padding: 0;
    border: 1px solid var(--color-dark-gray);	
    border-radius: 100%;	
}	
input[type="radio"]:before {	
    position: absolute;	
    content: '';	
    top: 50%;	
    left: 50%;	
    width: 14px;	
    height: 14px;	
    border-radius: 50%;	
    transform: translate(-50%, -50%) scale(0);	
    background: var(--color-deep-green);	
    transform-origin: center center;	
    transition: transform 0.2s ease-in;	
}	
input[type="radio"]:checked:before {	
    transform: translate(-50%, -50%) scale(1);	
    transition: transform 0.2s;	
}
input,
.select-field select {
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 0 10px;
    border: 1px solid var(--color-dark-gray);
    border-radius: 2px;
}
.firefox .auth form input,
.firefox .auth form .select-field select,
.firefox #shopSelection select,
.firefox #otherInput input {
    background-color: #fff;
}
/* Webkit */
::-webkit-input-placeholder {
    color: var(--color-dark-gray);
}
/* Firefox 19 以降 */
::-moz-placeholder {
    color: var(--color-dark-gray);
}
:-ms-input-placeholder {
    color: var(--color-dark-gray);
}
input::placeholder,
select::placeholder,
textarea::placeholder {
    color: #C1C1C1;
}
.form-colm-2,
.form-colm-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 7px;
}
.form-colm-2 .input-box {
    width: calc((100% - 7px) / 2);
}
.form-colm-3 .select-field {
    width: calc((100% - 14px) / 3);
}
.form-colm-3 .select-field select {
    color: #C1C1C1;
}
.form-colm-3 .select-field select {
    font-size: 1.6rem;
    font-weight: 300
}
/* 初期状態の文字色を薄くする */
.select-field select {
    color: #C1C1C1;
    cursor: pointer;
}
/* 有効な値が選択されたら文字色を変更 */
.select-field select:valid {
    color: var(--text-color);
}
/* --- 入力フォーム --- */
.form-group {
    position: relative;
    margin-bottom: 30px;
}
.form-group label {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.form-group .required {
    position: relative;
    top: -1px;
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 0 10px;
    /* padding: 2px 7px 4px 7px; */
    background: #B0237B;
    border-radius: 2px;
    letter-spacing: 0.05em;
}
/* ADD */
.form-group .required {
    height: 20px;
    padding: 0 7px;
    line-height: 19px;
}
.address-field .input-box,
.signup.signup-detail .favorite-store-field {
    position: relative;
}
.address-field .input-box .error-message {
    bottom: -13px;
}
.password-field .wrap {
    position: relative;    
}
.password-field .wrap + .wrap {
    margin: 10px 0 0;
}
.password-field .wrap .btn-password {
    position: absolute;
    top: 2px;
    right: 10px;
    width: 40px;
    height: 36px;
    background-image: url(../images/common/eye_on.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-image 0.2s ease-in;
    cursor: pointer;
}
.password-field .wrap .btn-password.show {
    background-image: url(../images/common/eye_off.svg);
}
main.mypage-form textarea {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.6;
}

main.mypage-form .select-field select {
    width: 100%;
    height: 40px;
    padding: 0 27px 0 10px;
    border: 1px solid var(--color-dark-gray);
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    background-color: #fff;
}
main.mypage-form .custom-select option {
    padding: 8px;
}
main.mypage-form .reason-select p {
    font-size: 1.6rem;
    font-weight: 300;
    margin: 5px 0 0;
}
main.mypage-form .reason-textarea textarea {
    display: block;
    font-size: 1.6rem;
    font-weight: 300;
    width: 100%;
    height: 172px;
    padding: 12px 10px;
    border: 1px solid #707070;
    resize: none;
}
main.mypage-form .select-field select option {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
main.mypage-form .firefox .select-field select {
    background-color: #fff;
}
main.mypage-form .select-field.icon-arrow {
    position: relative;
}
main.mypage-form .select-field.icon-arrow::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 12px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #707070 transparent transparent transparent;
    opacity: 1;
}
main.mypage-form .procedure .date-field {
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 6px 10px 0;
    border: 1px solid var(--color-dark-gray);
    border-radius: 2px;
    cursor: pointer;
}
main.mypage-form .timeoff-edit .start-date .date-field {
    cursor: default;
}
main.mypage-form .procedure .start-date .select-field,
main.mypage-form .procedure .end-date .select-field {
    max-width: 268px;
} 
main.mypage-form .procedure table .reason-area td {
    margin: 0;
}
main.mypage-form .procedure table .reason-area td p {
    margin: 0 0 10px;
}
main.mypage-form .procedure table .reason-area {
    padding: 12px 0 30px;
}
main.mypage-form .procedure.confirm table .reason-area {
    padding: 12px 0;
}
main.mypage-form .procedure.confirm .remarks-area p {
    margin: 0;
}
main.mypage-form .reason-textarea {
    position: relative;
    margin: 24px 0 0;
}
main.mypage-form .reason-textarea textarea::placeholder {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.6;
}
main.mypage-form .error-text {
    color: #B0237B;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 10px 0 0;
    text-align: center;
}
/* --- 退会 --- */
main.mypage-form .delete-account table tr {
    padding: 12px 0 15px;
}
.delete-account table th .caution {
    display: block;
    margin-top: 10px;
}
.delete-account-list {
    margin-top: 12px;
}
.delete-account-list li:not(:first-child) {
    margin-top: 10px;
}
/* --- 会員証 --- */
.js-membership-contents {
  display: none;
}
.membership .contents-body {
    position: relative;
    padding: 0 20px;
    background-color: #fff;
}
.membership .contents-inner {
    position: relative;
    max-width: 295px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 30px auto 0;
    padding: 88px 0 50px; 
}
.membership-list .list-wrap {
    border-radius: 5px;
    border: 1px solid var(--color-dark-gray);
    overflow: hidden;
    background-color: var(--color-bg-light-yellow);
}
.membership-list li:not(:last-child) {
    margin-bottom: 16px;
}
.membership .print {
    position: absolute;
    top: 30px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 38px;
    font-size: 1.6rem;
    font-weight: 400;
    align-self: flex-end;
    border-radius: 5px;
    text-align: center;
    border: 2px solid var(--color-deep-green);
    background-color: var(--color-bg-object);
    letter-spacing: 0.05em;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
    cursor: pointer;
}
.membership .print:hover {
    color: #fff;
    background: var(--color-deep-green);
}
.membership-head {
    position: relative;
    height: 41px;
    padding: 0 10px;
    background-color: var(--color-deep-green);
    transition: all 0.4s ease-out;
    cursor: pointer;
}
.membership-head::before,
.membership-head::after {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    top: 50%;
    right: 14px;
    margin-top: -1px;
    background-color: var(--color-deep-green);
    transition: rotate 0.3s ease-out;
    border-radius: 3px;
    z-index: 2;
}
.membership-head::after {
    rotate: 90deg;
}
.membership-head.active::after {
    rotate: 0deg;
}
.membership-head p {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.membership-head p::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 23px;
    height: 23px;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 50%;
    background-image: none;
}
.membership-contents {
    border-radius: 0 0 5px 5px;
    border-top: 1px solid var(--color-dark-gray);
}
.membership-contents .qr-coad {
    width: 140px;
    height: 140px;
    margin: 37px auto 16px;
    background-color: #DBDBDB;
}
.membership-contents .number {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 37px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: center;
}
/* --- 会員情報 編集共通 --- */
main.mypage-form .edit-profile .contents-inner {
    max-width: 900px;
}
.tab-change-area {
    margin: 30px auto 0;
    padding: 0 10px;
    border-bottom: 4px solid var(--color-deep-green);
}
.tab-change-area ul {
    position: relative;
    display: flex;
    gap: 0 5px;
    align-items: flex-end;
    z-index: 2;
}
.edit-profile .tab-change-area ul {
    gap: 0 7px;
}
.tab-change-area ul li {
    position: relative;
    flex-shrink: 0; 
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    height: 35px;
    padding: 7px 10px 4px;
    border-radius: 7px 7px 0 0;
    background-color: #82A07A;
     user-select: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.6s ease;
    letter-spacing: 0.05em;
    line-height: 1.5;
    cursor: pointer;
    transition: background-color 0.6s ease;
}
.tab-change-area ul li:hover {
    background-color: var(--color-deep-green);
}
.tab-change-area ul li.tab-current {
    height: 40px;
    font-size: 1.8rem;
    padding: 7px 10px 0 40px;
    background-color: var(--color-deep-green);
    cursor: default;
}
.tab-change-area ul li.tab-current::before {
    position: absolute;
    content: "";
    top: 9px;
    left: 10px;
    width: 25px;
    height: 25px;
    background-image: url(../images/common/person.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.edit-profile .lead-text {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
    line-height: 1.6;
}
.edit-profile .email-field input:disabled {
    -webkit-appearance: none;
    border: 1px solid var(--color-dark-gray);
    background-color: #EBEBEB;
    opacity: 1;
}
.current-password:disabled {
    -webkit-appearance: none;
    border: 1px solid var(--color-dark-gray);
    background-color: #EBEBEB;
    opacity: 1;
}
/* --- 会員情報 家族 --- */
.edit-family-list,
.add-family {
    max-width: 680px;
    margin: 0 auto;
}
.edit-family-list .membership-head,
.add-family .membership-head {
    border-radius: 5px;
}
.edit-family-list li:not(:last-child) {
    margin-bottom: 16px;
}
.edit-family-list .membership-contents {
    margin: 20px auto 34px;
    border: none;
}
.add-family .membership-contents {
    margin: 16px auto 0;
    /* margin: 20px auto 0; */
    border: none;
}
.add-family .form-explain {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.6;
}
.add-family {
    margin: 30px auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.add-family .membership-head {
    background-color: #F2E4B7;
    border: 1px solid #707070;
}
.add-family .membership-head p {
    color: var(--color-deep-green);
}
.add-family .membership-head::before,
.add-family .membership-head::after {
    background-color: #fff;
}
.add-family .membership-head p::after {
    background-color: var(--color-deep-green);
}
/* --- 会員情報 Form --- */
.edit-profile  .form-group {
    margin-bottom: 20px;
}
.edit-profile .form-group label {
    margin-bottom: 5px;
    line-height: 1.6;
}
.gender-area .form-colm-3 {
    justify-content: start;
    margin: 5px 0 0;
    gap: 0;
}
.form-group.gender-area label {
    font-size: 1.6rem;
    font-weight: 300;
    margin: 0 20px 0 0;
    padding-left: 8px;
    cursor: pointer;
}
.gender-area p,
.email-field-head p {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.6;
}
.address-field .form-colm-2 {
    margin: 0 0 10px;
}
.address-field.postcode-field .form-colm-2 {
    margin: 0;
}
.address-field .post-code,
.address-field .btn-post-code {
    width: 50%;
    height: 40px;
}
.address-field .btn-post-code {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    background: var(--color-deep-green);
}
.email-register {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.email-register label,
.password-register label {
    font-size: 1.6rem;
    font-weight: 300;
    padding-left: 10px;
}
.edit-profile .email-register label,
.edit-profile .password-register label {
    margin: 0;
    cursor: pointer;
}
.form-group.email-field .input-box {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}
.password-field-head {
    gap: 5px 0;
}
.password-register {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
    align-items: center;
}
.password-field-head {
    margin-bottom: 7px;
}
.password-field-head p {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.6;
}
.password-field .text {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.6;
}
.question-field .text,
.favorite-store-field p {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.6;
}
.form-group.question-field .hidden {
    display: none;
}
.favorite-store-field {
    margin-bottom: 0;
}
.edit-profile #shopSelection,
.edit-profile #otherInput {
    margin-top: 20px;
}
main.mypage-form .add-selectbox.select-field.icon-arrow::after {
    top: 50px;
}
.store-selection {
    position: relative;
    width: 144px;
    height: 40px;
    text-align: left;
    border-radius: 3px;
    line-height: 40px;
}
.edit-profile .store-selection {
    margin: 0;
}
.store-selection::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 9px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: var(--color-deep-green) transparent transparent transparent;
    transform: translateY(-50%) rotate(270deg);
}
.store-selection .store-box {
    position: absolute;
    top: 50%;
    color: var(--color-deep-green);
    font-size: 1.5rem;
    font-weight: 500;
    width: 100%;
    height: auto;
    padding: 0 0 0 10px;
    border: none;
    cursor: pointer;
    border: 1px solid var(--color-deep-green);
    background-color: transparent;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
}
.store-selection:hover .store-box {
    color: #fff;
    background: var(--color-deep-green);
}
.store-selection:hover::after {
    border-color: #fff transparent transparent transparent; 
}
.edit-profile .receive-info {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ccc;
}
.receive-info .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}
.receive-info label {
    flex: 1;
    font-size: 1.6rem;
    font-weight: 300;
    display: inline-block;
    line-height: 1.6;
    cursor: pointer;
} 
.edit-profile .receive-info label {
    margin-bottom: 0;
}
.my-favorite {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 3px;
    font-size: 1.5rem;
    font-weight: 300;
}
.my-favorite.is-show {
    margin: 10px 0 0;
}
.my-favorite li {
    position: relative;
    margin: 0 10px 10px 0;
}
.my-favorite li::after {
    position: absolute;
    content: "／";
}  
@media screen and (min-width: 744px) {
    /* --- mypage 共通 --- */
    main.mypage .contents-title,
    main.mypage-form .contents-title {
        font-size: 3.0rem;
    }
    main.mypage .contents-footer {
        margin: 0 auto;
        padding: 20px 40px 0;
    }
    /* --- mypage TOP --- */
    .mypage-top {
        padding: 0 40px;
    }
    .mypage-top .contents-inner {
        padding: 50px 0 70px;
    }
    .mypage-top .important-info {
        font-size: 1.8rem;
        padding: 14px ;
        letter-spacing: 0.02em;
    }
    .course-confirmation-box ul {
        display: flex;
        gap: 0 17px;
    }
    .course-confirmation-box ul li {
        flex: 1;
        padding: 18px 15px 20px;
    }
    .course-confirmation-box .ttl {
        min-height: 69px;
        font-size: 2.4rem;
        line-height: 1.4;
    }
    .course-confirmation-box ul li:nth-child(2) .ttl,
    .course-confirmation-box ul li:nth-child(3) .ttl {
        position: relative;
        top: 0.5em;
    }
    .course-confirmation-box ul li .image-icon {
        margin: 8px auto 14px;
    }
    .course-confirmation-box ul li .text {
        text-align: left;
    }
    .mypage-top .mypage-menu li {
        font-size: 2.0rem;
        line-height: 1.5;
    }
    .mypage-top .mypage-menu li a::after {
        width: 24px;
        height: 24px;
        top: 3px;
        right: -30px;
    }
    .mypage-top .tb-inline {
        display: none;
    }
    .mypage-top .tb-block {
        display: block;
    } 
    main.mypage-form .contents-footer {
        max-width: 900px;
        margin: 0 auto;
    }       
    /* --- mypage その他 --- */
    main.mypage-form .contents {
        margin: 30px 40px 0;
    }

    main.mypage-form .contents-title {
        font-size: 3.0rem;
    }
    main.mypage-form .contents-inner {
        padding: 50px 60px 70px;
    }
    main.mypage-form .contents .title {
        font-size: 2.0rem;
    }
    main.mypage-form .explain-text {
        font-size: 1.6rem;
        text-align: center;
    }
    main.mypage-form .procedure table {
        margin: 55px auto 40px;
    }
    main.mypage-form .procedure table tr {
        display: flex;
        justify-content: space-between;
        gap: 0 45px;
        padding: 15px 0;
    }
    main.mypage-form .procedure table th {
        font-size: 2.0rem;
        width: 230px;
        letter-spacing: 0.02em;
    }
    main.mypage-form .procedure table th .caution {
        margin-top: 10px;
    }
    main.mypage-form .procedure table td {
        flex: 1;
        min-width: 264px;
        max-width: 403px;
        font-size: 1.8rem;
        margin: 0;
        letter-spacing: 0;
    }
    main.mypage-form .family-name {
        font-size: 1.6rem;
    }
    main.mypage-form .confirm .timeoff-period-area p + p {
        margin-top: 12px;
    }  
    
    main.mypage-form .timeoff-period-area .start-date p {
        margin: 0 0 10px;
    }
    /* --- mypage 欠席 --- */
    main.mypage-form .absence table {
        margin: 55px auto 30px;
    }
    main.mypage-form .absence-text-area {
        margin: 30px auto 42px;
    }
    main.mypage-form .absence-text-area .emphasis {
        font-size: 1.8rem;
        text-align: center;
    }
    main.mypage-form .absence-text-area .date {
        font-size: 2.4rem;
        margin: 10px 0 0;
        letter-spacing: 0.02em;
    }
    main.mypage-form .absence-text-area .attention {
        font-size: 1.5rem;
        margin: 20px 0 0;
        text-align: center;
    }
    main.mypage-form .absence-text-area .attention .br-block {
        display: block;
    }    
    main.mypage-form .procedure.confirm table .reason-area {
        padding: 15px 0;
    }
    /* --- mypage 欠席 確認 --- */
    main.mypage-form .confirm table {
        margin: 55px auto 40px;
    }
    /* --- mypage キャンセル --- */
    main.mypage-form .procedure table td .note.fee {
        font-size: 2.0rem;
        line-height: 1.6;
    }
    main.mypage-form .procedure table td .note.fee span {
        font-size: 1.6rem;
    }
    /* --- mypage 休会 / 退講 変更 --- */
    main.mypage-form .procedure ul.explain {
        margin: 55px auto 0;
        padding: 15px 0;
    }
    main.mypage-form .procedure ul.explain li {
        font-size: 1.6rem;
    }
    main.mypage-form .procedure .consent {
        width: fit-content;
        font-size: 1.8rem;
        margin: 40px auto;
        text-align: center;
    }
    .btn-procedure {
        width: 256px;
    }
    .course-action .subscribe.btn-procedure {
        padding: 6px 0 6px;
    }
    /* --- クレジットカード登録・変更 --- */
    main.mypage-form .credit .credit-area {
        margin: 55px auto 0;
        text-align: left;
    }
    main.mypage-form .credit .no-credit-card {
        text-align: center;
    }
    main.mypage-form .credit .credit-area .credit-info {
        font-size: 1.6rem;
        padding: 21px 30px;
    }
    main.mypage-form .credit .no-credit-card .credit-info {
        padding: 33px 0;
    }    
    main.mypage-form .credit .note {
        font-size: 1.6rem;
        margin: 40px auto 30px;
    }
    /* --- form --- */
    input::placeholder,
    select::placeholder,
    button::placeholder,
    textarea::placeholder {
        font-size: 1.8rem;
    }

    main.mypage-form textarea {
        letter-spacing: 0.05em;
    }    
    main.mypage-form .reason-select p {
        font-size: 1.8rem;
    }
    main.mypage-form .select-field select {
        font-size: 1.8rem;
    }
    main.mypage-form .procedure table .reason-area {
        padding: 15px 0 33px;
    }
    main.mypage-form .reason-textarea textarea {
        height: 116px;
        font-size: 1.8rem;
        padding: 8px 10px;
    }
    main.mypage-form .reason-textarea textarea::placeholder {
        font-size: 1.8rem;
        letter-spacing: 0.05em;
    }
    /* --- 退会 --- */
    .delete-account-list {
        margin-top: 0;
    }
    .delete-account-list li:not(:first-child) {
        margin-top: 14px;
    }
    /* --- 会員証 --- */
    .membership .contents-body {
        padding: 0 40px;
    }
    .membership .contents-inner {
        max-width: 1000px;
        padding: 50px 0 70px;
    }
    .membership .print {
        position: absolute;
        top: 50px;
        width: 76px;
        height: 38px;
        font-size: 1.8rem;
        right: 0;
    }
    .membership-list {
        width: 480px;
        margin: 0 auto;
    }
    .membership-head {
        height: 56px;
        padding: 0 20px;
    }
    .membership-head p {
        font-size: 2.0rem;
    }
    .membership-head::before,
    .membership-head::after {
        width: 20px;
        height: 4px;
        right: 26px;
        margin-top: -2px;
    }
    .membership-head p::after {
        width: 32px;
        height: 32px;
    }
    .membership-contents .qr-coad {
        width: 180px;
        height: 180px;
        margin: 84px auto 30px;
    }
    .membership-contents .number {
        font-size: 1.8rem;
        margin-bottom: 104px;
    }
    /* --- 会員情報 編集共通 --- */
    .tab-change-area ul li {
        font-size: 1.8rem;
        height: 41px;
        padding: 9px 18px 6px 18px;
    }
    .tab-change-area ul li.tab-current {
        font-size: 2.0rem;
        height: 47px;
        padding: 10px 18px 8px 63px;
    }
    .tab-change-area ul li.tab-current::before {
        width: 34px;
        height: 34px;
        left: 18px;
    }
    .edit-profile .lead-text {
        max-width: 680px;
        font-size: 1.6rem;
        margin: 0 auto 30px;
        padding: 0 0 30px;
        text-align: center;
    }
    /* --- 会員情報 家族 --- */
    .add-family {
        margin: 40px auto 30px;
        padding-bottom: 37px;
    }
    .edit-family-list li:not(:last-child) {
        margin-bottom: 20px;
    }
    .edit-family-list .membership-contents {
        margin: 25px auto 44px;
    }
    .add-family .membership-contents {
        margin: 20px auto 0;
    }
    .add-family .form-explain {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }    
    /* --- 会員情報 Form --- */
    .edit-profile .form-inner {
        max-width: 680px;
        margin: 0 auto;
        padding: 0; 
    }    
    .form-colm-2, .form-colm-3 {
        gap: 0 10px;
    }
    .form-group label {
        font-size: 2.0rem;
        letter-spacing: 0.02em;
    }
    input, .select-field select {
        font-size: 1.8rem;
    }
    .edit-profile .form-group {
        margin-bottom: 40px;
    }
    .edit-profile .favorite-store-field {
        margin-bottom: 30px;
    }
    .gender-area p, .email-field-head p {
        font-size: 2.0rem;
    }
    .form-group.gender-area label {
        font-size: 1.8rem;
    }
    .address-field .form-colm-2 {
        justify-content: flex-start;
    }
    .address-field .btn-post-code {
        width: fit-content;
        min-width: 132px;
    }
    .email-field-head {
        display: flex;
        flex-wrap: wrap;
        gap: 0 10px;
        margin-bottom: 5px;
    }
    .email-register {
        margin-bottom: 0;
    }
    .gender-area p, .email-field-head p {
        margin: 0;
    }
    .password-field-head {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 4px 0;
        margin-bottom: 10px;
    }
    .password-field-head p {
        font-size: 2.0rem;
        margin-bottom: 0;
    }
    .password-register {
        flex: none;
        margin-bottom: 0;
        margin-left: 10px;
    }
    .email-register label, .password-register label {
        font-size: 1.8rem;
    }
    .password-field .text {
        font-size: 1.6rem;
        flex: 1 1 100%;
    }
    .question-field .text, .favorite-store-field p {
        font-size: 2.0rem;
    }
    .store-selection .store-box {
        font-size: 1.6rem;
    }
    .store-selection {
        width: 172px;
    }
    .receive-info .wrap {
        align-items: center;
    }
    .edit-profile .receive-info label {
        font-size: 1.8rem;
    }
    .edit-family .form-group.tel-field {
        margin-bottom: 7px;
    }
}
@media screen and (min-width: 1000px) {
    /* --- mypage TOP --- */
    .mypage-top {
        padding: 0 50px;
    }  
    .mypage-top .contents-inner {
        max-width: 1000px;
        margin: 30px auto 0;
    }
    .course-confirmation-box ul {
        gap: 0 50px;
    }
    .course-confirmation-box ul li {
        padding: 23px 15px 30px;
    }
    .course-confirmation-box ul li:nth-child(2) .ttl,
    .course-confirmation-box ul li:nth-child(3) .ttl {
        position: inherit;
    }
    .mypage-top .tb-block {
        display: none;
    }    
    .course-confirmation-box .ttl {
        min-height: auto;
        line-height: 1.6;
    }
    .course-confirmation-box ul li .image-icon {
        margin: 10px auto 14px;
    }
    main.mypage-form .contents-body {
        width: 900px;
    }
    main.mypage-form .procedure .contents-inner {
        padding: 50px 0 70px;
    }
    main.mypage-form .procedure .inner-wrap {
        width: 680px;
        margin: 0 auto;
    }
    main.mypage-form .procedure table tr {
        gap: inherit;
    }
    main.mypage-form .procedure table th {
        min-width: auto;
    }
    main.mypage-form .procedure table td {
        width: 405px;
    }
    main.mypage-form .reason-textarea textarea {
        max-width: 403px;
        max-height: 116px;
    }
    main.mypage .contents-footer {
        padding: 20px 50px 0;
        margin: 0 auto 0;
    }

    main.mypage .order-history .contents-footer {
        padding: 20px 40px 0;
    }

    main.mypage .order-history .contents-footer .back-btn {
        max-width: 1000px;
        margin: 0 auto;
    }

    main.mypage-form .absence-text-area .attention .br-block {
        display: none;
    } 
    .edit-profile .lead-text {
        margin: 0 auto 35px;
        padding: 0 0 30px;
        text-align: center;
    }
    /* --- 会員情報 Form --- */
    main.mypage-form .edit-profile .contents-inner {
        padding: 50px 0 70px;
    }
    .password-field-head {
        gap: 0;
        margin-bottom: 5px;
    }
    .password-field .text {
        flex: none;
        margin-top: 2px;
        margin-left: 10px;
    }
}
@media screen and (min-width: 1100px) {
    main.mypage .contents-footer {
        max-width: 1000px;
        padding: 20px 0 0;
    }
    .course-confirmation-box ul {
        gap: 0 65px;
    }

    main.mypage .order-history .contents-footer {
        max-width: 1000px;
        padding: 20px 0 0;
    }

}
@media screen and (min-width: 1200px) {
    .mypage-top .contents-inner {
        width: 1000px;
    }  
    .course-confirmation-box ul li .text {
        text-align: center;
    }
    .mypage-top .tb-inline {
        display: block;
    }
  
}

