:root {
  --color-custom-base: #001261;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.gnav--shown .gnav {
  transform: translateY(0);
}

.gnav-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .gnav-toggle {
    display: none;
  }
}
.gnav-toggle span:not(:last-child) {
  width: 50px;
  height: 3px;
  background: #001261;
}
.gnav-toggle span:last-child {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 4px solid var(--color-custom-base);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.h2:before {
  content: "";
  flex: none;
  display: block;
  width: 13px;
  height: 13px;
  background: #FF2D62;
}
.map {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  background: linear-gradient(180deg, #F8FAFF 0%, #F2F6FF 100%);
}
@media (min-width: 769px) {
  .map {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 770px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 6px;
    padding: 30px 20px 25px;
    background: url(images/map-bg.jpg) no-repeat center center/cover;
  }
}
.map .map-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .map .map-title {
    line-height: 1;
  }
}
.map .map-title__search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: var(--color-custom-base);
  border-radius: 50%;
}
.map-text {
  margin: 10px 0 30px;
}
@media (min-width: 769px) {
  .map-text {
    margin-bottom: auto;
  }
}
.map-box {
  display: flex;
  padding: 12px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  background: #D7DCF2;
  font-weight: bold;
}
@media (min-width: 769px) {
  .map-box {
    position: absolute;
    align-items: center;
    top: 0;
    left: 0;
    width: 237px;
    margin-bottom: 0;
    padding: 5px;
  }
}
.map-box-title {
  line-height: 1.2;
}
@media (min-width: 769px) {
  .map-box-title {
    padding-top: 5px;
  }
}
@media (min-width: 769px) {
  .map-box.hokkaido {
    top: 115px;
    left: 660px;
    width: auto;
  }
  .map-box.hokkaido .map-box-title {
    display: none;
  }
  .map-box.tohoku {
    top: 290px;
    left: 600px;
  }
  .map-box.kanto {
    top: 430px;
    left: 600px;
  }
  .map-box.chubu {
    top: 560px;
    left: 335px;
  }
  .map-box.kinki {
    top: 560px;
    left: 76px;
  }
  .map-box.chugoku-shikoku {
    top: 220px;
    left: 20px;
  }
  .map-box.kyushu-okinawa {
    top: 50px;
    left: 310px;
  }
}
.map-pref {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
@media (min-width: 769px) {
  .map-pref {
    gap: 4px;
  }
}
.map-pref-item {
  width: calc(25% - 8px);
}
@media (min-width: 769px) {
  .map-pref-item {
    width: auto;
  }
}
.map-pref-link {
  display: flex;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid var(--color-custom-base);
  background: linear-gradient(180deg, #FFF 0%, #E5E5E5 100%);
}
@media (min-width: 769px) {
  .map-pref-link {
    width: 73px;
    height: 40px;
    border: none;
  }
}
.map-pref-link:hover {
  background: var(--color-custom-base);
  color: #fff;
}
.map-button {
  margin: 30px auto 0;
}
@media (min-width: 769px) {
  .map-button {
    margin: 0;
    align-self: flex-end;
  }
}

.page-content {
  margin-bottom: 100px;
  line-height: 1.8;
}
.page-content h2 {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--color-custom-base);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.page-content h3 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.page-content p {
  margin-bottom: 1em;
}

.salon {
  margin-bottom: 30px;
}
.salon-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 20px;
  background: var(--color-custom-base);
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .salon-head {
    gap: 0;
  }
}
.salon-title {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  line-height: 1;
}
@media (min-width: 769px) {
  .salon-title {
    grid-column: 1/2;
    grid-row: 1/2;
    gap: 5px;
  }
}
.salon-name {
  font-size: 24px;
  font-weight: 700;
}
.salon-name-small {
  font-size: 1.2px;
  font-weight: 400;
}
.salon-reservation {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  font-weight: 600;
}
@media (min-width: 769px) {
  .salon-reservation {
    grid-template-columns: auto 1fr;
    grid-column: 2/3;
    grid-row: 1/2;
    width: auto;
  }
}
.salon-reservation-title {
  text-align: center;
}
@media (min-width: 769px) {
  .salon-reservation-title {
    text-align: left;
  }
}
.salon-reservation-link {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: #fff;
  color: var(--color-custom-base);
  line-height: 1;
  text-align: center;
}
@media (min-width: 390px) {
  .salon-reservation-link {
    flex: 1;
    width: auto;
  }
}
@media (min-width: 769px) {
  .salon-reservation-link {
    flex: none;
    height: 50px;
    padding: 16px 20px;
    font-size: 18px;
  }
}
.salon-reservation-link:hover {
  border: 1px solid #fff;
  background: var(--color-custom-base);
  color: #fff;
}
.salon-reservation .salon-links-link {
  width: 100%;
}
@media (min-width: 390px) {
  .salon-reservation .salon-links-link {
    width: auto;
  }
}
.salon-reservation-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 390px) {
  .salon-reservation-content {
    flex-direction: row;
    gap: 5px;
  }
}
@media (min-width: 769px) {
  .salon-reservation-content {
    gap: 10px;
    align-items: flex-start;
  }
}
.salon-links {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 769px) {
  .salon-links {
    flex-direction: row;
    gap: 10px;
  }
}
.salon-links-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 769px) {
  .salon-links-list {
    flex: 1;
    justify-content: flex-end;
  }
}
.salon-links-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 18px;
  color: var(--color-custom-base);
  line-height: 1;
}
@media (min-width: 769px) {
  .salon-links-link {
    min-width: 50px;
    height: 50px;
  }
}
.salon-links-link svg {
  max-width: 25px;
}
.salon-links-link path {
  fill: #fff;
}
.salon-links-link .icon-line__text {
  fill: var(--color-custom-base);
}
.salon-links-link:hover {
  background: #fff;
  color: var(--color-custom-base);
}
.salon-links-link:hover path {
  fill: var(--color-custom-base);
}
.salon-links-link:hover .icon-line__text {
  fill: var(--color-custom-white);
}
.salon-links [href^="tel:"] {
  height: 60px;
  padding: 10px 15px;
  gap: 5px;
  border-radius: 100px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 769px) {
  .salon-links [href^="tel:"] {
    gap: 10px;
    height: 50px;
    padding: 10px 20px;
    font-size: 20px;
  }
}
.salon-links [href^="tel:"]:hover {
  color: var(--color-custom-base);
}
.salon-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  padding: 20px;
  border: 1px solid #B5B5B5;
  overflow: hidden;
}
@media (min-width: 769px) {
  .salon-box {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    overflow: visible;
  }
}
.salon-info-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9DCE7;
}
@media (min-width: 769px) {
  .salon-info-item {
    flex-wrap: nowrap;
    gap: 10px;
  }
}
.salon-info-item__title {
  display: flex;
  align-items: center;
  flex: none;
  gap: 10px;
  width: 170px;
  font-weight: 600;
}
.salon-info-item-row {
  align-items: flex-start;
}
@media (min-width: 769px) {
  .salon-info-item-row {
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
.salon-info-item [href^="tel:"] {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 18px;
  color: #0022B9;
  text-decoration: underline;
}
.salon-info svg {
  flex: none;
}
.salon-info-google {
  display: flex;
  width: 100%;
  padding: 1px 10px 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  border-radius: 30px;
  background: #929FE0;
  color: #FFF;
  font-family: "Roboto Condensed";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 769px) {
  .salon-info-google {
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}
.salon-address {
  align-items: flex-start;
}
.salon-address span {
  flex: 1;
}
.salon-information1 {
  order: 1;
  width: 100%;
}
@media (min-width: 769px) {
  .salon-information1 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 769px) {
  .salon-information1 .salon-info-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.salon-information2 {
  order: 6;
}
@media (min-width: 769px) {
  .salon-information2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (min-width: 769px) {
  .salon-information2 .salon-info-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.salon-information2 .salon-info-item {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media (min-width: 769px) {
  .salon-information2 .salon-info-item {
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}
.salon-menu {
  order: 3;
}
@media (min-width: 769px) {
  .salon-menu {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.salon-menu .salon-info-item {
  flex-direction: column;
}
@media (min-width: 769px) {
  .salon-menu .salon-info-item {
    flex-direction: row;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #D9DCE7;
  }
}
@media (min-width: 769px) {
  .salon-menu .salon-info-item__title {
    width: 200px;
  }
}
.salon-menu .salon-info-item__content {
  flex: 1;
  white-space: pre-wrap;
}
@media (min-width: 769px) {
  .salon-menu .salon-info-item__content {
    flex: none;
  }
}
.salon-fee {
  order: 5;
}
@media (min-width: 769px) {
  .salon-fee {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.salon-fee .salon-info-item {
  flex-direction: column;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media (min-width: 769px) {
  .salon-fee .salon-info-item {
    flex-direction: row;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 769px) {
  .salon-fee .salon-info-item__title {
    width: 200px;
  }
}
.salon-appeal {
  order: 4;
}
@media (min-width: 769px) {
  .salon-appeal {
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
.salon-appeal .salon-info-item {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  white-space: pre-wrap;
}
@media (min-width: 769px) {
  .salon-appeal .salon-info-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    white-space: pre-wrap;
  }
}
.salon-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgb(255, 255, 255) 60%);
}
.salon-open {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 30px;
  border-radius: 100px;
  border: 2px solid var(--color-custom-base);
  background: #fff;
  color: var(--color-custom-base);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.salon-open:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: var(--color-custom-base);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/*# sourceMappingURL=style.css.map */
