@charset "UTF-8";
#container {
  /* ========================================================================================= ^^
    Index
  ============================================================================================ ^^ */
  /* 内容 */
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
}
/*---------------------------
共通
---------------------------*/
.main {
  margin-top: -80px;
}

#access .section_a {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

/* PC・SP表示切り替え */
#access .br-pc {
  display: block;
}

#access .br-sp {
  display: none;
}

/* Tab表示切り替え */
.br-tab {
  display: none;
}

@media only screen and (max-width: 1100px) {
  #access .section_a {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .br-tab {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .main {
    margin-top: -60px;
  }
  .br-tab {
    display: none;
  }
  #access .br-pc {
    display: none;
  }
  #access .br-sp {
    display: block;
  }
}
/*---------------------------
MV
---------------------------*/
#container .section--hero {
  background: #000;
  /*  height: 970px;*/
  height: 100vh;
}

#container .section--hero * {
  color: #fff;
}

#container .section--hero .section__inner {
  height: 100%;
  background: url(../images/access/hero_bgi01.jpg) no-repeat 50% 50%/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#container .section--hero .section__block {
  width: 50%;
}

#container .section--hero .section__block--heading {
  margin-left: 150px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

#container .section--hero .section__block--heading .section__heading {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

#container .section--hero .section__block--heading .section__heading .section__small {
  font-family: "Cinzel", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

#container .section--hero .section__block--heading .section__heading .section__b {
  margin-top: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
}

#container .section--hero .section__block--heading .section__heading .section__i {
  margin-left: 80px;
  font-family: "Cormorant Garamond", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
}

#container .section--hero .section__block--text .section__par--title {
  font-size: 22px;
  line-height: 2;
}

#container .section--hero .section__block--text .section__par--text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 2;
}

#container .section__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}

@media only screen and (max-width: 1100px) {
  #container .section--hero .section__block--heading .section__heading .section__small {
    font-size: 1.455vw;
  }
  #container .section--hero .section__block--heading .section__heading .section__b {
    font-size: 5.636vw;
  }
  #container .section--hero .section__block--heading .section__heading .section__i {
    font-size: 5.636vw;
  }
  #container .section--hero .section__block--text .section__par--title {
    font-size: 2vw;
    line-height: 2;
  }
  #container .section--hero .section__block--text .section__par--text {
    margin-top: 1.455vw;
    font-size: 1.455vw;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  #container .section--hero {
    height: auto;
  }
  #container .section--hero .section__inner {
    height: auto;
    min-height: 80dvh;
    background: url(../images/access/hero_bgi01.jpg) no-repeat 50% 50%/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3.90625vw;
  }
  #container .section--hero .section__block {
    /* width: 80%; */
    width: 100%;
  }
  #container .section--hero .section__block--heading {
    margin-left: 0;
  }
  #container .section--hero .section__block--heading .section__heading .section__small {
    font-size: 3.125vw;
  }
  #container .section--hero .section__block--heading .section__heading .section__b {
    margin-top: 6.8359375vw;
    font-size: 12.109375vw;
  }
  #container .section--hero .section__block--heading .section__heading .section__i {
    margin-left: 15.625vw;
    font-size: 12.109375vw;
  }
  #container .section--hero .section__block--text .section__par--title {
    /* font-size: 4.296875vw; */
    font-size: 4vw;
  }
  #container .section--hero .section__block--text .section__par--text {
    margin-top: 3.125vw;
    /* font-size: 3.125vw; */
    font-size: 3vw;
  }
  #container .section__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
/*---------------------------
.section--01
---------------------------*/
.section--01 .con_01 {
  width: 100%;
  margin: 0 auto;
  padding: 7em 0 0;
}

.section--01 .con_01 img {
  width: 100%;
}

.section--01 .con_01 > ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 5em 0;
}

.section--01 .con_01 > ul > li {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 3em;
}

.section--01 .con_01 > ul > li.rev {
  flex-direction: row-reverse;
}

.section--01 .con_01 > ul > li .imgArea {
  width: 55%;
}

.section--01 .con_01 > ul > li .txtArea {
  width: 27%;
}

.section--01 .con_01 > ul > li .txtArea > p {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}

.section--01 .con_01 > ul > li .txtArea > p.line {
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 1em;
}

.section--01 .con_01 > ul > li .txtArea > p.sta {
  font-size: 36px;
  line-height: 1.6;
}

.section--01 .con_01 > ul > li .txtArea > p.sta > span.s_01 {
  font-size: 24px;
}

.section--01 .con_01 > ul > li .txtArea > p.sta > span.s_02 {
  display: block;
  text-align: right;
  font-size: 17px;
}

.section--01 .con_01 > ul > li .txtArea > p.sta > span.s_03 {
  font-size: 17px;
}

.section--01 .con_01 > ul > li .txtArea > p.frac {
  font-size: 34px;
  line-height: 1.2;
}

.section--01 .con_01 > ul > li .txtArea > p.frac > span.s_01 {
  font-size: 66px;
}

.section--01 .con_01 > ul > li .txtArea > p.frac > span.s_02 {
  font-size: 14px;
}

.section--01 .con_01 > ul > li .txtArea > p.cap {
  font-size: 12px;
  line-height: 1;
  padding-top: 1em;
}

/* .con_02 */
.section--01 .con_02 {
  width: 100%;
  margin: 0 auto;
  padding: 6em 0 0;
}

.section--01 .con_02 img {
  width: 100%;
}

.section--01 .con_02 > ul {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section--01 .con_02 > ul > li {
  width: calc((100% - 3em) / 2);
}

.section--01 .con_02 > ul > li .txtArea {
  padding-top: 1em;
}

.section--01 .con_02 > ul > li .txtArea > p {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.05em;
}

.section--01 .con_02 > ul > li .txtArea > p.line {
  font-size: 11px;
  line-height: 1.6;
}

.section--01 .con_02 > ul > li .txtArea > p.sta {
  font-size: 18px;
  line-height: 1.6;
}

.section--01 .con_02 > ul > li .txtArea > p.sta > span.s_01 {
  font-size: 14px;
}

.section--01 .con_02 > ul > li .txtArea > p.frac {
  font-size: 18px;
  line-height: 1;
}

.section--01 .con_02 > ul > li .txtArea > p.frac > span.s_01 {
  font-size: 28px;
}

.section--01 .con_02 > ul > li .txtArea > p.frac > span.s_02 {
  font-size: 12px;
}

/* .con_03 */
.section--01 .con_03 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 7em 0 0;
  z-index: 2;
}

