@charset "UTF-8";
/*! ======================================================
member独自
====================================================== */
html, body {
  overflow-x: hidden; }

.header {
  box-shadow: 0 2px 6px rgba(188, 188, 188, 0.2); }

/*! ----------------------------------
ログインフォーム
---------------------------------- */
.registerText {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px; }
  @media all and (max-width: 768px) {
    .registerText {
      padding: 0 5%; } }
  @media all and (max-width: 640px) {
    .registerText {
      text-align: left;
      margin-bottom: 20px; } }
  @media all and (max-width: 640px) {
    .registerText .dpInlineBlock {
      display: inline !important; } }

.registerDetail {
  border: 1px solid #e3e2e2;
  padding: 10px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px !important; }
  @media all and (max-width: 768px) {
    .registerDetail {
      width: 100%;
      max-width: 640px;
      margin-bottom: 30px !important; } }
  @media all and (max-width: 640px) {
    .registerDetail {
      text-align: left; } }
  .registerDetail p {
    font-weight: 200;
    line-height: 2.2rem;
    font-size: 13px;
    font-size: 1.3rem; }
    .registerDetail p:first-child {
      margin-bottom: 10px; }

body.loginForm {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
  body.loginForm .member__login .member__beginner .action a {
    margin-top: 44px; }

.loginForm .main {
  max-width: 1000px;
  width: 100%; }
  @media all and (max-width: 640px) {
    .loginForm .main {
      padding: 0 6%; } }

.loginForm .btn-block {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #333;
  padding: 24px 0 !important;
  box-shadow: none !important;
  color: #333;
  width: 80%;
  transition: .3s;
  margin-top: 30px; }
  .loginForm .btn-block:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #FFC7D6;
    opacity: 0.3;
    top: -6px;
    left: -6px;
    display: block;
    position: absolute;
    transition: .3s; }
  .loginForm .btn-block #iconArrow {
    position: relative;
    top: -3px;
    left: 4px;
    transition: .3s; }
  .loginForm .btn-block .st0 {
    fill: #C69C6D;
    transition: .2s; }
  .loginForm .btn-block:hover {
    box-shadow: none;
    top: 0;
    background: #fff;
    border-color: #C69C6D;
    color: #C69C6D; }
    .loginForm .btn-block:hover #iconArrow {
      left: 10px; }
    .loginForm .btn-block:hover .st0 {
      fill: #333; }
    .loginForm .btn-block:hover:before {
      opacity: 0.7; }

.loginForm .pass {
  background: #333;
  color: #fff !important;
  font-size: 12px;
  padding: 10px 16px; }
  .loginForm .pass i {
    transition: .2s;
    color: #C69C6D !important;
    font-size: 14px;
    margin-right: 6px; }
  .loginForm .pass:hover {
    background: #C69C6D; }
    .loginForm .pass:hover i {
      color: #333 !important; }

.loginForm .member__login {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .loginForm .member__login .panel-frame {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 2 - 20px);
    font-size: 0; }
    @media all and (max-width: 640px) {
      .loginForm .member__login .panel-frame {
        border-top: 1px solid #C69C6D;
        padding-top: 10px;
        width: 100% !important; } }
    @media all and (max-width: 768px) {
      .loginForm .member__login .panel-frame:not(:nth-child(2n)) {
        margin-right: auto; } }
    @media all and (max-width: 768px) {
      .loginForm .member__login .panel-frame {
        width: auto;
        margin: auto auto 48px;
        max-width: 640px;
        display: block; } }
  .loginForm .member__login .panel-body {
    padding: 16px;
    position: relative;
    min-height: 490px;
    font-size: 15px;
    font-size: 1.5rem; }
    @media all and (max-width: 768px) {
      .loginForm .member__login .panel-body {
        padding: 12px;
        min-height: auto; } }
    @media all and (max-width: 640px) {
      .loginForm .member__login .panel-body {
        padding: 0; } }
    @media all and (max-width: 768px) {
      .loginForm .member__login .panel-body > .form {
        max-width: 100%; } }
    .loginForm .member__login .panel-body em {
      color: #a01217;
      font-weight: 500;
      font-size: 18px;
      font-size: 1.8rem; }
    .loginForm .member__login .panel-body.panel-body__error {
      height: auto; }
    .loginForm .member__login .panel-body .action {
      margin-top: 10px; }
      @media all and (max-width: 768px) {
        .loginForm .member__login .panel-body .action {
          position: relative;
          margin: auto; } }
  .loginForm .member__login .member__beginner .action {
    margin-top: 18px !important; }
    @media all and (max-width: 768px) {
      .loginForm .member__login .member__beginner .action {
        margin-top: 1em; } }
    .loginForm .member__login .member__beginner .action a {
      padding: 14px; }

.member--subTitle {
  padding: 12px 0px;
  font-size: 19px;
  font-size: 1.9rem; }
  .member--subTitle.title--yokoLine {
    border-color: #C69C6D;
    position: relative;
    margin-bottom: 30px; }
    .member--subTitle.title--yokoLine:before, .member--subTitle.title--yokoLine:after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 10px 0 10px; }
    .member--subTitle.title--yokoLine:before {
      content: "";
      border-color: #C69C6D transparent transparent transparent;
      bottom: -8px; }
    .member--subTitle.title--yokoLine:after {
      content: "";
      border-color: #fff transparent transparent transparent;
      bottom: -6.5px; }

/*! ----------------------------------
マイページTOP
---------------------------------- */
.mypageTop .message__text.soon {
  text-align: center;
  margin-bottom: 36px; }
  @media all and (max-width: 768px) {
    .mypageTop .message__text.soon {
      text-align: left;
      margin-bottom: 12px; }
      .mypageTop .message__text.soon br {
        display: none; } }

.mypageTop .memberMenu {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px; }
  .mypageTop .memberMenu .member__mypage--block {
    display: inline-block;
    width: 48%;
    vertical-align: top; }
    @media all and (max-width: 768px) {
      .mypageTop .memberMenu .member__mypage--block {
        width: 100%;
        display: block; } }
    .mypageTop .memberMenu .member__mypage--block:first-child {
      margin-right: 3%;
      padding-right: 3%;
      border-right: 1px solid #eee; }
      @media all and (max-width: 768px) {
        .mypageTop .memberMenu .member__mypage--block:first-child {
          margin-right: 0;
          padding-right: 0;
          border-right: none;
          margin-bottom: 28px; } }
  .mypageTop .memberMenu .list-group-item {
    border-color: #e5e5e5; }
  .mypageTop .memberMenu .myMenu .alert-info {
    background: #fdf1dd;
    border-color: #fdf1dd;
    color: inherit;
    margin-bottom: 24px;
    border-radius: 0px;
    padding: 22px 15px; }
    @media all and (max-width: 768px) {
      .mypageTop .memberMenu .myMenu .alert-info {
        margin-bottom: 12px; } }
  .mypageTop .memberMenu .myMenu .title-myMenu {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 6px; }
  .mypageTop .memberMenu .myMenu .loginName {
    font-size: 14px;
    font-size: 1.4rem; }
    .mypageTop .memberMenu .myMenu .loginName .name-houjin,
    .mypageTop .memberMenu .myMenu .loginName .name-tantousha {
      display: inline-block; }
    .mypageTop .memberMenu .myMenu .loginName .name-houjin {
      margin-right: 1em; }
  .mypageTop .memberMenu .shoppingGuide {
    font-size: 13px;
    font-size: 1.3rem; }
    @media all and (max-width: 768px) {
      .mypageTop .memberMenu .shoppingGuide .btn-block {
        width: 50%; } }
    @media all and (max-width: 640px) {
      .mypageTop .memberMenu .shoppingGuide .btn-block {
        width: 100%; } }
    .mypageTop .memberMenu .shoppingGuide .guide-image {
      text-align: center; }
      .mypageTop .memberMenu .shoppingGuide .guide-image img {
        max-width: 100%; }
    .mypageTop .memberMenu .shoppingGuide .guide-image {
      margin-bottom: 8px; }
    .mypageTop .memberMenu .shoppingGuide .guide-text {
      margin-bottom: 16px; }
      @media all and (max-width: 768px) {
        .mypageTop .memberMenu .shoppingGuide .guide-text {
          margin-bottom: 12px; } }

/*! ----------------------------------
フォームまわり　会員ページ独自
---------------------------------- */
.form__item dd {
  padding: 0 !important; }
  .form__item dd input {
    margin: 0 !important;
    background-color: #f2f2f2 !important;
    border: none;
    font-size: 16px !important;
    border-bottom: 2px solid #333 !important;
    border-radius: 0 !important;
    filter: none; }
    .form__item dd input:focus, .form__item dd input:visited, .form__item dd input:active {
      background-color: #f2f2f2 !important; }
    .form__item dd input:-webkit-autofill,
    .form__item dd input:-webkit-autofill:hover,
    .form__item dd input:-webkit-autofill:focus,
    .form__item dd input:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px #f2f2f2 inset !important; }

.form__item .formTitle.mail, .form__item .formTitle.password {
  font-size: 14px;
  border-radius: 4px 4px 0 0;
  padding: 10px 16px 5px; }

@-moz-document url-prefix() {
  .form__item .formTitle.mail, .form__item .formTitle.password {
    padding: 10px 16px 13px; } }
  .form__item .formTitle.mail:before, .form__item .formTitle.password:before {
    font-family: Fontawesome;
    margin-right: 6px;
    color: #C69C6D !important; }

.form__item .formTitle.mail:before {
  content: "\f0e0"; }

.form__item .formTitle.password:before {
  content: "\f023"; }

.form__item .side__link {
  display: block;
  float: right;
  background: #EC6880;
  border: 1px solid #EC6880;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 2px; }
  @media all and (max-width: 544px) {
    .form__item .side__link {
      float: none;
      margin-top: 12px;
      padding: 8px 8px;
      text-align: center; } }
  .form__item .side__link:hover {
    background: inherit;
    color: #EC6880;
    text-decoration: none; }

::-webkit-full-page-media, :future, :root .form__item .formTitle.mail, .form__item .formTitle.password {
  padding: 10px 16px 11px; }

.form__item.error .address-autoArea {
  border: 2px solid rgba(228, 204, 151, 0.7);
  background: rgba(255, 250, 238, 0.7); }

.contract-textarea {
  height: 300px;
  overflow-y: scroll;
  border: 2px solid #ccc;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 3px;
  background: #fff; }
  .contract-textarea .contract-header {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1em; }
  .contract-textarea .contract-text {
    margin-bottom: 24px;
    font-size: 14px;
    font-size: 1.4rem; }
    .contract-textarea .contract-text p {
      margin-bottom: 18px; }
  .contract-textarea .contract-footer {
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem; }
    .contract-textarea .contract-footer .footer-block {
      margin-bottom: 18px;
      width: 50%;
      text-align: left;
      display: inline-block; }

.checkWrap {
  background: #fffaee; }

.btn__ghost {
  line-height: 44px;
  position: relative;
  z-index: 1;
  text-align: center;
  border: double 3px #000;
  display: block;
  margin: 32px auto;
  max-width: 380px;
  text-decoration: none !important;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .btn__ghost:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ""; }
  .btn__ghost a {
    display: block;
    color: #000; }
    .btn__ghost a:hover {
      text-decoration: none;
      background: #f3f3f3; }

.mailAfter {
  margin-top: 32px; }

/*! ----- 利用規約リンク ----- */
.member__agree--link {
  margin: 24px auto; }
  .member__agree--link li {
    display: inline-block; }
    .member__agree--link li:not(:last-child) {
      margin-right: 1em; }

/*! ----------------------------------
	新規登録まわり
---------------------------------- */
.member.reg .btn-group {
  margin-bottom: 16px; }

.panel-inner.regist {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center; }
  @media all and (max-width: 640px) {
    .panel-inner.regist {
      text-align: left; } }

.setsumeiBox {
  position: relative;
  font-size: 14px;
  text-align: center; }
  @media all and (max-width: 640px) {
    .setsumeiBox {
      text-align: left; }
      .setsumeiBox p {
        margin-bottom: 0 !important;
        display: inline; }
        .setsumeiBox p br {
          display: none; } }
  .setsumeiBox:after {
    content: "";
    width: 10em;
    height: 1px;
    border-bottom: 1px solid #C69C6D;
    display: block;
    margin: 30px auto; }
    @media all and (max-width: 640px) {
      .setsumeiBox:after {
        border-bottom: 1px dotted #C69C6D; } }

.registListWrap {
  font-size: 13px;
  font-size: 1.3rem; }
  @media all and (max-width: 640px) {
    .registListWrap .small br {
      display: none; } }
  .registListWrap .registListTitle:before {
    content: "\f058";
    display: inline-block;
    margin-right: 4px;
    font-family: Fontawesome; }
  @media all and (max-width: 640px) {
    .registListWrap .registListTitle br {
      display: none; } }
  .registListWrap .registList {
    background: #f5f5f5;
    padding: 10px;
    text-align: left; }
    .registListWrap .registList li {
      font-size: 12px;
      font-size: 1.2rem;
      list-style: inside;
      text-indent: -1em;
      margin-left: 1em;
      letter-spacing: -0.4px; }
      @media all and (max-width: 768px) {
        .registListWrap .registList li .none__smart {
          display: none; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .registListWrap .registList li {
    letter-spacing: -0.7px !important; } }

/* ----------------------------------
 ▼ リーフレットエリア
---------------------------------- */
.leafleftWrap {
  text-align: center;
  margin-bottom: 50px; }
  .leafleftWrap a {
    transition: .2s; }
    .leafleftWrap a:hover {
      opacity: 0.6; }

/* ----------------------------------
 ▼ 会員限定お知らせエリア
---------------------------------- */
#info {
  background: #fff4f6;
  text-align: center;
  padding: 50px 0 40px;
  position: relative;
  z-index: 2;
  margin-bottom: 50px; }
  #info:before, #info:after {
    content: "";
    width: 100vw;
    height: 100%;
    background: #fff4f6;
    position: absolute;
    top: 0;
    z-index: -1; }
  #info:before {
    left: -50vw; }
  #info:after {
    right: -50vw; }
  #info .infoList {
    position: relative;
    z-index: 10; }
    #info .infoList__inner:nth-child(n+6) {
      display: none; }

.topMidashi {
  font-size: 34px;
  font-size: 3.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 0.5rem;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 0 1rem;
  margin-bottom: 40px; }
  @media all and (max-width: 640px) {
    .topMidashi {
      font-size: 30px;
      font-size: 3rem; } }
  .topMidashi:before, .topMidashi:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #BFB197;
    position: absolute;
    top: 2.7rem; }
  .topMidashi:before {
    left: -3rem; }
  .topMidashi:after {
    right: -2.5rem; }
  .topMidashi span {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
    display: block;
    margin-top: 4px; }

.infoList__inner {
  border-bottom: 1px dotted #BFB197;
  position: relative;
  z-index: 5; }
  .infoList__inner a {
    display: block;
    text-align: left;
    padding: 5px 0;
    position: relative;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem; }
    .infoList__inner a:before {
      content: "";
      display: block;
      width: 3px;
      background: #BFB197;
      position: absolute;
      left: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      top: 52%;
      height: 5rem; }
    .infoList__inner a:hover {
      text-decoration: none;
      background: rgba(242, 129, 145, 0.15); }
    .infoList__inner a .info__data, .infoList__inner a .info__title {
      display: inline-block;
      vertical-align: top; }
    .infoList__inner a .info__data {
      color: #BFB197;
      padding: 0 1.5rem;
      font-family: 'Cormorant Garamond', serif;
      position: relative;
      display: block;
      padding-left: 2.5rem;
      font-size: 16px;
      font-size: 1.6rem; }
      .infoList__inner a .info__data:after {
        content: "\f0da";
        font-family: Fontawesome;
        margin-left: 1.5rem;
        top: 2px;
        position: absolute;
        left: 0; }
    .infoList__inner a .info__title {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      word-break: break-all;
      word-wrap: normal;
      padding: 0 1.5rem;
      width: 100%;
      position: relative;
      bottom: 2px; }

.paging {
  margin-top: 30px; }
  .paging li {
    display: inline-block;
    margin-bottom: 6px; }
    .paging li a {
      min-width: 30px;
      padding: 4px;
      background: #F4EFE9;
      color: #BFB197;
      display: inline-block;
      transition: .2s;
      line-height: 26px;
      vertical-align: middle; }
      .paging li a:hover {
        text-decoration: none;
        color: #fff;
        background: #BFB197; }
  .paging__pre a, .paging__next a {
    border: 1px solid #BFB197;
    font-weight: 300;
    font-size: 12px;
    font-size: 1.2rem;
    width: 64px;
    line-height: 24px !important; }
  .paging .active a {
    background: #BFB197;
    color: #fff; }

.info__detail {
  text-align: left; }
  .info__detail .info__data {
    background: rgba(242, 129, 145, 0.2);
    color: #f28191;
    display: inline-block;
    padding: 0px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 4px; }
  .info__detail .info__title {
    width: 100%;
    border-bottom: 3px solid #BFB197;
    padding-bottom: 4px;
    font-weight: 500;
    color: #937949;
    font-size: 20px;
    font-size: 2rem; }

.info__text {
  text-align: left;
  font-weight: 300;
  padding: 20px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #BFB197; }

.pageLink {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .pageLink a {
    color: #BFB197;
    margin: 0 16px 10px;
    text-decoration: none;
    padding: 2px 22px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    min-width: 206px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    transition: .2s;
    position: relative; }
    .pageLink a:after {
      content: none; }
    .pageLink a.gold {
      border-color: #dab879; }
      .pageLink a.gold:hover {
        background: #fffaf0; }
    .pageLink a i {
      color: #dab879;
      transition: .2s;
      margin-right: 6px; }
    .pageLink a:hover {
      color: #cc9838;
      border-color: #cc9838; }
      .pageLink a:hover i {
        color: #cc9838; }

.memberOnly .info__detail .info__data:before {
  border-color: transparent transparent rgba(242, 129, 145, 0.2) transparent; }

.memberOnly .info__detail .info__data:after {
  border-color: rgba(242, 129, 145, 0.2) transparent transparent transparent; }

/* ------------------------------------
	▼マイページ上書き
	------------------------------------ */
body.mypage .form__item dt, body.mypage .inputForm dt {
  margin-bottom: 20px !important; }

body.mypage .form__item .form-control, body.mypage .inputForm .form-control, body.mypage input[type="text"] {
  background: #fff !important;
  border: 2px solid #e1e1e1 !important;
  border-radius: 3px !important;
  margin-top: 16px !important; }

body.mypage #payjp_checkout_box input[type="button"] {
  border: 1px solid #2FA0DC !important;
  margin-bottom: 10px !important; }

body.mypage .card .btnWrap {
  justify-content: space-around !important; }

body.mypage .card .btnWrap .btn {
  background: #e0af66 !important;
  background-color: #e0af66 !important;
  border-color: #e0af66 !important;
  border-radius: 3px !important;
  margin-bottom: 10px !important; }
  body.mypage .card .btnWrap .btn:hover {
    opacity: 0.8; }

body.mypage .card .btnWrap .btn.del {
  border: 2px solid #ccc !important;
  background: #ccc !important;
  border-radius: 3px !important;
  margin-bottom: 10px !important; }
  body.mypage .card .btnWrap .btn.del:hover {
    opacity: 0.8; }

body.mypage .cardForm__detail input[type="text"] {
  margin-top: 0 !important; }
