#top,
.main__wrap__content {
  background: #F3F3F3;
}
.login-btn {
  letter-spacing: normal;
}
.contents-wrap {
  max-width: 1280px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
.contents-introduction {
}
.salons-introduction {
  /*
  padding-bottom: 50px;
  padding-top: 30px;
  background: #D6D6D6;
  */
}
.salon-title {
  margin-top: 20px;
}
.salon-title .appeal {
  font-size: 16px;
  color: gray;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.salon-title .appeal .share-area,
.member-contents-area .share-area {
  position: relative;
}
.member-contents-area .share-area {
  display: none;
}
.salon-title .appeal .share-area .icon,
.member-contents-area .share-area .icon {
  width: 32px;
}
.popover {
  display: none;
  padding: 15px 15px;
  border-radius: 15px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  min-width: 180px;
  position: absolute;
  left: -150px;
}
.popover img {
  width: 24px;
  margin-right: 5px;
}
.sns-share {
  border-top: solid 1px #A1A1AA;
}
.other-share > div,
.sns-share > div {
  margin: 10px 0;
}
.salon-title .title {
  font-size: 24px;
  text-align: unset;
  color: black;
}
.salon-title .owner-name {
  font-size: 16px;
  color: gray;
}
.other-introduction {
  /*
  background: white;
  padding-top: 30px;
  */
  padding-bottom: 50px;
}
.salon-detail-area {
  width: 100%;
  padding: 0 20px;
}
.section-title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
.articles-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.articles-area > .article {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 10px 10px 10px 10px;
  width: 100%;
  box-shadow: 0px 2px 6px 2px #00000026;
}
.articles-area > .article > .image {
  overflow: hidden;
}
.articles-area > .article > .image > .band {
  width: 400px;
  transform: rotate(-45deg);
  transform-origin: top center;
  position: absolute;
  top: 20px;
  left:calc( -400px / 2 + 20px );
  padding: 5px calc( 400px / 2 - 40px * 1.414 );
  box-sizing: border-box;
  text-align: center;
  background: black;
  color: white;
  font-weight: bold;
  font-size: 14px;
}
.articles-area > .article > .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #F5F7F9;
  border-radius: 10px 0 0 10px;
}
.articles-area > .article > .title {
  /* margin: 10px 20px;
  flex-grow: 1;
  font-size: 1.4rem;
  font-weight: bold;
  width: calc(50% - 120px); */
  padding: 10px 20px;
  flex-grow: 1;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  width: calc(100% - 120px);
  color: black;
  text-align: unset;
  position: relative;
  height: 120px;
}
.articles-area > .article > .title .article-content-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: -20px;
}
.articles-area > .article > .title > .article-content-body > .article-title {
  font-size: 18px;
  width: calc(100% - 40px);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  line-height: 28px;
  padding-left: 10px;
}
.article > .title > .post-at {
  font-size: 12px;
  font-weight: normal;
  color: #AAAAAA;
  position: absolute;
  display: flex;
  align-items: center;
  left: 30px;
  bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
.article > .title > .post-at .clock {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
/* .articles-area > .article > .title > .title-word {
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  color: #000000;
}
.articles-area > .article > .title > .target-date {
  font-weight: normal;
  font-size: 12px;
  color: #AAAAAA;
} */
.articles {
  width: 100%;
}
.right-menu {
  position: relative;
}
.salon-image {
  width: 100%;
}
.salon-image img {
  width: 100%;
}
.salon-main-text {
  padding: 20px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.salontopfv-titles {
  margin-top: 20px;
}
.salontopfv-content {
  width: 100%;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px 0px #0000001A;
  margin-top: 20px;
}
.salontopfv-content .appeal {
  font-weight: bold;
  font-size: 1.1vw;
}
.salontopfv-content .title {
  font-weight: bold;
  font-size: 1.9vw;
  line-height: 1.5;
}
.salontopfv-content .subtitle {
  font-weight: bold;
}
.salontopfv-content .owner-name {
  font-weight: bold;
  font-size: 1.1vw;
}
.salontopfv-content .amount-area {
  text-align: left;
}
.salon-amount {
  font-size: 22px;
  margin: 0;
  display: block;
  width: unset;
}
.joining-btn {
}
.salon-amount-note {
  font-size: 12px;
}
.share-title {
  font-size: 1vw;
  margin-top: 20px;
  font-weight: bold;
}
.salontopfv-snss {
  justify-content: start;
}
.salontopfv-snss a {
  width: 30px;
}
.salontopfv-snss a:not(:first-child) {
  margin-left: 10px;
}
.salontopfv-snss img {
  margin-top: 0;
  width: 100%;
}
.service-introduction {
  margin-top: 20px;
  text-align: left;
  font-size: 15px;
}
.joining-btn-area {
  margin-top: 20px;
}
.link-btn {
  background-color: black;
  font-size: 1.2vw;
  width: 100%;
  height: unset;
  margin-left: 0;
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  padding: 15px;
}
.content-link-btn-icon {
  width: 24px;
  position: absolute;
  right: 20px;
}
.content-link-btn {
  height: 56px;
  padding: 10px;
  background: #FFFFFF;
  border: solid 1px #988777;
  color: #47392C;
  font-size: 16px;
  position: relative;
}
.article-link-btn {
  height: 48px;
  background: none;
  width: 100%;
  margin: 20px auto 0;
  padding: 5px;
}
.joining-btn {
  background: #FF7B00;
  font-size: 18px;
}
.joining-btn:hover {
  color: white;
  opacity: 0.6;
}
.joined {
  background: white;
  border: solid 3px black;
  color: black;
}
.joining-btn.joined:hover {
  color: black;
  opacity: 1;
}
.joining-btn:visited,
.joining-btn:active {
  color: white;
}
.conditions-area {
  padding-top: 30px;
  border-top: solid 1px black;
}
.salontopDisc-area {
  margin: 30px 0;
  padding: 0 5px;
}
.card-m2 {
  padding: 30px 20px;
}
.banner {
  width: 100%;
}
.banner img {
  width: 102%;
  margin-left: -3px;
}
.banner-area > .banner {
  margin-top: 15px;
}
#jsCopyalertBox {
  display: none;
}
#jsCopyalertBox .alert-success {
  height: 47px;
  position: fixed;
  top: 50px;
  width: 100%;
  left: 0;
  z-index: 3;
}
.alert {
  border-radius: 0;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.salontop-profile-arr {
  margin-bottom: 0;
}
.follow-joining {
  width: 100%;
  display: flex;
  padding: 10px 20px;
  background: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 8;
  align-items: center;
}
.follow-joining > .salon-amount-info {
  width: 35%;
  text-align: center;
}
.follow-joining > .salon-amount-info > .salon-amount {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}
.follow-joining > .salon-amount-info > .salon-amount-note {
  font-size: 9px;
  letter-spacing: 0;
}
.follow-joining > .follow-joining-btn-area {
  width: 65%;
  margin-left: 10px;
}
.follow-joining > .follow-joining-btn-area > .joining-btn {
  font-size: 14px;
  padding: 10px 15px;
}
.footerContent {
  padding-bottom: 80px;
}
a.corp-regist-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 5px;
  font-size: 1.3rem;
}
.realtime-viewers-container {
  width: 350px;
  bottom: 50px;
}
.realtime-viewers {
  padding: 10px;
}
.hidden {
  display: hidden;
}
.member-contents-wrap {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  border-radius: 10px;
  background: #FFFFFF;
}
.member-contents-wrap .main-view .salon-image {
  width: 100%;
  padding: 0;
}
.member-contents-wrap .main-view .salon-image img {
  margin-top: 0;
  border-radius: 0;
}
/* .main-view,
.recommend-for,
.member-conditions {
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),url(/img/nishino/member-bg-image1.png);
  background-size: 100px 100px;
  background-repeat: repeat;
} */
.recommend-for {
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}
.how-to-enjoy {
  padding: 20px;
}
.benefits {
  /* background-image: url(/img/nishino/member-bg-image3.jpg);
  background-size: 100px 100px;
  background-repeat: repeat; */
  padding: 40px 20px 10px;
  position: relative;
  z-index: 0;
}
.for-corp {
  background-image: url(/img/nishino/member-bg-image2.png);
  background-size: 100px 100px;
  background-repeat: repeat;
  position: relative;
  z-index: 1;
  padding: 40px 20px 0;
}
.member-conditions {
  padding: 40px 20px 0;
}
.area-title {
  padding: 0 0 20px;
}
.area-title h3 {
  font-family: 'Belanosima', sans-serif;
  font-size: 37px;
  line-height: 38px;
  letter-spacing: 0;
  overflow-wrap: break-word; /* 単語を折り返す */
  word-break: break-word; /* 文字単位で折り返す */
  white-space: normal; /* 標準の折り返しを有効に */
  text-align: center;
}
.area-title .sub-title {
  /* font-family: 'Zen Maru Gothic', sans-serif; */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin-top: 10px;
  color: #52525B;
}
.main-view-conten {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}
.main-view-conten > .salons-news .news {
  margin: 8px 0;
}
.salons-news .news .news-date {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  width: 100%;
}
.salons-news .news .news-detail {
  font-weight: bold;
  font-size: 14px;
  width: 100%;
}
.member-contents-area .banner-area {
  display: flex;
  /* TODO 西野顧問のページができるまでjustify-content: center
  justify-content: space-between;
  */
  justify-content: center;
  margin: 10px 16px;
}
.member-contents-area .banner-area a {
  width: 33%;
}
.member-contents-area .banner-area a img {
  width: 100%;
}
.main-view .footer-image {
  margin-top: 20px;
  background-image: url(/img/nishino/hands.png);
  background-size: 291px 71px;
  background-repeat: repeat;
  height: 71px;
}
.recommend-for .header-image,
.recommend-for .footer-image {
  background-image: url(/img/nishino/buildings.png);
  background-size: 591px 48px;
  background-repeat: repeat;
  height: 48px;
}
.benefits .header-image {
  background-image: url(/img/nishino/flag.png);
  background-size: 470px 56px;
  background-repeat: repeat;
  height: 56px;
  position: relative;
  top: -16px;
}
.benefits .footer-image {
  background-image: url(/img/nishino/flag.png);
  background-size: 470px 56px;
  background-repeat: repeat;
  height: 56px;
  position: relative;
  bottom: -16px;
  transform: scaleY(-1);
}
.salons-contents .salons-content {
  margin-bottom: 30px;
}
.salons-contents .salons-content .content-wrap {
  display: flex;
  justify-content: space-between;
}
.salons-contents .salons-content .content-wrap .image {
  width: 136px;
  height: 136px;
}
.salons-contents .salons-content .content-wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.salons-contents .salons-content .content-wrap .text-area {
  width: 100%;
}
.salons-contents .salons-content .content-wrap .text-area .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin: 10px auto 8px;
}
.salons-contents .salons-content .content-wrap .text-area .body {
  font-size: 14px;
}
.coupon-color {
  color: #40aeff;
}
.article-color {
  color: #fd9700;
}
.map-color {
  color: #7abe57;
}
.members-color {
  color: #5fc7b9;
}
.present-color {
  color: #EE879E;
}
.comment-color {
  color: #DE9456
}
.icon-and-text {
  display: flex;
  align-items: center;
}
.icon-and-text > img {
  width: 32px;
}
.icon-and-text > div {
  margin-left: 5px;
}
h4 {
  /* font-family: 'Zen Maru Gothic', sans-serif; */
  font-size: 20px;
  font-weight: bold;
  margin: 70px 0 30px 0;
  text-align: center;
}
.tag-container {
  display: flex;
  flex-wrap: wrap; /* 要素を折り返す */
  gap: 10px; /* タグ間の余白 */
  padding: 20px 0 30px;
  justify-content: flex-start; /* 左寄せ */
}
.tag {
  background-color: white; /* 背景色 */
  color: #000000; /* テキスト色 */
  border-radius: 80px; /* 丸みを付ける */
  padding: 8px 20px; /* 内側の余白 */
  font-size: 12px; /* フォントサイズ */
  white-space: nowrap; /* 文字列が折り返されないようにする */
  display: inline-flex; /* アイコンを追加する場合の柔軟性 */
  align-items: center; /* テキストを中央揃え */
  font-weight: bold;
}
.tag:hover {
  background-color: #f1f1f1; /* ホバー時の背景色 */
  cursor: pointer; /* ポインターに変更 */
}
.tag > img {
  width: 18px;
  margin-right: 5px;
}
.tag > div {
  overflow-wrap: break-word; /* 単語を折り返す */
  word-break: break-word; /* 文字単位で折り返す */
  white-space: normal;
}
.big-three {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
.big-three .image-and-text {
  width: 45%;
  margin: 20px auto 0 auto;
}
.big-three .image-and-text img {
  width: 100%;
}
.big-three .image-and-text div {
  margin-top: 20px;
}
.reviews {
  margin-top: 60px;
}
.reviews-detail {
  font-family: 'Noto Sans CJK JP', sans-serif;
  padding: 20px 0;
  border-top: dotted 1.5px #A8A29E;
  font-size: 16px;
}
.reviews-detail:last-child {
  border-bottom: dotted 1.5px #A8A29E;
}
.emphasis {
  font-weight: bold;
  font-size: 22px;
}
.emphasis.orange {
  color: #FF8000;
}
.emphasis.green {
  color: #3BAA5D;
}
.emphasis.pink {
  color: #C55985;
}
.emphasis.blue {
  color: #498EBD;
}
.emphasis.purple {
  color: #7A2FB8;
}
.store-function-introduction {
  /* text-align: center;
  margin: 50px 0;
  padding: 40px 20px; */
  /* 定義は上右下左の順番 */
  /* background-image :
    linear-gradient(to right, #000, #000 6px, transparent 6px, transparent 12px),
    linear-gradient(to bottom, #000, #000 6px, transparent 6px, transparent 12px),
    linear-gradient(to left, #000, #000 6px, transparent 6px, transparent 12px),
    linear-gradient(to top, #000, #000 6px, transparent 6px, transparent 12px);
  background-size:
    12px 2px,
    2px 12px,
    12px 2px,
    2px 12px;
  background-position:
    left top,
    right top,
    right bottom,
    left bottom;
  background-repeat:
    repeat-x,
    repeat-y,
    repeat-x,
    repeat-y; */
}
.store-function-introduction .title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.store-function-introduction .detail {
  margin: 20px 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: normal;
}
.store-function-introduction .detail span {
  color: #E02424;
}
.store-function-introduction img {
  width: 100%;
}
.benefits .main-text {
  margin-bottom: 60px;
}
.benefit-detail {
  background: #F9F8F480;
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.benefit-detail .benefit-number {
  width: 64px;
  position: relative;
  margin: 0 auto;
}
.benefit-detail .benefit-number img {
  width: 100%;
  position: absolute;
  top: -32px;
}
.benefit-detail .benefit-title {
  /* font-family: 'Zen Maru Gothic', sans-serif; */
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
}
.benefit-detail .flag {
  width: 100%;
}
.benefit-detail .flag img {
  width: 48%;
  margin: 10px auto 20px;
  display: block;
}
.benefit-detail .benefit-main-image {
  position: relative;
}
.benefit-detail .benefit-main-image img {
  width: calc(100% + 40px);
  margin-left: -20px !important;
  margin: 0 auto;
  display: block;
}
.benefit-detail .benefit-main-image img.benefit-number {
  width: 46px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.benefit-detail .benefit-body {
  width: 100%;
  margin: 12px auto;
  font-size: 16px;
}
.benefit-detail .benefit-body a {
  font-weight: bold;
  text-decoration: underline;
}
.benefit-detail .benefit-body ul {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
}
.benefit-detail .benefit-body ul li {
  margin-bottom: 0;
}
.benefit-detail .benefit-body ul li a {
  font-weight: bold;
  text-decoration: underline;
}
.for-corp .guidance {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
  font-weight: bold;
  margin-top: 10px;
  font-size: 16px;
}
.for-corp .banner-image {
  width: 100%;
  padding: 30px 0 60px;
}
.for-corp .banner-image img {
  width: 100%;
}
.for-corp .main-text {
  font-size: 18px;
}
.member-conditions .list-area {
  font-size: 18px;
  margin-bottom: 50px;
}
.member-conditions .list-area ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}
.owner-info {
  padding-bottom: 80px;
}
.owner-info .photo-image {
  text-align: center;
}
.owner-info .photo-image img {
  width: 144px;
}
.owners-name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  margin: 20px;
}
.owners-name span {
  font-size: 16px;
}
.owners-introduction > div > p {
  font-size: 16px;
}
.sp-br {
  display: block;
}
.timeline-container {
  margin-top: 20px;
}
.salons-contents .salons-content .content-wrap {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
.salons-contents .salons-content .content-wrap .image {
  width: unset;
  height: unset;
}
.function-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.function-title-image {
  width: 29px;
  margin-right: 20px;
}
.function-title-text {
  font-size: 16px;
  font-weight: 500;
}
.function-detail {
  font-size: 14px;
}
.sidebar {
  border-top: solid 1px #BCBCBCCC;
  padding: 20px 0;
}
@media (min-width: 390px) {
  .follow-joining > .salon-amount-info > .salon-amount {
    font-size: 18px;
  }
  .follow-joining > .salon-amount-info > .salon-amount-note {
    font-size: 10px;
  }
  .follow-joining > .follow-joining-btn-area > .joining-btn {
    font-size: 16px;
  }
}
@media (min-width: 530px) {
  .big-three {
    flex-flow: wrap;
  }
  .big-three .image-and-text {
    width: 32%;
    margin: 20px 0 0 0;
  }
  .salons-contents .salons-content .content-wrap {
    flex-flow: wrap;
  }
  .salons-contents .salons-content .content-wrap .image {
    width: 136px;
    height: 136px;
  }
  .salons-contents .salons-content .content-wrap .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .salons-contents .salons-content .content-wrap .text-area {
    width: calc(100% - 136px);
    padding-left: 20px;
  }
  .salons-contents .salons-content .content-wrap .text-area .title {
    text-align: unset;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 0;
  }
  .salons-contents .salons-content .content-wrap .text-area .body {
    font-size: 13px;
    line-height: 20px;
  }
  .how-to-enjoy {
    padding: 32px;
  }
  .recommend-for {
    padding: 40px 32px;
  }
  .benefits {
    padding: 40px 32px 10px;
  }
  .salon-main-text {
    padding: 32px;
  }
  .store-function-introduction .detail {
    font-size: 16px;
  }
  .benefit-detail .benefit-main-image img {
    width: 100%;
    margin-left: 0 !important;
  }
  .benefit-detail .benefit-main-image img.benefit-number {
    width: 60px;
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .for-corp {
    padding: 40px 32px 0;
  }
  .member-conditions {
    padding: 40px 32px 0;
  }
}
@media (min-width: 768px) {
  .sp-br {
    display: none;
  }
  .owner-info > .for-pc {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .owner-info > .for-pc > .photo-image {
    width: 20%;
  }
  .owner-info > .for-pc > .photo-image > img {
    width: 100%;
  }
  .owner-info > .for-pc > .owners-introduction {
    width: calc(80% - 28px);
  }
  .for-sp {
    display: none;
  }
  a.corp-regist-btn {
    font-size: 1.8vw;
  }
  .follow-joining {
    display: none;
  }
  .salontopDisc-area {
    padding: 0;
  }
  .salon-detail-area {
    width: 63%;
    padding-left: 5%;
  }
  .salon-image {
    padding: 0 10px;
    width: 63%;
    padding-left: 5%;
  }
  .salon-image img {
    margin-top: 20px;
    border-radius: 0.8rem;
  }
  .area-title {
    padding: 0 0 20px;
  }
  .how-to-enjoy .area-title {
    padding-bottom: 30px;
  }
  .benefits .area-title {
    padding-top: 20px;
  }
  .area-title h3 {
    font-size: 45px;
    line-height: 45px;
  }
  .area-title .sub-title {
    font-size: 16px;
    line-height: 21px;
  }
  .salontopfv-content {
    margin-top: 0;
  }
  .right-menu {
    display: block;
    position: fixed;
    width: 30%;
    right: 0;
    top: 80px;
    margin-right: 5%;
  }
  .joining-btn {
    font-size: 1.5vw;
  }
  .article-link-btn {
    max-width: 294px;
  }
  .salontopfv-snss a {
    width: 40px;
  }
  .card-m2 {
    padding: 30px 50px;
  }
  .footerContent {
    padding-bottom: 1.4rem;
  }
  .realtime-viewers-container {
    width: 290px;
    bottom: -20px;
  }
  .realtime-viewers {
    font-size: 14px;
  }
  .column.column-main .member-contents-wrap {
    font-size: 16px;
    margin: 20px;
  }
  .member-contents-area {
    margin: 0 auto;
  }
  .member-contents-wrap .main-view .salon-image {
    margin: 0 auto;
  }
  .member-contents-wrap .main-view .salon-image img {
    margin-top: 0;
    border-radius: 10px 10px 0 0;
  }
  .main-view-content {
    margin: 10px;
  }
  .main-view-conten > .salons-news {
    width: calc(100% - 32px)
  }
  .main-view-conten > .salons-news .news {
    display: flex;
    align-items: center;
    margin: 8px 0;
  }
  .salons-news .news .news-date {
    padding-right: 10px;
    border-right: solid 1px #000000;
    width: 13%;
  }
  .salons-news .news .news-detail {
    padding-left: 10px;
    width: 87%;
  }
  .member-contents-area .banner-area {
    margin: 10px 0;
  }
  .big-three .image-and-text div {
    font-size: 14px;
  }
  .benefit-detail {
    margin-bottom: 50px;
  }
  .benefit-detail .benefit-body ul li {
    margin-bottom: 5px;
  }
  .main-view .footer-image {
    background-size: 400px 95px;
    height: 95px;
  }
  .recommend-for .header-image,
  .recommend-for .footer-image {
    background-size: 928px 75px;
    height: 75px;
  }
  .benefits .header-image {
    background-size: 628px 73px;
    height: 73px;
    top: -20px;
  }
  .benefits .footer-image {
    background-size: 628px 73px;
    height: 73px;
    bottom: -20px;
  }
  .benefits .main-text {
    font-size: 20px;
    margin-top: 10px;
  }
  .member-contents-area .share-area {
    display: block;
    width: 32px;
  }
  .emphasis {
    font-size: 22px;
  }
  .store-function-introduction .title {
    font-size: 26px;
  }
  .store-function-introduction .detail {
    font-size: 14px;
  }
}
@media (min-width: 834px) {
  .salons-contents .salons-content .content-wrap .text-area .title {
    font-size: 24px;
    line-height: 36px;
  }
  .salons-contents .salons-content .content-wrap .text-area .body {
    font-size: 14px;
    line-height: 22px;
  }
  .store-function-introduction .detail {
    font-size: 16px;
  }
  .salon-amount {
    font-size: 15px;
  }
}
@media (min-width: 860px) {
  .salon-amount {
    font-size: 20px;
  }
}
@media (min-width: 1000px) {
  .salon-amount {
    font-size: 19px;
  }
}
@media (min-width: 1100px) {
  .salon-amount {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  a.corp-regist-btn {
    font-size: 1.7rem;
  }
  .salon-detail-area {
    width: 806.4px;
  }
  .right-menu {
    width: 384px;
    right: calc((100vw - 1280px) / 2);
    margin-right: 50px;
  }
  .joining-btn {
    font-size: 18px;
  }
}