.section--01 .con_03 img {
  width: 100%;
}

.section--01 .con_03 .ttlArea {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #000;
  padding: 3em 0;
}

.section--01 .con_03 .ttlArea p {
  text-align: left;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
}

.section--01 .con_03 .ttlArea p.ttl {
  font-size: 22px;
}

.section--01 .con_03 .ttlArea p.ttl > span {
  font-size: 14px;
}

.section--01 .con_03 .ttlArea p.txt {
  font-size: 14px;
  line-height: 2;
  padding-top: 1em;
}

.section--01 .con_03 > ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2em 0;
}

.section--01 .con_03 > ul > li {
  width: calc((100% - 6em) / 3);
  position: relative;
}

.section--01 .con_03 > ul > li .txtArea > p {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 13px;
  padding-top: 0.5em;
}

.section--01 .con_03 > ul > li:not(:nth-child(3)):not(:last-child)::after {
  content: "";
  position: absolute;
  right: -27px;
  top: 42%;
  transform: translateY(-50%);
  width: 15px;
  height: 17px;
  background: url("../images/access/sec01_arrow.svg") no-repeat center/contain;
}

.section--01 .con_03 > ul > li:nth-child(4)::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 42%;
  transform: translateY(-50%);
  width: 15px;
  height: 17px;
  background: url("../images/access/sec01_arrow.svg") no-repeat center/contain;
}

/* .con_04 */
.section--01 .con_04 {
  position: relative;
  width: 100%;
  /* margin: -10em auto 0; */
  margin: 0em auto 0;
  z-index: 1;
}

.section--01 .con_04 img {
  width: 100%;
}

/* .con_05 */
.section--01 .con_05 {
  width: 100%;
  margin: 0 auto;
  background: #000;
  padding: 7em 0 0;
}

.section--01 .con_05 img {
  width: 100%;
}

.section--01 .con_05 > ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section--01 .con_05 > ul > li {
  width: 33.3333333333%;
}

.section--01 .con_05 > ul > li > .imgArea {
  position: relative;
}

.section--01 .con_05 > ul > li .imgArea p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.1em;
  left: 1;
  text-shadow: 3px 3px 3px rgb(0, 0, 0);
  white-space: nowrap;
  font-size: 34px;
}

