@charset "UTF-8";
/* Scss Document */
#mypage {
  /* テーブルのスタイル */
}

#mypage #register, #mypage #pwdchange, #mypage #login {
  display: none;
}

#mypage #payjp_checkout_box input[type=button] {
  width: 280px;
  text-align: center;
  background-color: #BA9C7F;
  background-image: none;
  padding: 18px;
  position: relative;
  display: inline-block;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  -webkit-transition: .3s all;
  transition: .3s all;
  border: none;
}

@media (max-width: 834px) {
  #mypage #payjp_checkout_box input[type=button] {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 15px;
    font-size: 15px;
  }
}

#mypage .profile {
  padding: 0 0 90px;
}

#mypage .profile-l {
  width: 320px;
  text-align: center;
}

@media (max-width: 834px) {
  #mypage .profile-l {
    width: 100%;
    display: none;
  }
}

#mypage .profile-l .ph {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
  margin: 0 0 15px;
}

@media (max-width: 834px) {
  #mypage .profile-l .ph {
    height: 280px;
    width: 280px;
    margin: 0 auto 20px;
  }
}

#mypage .profile-l .name-jp {
  font-size: 22px;
  color: #1d1d1d;
  display: block;
  padding: 0 0 5px;
  letter-spacing: 1.5px;
}

@media (max-width: 834px) {
  #mypage .profile-l .name-jp {
    font-size: 16px;
  }
}

#mypage .profile-l .plan {
  font-size: 16px;
  color: #1d1d1d;
  display: block;
  letter-spacing: 1.5px;
  padding: 0 0 5px;
}

@media (max-width: 834px) {
  #mypage .profile-l .plan {
    font-size: 16px;
  }
}

#mypage .profile-l .regist {
  font-size: 14px;
  color: #1d1d1d;
  display: block;
  letter-spacing: 1.5px;
}

@media (max-width: 834px) {
  #mypage .profile-l .regist {
    font-size: 16px;
  }
}

#mypage .profile-r {
  text-align: left;
  width: 860px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 834px) {
  #mypage .profile-r {
    width: 100%;
  }
}

#mypage .profile-r h1 {
  font-size: 34px;
  color: #1d1d1d;
  display: block;
  letter-spacing: 2px;
  margin: 0 0 25px;
  font-family: 'Noto Serif JP', serif;
}

@media (max-width: 834px) {
  #mypage .profile-r h1 {
    font-size: 24px;
    margin: 0 0 30px;
  }
}

#mypage .profile-r .menu-box .mypage {
  width: 100%;
}

#mypage .profile-r .menu-box .mypage_menu {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#mypage .profile-r .menu-box .mypage_menu li {
  width: 49%;
}

@media (max-width: 834px) {
  #mypage .profile-r .menu-box .mypage_menu li {
    width: 100%;
  }
}

#mypage .profile-r .menu-box .mypage_menu li a {
  width: 100%;
  background-color: #BA9C7F;
  padding: 18px;
  position: relative;
  display: block;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  border-radius: 5px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

#mypage .profile-r .menu-box .mypage_menu li a:hover {
  background-color: #836446;
}

@media (max-width: 834px) {
  #mypage .profile-r .menu-box .mypage_menu li a {
    width: 100%;
    font-size: 15px;
  }
}

#mypage .profile-r .menu-box .mypage_menu li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mypage .rm_body {
  font-size: 12px;
  margin-top: 1em;
}

#mypage .rm_body table {
  background-color: #fff;
  max-width: 600px;
  width: 100%;
}

#mypage .rm_body table tr {
  border: solid 1px #ccc;
}

#mypage .rm_body table tr th {
  background-color: #f1f1f1;
}

#mypage .rm_body table tr th, #mypage .rm_body table tr td {
  padding: 0.5em 1em;
}

#mypage .rm_body .rm_alert {
  color: #FF6464;
}

.neighbor_row_wrapper .div_image img {
  max-width: 100%;
}

#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
  width: 100%;
}

/* 登録情報の編集画面用のカスタマイズ */
.neighbor_info_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}

.neighbor_info_container .neighbor_info_wrapper {
  /* NEIGHBOR WORKに掲載してよろしいですか？ */
  /* プランとオプションは変更不可 */
  /* hashtag */
  /* Facebook, Twitter, Instagram */
}

.neighbor_info_container .neighbor_info_wrapper .neighbor_info {
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 1em;
}

.neighbor_info_container .neighbor_info_wrapper h2 {
  background-color: #404040;
  color: #fff;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 1em;
}

.neighbor_info_container .neighbor_info_wrapper .public_level_wrapper .div_checkbox::after {
  content: "　はい";
  display: inline-block;
}

.neighbor_info_container .neighbor_info_wrapper .plan_wrapper label[for="plan"] .req {
  display: none;
}

.neighbor_info_container .neighbor_info_wrapper .plan_wrapper #plan {
  border: none;
  background-color: transparent;
  padding: 0;
  pointer-events: none;
  display: block;
}

.neighbor_info_container .neighbor_info_wrapper .option_wrapper input, .neighbor_info_container .neighbor_info_wrapper .option_wrapper label {
  pointer-events: none;
  display: inline-block;
}

.neighbor_info_container .neighbor_info_wrapper .hashtag1_wrapper, .neighbor_info_container .neighbor_info_wrapper .hashtag2_wrapper, .neighbor_info_container .neighbor_info_wrapper .hashtag3_wrapper {
  position: relative;
}

.neighbor_info_container .neighbor_info_wrapper .hashtag1_wrapper::after, .neighbor_info_container .neighbor_info_wrapper .hashtag2_wrapper::after, .neighbor_info_container .neighbor_info_wrapper .hashtag3_wrapper::after {
  content: '#';
  color: #999;
  position: absolute;
  left: 1em;
  top: 2.2em;
}

.neighbor_info_container .neighbor_info_wrapper .hashtag1_wrapper input, .neighbor_info_container .neighbor_info_wrapper .hashtag2_wrapper input, .neighbor_info_container .neighbor_info_wrapper .hashtag3_wrapper input {
  padding-left: 2em !important;
}

.neighbor_info_container .neighbor_info_wrapper .facebook_wrapper, .neighbor_info_container .neighbor_info_wrapper .instagram_wrapper, .neighbor_info_container .neighbor_info_wrapper .twitter_wrapper {
  position: relative;
}

.neighbor_info_container .neighbor_info_wrapper .facebook_wrapper::after, .neighbor_info_container .neighbor_info_wrapper .instagram_wrapper::after, .neighbor_info_container .neighbor_info_wrapper .twitter_wrapper::after {
  color: #999;
  position: absolute;
  left: 1em;
  top: 2.2em;
}

.neighbor_info_container .neighbor_info_wrapper .facebook_wrapper input {
  padding-left: 230px !important;
}

.neighbor_info_container .neighbor_info_wrapper .facebook_wrapper::after {
  content: 'https://www.facebook.com/';
}

.neighbor_info_container .neighbor_info_wrapper .instagram_wrapper input {
  padding-left: 235px !important;
}

.neighbor_info_container .neighbor_info_wrapper .instagram_wrapper::after {
  content: 'https://www.instagram.com/';
}

.neighbor_info_container .neighbor_info_wrapper .twitter_wrapper input {
  padding-left: 170px !important;
}

.neighbor_info_container .neighbor_info_wrapper .twitter_wrapper::after {
  content: 'https://x.com/';
}
/*# sourceMappingURL=mypage.css.map */