@charset "UTF-8";
/*　-----------------------　メインビジュアル　-----------------------　*/
#MainVisual {
  padding-top: 70px;
  position: relative;
}
#MainVisual figure {
  width: 100%;
  height: auto;
  background-image: url(../images/access/mv.jpg);
  background-position: bottom center;
  background-size: cover;
}
#MainVisual figure img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
#MainVisual .main_logo {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  right: 8vw;
  color: #fff;
  font-size: max(1.8vw, 23px);
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 5px #000);
  -webkit-filter: drop-shadow(0 0 5px #000);
}
#MainVisual .main_logo span {
  font-size: max(2.4vw, 28px);
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  #MainVisual {
    padding-top: 70px;
    position: relative;
  }
  #MainVisual figure {
    width: 100%;
    height: calc(100dvh - 70px - 20vw);
    background-image: url(../images/access/mv_sp.jpg);
  }
  #MainVisual figure img {
    width: 100%;
    height: calc(100vh - 70px - 20vw);
    mix-blend-mode: multiply;
  }
  #MainVisual figure figcaption {
    bottom: 1%;
  }
  #MainVisual .main_logo {
    top: 18%;
    left: inherit;
    right: inherit;
    width: 100%;
    text-align: center;
    font-size: max(2vw, 22px);
  }
}
/*　-----------------------　共通 2　-----------------------　*/
.shop_introduction {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: calc((100% - 1000px) / 2);
  padding-right: calc((100% - 1000px) / 2);
}
.shop_introduction ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
}
.shop_introduction ul li {
  width: 300px;
  line-height: 1.2;
}
.shop_introduction ul li div:nth-child(2) {
  margin-top: 10px;
}
.shop_introduction ul li h4 {
  margin-top: 0.5em;
  font-size: 1.1rem;
  color: var(--Color4);
}
.shop_introduction ul li p {
  font-size: 0.9rem;
  margin-top: 0.1em;
}
.shop_introduction ul li span {
  font-size: 80%;
}