/* Tab */
@media screen and (max-width: 1100px) {
  .section--01 .con_01 > ul > li .txtArea > p.line {
    font-size: 1.273vw;
  }
  .section--01 .con_01 > ul > li .txtArea > p.sta {
    font-size: 3.273vw;
  }
  .section--01 .con_01 > ul > li .txtArea > p.sta > span.s_01 {
    font-size: 2.182vw;
  }
  .section--01 .con_01 > ul > li .txtArea > p.sta > span.s_02 {
    font-size: 1.545vw;
  }
  .section--01 .con_01 > ul > li .txtArea > p.sta > span.s_03 {
    font-size: 1.545vw;
  }
  .section--01 .con_01 > ul > li .txtArea > p.frac {
    font-size: 3.091vw;
    letter-spacing: 0.05em;
  }
  .section--01 .con_01 > ul > li .txtArea > p.frac > span.s_01 {
    font-size: 6vw;
  }
  .section--01 .con_01 > ul > li .txtArea > p.frac > span.s_02 {
    font-size: 1.273vw;
  }
  .section--01 .con_01 > ul > li .txtArea > p.cap {
    font-size: 1.091vw;
  }
  /* .con_02 */
  .section--01 .con_02 > ul > li .txtArea > p.line {
    font-size: 1vw;
  }
  .section--01 .con_02 > ul > li .txtArea > p.sta {
    font-size: 1.636vw;
  }
  .section--01 .con_02 > ul > li .txtArea > p.sta > span.s_01 {
    font-size: 1.273vw;
  }
  .section--01 .con_02 > ul > li .txtArea > p.frac {
    font-size: 1.636vw;
  }
  .section--01 .con_02 > ul > li .txtArea > p.frac > span.s_01 {
    font-size: 2.545vw;
  }
  .section--01 .con_02 > ul > li .txtArea > p.frac > span.s_02 {
    font-size: 1.091vw;
  }
  /* .con_03 */
  .section--01 .con_03 .ttlArea p.ttl {
    font-size: 2vw;
  }
  .section--01 .con_03 .ttlArea p.ttl > span {
    font-size: 1.273vw;
  }
  .section--01 .con_03 .ttlArea p.txt {
    font-size: 1.273vw;
  }
  .section--01 .con_03 > ul > li .txtArea > p {
    font-size: 1.182vw;
  }
  .section--01 .con_03 > ul > li:not(:nth-child(3)):not(:last-child)::after {
    right: -2.455vw;
    width: 1.364vw;
    height: 1.545vw;
  }
  .section--01 .con_03 > ul > li:nth-child(4)::before {
    left: -2.455vw;
    width: 1.364vw;
    height: 1.545vw;
  }
  /* .con_04 */
  .section--01 .con_04 {
    position: relative;
    width: 100%;
    /* margin: -10em auto 0; */
    margin: 0em auto 0;
    z-index: 1;
  }
  /* .con_05 */
  .section--01 .con_05 > ul > li .imgArea p {
    font-size: 3.091vw;
  }
}
/* sp */
@media screen and (max-width: 767px) {
  .section--01 .con_01 {
    width: 100%;
    margin: 0 auto;
    padding: 5em 0 0;
  }
  .section--01 .con_01 > ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2em 0;
  }
  .section--01 .con_01 > ul > li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  /* .section--01 .con_01>ul>li.rev {
    flex-direction: row;
  } */
  .section--01 .con_01 > ul > li .imgArea {
    /* width: 100%; */
    width: 50%;
  }
  .section--01 .con_01 > ul > li .txtArea {
    /* width: 100%; */
    width: 45%;
    /* padding-top: 1em; */
  }
  .section--01 .con_01 > ul > li .txtArea > p {
    text-align: left;
  }
  .section--01 .con_01 > ul > li.rev .txtArea > p {
    text-align: right;
  }
  .section--01 .con_01 > ul > li .txtArea > p.line {
    font-size: 3.129vw;
    padding-bottom: 1em;
  }
  .section--01 .con_01 > ul > li .txtArea > p.sta {
    font-size: 5.997vw;
  }
  .section--01 .con_01 > ul > li .txtArea > p.sta > span.s_01 {
    font-size: 4.433vw;
  }
  .section--01 .con_01 > ul > li .txtArea > p.sta > span.s_02 {
    display: inline-block;
    text-align: left;
    font-size: 3.52vw;
  }
  .section--01 .con_01 > ul > li .txtArea > p.sta > span.s_03 {
    font-size: 3.52vw;
  }
  .section--01 .con_01 > ul > li .txtArea > p.frac {
    font-size: 5.737vw;
    letter-spacing: 0.05em;
  }
  .section--01 .con_01 > ul > li .txtArea > p.frac > span.s_01 {
    font-size: 9.909vw;
  }
  .section--01 .con_01 > ul > li .txtArea > p.frac > span.s_02 {
    font-size: 3.129vw;
  }
  .section--01 .con_01 > ul > li .txtArea > p.cap {
    font-size: 2.868vw;
    padding-top: 1em;
  }
  /* .con_02 */
  .section--01 .con_02 {
    width: 100%;
    margin: 0 auto;
    padding: 3em 0 0;
  }
  .section--01 .con_02 > ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section--01 .con_02 > ul > li {
    width: calc((100% - 1em) / 2);
  }
  .section--01 .con_02 > ul > li .txtArea {
    padding-top: 1em;
  }
  .section--01 .con_02 > ul > li .txtArea > p {
    text-align: center;
  }
  .section--01 .con_02 > ul > li .txtArea > p.line {
    font-size: 2.738vw;
  }
  .section--01 .con_02 > ul > li .txtArea > p.sta {
    font-size: 3.651vw;
  }
  .section--01 .con_02 > ul > li .txtArea > p.sta > span.s_01 {
    font-size: 3.129vw;
  }
  .section--01 .con_02 > ul > li .txtArea > p.frac {
    font-size: 3.651vw;
  }
  .section--01 .con_02 > ul > li .txtArea > p.frac > span.s_01 {
    font-size: 4.954vw;
  }
  .section--01 .con_02 > ul > li .txtArea > p.frac > span.s_02 {
    font-size: 2.868vw;
  }
  /* .con_03 */
  .section--01 .con_03 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 4em 0 0;
  }
  .section--01 .con_03 .ttlArea {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #000;
    padding: 3em 0;
  }
  .section--01 .con_03 .ttlArea p {
    text-align: left;
  }
  .section--01 .con_03 .ttlArea p.ttl {
    font-size: 4.172vw;
  }
  .section--01 .con_03 .ttlArea p.ttl > span {
    font-size: 3.129vw;
  }
  .section--01 .con_03 .ttlArea p.txt {
    font-size: 3.129vw;
    padding-top: 1em;
  }
  .section--01 .con_03 > ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1em 0;
  }
  .section--01 .con_03 > ul > li {
    width: calc((100% - 2em) / 2);
    position: relative;
  }
  .section--01 .con_03 > ul > li .txtArea > p {
    text-align: left;
    font-size: 2.999vw;
    padding-top: 0.5em;
  }
  .section--01 .con_03 > ul > li:not(:nth-child(3)):not(:last-child)::after {
    content: none;
  }
  .section--01 .con_03 > ul > li:nth-child(4)::before {
    content: none;
  }
  .section--01 .con_03 > ul > li:nth-child(odd):not(:last-child)::after {
    content: "";
    position: absolute;
    right: -4.7vw;
    top: 42%;
    transform: translateY(-50%);
    width: 3.259vw;
    height: 3.52vw;
    background: url("../images/access/sec01_arrow.svg") no-repeat center/contain;
  }
  /* .con_04 */
  .section--01 .con_04 {
    position: relative;
    width: 100%;
    /* margin: -3em auto 0; */
    margin: 0em auto 0;
    z-index: 1;
  }
  /* .con_05 */
  .section--01 .con_05 {
    width: 100%;
    margin: 0 auto;
    padding: 4em 0 0;
  }
  .section--01 .con_05 > ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section--01 .con_05 > ul > li {
    width: 50%;
  }
  .section--01 .con_05 > ul > li > .imgArea {
    position: relative;
  }
  .section--01 .con_05 > ul > li .imgArea p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 4.5vw;
  }
}
/*---------------------------
.section--02
---------------------------*/
.section--02 {
  background: #000;
}

.section--02 img {
  width: 100%;
}

.section--02 .tab-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 7em 0 10em;
}

.section--02 .tab-list {
  display: flex;
  justify-content: space-between;
}

.section--02 .tab-item {
  width: calc((100% - 4em) / 3);
}

.section--02 .tab-item p {
  position: relative;
  background: #000;
  border: 1px solid #fff;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  padding: 0.3em 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 20px;
}

.section--02 .tab-item p span {
  font-size: 16px;
}

.section--02 .tab-item p::after {
  content: "";
  position: absolute;
  top: 38%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}

.section--02 .tab-item p:hover,
.section--02 .tab-item.is-active p {
  background: #fff;
  color: #000;
  transition: all 0.6s;
}

.section--02 .tab-item:hover p::after,
.section--02 .tab-item.is-active p::after {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.section--02 .panel-list {
  width: 100%;
}

.section--02 .panel-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.section--02 .panel-item.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

/* 路線図 */
.section--02 .panel-list .rosen {
  width: 100%;
  margin: 0 auto;
  padding: 5em 0 2em;
}

.scr {
  width: 100%;
}

.scr .img {
  width: 100%;
}

.scr .img img {
  width: 100%;
}

.scr_t {
  display: none;
}

/* ダイレクトアクセス */
.section--02 .panel-list .a_ttl {
  width: 100%;
  margin: 3em auto 0;
  background: linear-gradient(90deg, rgba(51, 51, 51, 0) 0%, rgb(51, 51, 51) 50%, rgba(51, 51, 51, 0) 100%);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.section--02 .panel-list .a_ttl > p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0.3em 0;
}

.section--02 .panel-list p.a_txt {
  padding: 2em 0 3em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 14px;
}

.section--02 .panel-item > ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em 1em;
}

