.small-ttl {
  text-align: center;
  color: #59136C;
  font-size: 2rem;
  margin-bottom: 30px;
}
a {
  color: #000;
}
a:hover, a:focus {
  text-decoration: none;
}
.navbar-nav > li > a {
  margin-bottom: 0;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1199px) {
  .container {
    width: auto;
  }
  .container.inner-section {
    width: auto;
    padding: 0 30px;
  }
}
@media (max-width: 825px) {
  .guuma-header .navbar-brand {
    width: 150px;
  }
  .guuma-header .navbar-header {
    margin-bottom: 0;
    margin-top: 12px;
  }
  .menu-item {
    font-size: 14px;
    padding: 2px 0;
  }
}
@media (max-width: 639px) {
  .small-ttl {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .first-margin {
    margin-top: 40px;
  }
  .guuma-header .navbar-header {
    margin-bottom: 0;
    margin-top: 0;
  }
  .nail-kv {
    margin-top: 55px;
  }
}

/* お問い合わせボタン */
.contact-flex {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.contact-button {
  display: inline-block;
  text-align: center;
  padding: 20px 120px 20px 90px;
  color: #fff;
  border-radius: 10px;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
.contact-button::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
.contact-button::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%) rotate(-45deg);
}
.contact-button.line {
  background-color: #028907;
}
.contact-button.tel {
  background-color: #59136C;
}
a.contact-button:visited:not(.btn) {
  color: #fff;
}
.contact-button:hover {
  background-color: #e94b6d;
  color: #fff;
}
@media (max-width: 1199px) {
  .contact-flex {
    gap: 20px;
  }
  .contact-button {
    padding: 20px 70px 20px 50px;
    font-size: 1.8rem;
  }
  .contact-button::before {
    right: 30px;
  }
  .contact-button::after {
    right: 30px;
  }
}
@media (max-width: 639px) {
  .contact-flex {
    flex-direction: column;
  }
  .contact-flex .box {
    text-align: center;
  }
  .contact-button {
    width: 100%;
    max-width: 360px;
    font-size: 1.6rem;
    padding: 15px 70px 15px 50px;
  }
}

/* ページ内リンク */
.page-link-flex {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 80px;
}
.page-link-flex a {
  display: inline-block;
  background-color: #383838;
  color: #fff;
  width: calc((100% - 90px) / 4);
  text-align: center;
  padding: 15px;
  border-radius: 10px;
}
.page-link-flex a:visited:not(.btn) {
  color: #fff;
}
.page-link-flex a:hover {
  background-color: #e94b6d;
  color: #fff;
}
@media (max-width: 1199px) {
  .page-link-flex {
    gap: 20px;
    margin-top: 50px;
  }
  .page-link-flex a {
    width: calc((100% - 60px) / 4);
    padding: 15px 5px;
  }
}
@media (max-width: 639px) {
  .page-link-section {
    margin-bottom: 0;
  }
  .page-link-flex {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .page-link-flex a {
    width: calc((100% - 20px) / 2);
    padding: 10px 5px;
    font-size: 1.4rem;
  }
}

/* ネイルメニュー詳細 */
.nail-type-flex {
  display: flex;
  gap: 80px;
  margin-top: 60px;
}
.nail-type-flex.reverse {
  flex-direction: row-reverse;
}
.nail-type-flex .nail-image {
  width: 35%;
}
.nail-type-flex .nail-detail {
  width: 65%;
  padding: 40px 0 0;
}
.nail-type-flex .nail-detail .nail-type-ttl {
  display: inline-block;
  font-size: 2rem;
  padding: 5px 60px;
  border: 1px solid #707070;
  border-radius: 6px;
  margin-bottom: 20px;
}
.nail-type-flex .nail-detail table {
  width: 100%;
}
.nail-type-flex .nail-detail table th,
.nail-type-flex .nail-detail table td {
  font-weight: normal;
  border-bottom: 1px solid #707070;
  width: 50%;
  padding: 12px 0;
}
@media (max-width: 1199px) {
  .nail-type-flex {
    gap: 30px;
    margin-top: 50px;
  }
  .nail-type-flex .nail-detail {
    padding: 0;
  }
  .nail-type-flex .nail-detail .nail-type-ttl {
    font-size: 1.8rem;
    padding: 5px 60px;
    margin-bottom: 10px;
  }
  .nail-type-flex .nail-detail table th {
    width: 70%;
  } 
  .nail-type-flex .nail-detail table td {
    width: 30%;
  }
}
@media (max-width: 639px) {
  .nail-type-flex {
    gap: 20px;
    margin-top: 40px;
    flex-direction: column;
  }
  .nail-type-flex.reverse {
    flex-direction: column;
  }
  .nail-type-flex .nail-image {
    width: 100%;
    text-align: center;
  }
  .nail-type-flex .nail-image img {
    max-width: 70%;
    height: auto;
  }
  .nail-type-flex .nail-detail {
    width: 100%;
  }
  .nail-type-flex .nail-detail .nail-type-ttl {
    font-size: 1.6rem;
    margin: 0 auto 10px;
    display: block;
    width: fit-content;
  }
  .nail-type-flex .nail-detail table th,
  .nail-type-flex .nail-detail table td {
    font-size: 1.4rem;
  }
  .nail-type-flex .nail-detail table td {
    text-align: right;
    padding-right: 10px;
  }
}

/* インスタグラム */
.instagram-section {
  padding: 40px 0;
}
@media (max-width: 1199px) {

}
@media (max-width: 639px) {
  .instagram-section {
    padding: 20px 0;
  }
}

/* 口コミ */
.review-section {
  background-color: #EAEAEA;
  padding: 80px 0 50px;
}
.review-button {
  text-align: center;
  margin-top: 50px;
}
.review-button a {
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 12px 80px 12px 60px;
  border-radius: 10px;
  font-size: 1.6rem;
  position: relative;
}
.review-button a::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.review-button a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(-45deg);
}
.review-button a:hover {
  background-color: #e94b6d;
  color: #fff;
}
.review-button a:hover::before{
  background-color: #fff;
}
.review-button a:hover::after {
  border-color: #fff;
}
.review-button a:visited:not(.btn) {
  color: #000;
}
@media (max-width: 1199px) {

}
@media (max-width: 639px) {
  .review-section {
    padding: 40px 0 30px;
  }
}

/* グーグルマップ */
.map-section {
  padding: 60px 0;
}
.map-address {
  text-align: center;
  margin: 40px auto 20px;
  font-size: 2.4rem;
}
.google-map iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 1199px) {
  .google-map {
    padding: 0 10px;
  }
  .google-map iframe {
    height: 420px;
  }
  .map-address {
    font-size: 2.2rem;
  }
}
@media (max-width: 639px) {
  .google-map {
    padding: 0;
  }
  .google-map iframe {
    height: 340px;
  }
  .map-address {
    font-size: 1.6rem;
    margin: 40px auto 10px;
  }
  .map-section {
    padding: 50px 0 30px;
  }
}