@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
}

.index-body {
  color: #eee;
}

section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero {
  background-color: #000;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}

.navbar, header {
  background-color: #1a1a1a;
  border-bottom: 1px solid #444;
}
.navbar-expand-md {
  padding: 0 1rem;
}
.nav-link {
  color: #ccc !important;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #d4af37 !important; /* ゴールド */
}

.btn-primary {
  background-color: #d4af37;
  border-color: #d4af37;
  color: #000;
}

.btn-primary:hover {
  background-color: #b9972b;
  border-color: #b9972b;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #ad8e25;
    border-color: #ad8e25;
}

.bg-dark {
  background-color: #111 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
  color: #111;
}

.border-light {
  border-color: #bbb !important;
}

footer a {
  color: #ccc;
  text-decoration: none;
}

footer a:hover {
  color: #d4af37;
}

.text-warning {
  color: #d4af37 !important;
}

/* MV Styles */
.hero {
  background: url('../images/mv_1.jpg') no-repeat;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.9);
  min-height: 60vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to right, #111 0%, rgba(17,17,17,0) 20%, rgba(17,17,17,0) 80%, #111 100%);
  z-index: 1;
}
.hero > .container {
  position: relative;
  z-index: 2;
}
.mv-title span {
  font-size: 1.7rem;
}
.lead {
  margin-top: 40px;
}

/* 症例 Styles */
.dli-caret-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.5em 0.8em;
  border-left-color: currentColor;
  border-right: 0;
}

/* 料金 Style */
#plans .plan-title {
  font-size: 1.6rem;
  color: #e1c25e;
}
#plans p {
  font-size: 1.2rem;
}
.ribbon-wrapper {
  position: relative;
  }
.ribbon {  
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 18px;
  margin: 0;
  padding: 10px 0 7px;
  z-index: 2;
  width: 50px;
  text-align: center;
  color: white;
  font-size: 14px;
  background: #fa8383;
  border-radius: 2px 0 0 0;
  }
.ribbon:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #d07676;
  border-right: solid 5px transparent;
}
.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 10px solid #fa8383;
}
.price {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 5px;
}

/* おすすめ Styles */
#recommended ul {
  padding-left: 0;
}
#recommended li {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
#recommended li span {
  padding: 2px 5px;
}

/* Q&A Styles */
.accordion-button, .accordion-button:not(.collapsed), .accordion-button ::after, .accordion-item  {
  color: white;
}

/* お問い合わせ Styles */
.line-qr {
  width: 20%;
}

/* Responsive spacing */
@media (max-width: 1300px) {
  .hero {
    height: auto;
  }
  .mv-title span {
    font-size: 1.5rem;
  }
  .lead {
    margin-top: 150px;
  }
}
@media (max-width: 991px) {
  .mv-title span {
    font-size: 1rem;
  }
  .lead {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .nav {
    flex-wrap: wrap;
  }
  .hero {
    padding: 3rem 1rem;
    text-align: center;
    background-size: cover;
  }
  #recommended li {
    font-size: 1.2rem;
  }
}
@media (max-width: 528px) {
  .line-qr {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .plan-small-box {
      min-height: 245px;
  }
  #contact p {
    max-width: 370px;
    text-align: start;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
  #about p, #about-hair p {
    width: 75%;
  }
  .plan-small-box {
      min-height: auto;
  }
}
@media (min-width: 751px) {
  a[href^="tel:"] {
      pointer-events: none;
      cursor: default;
  }
}