.section--02 .panel-list .panel-item > ul > li {
  width: calc((100% - 2em) / 3);
}

.section--02 .panel-list .panel-item > ul > li p {
  color: #fff;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.1em;
}

.section--02 .panel-list .panel-item > ul > li p.frac {
  font-size: 22px;
  line-height: 1.4;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
}

.section--02 .panel-list .panel-item > ul > li p.frac span.s_01 {
  font-size: 28px;
}

.section--02 .panel-list .panel-item > ul > li p.frac span.s_02 {
  font-size: 40px;
}

.section--02 .panel-list .panel-item > ul > li p.cap {
  font-size: 12px;
  line-height: 1.4;
  padding-top: 0.5em;
}

/* 時刻表 */
.section--02 .panel-list .panel-item .timetable {
  width: 100%;
  margin: 0 auto;
  padding: 7em 0 0;
}

.section--02 .panel-list .panel-item .timetable .t_ttl {
  border-top: 1px solid #fff;
  padding: 5em 0 0;
}

.section--02 .panel-list .panel-item .timetable .t_ttl p {
  color: #fff;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 18px;
}

.section--02 .panel-list .panel-item .timetable .timeimg {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 3em 0;
}

/* Tab */
@media only screen and (max-width: 1100px) {
  .section--02 .tab-item p {
    padding: 0.3em 0;
    font-size: 1.818vw;
  }
  .section--02 .tab-item p span {
    font-size: 1.455vw;
  }
  .section--02 .tab-item p::after {
    content: "";
    position: absolute;
    top: 38%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0.727vw;
    height: 0.727vw;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
  }
  /* 路線図 */
  .section--02 .panel-list .rosen {
    width: 100%;
    margin: 0 auto;
    padding: 5em 0 2em;
  }
  /* ダイレクトアクセス */
  .section--02 .panel-list .a_ttl {
    width: 100%;
    margin: 3em auto 0;
    background: linear-gradient(90deg, rgba(51, 51, 51, 0) 0%, rgb(51, 51, 51) 50%, rgba(51, 51, 51, 0) 100%);
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }
  .section--02 .panel-list .a_ttl > p {
    font-size: 1.636vw;
    padding: 0.3em 0;
  }
  .section--02 .panel-list p.a_txt {
    padding: 2em 0 3em;
    font-size: 1.273vw;
  }
  .section--02 .panel-item > ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em 1em;
  }
  .section--02 .panel-list .panel-item > ul > li {
    width: calc((100% - 2em) / 3);
  }
  .section--02 .panel-list .panel-item > ul > li p.frac {
    font-size: 2vw;
  }
  .section--02 .panel-list .panel-item > ul > li p.frac span.s_01 {
    font-size: 2.445vw;
  }
  .section--02 .panel-list .panel-item > ul > li p.frac span.s_02 {
    font-size: 3.536vw;
  }
  .section--02 .panel-list .panel-item > ul > li p.cap {
    font-size: 1vw;
    padding-top: 0.5em;
  }
  /* 時刻表 */
  .section--02 .panel-list .panel-item .timetable {
    width: 100%;
    margin: 0 auto;
    padding: 7em 0 0;
  }
  .section--02 .panel-list .panel-item .timetable .t_ttl {
    border-top: 1px solid #fff;
    padding: 5em 0 0;
  }
  .section--02 .panel-list .panel-item .timetable .t_ttl p {
    font-size: 1.636vw;
  }
  .section--02 .panel-list .panel-item .timetable .timeimg {
    width: 100%;
    padding: 3em 0;
  }
}
/* sp */
@media only screen and (max-width: 767px) {
  #container .section--02 .section:first-of-type {
    padding-top: 0;
  }
  .section--02 .tab-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 4em 0 7em;
  }
  .section--02 .tab-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1em 0;
  }
  .section--02 .tab-item {
    width: calc((100% - 1em) / 2);
  }
  .section--02 .tab-item:last-child {
    width: 100%;
  }
  .section--02 .tab-item p {
    position: relative;
    padding: 0.3em 0;
    font-size: 3.911vw;
  }
  .section--02 .tab-item p span {
    font-size: 3.39vw;
  }
  .section--02 .tab-item p::after {
    content: "";
    position: absolute;
    top: 35%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 2vw;
    height: 2vw;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
  }
  /* 路線図 */
  .section--02 .panel-list .rosen {
    width: 100%;
    margin: 0 auto;
    padding: 3em 0 2em;
  }
  .scr_t {
    color: #fff;
    font-size: 3.651vw;
    text-align: center;
    padding-bottom: 1em;
    display: block;
  }
  .scr_t.bk {
    color: #000;
  }
  .scr {
    width: 100%;
    padding: 0;
    overflow-x: scroll;
  }
  .scr .img {
    width: 200vw;
  }
  /* ダイレクトアクセス */
  .section--02 .panel-list .a_ttl {
    width: 100%;
    margin: 3em auto 0;
  }
  .section--02 .panel-list .a_ttl > p {
    font-size: 3.651vw;
    padding: 0.3em 0;
  }
  .section--02 .panel-list p.a_txt {
    padding: 2em 0 3em;
    font-size: 3.129vw;
  }
  .section--02 .panel-item > ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2em 0;
  }
  .section--02 .panel-list .panel-item > ul > li {
    /* width: 100%; */
    width: 49%;
  }
  .section--02 .panel-list .panel-item > ul > li p.frac {
    font-size: 4.172vw;
    padding-bottom: 0.5em;
  }
  .section--02 .panel-list .panel-item > ul > li p.frac span.s_01 {
    font-size: 4.954vw;
  }
  .section--02 .panel-list .panel-item > ul > li p.frac span.s_02 {
    font-size: 6.519vw;
  }
  .section--02 .panel-list .panel-item > ul > li p.cap {
    font-size: 2.868vw;
    padding-top: 1em;
  }
  /* 時刻表 */
  .section--02 .panel-list .panel-item .timetable {
    width: 100%;
    margin: 0 auto;
    padding: 4em 0 0;
  }
  .section--02 .panel-list .panel-item .timetable .t_ttl {
    border-top: 1px solid #fff;
    padding: 4em 0 0;
  }
  .section--02 .panel-list .panel-item .timetable .t_ttl p {
    font-size: 3.651vw;
  }
  .section--02 .panel-list .panel-item .timetable .timeimg {
    width: 100%;
    max-width: 104.302vw;
    margin: 0 auto;
    padding: 3em 0;
  }
}
/*---------------------------
.section--03
---------------------------*/
.section--03 img {
  width: 100%;
}