.shop_column {
  background-color: var(--Color3);
  color: var(--Color2);
  width: 1000px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: calc((100% - 1000px) / 2);
  padding-right: calc((100% - 1000px) / 2);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.shop_column div, .shop_column figure {
  width: 480px;
}
.shop_column > div h3 span {
  font-size: 60%;
}
.shop_column .shop_copy {
  margin-top: 40px;
  padding-bottom: 30px;
}
.shop_column .shop_detail {
  padding-top: 20px;
  font-size: 85%;
  border-top: 1px solid var(--Color2);
}

.edu_column .shop_introduction {
  /* 教育コラム対応 */
  padding-top: 20px;
  padding-bottom: 20px;
}
.edu_column .shop_introduction ul li h4 {
  /* 教育コラム対応 */
  font-size: 1rem;
  letter-spacing: 0;
  margin-top: 0.8em;
}
.edu_column .shop_introduction ul li p {
  /* 教育コラム対応 */
  margin-top: 0.5em;
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
  .shop_introduction {
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 5%;
    padding-right: 5%;
  }
  .shop_introduction ul {
    row-gap: 4vw;
  }
  .shop_introduction ul li {
    width: 29vw;
  }
  .shop_introduction ul li div:nth-child(2) {
    margin-top: 1vw;
  }
  .shop_column {
    width: 90%;
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 5%;
    padding-right: 5%;
  }
  .shop_column div, .shop_column figure {
    width: calc(48vw - 5%);
  }
  .shop_column > div h3 span {
    font-size: 60%;
  }
  .shop_column .shop_copy {
    margin-top: 4vw;
    padding-bottom: 3vw;
  }
  .shop_column .shop_detail {
    padding-top: 2vw;
  }
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .shop_introduction {
    width: 90%;
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 5%;
    padding-right: 5%;
  }
  .shop_introduction p {
    margin-top: 2.5vw;
    margin-bottom: 5vw;
  }
  .shop_introduction ul {
    display: block;
    row-gap: 5vw;
  }
  .shop_introduction ul li {
    width: 85%;
    margin: 0 auto 5vw;
  }
  .shop_introduction ul li div:nth-child(2) {
    margin-top: 10px;
  }
  .shop_column {
    width: 90%;
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }
  .shop_column div, .shop_column figure {
    width: 100%;
  }
  .shop_column .shop_copy {
    margin-top: 5vw;
    padding-bottom: 4vw;
  }
  .shop_column .shop_detail {
    padding-top: 2.5vw;
    margin-bottom: 5vw;
  }
  .edu_column .shop_introduction {
    /* 教育コラム対応 */
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
/*　-----------------------　共通 1　-----------------------　*/
.cap {
  font-size: 65%;
}

sup {
  font-size: 50%;
}

/* -------- */
.sec_ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec_ttl.reverse {
  flex-direction: row-reverse;
}
.sec_ttl.flex_end {
  align-items: stretch;
}
.sec_ttl.flex_end > figure {
  display: flex;
  align-items: flex-end;
}
.sec_ttl.flex_end > figure > div {
  width: 100%;
}
.sec_ttl > div {
  width: 480px;
  margin-left: calc((100% - 1000px) / 2);
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
.sec_ttl.reverse > div {
  margin-left: 7vw;
  margin-right: calc((100% - 1000px) / 2);
}
.sec_ttl h2::after {
  content: "";
  display: block;
  width: 2.3em;
  border-bottom: 1px solid var(--Color4);
  margin: 0.5em 0;
}
.sec_ttl h3 {
  margin-bottom: 1em;
}
.sec_ttl figure {
  width: calc(500px + (100% - 1000px) / 2);
}

.sec_ttl.flex_end .sec_ttl_txt {
  margin-bottom: 0;
}

/* -------- */
.w1000 {
  width: 1000px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.w1000.r500 {
  padding-top: 20px;
}

/* -------- */
.h3_color {
  color: var(--Color4);
  font-size: 1.32rem;
  margin-bottom: 1em;
}

/* -------- */
.left_img {
  display: flex;
  width: calc(50vw + 493px);
}
.left_img figure:not(:last-of-type) {
  margin-right: 0.3%;
}

.right_img {
  display: flex;
  width: calc(50vw + 492px);
  margin-left: auto;
}
.right_img figure:not(:last-of-type) {
  margin-right: 0.3%;
}

.inner {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
  .sec_ttl {
    gap: 5vw;
  }
  .sec_ttl > div {
    width: 48vw;
    margin-left: 5%;
  }
  .sec_ttl > figure {
    width: 50vw;
  }
  .sec_ttl_txt {
    margin-bottom: 0;
  }
  /* -------- */
  .w1000 {
    width: 90%;
    padding-bottom: 8vw;
    gap: 4vw;
  }
  .w1000.r500 {
    padding-top: 1.5vw;
  }
  /* -------- */
  .left_img {
    width: 90%;
    margin: 8vw auto;
  }
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .sec_ttl {
    display: block;
    padding: 0;
  }
  .sec_ttl h2 {
    text-align: center;
  }
  .sec_ttl h3 {
    text-align: center;
  }
  .sec_ttl.flex_end {
    display: flex;
    flex-direction: column;
  }
  .sec_ttl > div {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .sec_ttl > figure {
    width: 100%;
    margin-top: clamp(2rem, 5vw, 5rem);
  }
  /* -------- */
  .w1000 {
    width: 96%;
    padding-top: 6vw;
    padding-bottom: 8vw;
    display: block;
  }
  .w1000.r500 {
    padding-top: 1.5vw;
  }
  /* -------- */
  .left_img {
    width: 96%;
  }
}
/*　-----------------------　TrainAccess　-----------------------　*/
.train_access {
  padding: clamp(4rem, 9vw, 9rem) 0 clamp(3rem, 6vw, 6rem);
  background-image: url("../images/access/train_bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.train_access h2 {
  color: #977f52;
  font-size: var(--font28);
  letter-spacing: 0.1em;
  margin: clamp(2rem, 5vw, 5rem) 0;
}
h3.train_access_h3 {
  font-size: var(--font18);
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: clamp(1.5rem, 3vw, 3rem);
}
.train_access p {
  font-size: var(--font14);
  line-height: 2;
}
.train_access .sec_ttl > div {
  flex-direction: column;
}
.train_access figure.map {
  max-width: 560px;
  width: calc(50% + (0% - 500px) / 2);
  margin-right: auto;
}
.train_access .train_img {
  width: 44%;
  margin-top: -29.5vw;
}
.train_access .train_block__sub {
  margin-top: clamp(3rem, 6vw, 6rem);
}
.train_h3 {
  padding-bottom: 0.5rem;
  font-size: var(--font16);
  border-bottom: 1px solid var(--Color1, #000);
  margin-bottom: 0;
}
.train_access .train_list {
  margin-top: clamp(1rem, 2vw, 2rem);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
}
.train_access .train_list li {
  width: 32%;
}
.train_access .train_list li:last-child {
  width: 41%;
}
.train_access .train_list li:nth-child(1) img {
  width: 92%;
  height: auto;
}
.train_access .train_list li:nth-child(2) img {
  width: 80%;
  height: auto;
}
.train_access .train_list li:nth-child(3) img {
  width: 80%;
  height: auto;
}
.train_access .train_list li:nth-child(4) img {
  width: 80%;
  height: auto;
}
.train_access .train_list li:nth-child(5) img {
  width: 80%;
  height: auto;
}
.train_access .train_list li:nth-child(6) img {
  width: 80%;
  height: auto;
}
.train_access .train_list li:nth-child(7) img {
  width: 80%;
  height: auto;
}
.train_access .train_list li:nth-child(8) img {
  width: 100%;
  height: auto;
}
.train_list__text {
  margin-top: clamp(1rem, 2vw, 2rem);
  font-size: var(--font10);
  letter-spacing: 0;
}
.train_access .train_block__list {
  display: flex;
  margin-top: clamp(2.5rem, 5vw, 5rem);
  width: calc(1000px + (100% - 1000px) / 2);
  margin-left: auto;
}
.train_access .train_block__list figure {
  margin-right: 0;
}
.train_access figcaption.rw_cap {
  bottom: 5%;
  right: 5%;
  font: var(--font16);
  letter-spacing: 0.1em;
}


.train_sub {
  margin-top: 2.5em;
}
.train_sub_list {
  display: flex;
  gap:1em;
  margin-top: 0.8em;
  font-size: 90%;
  flex-wrap: wrap;
}
.train_sub_list small {
  font-size: 75%;
}

/* ----------------------- */
/* min1200*/
/* ----------------------- */
@media screen and (min-width: 1201px) {
  .train_access .train_img {
    margin-top: clamp(-48rem, -29vw, -5rem);
  }
}
/* ----------------------- */
/* max1200*/
/* ----------------------- */
@media screen and (max-width: 1200px) {
  .train_access .train_img {
    margin-top: clamp(-17.5rem, -17.5vw, -5rem);
  }
}
/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
  .train_access .train_block__list {
    width: 100%;
  }
  .train_access figure.map {
    width: calc(50% + (0% - 300px) / 2);
  }
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .train_access {
    padding: 4rem 0;
  }
  .train_access h2 {
    margin-bottom: 2rem;
  }
  h3.train_access_h3 {
    margin-bottom: 2rem;
  }
  .train_access figure.map {
    width: 70%;
    margin: 3rem auto;
  }
  .train_access .train_img {
    margin-top: 3rem;
    width: 100%;
  }
  .train_access figcaption.rw_cap {
    font-size: var(--font10);
    top: 0;
    bottom: auto;
  }
  .train_access .train_block__list {
    margin: clamp(1.5rem, 3vw, 3rem) auto 0;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
  }
  .train_access .train_list {
    gap: 0.5rem;
  }
  .train_access .train_list li {
    flex: auto;
    width: 100%;
    margin-bottom: 1rem;
  }
  .train_access .train_list li img {
    margin: 0 auto;
  }
  .train_access .train_list li:nth-child(1) img {
    width: 72%;
    height: auto;
  }
  .train_access .train_list li:nth-child(2) img {
    width: 62%;
    height: auto;
  }
  .train_access .train_list li:nth-child(3) img {
    width: 62%;
    height: auto;
  }
  .train_access .train_list li:nth-child(4) img {
    width: 62%;
    height: auto;
  }
  .train_access .train_list li:nth-child(5) img {
    width: 62%;
    height: auto;
  }
  .train_access .train_list li:nth-child(6) img {
    width: 62%;
    height: auto;
  }
  .train_access .train_list li:nth-child(7) img {
    width: 62%;
    height: auto;
  }
  .train_access .train_list li:nth-child(8) img {
    width: 100%;
    height: auto;
  }
  .train_access .train_list li img {
    width: auto;
    vertical-align: middle;
  }
  .train_access .train_list li:last-child {
    flex: auto;
  }

  .train_sub_list small {
    display: block;
  }
}





/*　-----------------------　KeikyuLine　-----------------------　*/
.keikyu_line {
  padding: clamp(3rem, 6vw, 6rem) 0 clamp(0.5rem, 1vw, 1rem);
  background-color: #e9e8e4;
}
.keikyu_line h2 {
  color: #977f52;
  font-size: var(--font28);
  letter-spacing: 0.1em;
  margin-bottom: clamp(1rem, 2vw, 2rem);
}
h3.keikyu_h3 {
  color: #977f52;
  font-size: var(--font18);
  letter-spacing: 0.1em;
  margin-bottom: clamp(1rem, 2vw, 2rem);
}
.keikyu_line p {
  font-size: var(--font14);
  letter-spacing: 0.08em;
  line-height: 2.1;
}
.keikyu_line .sec_ttl {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto clamp(1.5rem, 3vw, 3rem);
  align-items: center;
}
.keikyu_line .sec_ttl .sec_ttl_txt h2 span {
  display: block;
  font-size: var(--font12);
}
.keikyu_line .sec_ttl h3 {
  color: #000;
}
.keikyu_line .keikyu_block__img {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}
.keikyu_line .keikyu_block__img figure figcaption.rb_cap {
  bottom: 28%;
}
.keikyu_line .keikyu_block__sub {
  max-width: 1000px;
  width: 96%;
  margin: clamp(2rem, 6vw, 6rem) auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 45px;
  background-color: #FFF;
  box-sizing: border-box;
}
.keikyu_line .keikyu_block__sub .block_left {
  margin-right: clamp(1rem, 3vw, 3rem);
  width: 52%;
}
.keikyu_line .keikyu_block__sub .block_right {
  width: 48%;
}
.keikyu_line .keikyu_block__sub.brown {
  background-color: #977f52;
  align-items: flex-start;
}
.keikyu_line .keikyu_block__sub.brown h3 {
  color: #FFF;
}
.keikyu_line .keikyu_block__sub.brown p {
  color: #FFF;
  letter-spacing: 0.04em;
}
.keikyu_line .keikyu_block__sub.brown .note {
  color: #FFF;
  font-size: var(--font10);
  line-height: 1.2;
  margin-top: 2rem;
}
.keikyu_line .keikyu_block__sub.brown .note.mt {
  text-align: center;
}
.keikyu_line .keikyu_block__sub.brown .block_img {
  text-align: center;
}
.keikyu_line .keikyu_block__sub.brown .block_img img {
  height: 150px;
}
.keikyu_line .keikyu_block__sub.brown .block_left {
  border-right: solid 1px #FFF;
  padding-right: clamp(1rem, 3vw, 3rem);
}
.keikyu_line .keikyu_block__sub.brown .block_left img {
  margin-top: 2rem;
}
.keikyu_line .keikyu_block__sub.brown .block_right img {
  margin-top: 1rem;
}
.keikyu_line .sec_ttl.reverse > div {
  margin-left: clamp(1rem, 2.5vw, 2.5rem);
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
  .keikyu_line .sec_ttl.reverse > div {
    margin-right: auto;
  }
  .keikyu_line .keikyu_block__sub {
    flex-direction: column;
  }
  .keikyu_line .keikyu_block__sub .block_left {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .keikyu_line .keikyu_block__sub .block_left h3 {
    text-align: center;
  }
  .keikyu_line .keikyu_block__sub .block_right {
    width: 100%;
  }
  .keikyu_line .keikyu_block__sub.brown h3 {
    margin-bottom: 1rem;
  }
  .keikyu_line .keikyu_block__sub.brown .note.mt {
    text-align: center;
  }
  .keikyu_line .keikyu_block__sub.brown .block_img {
    text-align: center;
  }
  .keikyu_line .keikyu_block__sub.brown .block_img img {
    height: clamp(100px, 12vw, 150px);
  }
  .keikyu_line .keikyu_block__sub.brown .block_left {
    border-right: none;
    padding-right: 0;
    border-bottom: solid 1px #FFF;
    padding-bottom: clamp(2rem, 3vw, 3rem);
  }
  .keikyu_line .keikyu_block__sub.brown .block_left img {
    margin-top: 1rem;
  }
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .keikyu_block__sub {
    flex-direction: column;
  }
  .keikyu_line {
    padding: 3rem 0 1rem;
  }
  .keikyu_line h2 {
    margin-bottom: 2rem;
  }
  h3.keikyu_h3 {
    text-align: center;
    margin-bottom: 2rem;
  }
  .keikyu_line .keikyu_block__img figure figcaption.rb_cap {
    bottom: 20%;
  }
  .keikyu_line .keikyu_block__sub {
    padding: 3rem 2rem;
    margin-bottom: 3rem;
  }
  .keikyu_line .keikyu_block__sub .block_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: clamp(1.5rem, 3vw, 3rem);
  }
  .keikyu_line .keikyu_block__sub .block_left h3 {
    margin-bottom: 1em;
  }
  .keikyu_line .keikyu_block__img {
    margin-top: 3rem;
  }
}
/*　-----------------------　BusAccess　-----------------------　*/
.bus_access {
  padding-bottom: clamp(3rem, 8vw, 8rem);
}
.bus_access .sec_ttl {
  align-items: center;
}
.bus_access h2 {
  color: #977f52;
  font-size: var(--font28);
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
.bus_access h3 {
  font-size: var(--font18);
  letter-spacing: 0.1em;
  margin-bottom: clamp(1rem, 2vw, 2rem);
}
.bus_access p {
  font-size: var(--font14);
  line-height: 2.5;
}
.bus_access .sub_text__area {
  margin: clamp(3rem, 9vw, 9rem) 0 clamp(3rem, 5vw, 5rem);
  position: relative;
  text-align: center;
}
.bus_access .sub_text__area figure {
  position: absolute;
  top: clamp(-100px, -8vw, -40px);
  left: 50%;
  margin-left: 14rem;
}
.bus_access .sub_text__area figure img {
  height: clamp(120px, 16vw, 200px);
}
.bus_access .sub_text {
  display: inline-block;
  font-size: var(--font18);
  line-height: 2.5;
  text-align: center;
  border-bottom: solid 2px #977f52;
  padding-right: 2rem;
}
.bus_access .sec_ttl {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}
.bus_access .bus_block__sub {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3rem;
  margin-top: clamp(2rem, 5vw, 5rem);
}
.bus_access .bus_block__sub figure:first-child {
  width: 47%;
}
.bus_access .bus_block__sub figure:nth-child(2) {
  margin-right: auto;
  width: 34%;
}
.bus_access .bus_block__sub .sub_text {
  width: 100%;
  margin-top: 6em;
  margin-bottom: 4em;
  text-align: center;
  font-size: var(--font14);
}
.bus_access .bus_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 96%;
  margin: clamp(1.5rem, 3vw, 3rem) auto 0;
  gap: clamp(1.5rem, 3vw, 3rem);
}
.bus_access .bus_list li {
  width: calc((100% - 3rem) / 2);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  border-top: solid 1px #977f52;
}
.bus_access .bus_list li:nth-child(even) {
  border-top: none;
}
.bus_access .bus_list li .list_img {
  text-align: left;
  padding: clamp(0.5rem, 1.3vw, 1.3rem) 0;
  line-height: 0;
  width: 100%;
}
/*
.bus_access .bus_list li:nth-child(1) .list_img img {
  width: 68%;
}
.bus_access .bus_list li:nth-child(3) .list_img img {
  width: 73%;
}
.bus_access .bus_list li:nth-child(5) .list_img img {
  width: 66%;
}
*/
.bus_access .bus_list li .list_img img {
  width: 100%;
}
.bus_access .taxi {
  background-color: #e8e4da;
  padding: 0 0 clamp(3rem, 6vw, 6rem);
}
.bus_access .taxi_block {
  padding-bottom: 1em;
  gap: clamp(1.5rem, 3vw, 3rem);
}
.bus_access .taxi_block.reverse {
  border-bottom: none;
  padding-bottom: 0;
}
.bus_access .taxi_map {
  max-width: 653px;
  width: 96%;
  margin: clamp(3rem, 5vw, 5rem) auto 0;
}
.bus_access .taxi_access {
  padding: clamp(3rem, 6vw, 6rem) 0 0;
}
.bus_access .taxi_access:nth-child(2) .taxi_title {
  text-align: left;
}
.bus_access .taxi_access:last-child {
  padding: clamp(2rem, 4vw, 4rem) 0 0;
}
.bus_access .taxi_access .taxi_title {
  font-size: var(--font18);
  text-align: center;
  margin-bottom: 2em;
}
.bus_access .taxi_access .taxi_text {
  font-size: var(--font14);
  margin-top: 0;
  margin-bottom: 3em;
  text-align: center;
}
.bus_access .taxi_access .taxi_text.t-l {
  text-align: left;
}
.bus_access .taxi_access .taxi_map .map_title {
  font-size: var(--font18);
  text-align: center;
  color: #FFF;
  background-color: #4b4a4a;
  margin-bottom: 0;
  padding: 0.5rem;
}
.bus_access .taxi_block {
  display: flex;
  justify-content: space-between;
}
.bus_access .taxi_block .block_left, .bus_access .taxi_block .block_right {
  width: 49%;
}
.bus_access .taxi_block.reverse {
  flex-direction: row-reverse;
}
.bus_access .taxi_block.reverse figure:first-child {
  margin-bottom: 1rem;
}
.bus_access .taxi_list__text {
  max-width: 1000px;
  width: 96%;
  font-size: var(--font10);
  letter-spacing: 0.1em;
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
  .bus_access .bus_list {
    gap: 2rem;
  }
  .bus_access .bus_list li {
    max-width: 475px;
    width: 47%;
    margin-bottom: 0;
  }
}
/* ----------------------- */
/* sp*/
/* ----------------------- */
@media screen and (max-width: 767px) {
  .bus_access {
    padding-bottom: 0;
  }
  .bus_access h2 {
    margin-bottom: 1em;
  }
  .bus_access .taxi_access {
    padding: 3rem 0 0;
  }
  .bus_access .taxi_access .taxi_title {
    margin-bottom: 1rem;
  }
  .bus_access .taxi_access .taxi_text {
    text-align: left;
  }
  .bus_access .taxi {
    padding: 0 0 3rem;
  }
  .bus_access .sub_text__area figure {
    top: 0;
    right: 1rem;
    left: auto;
  }
  .bus_access .sub_text__area .sub_text {
    display: inline;
    padding-right: 0;
  }
  .bus_access .sec_ttl > div {
    margin-top: 3rem;
  }
  .bus_access .bus_block__sub {
    flex-direction: column;
  }
  .bus_access .bus_block__sub figure:first-child {
    width: 100%;
    margin-bottom: clamp(1.5rem, 3vw, 3rem);
  }
  .bus_access .bus_block__sub figure:nth-child(2) {
    margin-right: auto;
    width: 100%;
  }
  .bus_access .taxi_block, .bus_access .taxi_block.reverse {
    flex-direction: column;
  }
  .bus_access .taxi_block .block_left, .bus_access .taxi_block .block_right {
    width: 100%;
    margin: 0;
  }
  .bus_access .taxi_block .block_left {
    margin: 0;
  }
  .bus_access .bus_list {
    flex-direction: row;
    margin: 3rem auto;
    gap: 1rem;
  }
  .bus_access .bus_list li {
    max-width: 475px;
    width: calc((100% - 1rem) / 2);
    margin-bottom: clamp(1.5rem, 3vw, 3rem);
  }
}
/* ----------------------- */
/* sp*/
/* ----------------------- */
@media screen and (max-width: 480px) {
  .bus_access .bus_list {
    flex-direction: column;
  }
  .bus_access .bus_list li {
    width: 100%;
  }
}



/*　-----------------------　BusAccess 追加　-----------------------　*/
.sub_card {
  display: flex;
  justify-content: space-between;
  margin-top: min(8vw , 60px);
  padding-bottom: min(15vw , 90px);
  
}
.sub_card img {
  width: 30%;
  -webkit-filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.5)); 
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.5)); 
}

/* ----------------------- */
/* sp*/
/* ----------------------- */
@media screen and (max-width: 480px) {
  .sub_card {
    flex-direction: column;
    align-items: center;
    margin-top: min(8vw , 60px);
    padding-bottom: min(15vw , 90px);

  }
  .sub_card img {
    width: 75%;
    margin-top: 5vw;
  }
}






/*　-----------------------　CarAccess　-----------------------　*/
.car_access {
  padding: 0 0 clamp(3rem, 5vw, 5rem);
}
.car_access h2 {
  color: #977f52;
  font-size: var(--font28);
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
.car_access h3 {
  font-size: var(--font18);
  letter-spacing: 0.2em;
  margin-bottom: clamp(1rem, 2vw, 2rem);
}
.car_access p {
  font-size: var(--font14);
  line-height: 2.5em;
}
.car_access .sec_ttl {
  align-items: center;
}
.car_access .car_list__text {
  max-width: 1000px;
  width: 96%;
  margin: clamp(0.5rem, 1vw, 1rem) auto clamp(2rem, 3vw, 3rem);
  font-size: var(--font10);
  letter-spacing: 0.1em;
}
.car_access .car_block__main {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.car_access .car_block__main.reverse {
  flex-direction: row-reverse;
}
.car_access .car_block__main .block_text {
  width: 460px;
  margin-left: calc((100% - 1000px) / 2);
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  margin-top: 1em;
}
.car_access .car_block__main .block_text h2 {
  color: #977f52;
}
.car_access .car_block__main .block_text > div {
  margin-top: 1em;
}
.car_access .car_block__main .block_text h3 {
  margin-bottom: 0.8em;
  line-height: 1.5;
}
.car_access .car_block__main .block_text p {
  margin-bottom: 1.5em;
}
.car_access .car_block__list {
  max-width: 1000px;
  margin: 0 auto;
}
.car_access .car_block__sub {
  max-width: 1000px;
  width: 96%;
  margin: 60px auto 0;
}
.car_access .car_block__sub figure figcaption.rb_cap {
  right: -1%;
  bottom: 1%;
}
.car_access .car_h3 {
  padding-bottom: 0.5rem;
  font-size: var(--font16);
  border-bottom: 1px solid var(--Color1, #000);
}
.car_access .car_h3:not(:first-child) {
  margin-top: 3em;
}
.car_access .car_block__sub h3:not(.car_h3) {
  font-size: var(--font20, 1.25rem);
  font-weight: 500;
  margin-bottom: 1em;
  text-align: center;
}
.car_access .car_block__sub > .car_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem;
}
.car_access .car_block__sub > .car_list:nth-of-type(1) li {
  width: calc((100% - 1rem) / 3);
  list-style: 1;
}
.car_access .car_block__sub > .car_list:nth-of-type(1) li:nth-child(1) img {
  width: 90%;
  height: auto;
}
.car_access .car_block__sub > .car_list:nth-of-type(1) li:nth-child(2) img {
  width: 97%;
  height: auto;
}
.car_access .car_block__sub > .car_list:nth-of-type(1) li:nth-child(3) img {
  width: 82%;
  height: auto;
}
.car_access .car_block__sub > .car_list:nth-of-type(2) li {
  width: calc((100% - 1rem) / 3);
  list-style: 1;
}
.car_access .car_block__sub > .car_list:nth-of-type(2) li:nth-child(1) img {
  width: 80%;
  height: auto;
}
.car_access .car_block__sub > .car_list:nth-of-type(2) li:nth-child(2) img {
  width: 85%;
  height: auto;
}
.car_access .car_block__sub > .car_list:nth-of-type(2) li:nth-child(3) img {
  width: 85%;
  height: auto;
}
.car_access .car_block__list {
  display: flex;
  width: 100%;
  margin-top: 3rem;
  gap: 0.1rem;
}
.car_access .car_map {
  max-width: 653px;
  width: 96%;
  margin: 3em auto 0;
}
.car_access .car_map h3 {
  text-align: center;
  background-color: #4b4a4a;
  color: #FFF;
  padding: 0.5rem;
  margin-bottom: 0;
  font-size: var(--font18);
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
  .car_access .sec_ttl.reverse > div {
    margin-left: 0rem;
    margin-right: calc((50% - 350px) / 2);
  }
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .car_access {
    padding: 3rem 0 4rem;
  }
  .car_access h2 {
    margin-bottom: 1em;
  }
  .car_access .sec_ttl.reverse > div {
    margin: 0 auto;
  }
  .car_access .car_block__sub {
    margin: 3rem auto;
  }
  .car_access .car_block__sub figure figcaption.rb_cap {
    bottom: -5%;
  }
  .car_access .car_block__list {
    width: 96%;
    margin: clamp(1.5rem, 3vw, 3rem) auto;
  }
  .car_access .car_block__sub > .car_list {
    gap: 0.5rem;
    margin: 0.5rem 0 0 0;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .car_access .car_block__sub > .car_list:nth-of-type(1) li {
    width: calc((100% - 1rem) / 2);
  }
  .car_access .car_block__sub > .car_list:nth-of-type(2) li {
    width: calc((100% - 1rem) / 2);
  }
}/*# sourceMappingURL=access.css.map */