@charset "utf-8";
/* CSS Document */

/* ------------------------ 全店共通 ------------------------ */
#access {
  width: 100%;
  background-color: #FDF9F5;
  text-align: center;
  margin-top: 100px;
  padding-bottom: 180px;
}
.access__wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* iPad Smaller than 999px ----------- */
@media only screen and (max-width : 999px) {
  #access {
  margin-top: 0;
}
  .access__wrapper {
	padding: 0 40px;
}
}
/* ----------- */

.access__salon-info {
  width: 100%;
  margin: 0 auto;
}
.text-divider {
  width: 100%;
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', "メイリオ", 'sans-serif';
  padding-top: 180px;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
}
.text-divider::before,
.text-divider::after {
  content: '';
  height: 1px;
  background-color: rgba(87, 72, 69, 0.7);
  flex-grow: 1;
}
.text-divider::before {
  margin-right: 3rem;
}
.text-divider::after {
  margin-left: 3rem;
}
.access__flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.access__interior {
  width: 46.875%;
  margin: 0 auto 0 0;
  box-sizing: border-box;
}
.access__interior-sub {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 10px auto 0;
}
.access__interior-img {
  width: 100%;
}
.access__interior-subimg {
  width: 48%;
  margin-bottom: 15px;
}
.access__details {
  width: 46.875%;
  text-align: left;
}
.access__course {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 3rem;
}
.access__course-name {
  width: 200px;
  padding: 8px 0;
  text-align: center;
  color: #fafafe;
  font-weight: 500;
  background-color: #574845;
  border-radius: 100px;
}
.access__details__additional {
  font-weight: 600;
  margin-bottom: 20px;
}
.access__address address {
  font-style: normal;
  line-height: 2.8rem;
}
.access__address--description {
  margin-top: 24px;
}
.access__map-wrapper {
  max-width: 100%;
}
.access__map {
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%; /* マップの縦横比率を固定 */
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access__link {
  text-decoration: none;
}

/* iPad Smaller than 999px ----------- */
@media only screen and (max-width: 999px) {
  .access__salon-info {
    margin-bottom: 80px;
  }
.text-divider {
    padding-top: 80px;
    margin-bottom: 40px;
  }
.access__interior {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.access__interior-sub {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 10px auto;
}
.access__details {
  width: 100%;
  margin: 40px auto 0;
}
.access__course {
  justify-content: center;
}
.access__course-name {
  min-width: 120px;
  padding: 8px 6px;
  text-align: center;
  color: #fafafe;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #574845;
  border-radius: 100px;
}
.access__address {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 24px;
}
}

/* ---------- おおたか：commonふきだし -------------
.access__common-link__wrapper {
  width: 100%;
  text-align: center;
}
.access__common-link {
  position: relative;
  display: inline-block;
  margin: 24px auto 0;
  width: 80%;
  min-width: 320px;
  text-align: center;
  border: solid 3px #54C0C8;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 32px 32px 24px;
}
.access__common-link::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -11px;
  border: 8px solid transparent;
  border-top: 8px solid #FDF9F5;
  z-index: 2;
}
.access__common-link::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -13px;
  border: 10px solid transparent;
  border-top: 10px solid #54C0C8;
  z-index: 1;
}
.access__common-link__logo {
  width: 100%;
  max-width: 280px;
}
.access__common-link__text {
  margin-top: 8px;
  font-size: 1.6rem;
}
  -------------*/
/* iPad Smaller than 999px -----------
@media only screen and (max-width: 999px) {
  .access__common-link {
    width: 100%;
    max-width: 360px;
  }
}-------------*/