.section--03 .b_txtArea {
  width: 100%;
  margin: 0 auto;
  padding: 5em 0 0;
}

.section--03 .b_txtArea > p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  letter-spacing: 0.1em;
}

.section--03 .b_txtArea > p.b_ttl {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  line-height: 1;
  font-size: 45px;
}

.section--03 .b_txtArea > p.b_ttl span {
  font-size: 18px;
}

.section--03 .b_txtArea > p.b_subttl {
  font-size: 22px;
  padding-top: 1em;
}

.section--03 .b_txtArea > p.b_txt {
  font-size: 14px;
  padding-top: 1em;
}

/* タブ */
.section--03 .tab-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 5em 0;
}

.section--03 .tab-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section--03 .tab-item {
  width: calc((100% - 4em) / 3);
  display: table;
  min-height: 80px;
}

.section--03 .tab-item p {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}

.section--03 .tab-item p span {
  font-size: 20px;
}

.section--03 .tab-item p::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
}

.section--03 .tab-item p:hover,
.section--03 .tab-item.is-active p {
  background: #000;
  color: #fff;
  transition: all 0.6s;
}

.section--03 .tab-item:hover p::after,
.section--03 .tab-item.is-active p::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.section--03 .panel-list {
  width: 100%;
}

.section--03 .panel-item {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.section--03 .panel-item.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: relative;
  pointer-events: auto;
}

/* バスマップ */
.section--03 .panel-item .b_map {
  width: 100%;
  margin: 0 auto;
  padding: 3em 0;
}

.section--03 .panel-item .b_map > p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  padding-bottom: 0.5em;
}

/* バス停ナンバー */
.section--03 .panel-item ol.b_num {
  counter-reset: number;
  list-style-type: none !important;
}

.section--03 .panel-item ol.b_num li {
  width: 100%;
}

.section--03 .panel-item ol.b_num li p {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}

.section--03 .panel-item ol.b_num li p.frac {
  position: relative;
  font-size: 16px;
  padding-left: 40px;
}

.section--03 .panel-item ol.b_num li p.frac:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #bfa872;
  color: white;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section--03 .panel-item ol.b_num li p.line {
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-top: 1em;
}

/* 横並び */
.section--03 .panel-item .f-box {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 0 2em;
}

.section--03 .panel-item .f-box > .imageCap {
  width: 61%;
}

.section--03 .panel-item .f-box > .b_num_f {
  width: 38%;
  padding: 6em 0 0;
}

.section--03 .panel-item .f-box > .b_num_f ol.b_num li {
  margin-bottom: 1.5em;
}

.section--03 .panel-item .f-box > .b_num_f ol.b_num li:not(:last-child) {
  border-bottom: 1px solid #000;
}

.section--03 .panel-item .f-box > .b_num_f ol.b_num li p.line {
  letter-spacing: 0.05em;
  padding-bottom: 1em;
}

/*  */
.section--03 .panel-item .b_num_c > ol.b_num {
  counter-reset: number;
  list-style-type: none !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2em 0;
}

.section--03 .panel-item .b_num_c > ol.b_num li {
  width: calc((100% - 2em) / 2);
  padding-bottom: 1em;
}

.section--03 .panel-item .b_num_c > ol.b_num li:not(:nth-last-child(-n+2)) {
  border-bottom: 1px solid #000;
}

.section--03 .panel-item .b_num_c > ol.b_num li p {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}

.section--03 .panel-item .b_num_c > ol.b_num li p.frac {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 0;
}

.section--03 .panel-item .b_num_c > ol.b_num li p.frac:before {
  content: none;
}

.section--03 .panel-item .b_num_c > ol.b_num li p.frac::after {
  position: absolute;
  content: attr(data-number);
  display: inline-block;
  background: #bfa872;
  color: white;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  right: -40px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.section--03 .panel-item .b_num_c > ol.b_num li p.line {
  font-size: 14px;
  letter-spacing: 0.05em;
  padding-top: 1em;
}

/* 所要時間 */
.section--03 .panel-item .b_time {
  width: 100%;
  margin: 0 auto;
  padding: 5em 0;
}

.section--03 .panel-item .b_time > p.ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 18px;
  padding: 0 0 1em;
}

.section--03 .panel-item .b_time ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.section--03 .panel-item .b_time ul li:nth-child(1) {
  width: 57%;
}

.section--03 .panel-item .b_time ul li:nth-child(2) {
  width: 41%;
}

.section--03 .panel-item .b_time.diff {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 5em;
}

.section--03 .panel-item .b_time.diff > p.ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 18px;
  padding: 0 0 1em;
}

.section--03 .panel-item .b_time.diff ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.section--03 .panel-item .b_time.diff ul li:nth-child(1) {
  width: 24%;
}

.section--03 .panel-item .b_time.diff ul li:nth-child(2) {
  width: 75%;
}

.section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2em 0;
}

.section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li {
  width: calc((100% - 4em) / 3);
}

.section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea {
  padding-top: 1em;
}

