@charset "UTF-8";
.panel {
  background-color: inherit;
}
header .mypage, header .linkG p.login {
  cursor: pointer;
  padding: 0;
}
header .linkG {
  position: relative;
  display: flex;
  justify-content: center;
}
header .mypage {
  align-items: baseline;
}
header .mypage p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 1rem;
}
header .mypage p span {
  font-size: 85%;
  /* color: #5a5a5a; */
}
header .mypage img {
  vertical-align: middle;
}
header .mypage img:first-child {
  position: relative;
  top: 0.5rem;
}
header .mypage img.openBT {
  width: 15px;
  height: 12px;
}
header .mypage.down::after {
  transform: scale(1, -1);
}
header nav {
  text-align: center;
}
.mypage-list {
  position: absolute;
  top: 4rem;
  display: none;
  margin: 0 auto;
  font-size: 1.6rem;
  right: 0;
  left: 0;
  width: 100%;
  padding-bottom: 1rem;
  border-radius: 0.5rem;
  background: rgba(50, 50, 50, 0.8);
  z-index: 999;
}
.mypage-item {
  width: 84%;
  margin: 0 auto;
  border-bottom: 1px dashed #323232;
}
.mypage-item:last-child {
  border-bottom: none;
}
.mypage-item a {
  padding: 1vw 0;
  display: block;
  color: #323232;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 1.6rem;
}
.mypage-list-sp {
  position: absolute;
  top: 5rem;
  display: none;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  font-size: 1.4rem;
  right: 0;
  width: 100%;
  text-align: center;
}
.mypage-item-sp {
  width: 84%;
  margin: 0 auto;
  border-bottom: 1px dashed #5a5a5a;
  padding: 10px;
}
.mypage-item-sp:last-child {
  border-bottom: none;
}
.mypage-item-sp a {
  padding: 1vw 0;
  display: block;
  color: #000;
}
.mypage-item-sp a i {
  color: #000;
}
.box-header {
  color: var(--baseColor);
}
.timeline > li > .timeline-item > .timeline-header {
  color: var(--baseColor);
}
/*.btn-group-lg > .btn, .btn-lg {
  padding: 10px 5rem;
}*/
/*.btn-primary {
  background-color: var(--mainColor);
  border-color: inherit;
}*/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}
/*新規アカウント作成*/
body.body-signup {
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  font-size: clamp(1.4rem, 1.3029rem + 0.4142vw, 1.8rem);
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.75;
  color: var(--baseColor);
  letter-spacing: 0.025em;
  background-image: url(/img/bg_img_main.webp);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
body.body-signup .navbar-inverse .navbar-nav > li > a {
  color: var(--baseColor);
}
body.body-signup .page-header {
  font-size: clamp(2.2rem, 1.86rem + 0.906vw, 3.6rem);
}
.body-mypage .nav-tabs {
  width: 100% !important;
  overflow-x: auto; /* 指で横スクロールできるようにする */
  -ms-overflow-style: none; /* IE/Edge でスクロールバーを非表示 */
  scrollbar-width: none; /* Firefox でスクロールバーを非表示 */
}
.body-mypage .nav-tabs::-webkit-scrollbar {
  display: none; /* Chrome/Safari でスクロールバーを非表示 */
}
.body-mypage iframe#iframe-calendar {
  width: 100% !important;
  overflow-y: auto; /* 指で縦スクロールできるようにする */
  -ms-overflow-style: none; /* IE/Edge でスクロールバーを非表示 */
}
.body-mypage iframe#iframe-calendar::-webkit-scrollbar {
  display: none; /* Chrome/Safari でスクロールバーを非表示 */
}
.body-mypage .nav > li > a {
  padding: 10px 33px;
}
.input-group-btn{
	height:3.471em;
}
@media screen and (max-width: 1280px) {
  header .mypage p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  header .mypage {
    width: 100%;
    margin-bottom: 1rem;
  }
  .mypage-list {
    right: 0;
    top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  header .mypage.login {
    width: 150px;
  }
  header .mypage p {
    padding: 13px 0;
  }
  header .mypage ::before {}
  .sp-nav-list :first-child {
    margin-top: 20px;
  }
  .nav-container {
    position: relative;
    width: 100%;
  }
  /*.mypage-list {
    position: absolute;
    top: inherit;
    bottom: 7.6rem;
    right: 0;
    left: inherit;
    display: none;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }*/
  .sp-nav header.open .mypage-list .mypage-item a {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    color: #5a5a5a;
  }
  .sp-nav header.open .mypage-list .mypage-item {
    width: 80%;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-top: 20px;
    border-bottom: 1px dashed #5a5a5a;
  }
  .sp-nav header.open .mypage-list :last-child {
    border-bottom: none;
  }
  .mypage-list :first-child {
    margin-top: 10px;
  }
}
@media screen and (max-width: 559px) {
  header .mypage {
    flex-direction: row;
    align-items: center;
    border-bottom: solid 1px #323232;
    margin-bottom: 3rem;
  }
  header .mypage img:first-child {
    top: -0.1rem;
  }
  header .mypage p {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.25;
    /* color: #5a5a5a; */
  }
  header .mypage p.name + p {
    margin: 0;
  }
  .drawer-open .drawer-nav .mypage-list {
    padding: 0rem 2.5rem 3rem;
  }
  .drawer-open .drawer-nav .mypage-item {
    padding: 0;
    border-bottom: 1px dashed #fff;
  }
  .drawer-open .drawer-nav .mypage-list {
    bottom: inherit;
    top: 4.5rem;
    right: inherit;
    left: 0;
    width: 76%;
    padding: 0.5rem 2rem 1rem;
  }
  .drawer-open .drawer-nav li.mypage-item a {
    font-size: 1.6rem;
    color: #fff;
  }
  label > .icon-checkbox-icon {
    text-indent: 0.4em;
    margin-left: -1.6em;
  }
}
/*---------------------------追記CSS-------------------------------------------------------------*/
/*-----------------------

 　アカウント系ページ共通

-----------------------*/
body.account-page {
  color: var(--baseColor) !important;
}
/*.btn-default {
  color: var(--baseColor) !important;
  background-color: #f0eeee;
  border-color: #ccc;
  padding: 1rem 5rem;
  width: initial !important;
}*/
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  background-color: inherit;
  opacity: 0.8;
}
.dropdown-menu > li > a {
  line-height: 2.2;
}
.control-label {
  margin-bottom: 0.5rem;
}
.required {
  margin: 0 0.5em;
  padding: 0 0.5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #bf0000;
  color: #fff;
  font-weight: normal;
  font-size: 80%;
}
.form-group {
  margin-bottom: 2rem;
}
.form-control {
  padding: 1rem;
  margin-bottom: 1rem;
  height: auto;
}
.btn-footer {
  margin: 20px auto 0;
  text-align: center;
}
.payment img.card, .card-edit-page img.card {
  vertical-align: middle;
  width: 25px;
  margin-left: 5px;
}
.account-page .text-right a {
  color: var(--mainColor);
  text-decoration: underline;
}
.account-page .text-right a:hover {
  color: var(--mainColor);
  opacity: 0.8;
}
/*.btn-danger {
  padding: 1rem 3rem;
  color: #fff;
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}*/
header .mypage-item a {
  color: #fff !important;
}
.account-page .col-md-12 {
  width: 99.9%;
}
.body-card-edit table.entry > tbody > tr > th,
.body-card-detail table.entry > tbody > tr > th{
	padding-left:0.8rem;
}
/*-----------------------

 　マイページ

-----------------------*/
.profile-user-img {
  width: 80%;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: #e1dddc;
  border: 1px solid #b4aaa8;
  border-bottom-color: transparent;
}
.profile-username {
  margin-top: clamp(1.5rem, 1.257rem + 0.647vw, 2.5rem);
  margin-bottom: 3rem;
  font-size: clamp(2rem, 1.951rem + 0.129vw, 2.2rem);
}
.body-mypage .table tr:first-child {
  font-size: clamp(1.2rem, 1.151rem + 0.129vw, 1.4rem);
}
/*.body-mypage .table .btn-default {
  height: inherit;
  padding: 0.2rem 1rem;
}
.body-mypage .btn-default {
  padding: 1rem 3rem;
}*/
/*
.body-mypage .table .table-bordered span {
  color: var(--mainColor) !important;
}
*/
.cart-page ul.cart-row li.cart-column-del h5{
	line-height:1.5;
}
/*-----------------------

 　プロフィール変更

-----------------------*/
.body-profile-edit .content {
  width: 50%;
  margin: 0 auto;
}
.body-profile-edit .col-lg-3 {
  width: 50%;
}
.body-profile-edit .col-lg-6 {
  width: 100%;
}
.body-profile-edit .content a {
  color: var(--mainColor);
  text-decoration: underline;
}
/*-----------------------

 　クレジットカード情報

-----------------------*/
.body-card-detail .col-lg-8 {
  width: 100%;
}
.body-card-detail .content {
  width: 50%;
  margin: 0 auto;
}
.body-card-detail .content .row {
  margin-bottom: 1rem;
}
/*-----------------------

 　クレジットカード変更

-----------------------*/
.body-card-edit .col-lg-8 {
  width: 100%;
}
.body-card-edit .content {
  width: 35%;
  margin: 0 auto;
}
.body-card-edit .card-info {
  max-width: 100%;
}
.body-card-edit .content .row {
  margin-bottom: 1rem;
}
/*-----------------------

 　ログイン・パスワード変更

-----------------------*/
.body-pass .content {
  width: 40%;
  margin: 0 auto;
}
.body-pass .col-lg-5 {
  width: 100%;
}
.body-pass .form-group p {
  font-size: clamp(1.4rem, 1.351rem + 0.129vw, 1.6rem);
}
.body-login .text-right {
  font-size: clamp(1.2rem, 1.054rem + 0.388vw, 1.8rem);
  text-align: center !important;
}
.body-login .l-ftr__contact .container a, .body-passreminder-auth .l-ftr__contact .container a, .body-signup .l-ftr__contact .container a {
  color: var(--colorW) !important;
  text-decoration: none !important;
}
.body-login footer .container a, .body-passreminder-auth footer .container a, .body-signup footer .container a {
  text-decoration: none !important;
}
/*-----------------------

 　お知らせ

-----------------------*/
.body-info-list .table > tbody > tr > td {
  position: relative;
}
/*
span.badge.bgred {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
*/
.body-info-list table a {
  margin-left: 2rem;
  font-weight: 500;
}
@media (max-width: 559px) {
.body-info-list table a {
    margin-left: 0;
    line-height: 1.5;
    display: block;
}
}
/*-----------------------

 　コンテンツ

-----------------------*/
.input-group .form-control {
  width: 100% !important;
  height: 3.471em;
  margin-right: 0;
}
.input-group-btn .btn {
  height: 100%;
  background: #eee;
}
/*.body-shelf-list .btn-default {
  padding: 0.95em 1.9em
}*/
.treeview .list-group-item .badge {
  display: flex;
  align-items: center;
  height: 24px;
  position: absolute;
  right: 6px;
}
.treeview .list-group-item {
  display: flex;
  position: relative;
}
.badge:empty {
  display: none !important;
}
.form-control {
  padding: 10px;
  margin-bottom: 10px;
}
/*-----------------------

 　ログイン・パスワード変更・アカウント作成

-----------------------*/
[class^="icon-"], [class*=" icon-"] {
  /*  font-family: 'Zen Maru Gothic', sans-serif !important;*/
  font-weight: 500;
}
.body-login .container a, .body-passreminder-auth .container a, .body-signup .container a {
  text-decoration: underline;
}
.body-signup .login-page p {
  width: 84%;
  margin: 0 auto;
}
/*-----------------------

 　退会フォーム

-----------------------*/
.body-salon-defect .col-lg-8 {
  width: 100%;
  margin-bottom: clamp(2rem, 1.757rem + 0.647vw, 3rem);
}
.body-salon-defect .content {
  width: 50%;
  margin: 0 auto;
}
.body-salon-defect label {
  font-size: clamp(1.8rem, 1.751rem + 0.129vw, 2rem);
  border-bottom: 1px solid var(--baseColor);
}
.body-salon-defect .cancel-reason {
  width: 100%;
  margin-top: clamp(1.5rem, 1.379rem + 0.324vw, 2rem);
}
.body-salon-defect .indent {
  padding: 0.5em 1em;
}
/*-----------------------

 　退会を検討されている方へ

-----------------------*/
.body-page-detail-saloninfo .content {
  width: 50%;
  margin: 0 auto;
}
.body-page-detail-saloninfo p {
  color: var(--baseColor);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  font-family: 'Zen Maru Gothic', sans-serif !important;
  text-align: center !important;
}
.body-page-detail-saloninfo .fr-video {
  text-align: center !important;
  margin: 1rem 0;
}
/*-----------------------

 　会員継続される方へ

-----------------------*/
.page-header .badge.bgred {
  display: inline;
  font-size: clamp(1.4rem, 1.109rem + 0.777vw, 2.6rem);
  position: static
}
@media (max-width: 559px) {
  /*-----------------------

 　アカウント系ページ共通

-----------------------*/
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: var(--baseColor);
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 3rem;
    padding-left: 20%;
  }
  .body-mypage .nav {
    white-space: nowrap; /* 折り返しを防ぐ */
    overflow-x: auto; /* はみ出した部分をスクロール */
    width: max-content !important; /* 中身の幅に合わせる */
  }
  .account-page .content-header {
    margin-bottom: 3rem;
  }
  /*-----------------------

 　マイページ

-----------------------*/
  .timeline > li > .timeline-item > .time {
    float: none;
    padding-bottom: 0.5rem;
  }
  .timeline-inverse > li > .timeline-item > .timeline-header {
    padding-top: 0.5rem;
  }
  .body-mypage .box-header > .box-tools {
    float: none;
  }
  /*-----------------------

 　プロフィール変更

-----------------------*/
  .body-profile-edit .content {
    width: 100%;
  }
  .body-profile-edit .col-lg-3 {
    width: 100%;
  }
  .body-profile-edit .content .row .col-lg-3:nth-child(2) {
    margin-top: -3rem;
  }
  /*-----------------------

 　クレジットカード変更

-----------------------*/
  .body-card-edit .content {
    width: 100%;
  }
  .body-card-detail .content {
    width: 100%;
  }
  /*  .body-card-edit .content .btn-default, .body-card-detail .content .btn-default, .body-card-edit .content .btn-primary, .body-card-detail .content .btn-primary {
    padding: 1rem 4rem !important;
  }*/
  /*-----------------------

 　パスワード変更

-----------------------*/
  .body-pass .content {
    width: 100%;
    margin: 0 auto;
  }
  /*-----------------------

 　ログイン・パスワード変更・アカウント作成

-----------------------*/
  .body-login .panel-body, .body-passreminder-auth .panel-body, .body-signup .panel-body {
    padding: 1.5rem 0;
  }
  .body-login .container.login-page, .body-passreminder-auth .container.login-page, .body-signup .container.login-page {
    padding: 0 !important;
  }
  .body-signup .login-page p {
    width: 100%;
  }
  /*-----------------------

 　退会フォーム

-----------------------*/
  .body-salon-defect .content {
    width: 100%;
    margin: 0 auto;
  }
  /*-----------------------

 　退会を検討されている方へ

-----------------------*/
  .body-page-detail-saloninfo .content {
    width: 100%;
  }
  .body-page-detail-saloninfo .fr-video {
    height: 20rem !important;
  }
  .body-page-detail-saloninfo .fr-draggable {
    height: 20rem !important;
  }
  .body-page-detail-saloninfo p {
    text-align: left !important;
  }
}