@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  /* font-size: max(24px, 4.8rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px; */
  width: max(180px, 33.5rem);
  margin: 0 auto;
}

/* .common__ttl span {
  font-size: max(12px, 1.8rem);
  font-weight: 500;
  color: var(--red);
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

.common__ttl--wt,
.common__ttl--wt span {
  color: var(--white);
}

.common__ttl::after {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: 52.8rem;
  height: 4.8rem;
  margin-top: 2.5rem;
}

.common__ttl--wt::after {
  background: url("../img/ttl_deco-wt.png") no-repeat center / contain;
} */

@media (max-width: 767px) {
  .common__ttl {
    font-size: max(24px, 4rem);
  }

  /* .common__ttl span {
    font-size: max(12px, 1.6rem);
  } */
}

.common__btn {
  width: max(190px, 24.7rem);
  height: max(50px, 6.5rem);
  flex-shrink: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .common__btn {
    width: max(190px, 30rem);
    height: max(50px, 7.9rem);
  }
}

.common__btn a {
  background: url("../img/btn_bg.png") no-repeat center / cover;
  width: 100%;
  height: 100%;
  color: var(--white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (min-width: 768px) {
  .common__btn a {
    font-size: max(12px, 2rem);
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before,
.hero::after {
  content: "";
  background: url("../img/hero_deco.png") no-repeat center / contain;
  width: 23.8rem;
  height: 23.8rem;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  pointer-events: none;
  z-index: 2;
}

.hero::after {
  transform: scale(-1, 1);
  left: auto;
  right: 2rem;
}

@media (max-width: 767px) {
  .hero::before,
  .hero::after {
    width: 13rem;
    height: 13rem;
    bottom: 1rem;
    left: 1rem;
  }

  .hero::after {
    left: auto;
    right: 1rem;
  }
}

.hero__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.hero__slider .swiper-slide-active img,
.hero__slider .swiper-slide-duplicate-active img,
.hero__slider .swiper-slide-prev img {
  animation: zoomOut 7s linear both;
}

/*============================
	news
============================*/
.news {
  padding: 11.5rem 0 12rem;
}
.news--article {
  background: url(../img/back-blog.jpg) no-repeat center top / cover;
}
.CMS-NEWS-INDEX {
  width: 156rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
  margin: 8rem auto 7.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 30rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  letter-spacing: 0.1em;
}

.CMS-NEWS-TIME {
  color: #776665;
  margin-bottom: 1.5rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}


/*============================
	arcicle
============================*/

.CMS-ARTICLE-INDEX {
  width: 156rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
  margin: 8rem auto 7.5rem;
}

@media (max-width: 767px) {
  .CMS-ARTICLE-INDEX {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.CMS-ARTICLE-LINK-CONTENT {
  display: block;
}

.CMS-ARTICLE-THUMBNAIL {
  width: 100%;
  height: 30rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .CMS-ARTICLE-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-ARTICLE-LINK,
.CMS-ARTICLE-TIME {
  letter-spacing: 0.1em;
}

.CMS-ARTICLE-TIME {
  color: #776665;
  margin-bottom: 1.5rem;
}

.CMS-ARTICLE-MORE-READ {
  display: none;
}


/*============================
	policy
============================*/
.policy {
  background: var(--bg-2);
  background-size: cover;
  color: var(--white);
  padding: 9rem 0 16.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
.policy {
  padding: 20rem 0 16.5rem;
}
}

.policy::before {
  content: "";
  background-color: var(--brown);
  background-color: #201714;
  width: 58.8%;
  height: 75.5rem;
  position: absolute;
  top: 32rem;
  left: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .policy::before {
    width: 85%;
  }
}

.policy__ttl-wrapper {
  width: 160rem;
  display: flex;
  align-items: center;
  gap: 6rem 15rem;
  padding-left: 12.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .policy__ttl-wrapper {
    width: 85%;
    flex-direction: column;
    padding: 0;
  }
}

.policy__ttl-wrapper h2 {
  font-size: max(14px, 3.9rem);
  font-weight: 500;
  color: #d8ccb1;
  line-height: 1;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  flex-shrink: 0;
  position: relative;
  margin-top: -7rem;
  width: 45rem;
}

.policy__ttl-wrapper h2::before {
  content: "";
  background: url("../img/policy_ttl-deco.png") no-repeat center / contain;
  width: 23rem;
  height: 17rem;
  position: absolute;
  transform: translateX(-100%);
  top: -4rem;
  left: -3rem;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .policy__ttl-wrapper h2::before {
    left: -4rem;
  }
}

.policy__ttl-wrapper h2 span:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.policy__ttl-wrapper h2 span:nth-of-type(1)::after {
  content: "";
  display: block;
  background-color: #d8ccb1;
  width: 100%;
  height: 1px;
}

.policy__ttl-wrapper h2 span:nth-of-type(2) {
  display: block;
  width: 44rem;
}

.policy_img-list {
  width: 100%;
  /* display: grid;
  grid-template-columns: repeat(3, 1fr); */
  gap: 2.3rem;
  display: flex;
  justify-content: space-between;
}

.policy__contents {
  width: 156rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem 5rem;
  padding-right: 20rem;
  margin: 10rem auto 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 85%;
    flex-direction: column-reverse;
    padding: 0;
    margin: 6rem auto 0;
  }
}

.policy__txt-wrapper {
  width: 100%;
  position: relative;
}

.policy__txt-wrapper::before {
  content: "";
  background: url("../img/policy_txt-deco.png") no-repeat center / contain;
  width: 30.2rem;
  height: 44.8rem;
  position: absolute;
  bottom: -7rem;
  right: -30rem;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .policy__txt-wrapper::before {
    width: 18rem;
    height: 27.4rem;
    bottom: -12rem;
    right: -4rem;
  }
}

.policy__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .policy__txt-wrapper h3 {
    font-size: max(16px, 4rem);
  }
}

.policy__txt-wrapper h3 span {
  display: block;
  background-color: #ebe4cd;
  width: max-content;
  color: var(--brown);
  padding: 1.5rem 6rem 1.5rem 3rem;
  margin: 0 -0.5rem;
}

.policy__txt-wrapper h3 span:nth-of-type(2) {
  margin: 1.6rem -13.5rem 0 12.5rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h3 span {
    margin: 0;
  }

  .policy__txt-wrapper h3 span:nth-of-type(2) {
    margin: 1.6rem 0 0 10rem;
  }
}

.policy__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 3rem 0 6rem;
  padding: 0 4rem;
}
@media (max-width: 1200px) {
  .policy__txt-wrapper p {
    padding: 0 0;
  }
}
@media (min-width: 768px) {
  .policy__txt-wrapper p {
    margin: 13rem 0 7rem;
  }
}

.policy__img {
  width: 77rem;
  height: 100%;
  flex-shrink: 0;
  margin-top: -5rem;
  margin-left: -5rem;
}

@media (max-width: 767px) {
  .policy__img {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 16rem 0 16rem;
  position: relative;
  background: url(../img/back-menu.jpg) no-repeat center top / cover;
}

.menu__inner {
  width: 156rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .menu {
    padding: 14rem 0 12rem;
    position: relative;
    background: url(../img/back-menu.jpg) no-repeat left -10rem top / cover;
  }
  .menu__inner {
    width: 90%;
  }
}

.menu__img1 {
  margin-top: -13rem;
  margin-bottom: -8rem;
}
@media (max-width: 767px) {
  .menu__img1 {
    margin-top: 0rem;
    margin-bottom: -10rem;
  }
}

/* .menu__ttl-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .menu__ttl-wrapper {
    flex-direction: column;
    row-gap: 8rem;
  }
} */

.menu .common__ttl {
  /* margin: 0 auto; */
  margin-right: auto;
  margin-left: initial;
  margin-left: 23rem;
}
@media (max-width: 767px) {
  .menu .common__ttl {
    margin: 0 auto 8rem;
  }
}

.menu__course,
.menu__drink {
  width: 100%;
  display: flex;
}

.menu__course {
  flex-direction: row-reverse;
  margin-top: -25rem;
}

.menu__drink {
  /* align-items: flex-end; */
}

.menu__txt-wrapper {
  flex-basis: 57%;
  position: relative;
}
.menu__ttl2 {
  width: 45rem;
  margin-left: auto;
  margin-right: 3.5rem;
  margin-top: -11rem;
  margin-bottom: 8rem;
}
.menu__img2 {
  flex-basis: 39%;
}
@media (max-width: 767px) {
  .menu__ttl2 {
    width: 45rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7rem;
    margin-bottom: 5rem;
  }
  .menu__img2 {
    flex-basis: 43%;
  }
}

@media (max-width: 767px) {
  .menu__course,
  .menu__drink {
    flex-direction: column-reverse;
    margin-top: 4rem;
  }

  .menu__course {
    margin-top: 4rem;
  }
}

.menu__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .menu__course .menu__txt-wrapper {
    padding: 29rem 0 0 30rem;
  }

  .menu__drink .menu__txt-wrapper {
    padding: 0rem 10rem 0 14rem;
  }
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2.5;
}

@media (max-width: 767px) {
  .menu__txt-wrapper p {
    margin-top: 4rem;
  }
}

/* @media (min-width: 768px) {
  .menu__drink .menu__txt-wrapper p {
    margin-bottom: max(100px, 25rem);
  }
} */

.menu__img2 {
  margin-top: 11rem;
  margin-left: -2.7rem;
  width: 86rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 767px) {
  .menu__img2 {
    margin-left: 0;
    width: 100%;
  }
}
.menu__link {
  display: flex;
  flex-direction: column;
  padding-left: 9rem;
  margin-top: -22rem;
  position: relative;
  z-index: 1;
}
.menu__link a {
  display: block;
  width: 36rem;
  font-size: max(15px, 2.5rem);
  letter-spacing: 0.4rem;
  line-height: 2.5;
  background-color: #714920;
  margin-bottom: 2.5rem;
  padding: 0 0 0 3rem;
  color: #fff;
  position: relative;
}
.menu__link a::before {
    content: "＞";
    width: 2em;
    height: 2em;
    position: absolute;
    top: 0;
    right: 0rem;
}

.menu__link a span {
  font-weight: bold;
  color: #fffbc7;
}
@media (max-width: 1000px) {
  .menu__link {
    margin-top: -13rem;
  }
  .menu__link a {
    width: 42rem;
  }
  .menu__link a::before {
      right: -2rem;
  }
}
@media (max-width: 800px) {
  .menu__link {
    margin-top: -8rem;
  }
}
@media (max-width: 767px) {
  .menu__link {
    padding-left: 0rem;
    margin-top: 5rem;
    text-align: center;
  }
  .menu__link a {
    font-size: max(15px, 2.5rem);
    letter-spacing: 0.4rem;
    line-height: 3.1;
    text-align: left;
    padding: 0 0 0 3rem;
    margin: 0 auto 2.5rem;
  }
  .menu__link a::before {
      right: -1rem;
  }
}

/* .menu__ttl-wrapper .menu__img {
  width: 70rem;
}

@media (max-width: 767px) {
  .menu__img,
  .menu__ttl-wrapper .menu__img {
    width: 100%;
  }
} */

/* .menu__img p {
  background-color: var(--red);
  width: max(100px, 25rem);
  height: max(100px, 25rem);
  clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%, 10% 0);
  font-size: max(16px, 4rem);
  font-weight: 500;
  color: #d8ccb1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateX(100%);
  right: 0;
  bottom: 0;
}

.menu__drink .menu__img p {
  transform: translateX(-100%);
  left: 0;
  right: auto;
} */

@media (max-width: 767px) {
  .menu__img p,
  .menu__drink .menu__img p {
    width: max(100px, 20rem);
    height: max(100px, 20rem);
    font-size: max(16px, 2.4rem);
    transform: none;
    right: 0;
    bottom: 0;
  }
}

.menu__img p::before,
.menu__img p::after {
  content: "";
  background: url("../img/menu_deco.png") no-repeat center / contain;
  width: max(24px, 5.2rem);
  height: max(24px, 5.2rem);
  position: absolute;
  left: max(3px, 0.7rem);
  bottom: max(3px, 0.7rem);
  pointer-events: none;
}

.menu__img p::after {
  transform: scale(-1, -1);
  top: max(3px, 0.7rem);
  right: max(3px, 0.7rem);
  left: auto;
  bottom: auto;
}

.menu__img p span {
  font-size: max(12px, 2.6rem);
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .menu__img p span {
    font-size: max(12px, 1.6rem);
  }
}

.menu .common__btn {
  margin: 8rem auto 0;
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  color: var(--white);
  padding: 18rem 0 18rem;
  position: relative;
  background: url(../img/back-gallery.jpg) no-repeat center top / cover;
}

.gallery::before,
.gallery::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.gallery::before {
  background-color: var(--brown);
  background-color: #201714;
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
}

.gallery::after {
  background: url("../img/gallery_deco.png") no-repeat center / contain;
  width: 40rem;
  height: 27rem;
  top: 11rem;
  right: 12rem;
}

@media screen and (max-width: 767px) {
  .gallery::before {
    width: 60%;
  }

  .gallery::after {
    width: 30rem;
    height: 15.9rem;
    top: 0;
  }
}

.gallery__ttl-wrapper {
  margin: 0 auto 18.5rem;
  text-align: left;
  position: relative;
}

@media (max-width: 767px) {
  .gallery__ttl-wrapper {
    width: 90%;
    margin: 0 auto 10rem;
    flex-direction: column;
    align-items: center;
  }
}


.gallery__ttl-wrapper p {
  font-size: max(16px, 4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 8.5rem 0 0 14rem;
}

@media screen and (max-width: 767px) {
  .gallery__ttl-wrapper p {
    font-size: max(14px, 2rem);
    text-align: center;
    margin: 6rem 0 0;
  }
}


.gallery .common__ttl {
  margin-right: auto;
  margin-left: initial;
  margin-left: 30rem;
}
@media screen and (max-width: 767px) {
  .gallery .common__ttl {
    margin-left: auto;
  }
}

.gallery__slider {
  height: 30.5rem;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .gallery__slider {
    /* margin-left: 41rem; */
    overflow: hidden;
  }
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 39rem;
}

.gallery__txt-wrapper {
  width: 110rem;
  display: flex;
  justify-content: space-between;
  gap: 4rem 10.5rem;
  margin: 6.5rem auto 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .gallery__txt-wrapper {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
}

.gallery .common__ttl::before {
  content: "";
  background: url("../img/gallery_txt-deco.png") no-repeat center / contain;
  width: 26rem;
  height: 26.2rem;
  position: absolute;
  /* transform: translateX(-100%); */
  top: -9rem;
  right: -42rem;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
.gallery .common__ttl::before {
    display: none;
    width: 7rem;
    height: 19.1rem;
    transform: translateY(100%);
    top: auto;
    left: 0;
    bottom: 4rem;
  }
}

.gallery__txt-wrapper p {
  line-height: 2;
  padding-right: 17rem;
}

.gallery .common__btn {
  margin: 0;
  margin-top: 2rem;
  margin-right: -5rem;
}
@media screen and (max-width: 1100px) {
  .gallery__txt-wrapper p {
    padding-right: 15rem;
  }

  .gallery .common__btn {
    margin-right: -15rem;
  }
}
@media screen and (max-width: 900px) {
  .gallery__txt-wrapper p {
    padding-right: 6rem;
  }

  .gallery .common__btn {
    margin-top: 0;
    margin-right: -15rem;
  }
}
@media screen and (max-width: 767px) {
  .gallery__txt-wrapper p {
    padding-right: 0;
  }

  .gallery .common__btn {
    margin-top: 3rem;
    margin-right: -0;
  }
}

/*============================
	access
============================*/
.access {
  padding: 13rem 0 0rem;
}

.access__contents {
  width: 156rem;
  display: flex;
  gap: 2rem 13rem;
  margin: 11rem auto 7rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img-wrapper {
  width: 61rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img-wrapper {
    width: 100%;
  }
}

.access__img {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.access__tel a {
  font-size: max(20px, 4.5rem);
  font-weight: 600;
  color: var(--brown);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 767px) {
  .access__tel a {
    font-size: max(20px, 4rem);
  }
}

.access__tel a::before {
  content: "";
  display: block;
  background: url("../img/tel_icon-bl.png") no-repeat center / contain;
  width: max(24px, 4.3rem);
  height: max(24px, 4.3rem);
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem 0 8rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 8rem;
  }
}

.access__list dt,
.access__list dd {
  font-size: max(12px, 2.6rem);
  display: flex;
  align-items: center; 
  line-height: 1.5;

}

.access__list dt {
  width: max(90px, 22rem);
  font-weight: 400;
  padding: 0rem 5rem 0rem 0;
}

.access__list dd {
  width: calc(100% - max(90px, 22rem));
  border-bottom: solid 1px var(--black);
  padding: 0rem 0;
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px var(--black);
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
    font-size: max(12px, 1.6rem);
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
  }
}

.top__map {
  height: 46rem;
  position: relative;
  z-index: 2;
}

.access .common__btn {
  margin: 13rem auto 5rem;
  margin-left: 0;
}
@media (max-width: 767px) {
  .access .common__btn {
    margin: 12rem auto 8rem;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  background-size: cover;
  padding: 17rem 0 18rem;
}

.insta__contents {
  width: 125rem;
  margin: 11rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }
}

.CMS-INSTAGRAM-LIST img {
  width: 39.8rem;
  height: 39.8rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	parallax
============================*/
.parallax {
  width: 100%;
  height: 73rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .parallax {
    height: 40rem;
  }
}

.parallax::before {
  content: "";
  background: url("../img/parallax_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}








/* Grid 用の最終上書き */
.access .access__list{
  display: grid !important;
  grid-template-columns: max(90px, 22rem) 1fr;
  column-gap: 0rem;      /* 余白は列間ギャップで管理するのが綺麗 */
  row-gap: 0;
  margin: 0 0 8rem;
  width: 100%;
}

/* セルは幅指定しない（列幅に任せる） */
.access .access__list dt,
.access .access__list dd{
  display: block !important;
  width: auto !important;   /* ← Flex時代のwidthを打ち消す */
  min-width: 0;             /* 長文でもはみ出さない保険 */
  font-size: max(12px, 2.5rem);
  line-height: 1.5;
  margin: 0;
  padding: 3rem 0 3rem;         /* ここで行の上下だけ調整。今は 4rem ではなく .6rem 推奨 */
  border-bottom: 1px solid var(--black);
}

/* 列の明示（念のため） */
.access .access__list dt{ grid-column: 1; }
.access .access__list dd{ grid-column: 2; }

@media (max-width: 767px){
  .access .access__list{
    grid-template-columns: 1fr;  /* 縦並び */
    column-gap: 0;
  }
  /* 縦積み（同じ列に置く）*/
  .access .access__list dt{ 
    grid-column: 1;
    border-bottom: none;        /* ← 下線を消す */
    padding: 3rem 1.6rem .2rem;
    font-weight: bold;
  }
  .access .access__list dd{
    grid-column: 1;
    border-bottom: 1px solid var(--black); /* ddだけ下線 */
    padding: .2rem 1.6rem 3rem;
  }
}