.section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea p {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea p.line {
  font-size: 14px;
  line-height: 1;
  padding-bottom: 0.3em;
}

.section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea p.line span {
  font-size: 18px;
}

.section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea p.frac {
  font-size: 18px;
  line-height: 1;
}

.section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea p.frac span.s_01 {
  font-size: 28px;
}

.section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea p.frac span.s_02 {
  font-size: 12px;
}

.section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea p.cap {
  font-size: 12px;
  line-height: 1;
  padding-top: 0.5em;
}

/* 時刻表 */
.section--03 .panel-item .bg {
  background: #e5e5e5;
}

.section--03 .bg .b_txtArea {
  padding: 7em 0 0;
}

.section--03 .panel-item .b_schedule {
  padding: 3em 0 4em;
}

.section--03 .panel-item .b_schedule > ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 4em 0;
}

.section--03 .panel-item .b_schedule > ul li {
  width: 100%;
}

.section--03 .panel-item .b_schedule p.s_cap {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
  line-height: 1;
  font-size: 12px;
  padding-top: 4em;
}

/* Tab */
@media only screen and (max-width: 1100px) {
  .section--03 .b_txtArea > p.b_ttl {
    font-size: 4.091vw;
  }
  .section--03 .b_txtArea > p.b_ttl span {
    font-size: 1.636vw;
  }
  .section--03 .b_txtArea > p.b_subttl {
    font-size: 2vw;
    padding-top: 1em;
  }
  .section--03 .b_txtArea > p.b_txt {
    font-size: 1.273vw;
    padding-top: 1em;
  }
  /* タブ */
  .section--03 .tab-item {
    width: calc((100% - 4em) / 3);
    display: table;
    min-height: 7.273vw;
  }
  .section--03 .tab-item p {
    font-size: 1.455vw;
  }
  .section--03 .tab-item p span {
    font-size: 1.818vw;
  }
  .section--03 .tab-item p::after {
    top: 40%;
    right: 5%;
    width: 0.727vw;
    height: 0.727vw;
  }
  /* バスマップ */
  .section--03 .panel-item .b_map > p {
    font-size: 1.273vw;
    padding-bottom: 0.5em;
  }
  /* バス停ナンバー */
  .section--03 .panel-item ol.b_num li p.frac {
    position: relative;
    font-size: 1.455vw;
    padding-left: 3.636vw;
  }
  .section--03 .panel-item ol.b_num li p.frac:before {
    font-size: 1.545vw;
    left: 0;
    width: 2.727vw;
    height: 2.727vw;
    line-height: 2.727vw;
  }
  .section--03 .panel-item ol.b_num li p.line {
    font-size: 1.273vw;
    padding-top: 1em;
  }
  /* 横並び */
  /*  */
  .section--03 .panel-item .b_num_c > ol.b_num li p.frac {
    font-size: 1.455vw;
  }
  .section--03 .panel-item .b_num_c > ol.b_num li p.frac::after {
    font-size: 1.545vw;
    right: -3.636vw;
    width: 2.727vw;
    height: 2.727vw;
    line-height: 2.727vw;
  }
  .section--03 .panel-item .b_num_c > ol.b_num li p.line {
    font-size: 1.273vw;
    padding-top: 1em;
  }
  /* 所要時間 */
  .section--03 .panel-item .b_time > p.ttl {
    font-size: 1.636vw;
  }
  .section--03 .panel-item .b_time.diff > p.ttl {
    font-size: 1.636vw;
    padding: 0 0 1em;
  }
  .section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea p.line {
    font-size: 1.273vw;
  }
  .section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea p.line span {
    font-size: 1.636vw;
  }
  .section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea p.frac {
    font-size: 1.636vw;
  }
  .section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea p.frac span.s_01 {
    font-size: 2.545vw;
  }
  .section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea p.frac span.s_02 {
    font-size: 1.091vw;
  }
  .section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea p.cap {
    font-size: 1.091vw;
    padding-top: 0.5em;
  }
  /* 時刻表 */
  .section--03 .panel-item .b_schedule p.s_cap {
    font-size: 1.091vw;
    padding-top: 4em;
  }
}
/* sp */
@media only screen and (max-width: 767px) {
  .section--03 .b_txtArea {
    width: 100%;
    margin: 0 auto;
    padding: 3em 0 0;
  }
  .section--03 .b_txtArea > p {
    text-align: left;
  }
  .section--03 .b_txtArea > p.b_ttl {
    font-size: 7.171vw;
  }
  .section--03 .b_txtArea > p.b_ttl span {
    font-size: 3.651vw;
  }
  .section--03 .b_txtArea > p.b_subttl {
    font-size: 4.172vw;
    padding-top: 1em;
  }
  .section--03 .b_txtArea > p.b_txt {
    font-size: 3.129vw;
    padding-top: 1em;
  }
  /* タブ */
  .section--03 .tab-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 3em 0;
  }
  .section--03 .tab-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2em 0;
  }
  .section--03 .tab-item {
    width: 100%;
    min-height: 13vw;
  }
  .section--03 .tab-item p {
    font-size: 3.39vw;
  }
  .section--03 .tab-item p span {
    font-size: 3.911vw;
  }
  .section--03 .tab-item p::after {
    width: 2.347vw;
    height: 2.347vw;
  }
  /* バスマップ */
  .section--03 .panel-item .b_map {
    width: 100%;
    margin: 0 auto;
    padding: 2em 0;
  }
  .section--03 .panel-item .b_map > p {
    font-size: 3.129vw;
    padding-bottom: 0.5em;
  }
  /* バス停ナンバー */
  .section--03 .panel-item ol.b_num {
    counter-reset: number;
    list-style-type: none !important;
  }
  .section--03 .panel-item ol.b_num li {
    width: 100%;
  }
  .section--03 .panel-item ol.b_num li p.frac {
    position: relative;
    font-size: 3.39vw;
    padding-left: 6.519vw;
  }
  .section--03 .panel-item ol.b_num li p.frac:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #bfa872;
    color: white;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.816vw;
    left: 0;
    width: 5.215vw;
    height: 5.215vw;
    line-height: 5.215vw;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section--03 .panel-item ol.b_num li p.line {
    font-size: 3.129vw;
    padding-top: 1em;
  }
  /* 横並び */
  .section--03 .panel-item .f-box {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 0 2em;
    flex-wrap: wrap;
  }
  .section--03 .panel-item .f-box > .imageCap {
    width: 100%;
  }
  .section--03 .panel-item .f-box > .b_num_f {
    width: 100%;
    padding: 0;
  }
  .section--03 .panel-item .f-box > .b_num_f ol.b_num li {
    margin-bottom: 1.5em;
  }
  .section--03 .panel-item .f-box > .b_num_f ol.b_num li:not(:last-child) {
    border-bottom: 1px solid #000;
  }
  .section--03 .panel-item .f-box > .b_num_f ol.b_num li p.line {
    padding-bottom: 1em;
  }
  /*  */
  .section--03 .panel-item .b_num_c > ol.b_num {
    counter-reset: number;
    list-style-type: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2em 0;
  }
  .section--03 .panel-item .b_num_c > ol.b_num li {
    width: calc((100% - 1em) / 2);
    padding-bottom: 2em;
  }
  .section--03 .panel-item .b_num_c > ol.b_num li p.frac {
    font-size: 3.39vw;
    padding: 0;
  }
  .section--03 .panel-item .b_num_c > ol.b_num li p.frac::after {
    position: absolute;
    content: attr(data-number);
    display: inline-block;
    background: #bfa872;
    color: white;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.816vw;
    right: -6.519vw;
    width: 5.215vw;
    height: 5.215vw;
    line-height: 5.215vw;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
  }
  .section--03 .panel-item .b_num_c > ol.b_num li p.line {
    font-size: 3.129vw;
    padding-top: 1em;
  }
  /* 所要時間 */
  .section--03 .panel-item .b_time {
    width: 100%;
    margin: 0 auto;
    padding: 3em 0 5em;
  }
  .section--03 .panel-item .b_time > p.ttl {
    font-size: 3.651vw;
    padding: 0 0 1em;
  }
  .section--03 .panel-item .b_time ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1em 0;
  }
  .section--03 .panel-item .b_time ul li:nth-child(1) {
    width: 100%;
  }
  .section--03 .panel-item .b_time ul li:nth-child(2) {
    width: 100%;
  }
  .section--03 .panel-item .b_time.diff {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 5em;
  }
  .section--03 .panel-item .b_time.diff > p.ttl {
    font-size: 3.651vw;
    padding: 0 0 1em;
  }
  .section--03 .panel-item .b_time.diff ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section--03 .panel-item .b_time.diff ul li:nth-child(1) {
    width: 100%;
  }
  .section--03 .panel-item .b_time.diff ul li:nth-child(2) {
    width: 100%;
  }
  .section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2em 0;
  }
  .section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li {
    width: calc((100% - 2em) / 2);
  }
  .section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea {
    padding-top: 1em;
  }
  .section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea p.line {
    font-size: 2.6vw;
    padding-bottom: 0.3em;
  }
  .section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea p.line span {
    font-size: 3.251vw;
  }
  .section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea p.frac {
    font-size: 3.651vw;
  }
  .section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea p.frac span.s_01 {
    font-size: 4.954vw;
  }
  .section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea p.frac span.s_02 {
    font-size: 2.868vw;
  }
  .section--03 .panel-item .b_time.diff ul li:nth-child(2) > ul li .txtArea p.cap {
    font-size: 2.868vw;
    padding-top: 0.5em;
  }
  /* 時刻表 */
  .section--03 .bg .b_txtArea {
    padding: 5em 0 0;
  }
  .section--03 .panel-item .b_schedule {
    padding: 2em 0 3em;
  }
  .section--03 .panel-item .b_schedule > ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 4em 0;
  }
  .section--03 .panel-item .b_schedule > ul li {
    width: 100%;
  }
  .section--03 .panel-item .b_schedule p.s_cap {
    font-size: 2.868vw;
    padding-top: 4em;
  }
}
/*---------------------------
.section--04
---------------------------*/
.section--04 {
  width: 100%;
  margin: 0 auto;
}

