@charset "UTF-8";
/***  color ***/
/***  background color ***/
/***  border ***/
/*** font ***/
/*** sp size ***/
.mv {
  padding-top: 100px;
}
.mv .layout {
  max-width: 100%;
  padding: 0;
  position: relative;
}
.mv .layout .mvWrap {
  position: relative;
}
.mv .layout .mvWrap .mvTxt {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 1;
}
.mv .layout .mvWrap .mvTxt h1 {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: clamp(36px, 5vw, 70px);
  text-shadow: 0 0 10px rgba(45, 16, 24, 0.8);
}
.mv .layout .mvWrap .mvTxt p {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  padding-top: 20px;
  font-size: clamp(16px, 1.8vw, 24px);
  text-shadow: 0 0 10px rgba(45, 16, 24, 0.8);
}
.mv .layout .mvWrap .mvSlider {
  margin-left: auto;
  width: 75%;
  overflow: hidden;
}
.mv .layout .mvWrap .mvSlider .imgBox {
  overflow: hidden;
}
.mv .layout .mvWrap .mvSlider .imgBox img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: transform 5s ease-in-out;
}
.mv .layout .mvWrap .mvSlider .imgBox.zoom img {
  transform: scale(1.15);
}
.mv .layout .scroll {
  position: absolute;
  left: 5%;
  bottom: 10%;
  writing-mode: vertical-rl;
}
.mv .layout .scroll::before {
  animation: scroll 2s infinite;
  background-color: #B18288;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
.mv .layout .scroll span {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #B18288;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 1440px) {
  .mv .layout .scroll {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mv .layout .mvWrap .mvTxt {
    top: auto;
    left: 20px;
    bottom: 8%;
    transform: none;
  }
  .mv .layout .mvWrap .mvTxt h1 {
    font-size: 10.13vw;
  }
  .mv .layout .mvWrap .mvTxt p {
    font-size: 3.73vw;
    padding-top: 4vw;
  }
  .mv .layout .mvWrap .mvSlider {
    width: 100%;
  }
  .mv .layout .mvWrap .mvSlider .imgBox {
    aspect-ratio: 1/1.4;
    overflow: hidden;
  }
  .mv .layout .mvWrap .mvSlider .imgBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 5s ease-in-out;
  }
  .mv .layout .mvWrap .mvSlider .imgBox.zoom img {
    transform: scale(1.15);
  }
}

.concept {
  padding: 120px 0;
}
.concept .layout {
  max-width: 100%;
  padding: 0 20px 0 0;
}
.concept .layout .conceptWrap {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.concept .layout .conceptWrap .txtBox {
  padding: 0 clamp(20px, 8vw, 200px);
}
.concept .layout .conceptWrap .txtBox .fs24 {
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .concept .layout .conceptWrap .imgBox {
    max-width: 50%;
  }
  .concept .layout .conceptWrap .txtBox {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .concept {
    padding: 13.33vw 0;
  }
  .concept .layout {
    padding: 0 20px;
  }
  .concept .layout .conceptWrap {
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  .concept .layout .conceptWrap .imgBox {
    padding: 0 5.33vw;
    max-width: 100%;
  }
  .concept .layout .conceptWrap .txtBox {
    padding: 0 0 8vw 0;
  }
  .concept .layout .conceptWrap .txtBox .fs24 {
    padding-bottom: 5.33vw;
  }
}

.menu {
  padding: 120px 0;
  background-image: url("../img/bk_menu.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(45, 16, 24, 0.8);
  z-index: 0;
}
.menu > * {
  position: relative;
  z-index: 1;
}
.menu .layout {
  max-width: 1760px;
}
.menu .layout .menuWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.menu .layout .menuWrap .menuTxtBox {
  max-width: 670px;
  width: 100%;
}
.menu .layout .menuWrap .menuTxtBox .ttlBox {
  padding-bottom: 80px;
}
.menu .layout .menuWrap .menuTxtBox .ttlBox .fs24 {
  padding-bottom: 30px;
}
.menu .layout .menuWrap .menuTxtBox .btnBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu .layout .menuWrap .menuTxtBox .btnBox .menuBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: relative;
}
.menu .layout .menuWrap .menuTxtBox .btnBox .menuBtn a {
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
}
.menu .layout .menuWrap .menuTxtBox .btnBox .menuBtn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 35px;
  height: 35px;
  margin: auto;
  background: url("../img/icon_arrow_1_black.svg") no-repeat left center;
  background-size: 100% 100%;
}
.menu .layout .menuSlider {
  max-width: 940px;
  width: 100%;
  min-width: 0;
  position: relative;
}
.menu .layout .menuSlider .menuSliderWrap {
  width: 100%;
}
.menu .layout .menuSlider .menuSliderWrap .menuSliderBox {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.menu .layout .menuSlider .menuSliderWrap .menuSliderBox .txtBox {
  text-align: center;
}
.menu .layout .menuSlider .menuSliderWrap .menuSliderBox .txtBox .name {
  padding-bottom: 10px;
}
.menu .layout .menuSlider .menuSliderWrap .menuSliderBox .txtBox .txt {
  padding-bottom: 15px;
}
.menu .layout .menuSlider .menuSliderWrap .menuSliderBox .imgBox {
  position: relative;
}
.menu .layout .menuSlider .menuSliderWrap .menuSliderBox .imgBox .sliderPrev, .menu .layout .menuSlider .menuSliderWrap .menuSliderBox .imgBox .sliderNext {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 20;
}
.menu .layout .menuSlider .menuSliderWrap .menuSliderBox .imgBox .sliderPrev img, .menu .layout .menuSlider .menuSliderWrap .menuSliderBox .imgBox .sliderNext img {
  width: 100%;
  height: auto;
  display: block;
}
.menu .layout .menuSlider .menuSliderWrap .menuSliderBox .imgBox .sliderPrev {
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}
.menu .layout .menuSlider .menuSliderWrap .menuSliderBox .imgBox .sliderNext {
  right: 20px;
  transform: translateY(-50%);
}
.menu .layout .menuSlider .menuSliderWrap .menuSliderBox .imgBox .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex !important;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;
}
.menu .layout .menuSlider .menuSliderWrap .menuSliderBox .imgBox .slick-dots li {
  display: none;
}
.menu .layout .menuSlider .menuSliderWrap .menuSliderBox .imgBox .slick-dots li.slick-active {
  display: block;
}
.menu .layout .menuSlider .menuSliderWrap .menuSliderBox .imgBox .slick-dots li.slick-active button {
  background: transparent;
  border: none;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  cursor: default;
  padding: 0;
  line-height: 1;
  pointer-events: none;
}
.menu .layout .menuSlider .sliderDotsWrap {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menu .menuSlider .menuSliderWrap .menuSliderBox .imgBox .sliderPrev {
    left: 10px;
  }
  .menu .menuSlider .menuSliderWrap .menuSliderBox .imgBox .sliderNext {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    padding: 13.33vw 0;
  }
  .menu .layout .menuWrap {
    justify-content: center;
    flex-direction: column;
    gap: 10.67vw;
  }
  .menu .layout .menuWrap .menuTxtBox {
    max-width: 100%;
  }
  .menu .layout .menuWrap .menuTxtBox .ttlBox {
    padding-bottom: 8vw;
  }
  .menu .layout .menuWrap .menuTxtBox .ttlBox .fs24 {
    padding-bottom: 5.33vw;
  }
  .menu .layout .menuWrap .menuTxtBox .btnBox {
    padding: 0 5.33vw;
    gap: 4vw;
  }
  .menu .layout .menuWrap .menuTxtBox .btnBox .menuBtn {
    max-width: 100%;
    height: auto;
  }
  .menu .layout .menuWrap .menuTxtBox .btnBox .menuBtn a {
    padding: 2.67vw 5.33vw;
    font-size: 3.73vw;
  }
  .menu .layout .menuWrap .menuTxtBox .btnBox .menuBtn a::after {
    right: 5.33vw;
    width: 6.67vw;
    height: 6.67vw;
  }
  .menu .layout .menuSlider .menuSliderWrap .menuSliderBox {
    flex-direction: column;
    gap: 4vw;
  }
  .menu .layout .menuSlider .menuSliderWrap .menuSliderBox .txtBox {
    max-width: 100%;
    text-align: center;
  }
  .menu .layout .menuSlider .menuSliderWrap .menuSliderBox .txtBox .name {
    padding-bottom: 2.67vw;
  }
  .menu .layout .menuSlider .menuSliderWrap .menuSliderBox .txtBox .txt {
    padding-bottom: 2.67vw;
  }
  .menu .layout .menuSlider .menuSliderWrap .menuSliderBox .imgBox {
    max-width: 100%;
  }
  .menu .layout .menuSlider .menuSliderWrap .menuSliderBox .imgBox .sliderPrev, .menu .layout .menuSlider .menuSliderWrap .menuSliderBox .imgBox .sliderNext {
    width: 8vw;
    height: 8vw;
  }
  .menu .layout .menuSlider .menuSliderWrap .menuSliderBox .imgBox .slick-dots {
    bottom: 2.67vw;
    right: 2.67vw;
  }
  .menu .layout .menuSlider .menuSliderWrap .menuSliderBox .imgBox .slick-dots li.slick-active button {
    font-size: 2.67vw;
  }
}

.news {
  padding-top: 120px;
}
.news .newsContainer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.news .newsContainer .ttlBox {
  max-width: 240px;
  width: 100%;
}
.news .newsContainer .newsWrap {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.news .newsContainer .newsWrap .newsBox {
  padding: 30px 0;
  border-bottom: solid 1px #B18288;
  position: relative;
}
.news .newsContainer .newsWrap .newsBox:first-child {
  padding: 0 0 30px 0;
}
.news .newsContainer .newsWrap .newsBox .newsBoxLink {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news .newsContainer .newsWrap .newsBox .newsBoxLink .imgBox {
  max-width: 200px;
}
.news .newsContainer .newsWrap .newsBox .newsBoxLink .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .newsContainer .newsWrap .newsBox .newsBoxLink .txtBox .ttl {
  padding-bottom: 5px;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .newsContainer .newsWrap .newsBox .newsBoxLink .txtBox .date {
  font-size: 14px;
  color: #B18288;
}
.news .newsContainer .newsBtn {
  margin-top: 150px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  border-bottom: solid 1px #fff;
  position: relative;
}
.news .newsContainer .newsBtn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
.news .newsContainer .newsBtn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 15px;
  right: 0;
  width: 35px;
  height: 35px;
  margin: auto;
  background: url("../img/icon_arrow_1_white.svg") no-repeat left center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .news {
    padding-top: 13.33vw;
  }
  .news .newsContainer {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
  .news .newsContainer .ttlBox {
    max-width: 100%;
  }
  .news .newsContainer .newsWrap .newsBox {
    padding: 4vw 0;
    gap: 4vw;
  }
  .news .newsContainer .newsWrap .newsBox:first-child {
    padding: 0 0 4vw 0;
  }
  .news .newsContainer .newsWrap .newsBox .newsBoxLink .imgBox {
    max-width: 45%;
  }
  .news .newsContainer .newsWrap .newsBox .newsBoxLink .txtBox .ttl {
    padding-bottom: 1.33vw;
    font-size: 3.73vw;
  }
  .news .newsContainer .newsWrap .newsBox .newsBoxLink .txtBox .date {
    font-size: 3.2vw;
  }
  .news .newsContainer .newsBtn {
    margin-top: 10.67vw;
    padding-bottom: 4vw;
    width: 50%;
  }
  .news .newsContainer .newsBtn a::after {
    bottom: 4vw;
    width: 6.67vw;
    height: 6.67vw;
  }
}

.staff {
  padding: 120px 0;
}
.staff .staffWrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.staff .staffWrap .staffBox {
  max-width: 670px;
  width: 100%;
}
.staff .staffWrap .staffBox .txtBox .name {
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.staff .staffWrap .staffBox .txtBox .name small {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .staff {
    padding: 13.33vw 0;
  }
  .staff .staffWrap {
    padding: 0 5.33vw;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10.67vw;
  }
  .staff .staffWrap .staffBox {
    max-width: 100%;
  }
  .staff .staffWrap .staffBox .txtBox .name {
    padding: 5.33vw 0 2.67vw;
    gap: 4vw;
  }
  .staff .staffWrap .staffBox .txtBox .name small {
    font-size: 3.73vw;
  }
}

.carouselSlider {
  overflow: hidden;
}
.carouselSlider .imgBox {
  padding: 0 25px;
  max-width: 960px;
}
.carouselSlider .imgBox img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .carouselSlider .imgBox {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .carouselSlider .imgBox {
    padding: 0 2.67vw;
    max-width: 100%;
  }
}

.access {
  padding-top: 120px;
}
.access .layout {
  max-width: 1760px;
}
.access .layout .accessContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.access .layout .accessContent .googleMap {
  max-width: 860px;
  width: 100%;
}
.access .layout .accessContent .googleMap iframe {
  width: 100%;
}
.access .layout .accessContent .accessInfo {
  max-width: 800px;
}
.access .layout .accessContent .accessInfo .accessInfoList {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.access .layout .accessContent .accessInfo .accessInfoList .accessInfoBox {
  display: flex;
  align-items: center;
  gap: 20px;
}
.access .layout .accessContent .accessInfo .accessInfoList .accessInfoBox .ttl {
  width: 13%;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}
.access .layout .accessContent .accessInfo .accessInfoList .accessInfoBox .txt {
  margin: 0;
  width: 88%;
}
.access .layout .accessContent .accessInfo .accessInfoList .accessInfoBox .txt a {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}
.access .layout .accessContent .accessInfo .accessInfoList .accessInfoBox .txt .note {
  display: block;
  padding-top: 10px;
  font-size: 14px;
}
.access .layout .directions {
  padding-top: 120px;
}
.access .layout .directions .tab-1 {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.access .layout .directions .tab-1 > input[type=radio] {
  display: none;
}
.access .layout .directions .tab-1 .tabLabels {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
  max-width: 300px;
  width: 100%;
}
.access .layout .directions .tab-1 .tabLabels label {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #B18288;
  color: #fff;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
.access .layout .directions .tab-1 .tabLabels label:hover {
  opacity: 0.7;
}
.access .layout .directions .tab-1 .tabContents .routeAccordionHead {
  display: none;
}
.access .layout .directions .tab-1 .tabContents .routeContent {
  display: none;
}
.access .layout .directions .tab-1 #tab-tenjin:checked ~ .tabLabels label[for=tab-tenjin] {
  border-bottom: 2px solid #fff;
  opacity: 1;
}
.access .layout .directions .tab-1 #tab-tenjin:checked ~ .tabContents #content-tenjin {
  display: block;
}
.access .layout .directions .tab-1 #tab-yakuin:checked ~ .tabLabels label[for=tab-yakuin] {
  border-bottom: 2px solid #fff;
  opacity: 1;
}
.access .layout .directions .tab-1 #tab-yakuin:checked ~ .tabContents #content-yakuin {
  display: block;
}
.access .layout .directions .routeContent {
  max-width: 940px;
  width: 100%;
}
.access .layout .directions .routeContent .routeStep {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 260px 1fr;
  grid-template-rows: auto 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  border-bottom: solid 1px #B18288;
}
.access .layout .directions .routeContent .routeStep .imgBox {
  max-width: 260px;
  flex-shrink: 0;
  grid-column: 1/2;
  grid-row: 1/3;
}
.access .layout .directions .routeContent .routeStep .ttl {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  grid-column: 2/3;
  grid-row: 1/2;
}
.access .layout .directions .routeContent .routeStep .ttl span {
  padding-right: 20px;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .access .layout .directions {
    padding-top: 50px;
  }
  .access .layout .directions .tab-1 {
    flex-direction: column;
    gap: 0;
  }
  .access .layout .directions .tab-1 > input[type=radio] {
    display: none;
  }
  .access .layout .directions .tab-1 .tabLabels {
    display: none;
  }
  .access .layout .directions .tab-1 #tab-tenjin:checked ~ .tabContents #content-tenjin,
  .access .layout .directions .tab-1 #tab-yakuin:checked ~ .tabContents #content-yakuin {
    display: none;
  }
  .access .layout .directions .tab-1 .tabContents {
    width: 100%;
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion {
    border-bottom: 2px solid #fff;
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeAccordionHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    color: #fff;
    font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
    font-weight: 500;
    cursor: pointer;
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeAccordionHead .toggleIcon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeAccordionHead .toggleIcon::before, .access .layout .directions .tab-1 .tabContents .routeAccordion .routeAccordionHead .toggleIcon::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    background: #fff;
    transition: 0.3s ease;
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeAccordionHead .toggleIcon::before {
    left: 0;
    transform: translateY(-50%) rotate(45deg);
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeAccordionHead .toggleIcon::after {
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeAccordionHead.active .toggleIcon::before {
    transform: translateY(-50%) rotate(-45deg);
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeAccordionHead.active .toggleIcon::after {
    transform: translateY(-50%) rotate(45deg);
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeContent {
    display: none;
    max-width: 100%;
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeContent h3 {
    display: none;
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeContent .routeStep {
    padding: 30px 0;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 15px;
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeContent .routeStep:first-of-type {
    padding: 0 0 30px 0;
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeContent .routeStep .imgBox {
    max-width: 100%;
    grid-row: 1/2;
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeContent .routeStep .ttl {
    padding-bottom: 0;
    align-items: flex-start;
    flex-direction: column;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeContent .routeStep .ttl span {
    padding: 0 0 5px 0;
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeContent .routeStep .txt {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 768px) {
  .access {
    padding-top: 13.33vw;
  }
  .access .layout .accessContent {
    flex-direction: column;
    align-items: flex-start;
    gap: 4vw;
  }
  .access .layout .accessContent .googleMap {
    max-width: 100%;
  }
  .access .layout .accessContent .accessInfo {
    max-width: 100%;
  }
  .access .layout .accessContent .accessInfo .accessInfoList {
    gap: 5.33vw;
  }
  .access .layout .accessContent .accessInfo .accessInfoList .accessInfoBox {
    flex-direction: column;
    gap: 2.67vw;
  }
  .access .layout .accessContent .accessInfo .accessInfoList .accessInfoBox .ttl {
    width: 100%;
  }
  .access .layout .accessContent .accessInfo .accessInfoList .accessInfoBox .txt {
    width: 100%;
  }
  .access .layout .accessContent .accessInfo .accessInfoList .accessInfoBox .txt .note {
    padding-top: 1.33vw;
    font-size: 3.2vw;
  }
  .access .layout .directions {
    padding-top: 8vw;
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeAccordionHead {
    padding: 5.33vw 0;
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeAccordionHead .toggleIcon {
    width: 4vw;
    height: 4vw;
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeAccordionHead .toggleIcon::before, .access .layout .directions .tab-1 .tabContents .routeAccordion .routeAccordionHead .toggleIcon::after {
    width: 2.4vw;
    height: 0.53vw;
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeContent .routeStep {
    padding: 5.33vw 0;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    row-gap: 4vw;
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeContent .routeStep:first-of-type {
    padding: 0 0 5.33vw 0;
  }
  .access .layout .directions .tab-1 .tabContents .routeAccordion .routeContent .routeStep .ttl span {
    padding: 0 0 0.8vw 0;
    font-size: 3.2vw;
  }
}/*# sourceMappingURL=style.css.map */