@charset "UTF-8";
/* 変数
--------------------------------- */
/* 画面サイズ
--------------------------------- */
/* ホバー用メディアクエリ
--------------------------------- */
/* メディアクエリ調整関数
--------------------------------- */
/*-----------------------------------
 店舗紹介
-----------------------------------*/
.page-branches .container {
  margin-top: 8rem;
}
.page-branches .container header {
  box-sizing: border-box;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.page-branches .container header .title {
  margin-bottom: 4rem;
  font-size: 2.2rem;
  text-align: center;
}
.page-branches .container header ul {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
}
.page-branches .container header ul li a {
  display: block;
  width: 16rem;
  padding: 1.2rem 1rem;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  background-color: #fff;
  border: 1px solid #5389a6;
  transition: all 0.3s;
}
.page-branches .container header ul li a:hover {
  background-color: #5389a6;
  color: #fff;
}
.page-branches .container main {
  box-sizing: border-box;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.page-branches .container main .branch:not(:last-child) {
  margin-bottom: 8rem;
}
.page-branches .container main .branch h2 {
  position: relative;
  margin-bottom: 6rem;
  font-size: 2.4rem;
}
.page-branches .container main .branch h2::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #5389a6;
}
.page-branches .container main .branch h2 span {
  z-index: 1;
  position: relative;
  padding: 0 2rem 0 0;
  background-color: #fff;
}
.page-branches .container main .branch .photo-text {
  margin-bottom: 4rem;
}
.page-branches .container main .branch .photo-text ul {
  display: flex;
  justify-content: space-between;
  height: 30rem;
}
.page-branches .container main .branch .photo-text ul .photo-item, .page-branches .container main .branch .photo-text ul .text-item {
  width: calc(33.3% - 2.6rem);
  height: 100%;
}
.page-branches .container main .branch .photo-text ul .photo-item img, .page-branches .container main .branch .photo-text ul .text-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-branches .container main .branch .photo-text ul .text-item p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
.page-branches .container main .branch .map-access {
  margin-bottom: 8rem;
}
.page-branches .container main .branch .map-access ul {
  display: flex;
  justify-content: space-between;
  height: 30rem;
}
.page-branches .container main .branch .map-access ul li {
  width: calc(33.3% - 2.6rem);
}
.page-branches .container main .branch .map-access ul li p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
.page-branches .container main .branch .map-access ul li iframe {
  height: 100%;
}
.page-branches .container main .branch .stuff {
  margin-bottom: 8rem;
}
.page-branches .container main .branch .stuff h3 {
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: 700;
}
.page-branches .container main .branch .stuff ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 3.9rem;
  row-gap: 4rem;
}
.page-branches .container main .branch .stuff ul li {
  width: calc(33.3% - 2.6rem);
}
.page-branches .container main .branch .stuff ul li img {
  display: block;
  height: 20rem;
  margin: 0 auto 3rem;
  object-fit: contain;
  object-position: center;
}
.page-branches .container main .branch .stuff ul li > span {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1.4rem;
}
.page-branches .container main .branch .stuff ul li h4 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.page-branches .container main .branch .stuff ul li p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.page-branches .container main .branch .sns {
  margin-bottom: 8rem;
}
.page-branches .container main .branch .sns h3 {
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: 700;
}
.page-branches .container main .branch .sns ul {
  display: flex;
  column-gap: 2rem;
}
.page-branches .container main .branch .sns ul li.sns-insta img {
  width: auto;
  height: 5rem;
}
.page-branches .container main .branch .sns ul li.sns-tiktok img {
  width: auto;
  height: 5rem;
}

@media (max-width: 767px) {
  .page-branches .container {
    margin-top: min(10rem, 140px);
  }
  .page-branches .container header {
    width: 100%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    margin-bottom: min(4rem, 56px);
    padding-left: min(1.5rem, 21px);
    padding-right: min(1.5rem, 21px);
  }
  .page-branches .container header .title {
    margin-bottom: min(2.4rem, 33.6px);
    font-size: min(2rem, 28px);
  }
  .page-branches .container header ul {
    column-gap: min(1rem, 14px);
  }
  .page-branches .container header ul li a {
    width: min(11rem, 154px);
    padding: min(1.2rem, 16.8px) min(1rem, 14px);
    font-size: min(1.6rem, 22.4px);
  }
  .page-branches .container main {
    width: 100%;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    padding-left: min(1.5rem, 21px);
    padding-right: min(1.5rem, 21px);
  }
  .page-branches .container main .branch:not(:last-child) {
    margin-bottom: min(4rem, 56px);
  }
  .page-branches .container main .branch h2 {
    margin-bottom: min(3rem, 42px);
    font-size: min(2rem, 28px);
  }
  .page-branches .container main .branch h2 span {
    padding: 0 0 0;
  }
  .page-branches .container main .branch .photo-text {
    margin-bottom: min(6rem, 84px);
  }
  .page-branches .container main .branch .photo-text ul {
    flex-direction: column;
    row-gap: min(2rem, 28px);
    height: auto;
  }
  .page-branches .container main .branch .photo-text ul .photo-item, .page-branches .container main .branch .photo-text ul .text-item {
    width: 100%;
    height: min(15rem, 210px);
  }
  .page-branches .container main .branch .photo-text ul .text-item {
    height: auto;
  }
  .page-branches .container main .branch .photo-text ul .text-item p {
    font-size: min(1.5rem, 21px);
  }
  .page-branches .container main .branch .map-access {
    margin-bottom: min(6rem, 84px);
  }
  .page-branches .container main .branch .map-access ul {
    flex-direction: column;
    row-gap: min(2rem, 28px);
    height: auto;
  }
  .page-branches .container main .branch .map-access ul li {
    width: 100%;
  }
  .page-branches .container main .branch .map-access ul li p {
    font-size: min(1.5rem, 21px);
  }
  .page-branches .container main .branch .stuff {
    margin-bottom: min(4rem, 56px);
  }
  .page-branches .container main .branch .stuff h3 {
    margin-bottom: min(2.6rem, 36.4px);
    font-size: min(2rem, 28px);
  }
  .page-branches .container main .branch .stuff ul {
    column-gap: min(1.4rem, 19.6px);
    row-gap: min(2.6rem, 36.4px);
  }
  .page-branches .container main .branch .stuff ul li {
    width: calc(50% - 0.7rem);
  }
  .page-branches .container main .branch .stuff ul li img {
    height: min(15rem, 210px);
    margin: 0 auto min(2rem, 28px);
  }
  .page-branches .container main .branch .stuff ul li > span {
    margin-bottom: min(0.2rem, 2.8px);
    font-size: min(1.4rem, 19.6px);
  }
  .page-branches .container main .branch .stuff ul li h4 {
    margin-bottom: min(1rem, 14px);
    font-size: min(1.5rem, 21px);
  }
  .page-branches .container main .branch .stuff ul li p {
    font-size: min(1.35rem, 18.9px);
  }
  .page-branches .container main .branch .sns {
    margin-bottom: min(6rem, 84px);
  }
  .page-branches .container main .branch .sns h3 {
    margin-bottom: min(2.4rem, 33.6px);
    font-size: min(2rem, 28px);
  }
  .page-branches .container main .branch .sns ul {
    column-gap: min(1.2rem, 16.8px);
  }
  .page-branches .container main .branch .sns ul li.sns-insta img {
    height: min(5rem, 70px);
  }
  .page-branches .container main .branch .sns ul li.sns-tiktok img {
    height: min(5rem, 70px);
  }
}