.section--04 > .bg_b {
  background: #000;
}

.section--04 > .bg_g {
  background: #1e1e1e;
}

.section--04 img {
  width: 100%;
}

.section--04 .c_txtArea {
  width: 100%;
  margin: 0 auto;
  padding: 5em 0 0;
}

.section--04 .c_txtArea > p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  letter-spacing: 0.1em;
  color: #fff;
}

.section--04 .c_txtArea > p.c_ttl {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  line-height: 1;
  font-size: 45px;
}

.section--04 .c_txtArea > p.c_subttl {
  font-size: 22px;
  padding-top: 1em;
}

.section--04 .c_txtArea > p.c_sub-subttl {
  font-size: 18px;
}

.section--04 .c_txtArea > p.c_txt {
  font-size: 14px;
  padding-top: 2em;
}

.section--04 .c_txtArea > p.c_cap {
  font-size: 12px;
  padding-top: 0.5em;
}

/* 高速マップ */
.section--04 .c_map {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 5em 0 7em;
}

/* .con_01 */
.section--04 .con_01 > ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section--04 .con_01 > ul li {
  width: 25%;
}

/* .con_02 */
.section--04 .con_02 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 7em 0;
}

.section--04 .con_02 div {
  width: 50%;
}

.section--04 .con_02 .c_txtArea {
  margin: 0;
  padding: 0;
}

/* .con_03 */
.section--04 .con_03 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.section--04 .con_03 p {
  color: #fff;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.section--04 .con_03 p.bc_ttl {
  font-size: 18px;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-bottom: 2em;
}

.section--04 .con_03 > ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
}

.section--04 .con_03 > ul li {
  /* width: calc((100% - 2em) / 2); */
  width: 70%;
}

.section--04 .con_03 > ul li .txtArea {
  padding-top: 0.5em;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.section--04 .con_03 > ul li .txtArea p.sta {
  font-size: 18px;
}

.section--04 .con_03 > ul li .txtArea p.sta span.s_01 {
  font-size: 28px;
}

.section--04 .con_03 > ul li .txtArea p.sta span.s_02 {
  font-size: 12px;
}

/* .con_04 */
.section--04 .con_04 {
  width: 100%;
  margin: 0 auto;
  padding: 7em 0 10em;
}

.section--04 .con_04 p {
  color: #fff;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.section--04 .con_04 p.bc_ttl {
  font-size: 18px;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-bottom: 2em;
}

.section--04 .con_04 > ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3em 0;
}

