@charset "utf-8";

.bg {
  position: relative;
  margin-top: 20px;
  background-image: url(../images/bg_top.jpg);
  height: 400px;
}

.bg.ginza {
  background-image: url(../images/shop/bg-ginza.jpg);
  margin-top: 0;
}

.bg,
.bg02 {
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.bg02 {
  background-image: url(../images/bg02_top.jpg);
  background-position: center;
  height: 300px;
}

.bg .fv_title {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  height: 100%;
}

.bg .fv_title-en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.bg .fv_title-ja {
  font-size: 42px;
  line-height: 1.42;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

#breadcrumb {
  background-color: #262322;
  padding: 14px 40px;
}

#breadcrumb li {
  display: inline;
  color: #8a8a8a;
  font-size: 13px;
}

#breadcrumb li span {
  padding-left: 10px;
}

section {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  #breadcrumb {
    padding: 14px 20px;
  }
  section {
    padding: 50px 0;
  }
}

.section_title {
  margin-bottom: 77px;
}

@media screen and (max-width: 600px) {
  .section_title {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
  .section_title-en {
    font-size: 25px;
  }
}
.section_title-main {
  font-size: 32px;
  line-height: 1.43;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_title-main {
    font-size: 25px;
  }
}

.section_title-main::after {
  background-color: #787573;
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
}

.section_content {
  margin: auto;
  max-width: 1240px;
  padding: 0 20px;
}

/* お知らせ */
.shop_info .section_title {
  margin-bottom: 30px;
}

.shop_info-list li a {
  border-bottom: 1px solid #787573;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 15px;
  padding: 30px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .shop_info-list li a {
    display: block;
    padding: 20px 0;
  }
}

.shop_info-list li a::after {
  background: url(../images/shop/triangle.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 6px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.shop_info-date {
  margin-right: 20px;
}

.shop_info-cat {
  background-color: #fff;
  border: 1px solid #b48e12;
  color: #b48e12;
  display: inline-block;
  font-size: 12px;
  padding: 3px 0;
  text-align: center;
  width: 90px;
}

.shop_info-text {
  flex: 1;
}

.shop_info-text p {
  padding-right: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .shop_info-text p {
    margin-top: 10px;
    padding-right: 30px;
  }
}

/* メニューはこちら */
.shop_link {
  background: url(../images/shop/bg-menu.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 72px 20px;
}

@media screen and (max-width: 767px) {
  .shop_link {
    padding: 50px 20px;
  }
}

.shop_link a {
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  max-width: 720px;
  padding: 95px 20px 115px;
}

@media screen and (max-width: 767px) {
  .shop_link a {
    padding: 45px 20px 70px;
  }
}

.shop_link a span {
  color: #000000;
  font-size: 32px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .shop_link a span {
    font-size: 26px;
  }
}

@media screen and (max-width: 600px) {
  .shop_link a span {
    font-size: 20px;
  }
}

.shop_link a span::after {
  background: url(../images/shop/arrow.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 46px;
  height: 7px;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

.shop_blog-link {
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  margin: 60px auto 0;
  padding-bottom: 10px;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .shop_blog-link {
    margin: 30px auto 0;
    width: 200px;
  }
}

/* スタッフ */
.shop_staff-item {
  display: flex;
  justify-content: center;
  gap: 80px;
}

@media screen and (max-width: 991px) {
  .shop_staff-item {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .shop_staff-item {
    flex-direction: column;
    gap: 0;
  }
}

.shop_staff-body {
  max-width: 570px;
}

@media screen and (max-width: 991px) {
  .shop_staff-body {
    max-width: initial;
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .shop_staff-body {
    width: 100%;
  }
}

.shop_staff-name {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .shop_staff-name {
    margin-bottom: 30px;
  }
}

.shop_staff-name-en {
  font-size: 40px;
  line-height: 1.43;
  margin-bottom: 4px;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .shop_staff-name-en {
    font-size: 30px;
  }
}

.shop_staff-name-post {
  color: #a58c1b;
  font-size: 16px;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .shop_staff-name-post {
    font-size: 15px;
  }
}

.shop_staff-text {
  font-size: 15px;
  line-height: 1.91;
}

@media screen and (max-width: 767px) {
  .shop_staff-text {
    margin-bottom: 20px;
  }
}

.shop_staff-link {
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 60px;
  padding-bottom: 10px;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .shop_staff-link {
    margin-top: 30px;
    width: 200px;
  }
}

.shop_staff-img {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .shop_staff-img {
    margin-top: 40px;
  }
}

/* アクセス案内 */
.shop_access {
  background-color: #312c29;
}

.shop_access-text {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .shop_access-text {
    margin-bottom: 30px;
    text-align: left;
  }
}

.shop_access-video {
  margin: auto;
  max-width: 1060px;
  position: relative;
  padding-bottom: 53%;
  height: 0;
  overflow: hidden;
}

.shop_access-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop_access-link {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .shop_access-link {
    margin-top: 30px;
  }
}

.shop_access-link a {
  color: #a58c1b;
  display: inline-block;
  font-size: 15px;
  text-decoration: underline;
}

/* 店舗案内 */
.shop_detail-table {
  font-size: 16px;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .shop_detail-table {
    font-size: 15px;
  }
}

.shop_detail-table th {
  background-color: #312c29;
  border-bottom: 1px solid #585858;
  padding: 16px 20px;
  width: 191px;
}

@media screen and (max-width: 767px) {
  .shop_detail-table th {
    width: 160px;
  }
}

@media screen and (max-width: 600px) {
  .shop_detail-table th {
    display: block;
    width: 100%;
  }
}

.shop_detail-table tr:last-child th,
.shop_detail-table tr:last-child td {
  border-bottom: none;
}

.shop_detail-table td {
  background-color: #d6d6d6;
  border-bottom: 1px solid #b9b9b9;
  color: #000000;
  line-height: 1.55;
  padding: 16px 32px;
}

@media screen and (max-width: 767px) {
  .shop_detail-table td {
    padding: 16px 20px;
  }
}

@media screen and (max-width: 600px) {
  .shop_detail-table td {
    display: block;
    width: 100%;
  }
}

.shop_detail-table td a {
  color: #a58c1b;
  text-decoration: underline;
}

/* 店舗一覧 */
.shop_list {
  background: url(../images/shop/bg-shop.jpg) no-repeat;
  background-size: cover;
}

.shop_list-item {
  display: flex;
  gap: 60px;
}

@media screen and (max-width: 1200px) {
  .shop_list-item {
    gap: 30px;
  }
}

@media screen and (max-width: 875px) {
  .shop_list-item {
    display: block;
  }
}

@media screen and (max-width: 875px) {
  .shop_list-item li {
    margin: auto;
    max-width: 360px;
  }

  .shop_list-item li + li {
    margin-top: 50px;
  }
}

.contact_item-title {
  margin-bottom: 20px;
}

.shop_list-thumb {
  margin-bottom: 20px;
}

.shop_list-btn a {
  background-color: #b48e12;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-left: 30px;
  width: 100%;
  height: 50px;
  position: relative;
}

.shop_list-btn a::after {
  background: url(../images/arrow_btn.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 46px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/* SNS */
.sns {
  padding: 80px 20px 100px;
}

.sns .section_title {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .sns {
    padding: 50px 20px 80px;
  }

  .sns .section_title {
    margin-bottom: 40px;
  }
}

.wpac {
  margin: auto !important;
  max-width: 1240px !important;
  padding: 0 20px !important;
}

/* 銀座SPA */
.ginza {
  background-color: #272421;
}

.ginza .section_title {
  color: #a58c1b;
}

.ginza .section_title-main::after {
  background-color: #a58c1b;
}

.ginza_obsession {
  background-image: url(../images/shop/bg-obsession.jpg);
  background-size: cover;
}

.ginza_obsession-list {
  margin-bottom: 100px;
}

@media screen and (max-width: 850px) {
  .ginza_obsession-list {
    margin-bottom: 50px;
  }
}

.ginza_obsession-item {
  display: flex;
  gap: 80px;
}

@media screen and (max-width: 1080px) {
  .ginza_obsession-item {
    gap: 50px;
  }
}

@media screen and (max-width: 850px) {
  .ginza_obsession-item {
    display: block;
  }
}

.ginza_obsession-item.-reverse {
  flex-direction: row-reverse;
}

.ginza_obsession-item + .ginza_obsession-item {
  margin-top: 120px;
}

@media screen and (max-width: 850px) {
  .ginza_obsession-item + .ginza_obsession-item {
    margin-top: 60px;
  }
}

.ginza_obsession-body {
  max-width: 430px;
}

@media screen and (max-width: 850px) {
  .ginza_obsession-body {
    max-width: 100%;
  }
}

.ginza_obsession-heading {
  color: #a58c1b;
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 40px;
}

@media screen and (max-width: 850px) {
  .ginza_obsession-heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.ginza_obsession-text {
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 850px) {
  .ginza_obsession-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.ginza_obsession-img {
  flex: 1;
  text-align: center;
}

.ginza_btn {
  text-align: center;
}

.ginza_btn a {
  background-color: #887e5b;
  display: inline-block;
  font-size: 16px;
  padding: 27px 30px;
  position: relative;
  text-align: left;
  width: 426px;
}

@media screen and (max-width: 600px) {
  .ginza_btn a {
    font-size: 15px;
    width: 100%;
  }
}

.ginza_btn a::after {
  background: url(../images/arrow_btn.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 46px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.ginza_menu {
  background-image: url(../images/shop/bg-menu-ginza.jpg);
  background-position: bottom;
  background-size: cover;
}

.ginza_menu-table {
  font-size: 16px;
  margin-bottom: 64px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .ginza_menu-table {
    font-size: 15px;
    margin-bottom: 35px;
  }
}

.ginza_menu-table th {
  background-color: #312c29;
  padding: 10px;
  text-align: center;
}

.ginza_menu-table th:not(:first-child) {
  border-left: 1px solid #030302;
}

.ginza_menu-table td {
  background-color: #3e3936;
  border-bottom: 1px solid #2d2a28;
  padding: 19px 30px;
}

@media screen and (max-width: 600px) {
  .ginza_menu-table td {
    line-height: 1.4;
    padding: 15px 20px;
  }
}

.ginza_menu-table td:not(:first-child) {
  border-left: 1px solid #030302;
  text-align: right;
}

@media screen and (max-width: 600px) {
  .ginza_menu-table td:not(:first-child) {
    vertical-align: middle;
  }
}

.salon_bg img {
  width: 100%;
}

.salon {
  position: relative;
  top: -150px;
}

@media screen and (max-width: 767px) {
  .salon {
    top: -100px;
  }
}

.salon_box {
  background-color: #312c29;
  margin: auto;
  max-width: 1200px;
  padding: 80px;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .salon_box {
    padding: 40px 20px;
  }
}

.salon_text {
  font-size: 15px;
  line-height: 1.85;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .salon_text {
    text-align: left;
  }
}

.salon_text + .salon_text {
  margin-top: 1em;
}

.salon .ginza_btn {
  margin-top: 60px;
}

@media screen and (max-width: 600px) {
  .salon .ginza_btn {
    margin-top: 30px;
  }
}

.salon .ginza_btn a {
  width: 360px;
}

@media screen and (max-width: 600px) {
  .salon .ginza_btn a {
    width: 100%;
  }
}

/* 2024/01/31追加 各店舗TOP */
.info_new {
  font-family: "NOTO SANS JP";
  font-size: 12px;
  background-color: #b48e12;
  padding: 2px 8px;
  border-radius: 2px;
  vertical-align: middle;
}