.section--04 .con_04 > ul li {
  width: calc((100% - 4em) / 3);
}

.section--04 .con_04 > ul li .txtArea {
  padding-top: 0.5em;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.section--04 .con_04 > ul li .txtArea p.sta {
  font-size: 18px;
}

.section--04 .con_04 > ul li .txtArea p.sta span.s_01 {
  font-size: 28px;
}

.section--04 .con_04 > ul li .txtArea p.sta span.s_02 {
  font-size: 12px;
}

/* .con_05 */
.section--04 .con_05 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 7em 0 10em;
}

.section--04 .con_05 div {
  width: 50%;
}

.section--04 .con_05 .c_txtArea {
  margin: 0;
  padding: 0;
}

/* Tab */
@media screen and (max-width: 1100px) {
  .section--04 .c_txtArea {
    width: 100%;
    margin: 0 auto;
    padding: 5em 0 0;
  }
  .section--04 .c_txtArea > p.c_ttl {
    font-size: 4.091vw;
  }
  .section--04 .c_txtArea > p.c_subttl {
    font-size: 2vw;
    padding-top: 1em;
  }
  .section--04 .c_txtArea > p.c_sub-subttl {
    font-size: 1.636vw;
  }
  .section--04 .c_txtArea > p.c_txt {
    font-size: 1.273vw;
    padding-top: 2em;
  }
  /* 高速マップ */
  .section--04 .c_map {
    margin: 0 auto;
    width: 100%;
    padding: 5em 0 7em;
  }
  /* .con_01 */
  /* .con_02 */
  /* .con_03 */
  .section--04 .con_03 p.bc_ttl {
    font-size: 1.636vw;
    padding-bottom: 2em;
  }
  .section--04 .con_03 > ul li .txtArea {
    padding-top: 0.5em;
  }
  .section--04 .con_03 > ul li .txtArea p.sta {
    font-size: 1.636vw;
  }
  .section--04 .con_03 > ul li .txtArea p.sta span.s_01 {
    font-size: 2.545vw;
  }
  .section--04 .con_03 > ul li .txtArea p.sta span.s_02 {
    font-size: 1.091vw;
  }
  /* .con_04 */
  .section--04 .con_04 {
    width: 100%;
    margin: 0 auto;
    padding: 7em 0 10em;
  }
  .section--04 .con_04 p.bc_ttl {
    font-size: 1.636vw;
    padding-bottom: 2em;
  }
  .section--04 .con_04 > ul li .txtArea {
    padding-top: 0.5em;
  }
  .section--04 .con_04 > ul li .txtArea p.sta {
    font-size: 1.636vw;
  }
  .section--04 .con_04 > ul li .txtArea p.sta span.s_01 {
    font-size: 2.545vw;
  }
  .section--04 .con_04 > ul li .txtArea p.sta span.s_02 {
    font-size: 1.091vw;
  }
  /* .con_05 */
  .section--04 .con_05 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 7em 0 10em;
  }
}
/* sp */
@media screen and (max-width: 767px) {
  .section--04 .c_txtArea {
    width: 100%;
    margin: 0 auto;
    padding: 3em 0 0;
  }
  .section--04 .c_txtArea > p.c_ttl {
    font-size: 7.171vw;
  }
  .section--04 .c_txtArea > p.c_subttl {
    font-size: 4.172vw;
    padding-top: 1em;
  }
  .section--04 .c_txtArea > p.c_sub-subttl {
    font-size: 3.651vw;
    letter-spacing: 0.05em;
  }
  .section--04 .c_txtArea > p.c_txt {
    font-size: 3.129vw;
    padding-top: 2em;
  }
  .section--04 .c_txtArea > p.c_cap {
    font-size: 10px;
  }
  /* 高速マップ */
  .section--04 .c_map {
    margin: 0 auto;
    width: 100%;
    padding: 3em 0 5em;
  }
  /* .con_01 */
  .section--04 .con_01 > ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section--04 .con_01 > ul li {
    width: 50%;
  }
  /* .con_02 */
  .section--04 .con_02 {
    padding: 5em 0;
    gap: 2em 0;
  }
  .section--04 .con_02 div {
    width: 100%;
  }
  /* .con_03 */
  .section--04 .con_03 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .section--04 .con_03 p.bc_ttl {
    font-size: 3.651vw;
    padding-bottom: 2em;
  }
  .section--04 .con_03 > ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2em 0;
  }
  .section--04 .con_03 > ul li {
    width: 100%;
  }
  .section--04 .con_03 > ul li .txtArea {
    padding-top: 0.5em;
  }
  .section--04 .con_03 > ul li .txtArea p.sta {
    font-size: 3.651vw;
  }
  .section--04 .con_03 > ul li .txtArea p.sta span.s_01 {
    font-size: 4.954vw;
  }
  .section--04 .con_03 > ul li .txtArea p.sta span.s_02 {
    font-size: 2.868vw;
  }
  /* .con_04 */
  .section--04 .con_04 {
    width: 100%;
    margin: 0 auto;
    padding: 5em 0 7em;
  }
  .section--04 .con_04 p.bc_ttl {
    font-size: 3.651vw;
    padding-bottom: 2em;
  }
  .section--04 .con_04 > ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2em 0;
  }
  .section--04 .con_04 > ul li {
    width: calc((100% - 1em) / 2);
  }
  .section--04 .con_04 > ul li .txtArea {
    padding-top: 0.5em;
    letter-spacing: 0.05em;
  }
  .section--04 .con_04 > ul li .txtArea p.sta {
    font-size: 3.651vw;
  }
  .section--04 .con_04 > ul li .txtArea p.sta span.s_01 {
    font-size: 4.954vw;
  }
  .section--04 .con_04 > ul li .txtArea p.sta span.s_02 {
    font-size: 2.868vw;
  }
  /* .con_05 */
  .section--04 .con_05 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2em 0;
    padding: 5em 0 7em;
  }
  .section--04 .con_05 div {
    width: 100%;
  }
  .section--04 .con_05 .c_txtArea {
    margin: 0;
    padding: 0;
  }
}