@charset "UTF-8";

/* ::::::::::  トップページ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (max-width: 1024px) {
  body {
    padding-bottom: 50px;
  }
}

@media (max-width: 1024px) {
  .secTitle {
    font-size: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .secTitle span {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 2rem;
  color: #000718;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

@media (max-width: 767px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  color: #141b26;
  font-weight: bold;
  margin-bottom: 8px;
}

/* =========================================================
kv
========================================================= */
.kv {
  position: relative;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  z-index: 1;
  background: url(../img/kyoto_shuttlebus/kv.jpg) no-repeat center/cover;
}

@media (max-width: 1024px) {
  .kv {
    overflow: visible;
    z-index: 1;
    background: url(../img/kyoto_shuttlebus/kv_sp.jpg) no-repeat center/cover;
  }
}

.kv .textBlock {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 750px;
  margin: auto;
  text-align: center;
  color: #fff;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .kv .textBlock {
    max-width: 90%;
  }
}

.kv h1 {
  text-shadow: 0 0 20px #000, 0 0 20px #000, 0 0 20px #000;
  letter-spacing: 1.5px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}

.kv h1 span:nth-of-type(2) {
  font-size: 2rem;
}

.kv h1 .enExc {
  font-size: 5.1rem;
  display: block;
  letter-spacing: 4.5px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

@media (max-width: 1024px) {
  .kv h1 {
    text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
  }

  .kv h1 span:nth-of-type(2) {
    font-size: 1.2rem;
  }

  .kv h1 .enExc {
    font-size: 2.6rem;
    display: block;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.kv .textBlock .btn {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .kv .textBlock .btn {
    margin-top: 0;
    width: 100%;
    max-width: 400px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .kv .textBlock .btn a {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .kv .textBlock {
    width: 100%;
    padding: 40px 0 0;
    align-items: center;
  }
}

.kv .textBlock img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .kv .textBlock img {
    max-width: 230px;
  }
}

@keyframes sliderimg {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.3);
  }
}

.fade {
  opacity: 0;
}

.on {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-timing-function: liner;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pageTitleArea .pageTitle .en {
  text-transform: uppercase;
}

.pageTitleArea:has(.en) {
  padding-bottom: 80px;
}

/* =========================================================
concept
========================================================= */
.concept .photoSlideWrap .photoSlide {
  width: 1455px;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .concept .photoSlideWrap .photoSlide {
    width: 100%;
  }
}

.concept .photoSlideWrap .photoSlide .slick-list {
  overflow: visible;
}

/* =========================================================
bus
========================================================= */
.bus {
  background-color: #fff;
}

.bus .inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .bus .inner {
    flex-direction: column;
  }
}

.bus .inner02 {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 65px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .bus .inner02 {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}

.bus .inner:first-of-type {
  padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .bus .inner:first-of-type {
    border-bottom: 1px dotted #BFBFBF;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
}

.bus .inner .imgBlock {
  width: 45.5%;
}

@media screen and (max-width: 1024px) {
  .bus .inner .imgBlock {
    width: 100%;
  }
}

.bus .inner .imgBlock .inner {
  border: none;
  margin-top: 5px;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .bus .inner .imgBlock .inner {
    max-width: 546px;
    flex-direction: row;
  }

  .bus .inner .imgBlock .inner img {
    width: 49.5%;
  }
}

.bus .inner .imgBlock h4 {
  margin-top: 15px;
}

.bus .inner .imgBlock h4:first-of-type {
  margin-top: 0;
}

.bus .inner .imgBlock .routeImage {
  position: relative;
}

.bus .inner .imgBlock .routeImage .zoomBtn {
  position: absolute;
  right: 0;
  top: -25px;
}

.bus .inner .imgBlock .routeImage .zoomBtn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #a28137;
  width: 50px;
  height: 50px;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 9px;
  flex-direction: column;
}

.bus .inner .imgBlock .routeImage .zoomBtn a span {
  padding-top: 5px;
  line-height: 1;
}

.bus .inner .imgBlock .routeText {
  display: flex;
  align-items: center;
  padding: 5px 0 0;
}

.bus .inner .imgBlock .routeText::before {
  border-top: 6px solid #dc2953;
  content: "";
  width: 28px;
  margin-right: 5px;
}

.routeTextOuter {
  display: flex;
  gap: 0 10px;
  margin-top: 5px;
  flex-wrap: wrap;
}

.routeTextOuter .routeText {
  padding-top: 0 !important;
}

.routeTextOuter .routeText.routeText01::before {
  border-top: 6px solid #ff0000 !important;
}

.routeTextOuter .routeText.routeText02::before {
  border-top: 6px solid #2900e2 !important;
}

.bus .inner .textBlock {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .bus .inner .textBlock {
    width: 100%;
    margin-top: 10px;
  }
}

.bus .inner .textBlock p+h4 {
  margin-top: 20px;
}

.bus .inner .textBlock h4 {
  margin-bottom: 10px;
}

.bus .inner .textBlock a {
  margin: 10px 0 15px;
  display: block;
}

.bus .schedule01 {
  display: flex;
  justify-content: space-between;
}

.bus .schedule01 div {
  width: 49%;
}

.bus .schedule01 .table02 td span.red {
  color: #EB3223;
}

.bus .scheduleNote {
  margin-top: 20px;
}

.bus .scheduleNote .red {
  color: #EB3223;
}

@media screen and (max-width: 1024px) {
  .bus .schedule01 {
    display: block;
  }

  .bus .schedule01 div {
    width: 100%;
  }

  .bus .inner02 .notice {
    margin-top: 15px;
  }
}

.schedule01 .table02 {
  margin-top: 15px;
}

.bus .notice p {
  padding-left: 1em;
  text-indent: -1em;
}

.bus .notice p span.red {
  color: #eb3223;
}

.bus .dotLine {
  border-bottom: 1px dashed #bfbfbf;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .bus .dotLine {
    margin-bottom: 20px;
  }
}

.bus .notice p.dotLine {
  border: none;
}

@media screen and (max-width: 1024px) {
  .bus .dotLine {
    border-bottom: 1px dashed #bfbfbf;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}

.bus .gold {
  background: rgba(163, 133, 75, 0.1);
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  color: #A9884A;
  text-align: center;
  margin: 10px 0 20px;
  line-height: 40px;
}

@media screen and (max-width: 1024px) {
  .bus .gold {
    line-height: 33px;
    padding: 0 !important;
  }
}

.bus .table02 {
  width: 100%;
  text-align: center;
}

.bus .table02:first-of-type+p {
  margin-bottom: 30px;
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  .bus .table02 thead tr.sp {
    display: contents;
  }

  .bus .table02 {
    margin-bottom: 20px;
  }
}

.bus .table02 tbody td {
  overflow: hidden;
  padding: 0;
}

.bus .table02 tbody td table {
  border: none;
  width: 100%;
}

.bus .table02 tbody td table:first-child td:first-child {
  border-left: none;
}

.bus .table02 tbody td table td {
  border-right: none;
  border-top: none;
  padding: 15px 0;
  width: 24.9975%;
}

.bus .table02:first-of-type tbody td table td {
  width: 15.33%;
}

@media screen and (max-width: 1024px) {
  .bus .table02 tbody td table td {
    width: 49.995%;
  }
}

@media (max-width: 1024px) {
  .bus .table02 tbody td table td {
    padding: 12px 0;
  }

  .bus .table02 tbody td table td:first-child {
    border-left: none;
  }
}

.bus .table02+p {
  font-feature-settings: "palt";
}

.bus .table02 th,
.bus .table02 td {
  border: 1px solid #bfbfbf;
}

.bus .table02 th {
  background: rgba(157, 129, 67, 0.2);
  line-height: 1.2;
  padding: 15px 10px;
}

.bus .table02 th .gold {
  background: none;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .bus .table02 th:first-of-type {
    line-height: inherit;
    padding: 10px 0;
  }
}

@media (min-width: 990px) {

  .bus .table02+table th,
  .bus .table02+table td {
    border-left: none;
  }
}

.bus .table02 thead th {
  font-weight: bold;
  background: #ab8d4b;
  color: #fff;
  font-weight: 500;
  line-height: initial;
  padding: 16px 5px 13px;
}

.bus .table02 thead th .gold {
  color: #fff;
  background: none;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .bus .table02 tbody tr.sp {
    display: table-row;
  }
}

.bus .table02 tbody tr td table tr:last-of-type td {
  border-bottom: none;
}

.bus .table03 {
  margin-bottom: 75px;
}

.bus .table03+.imgBlock {
  border-bottom: 1px dotted #BFBFBF;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .bus .table03 {
    margin-bottom: 20px;
  }
}

.bus .table04 {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .bus .table04 {
    margin: 20px 0;
  }
}

.bus .table05Title {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .bus .table05Title {
    margin-bottom: 10px;
  }
}

.bus .table05 {
  margin-top: 30px;
  margin-bottom: 30px;

}

@media (max-width: 767px) {
  .bus .table05 {
    margin-top: 15px;
  }
}

.bus .table05 .pc tr {
  height: 62px;
}

.bus .table05 .pc tr th {
  background: #fff;
  width: 7%;
}

.bus .table05 .pc tr td {
  width: 15.5%;
}

.bus .table05 .pc tr th,
.bus .table05 .pc tr td {
  vertical-align: middle;
  padding: 0 15px;
  word-break: keep-all;
  line-height: 1.6;
}

.bus .table05 .pc tr:first-of-type,
.bus .table05 .pc tr:nth-of-type(3) {
  height: 77px;
}

.bus .table05 .pc tr:first-of-type th,
.bus .table05 .pc tr:first-of-type td,
.bus .table05 .pc tr:nth-of-type(3) th,
.bus .table05 .pc tr:nth-of-type(3) td {
  background: #ebe6d9;
}

.bus .table05 .sp td {
  height: 50px;
  vertical-align: middle;
}

.bus .note {
  border: 2px solid #a28137;
  padding: 30px 40px;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .bus .note {
    margin-top: 30px;
    padding: 25px 20px;
  }
}

.bus .note .notice p {
  padding-left: 1em;
  text-indent: -1em;
}

.bus .stopHotels {
  display: flex;
  border: 1px solid #bfbfbf;
  padding: 30px;
  gap: 20px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .bus .stopHotels {
    flex-direction: column;
    margin-bottom: 30px;
    padding: 25px 20px;
  }
}

.bus .stopHotels h4 {
  background-color: #ab8d4b;
  color: #fff;
  text-align: center;
  width: 16.6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: normal;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .bus .stopHotels h4 {
    width: 100%;
    padding: 9.5px;
  }
}

.bus .stopHotels ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  width: 82%;
}

@media (max-width: 767px) {
  .bus .stopHotels ul {
    width: 100%;
  }
}

.bus .experience {
  background-color: #f6f3ed;
  padding: 45px;
  margin: 0 auto;
  width: 96%;
  max-width: 1200px;
}

@media (max-width: 1024px) {
  .bus .experience {
    width: 100%;
    padding: 30px 3%;
  }
}

@media (max-width: 767px) {
  .bus .experience {
    padding: 30px 5%;
  }
}

.bus .experience .experienceInner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .bus .experience .experienceInner {
    flex-direction: column;
  }
}

.bus .experience .text {
  width: 56.8%;
}

@media (max-width: 1024px) {
  .bus .experience .text {
    width: 100%;
  }
}

.bus .experience .text .title {
  color: #122234;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .bus .experience .text .title {
    margin-bottom: 15px;
  }
}

.bus .experience .text .title p {
  font-size: 1.7rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  letter-spacing: 0.8px;
}

@media (max-width: 767px) {
  .bus .experience .text .title p {
    font-size: 1.3rem;
  }
}

.bus .experience .text .title h3 {
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  .bus .experience .text .title h3 {
    font-size: 1.6rem;
  }
}

.bus .experience .text .image {
  position: relative;
  margin-bottom: 20px;
}

.bus .experience .text .image .gold {
  position: absolute;
  top: 0;
  background-color: #ab8d4b;
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-weight: 500;
  padding: 6.5px 10px;
}

@media (max-width: 767px) {
  .bus .experience .text .image .gold {
    font-size: 1.3rem;
    line-height: initial;
    padding: 8.5px 10px !important;
  }
}

@media (max-width: 767px) {
  .bus .experience .text .image img {
    margin-top: 10px;
  }
}

.bus .experience .text .image .point {
  position: absolute;
  bottom: 17px;
  right: 18px;
  background-color: #fff;
  border: 1px solid #a28137;
  font-weight: bold;
  text-align: center;
  padding: 12.5px 30px;
  line-height: 1.5;
  color: #ab8d4b;
}

@media (max-width: 767px) {
  .bus .experience .text .image .point {
    padding: 9px 22px;
    bottom: 6px;
    right: 6px;
  }
}

.bus .experience .text ul.detail {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  width: 97%;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .bus .experience .text ul.detail {
    width: 100%;
    margin-bottom: 30px;
  }
}

.bus .experience .text ul.detail li {
  padding-left: 1.4em;
  text-indent: -0.7em;
}

@media (max-width: 767px) {
  .bus .experience .text ul.detail li {
    width: 100%;
  }
}

.bus .experience .text ul.detail li::before {
  content: "●";
  display: inline-block;
  color: #AB8D4B;
  margin-right: 5px;
}

.bus .experience .text ul.detail li.w100 {
  width: 100%;
}

.bus .experience .schedule {
  width: 40.5%;
}

@media (max-width: 1024px) {
  .bus .experience .schedule {
    width: 100%;
  }
}

.bus .experience .schedule .scheduleInner {
  background-color: #fff;
  padding: 45px;
}

@media (max-width: 1024px) {
  .bus .experience .schedule .scheduleInner {
    padding: 35px 20px;
  }
}

.bus .experience .schedule .scheduleInner h3 {
  background-color: #ebe6d9;
  color: #ab8d4b;
  font-size: 1.5rem;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  padding: 17.5px 10px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .bus .experience .schedule .scheduleInner h3 {
    font-size: 1.3rem;
    padding: 13.5px 10px;
  }
}

.bus .experience .schedule .scheduleInner h4 {
  margin-bottom: 0;
  margin-top: 10px;
}

.bus .experience .schedule .scheduleInner .time {
  display: flex;
}

.bus .experience .schedule .scheduleInner .time span {
  min-width: 50px;
}

.information {
  background-color: #c0272d;
  color: #fff;
  font-size: 1.4rem;
  padding: 11px 10px;
  width: 100% !important;
  margin-top: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.experience .information {
  margin-top: 20px;
}

.bus .table04:has(+ .information) {
  margin-bottom: 0;
}

.bus .table05:has(+ .information) {
  margin-bottom: 25px;
}

.bus .table04+.information,
.bus .table05+.information {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .information {
    padding: 10px 3%;
    text-align: left;
    font-size: 1.2rem;
    margin-top: 8px;
  }

  .table02:has(+ .information) {
    margin-bottom: 0;
  }

  .bus .table05:has(+ .information) {
    margin-bottom: 0;
  }

  .experience .information {
    margin-top: 15px;
  }
}


/* =========================================================
kinkakuji
========================================================= */
.kinkakuji .inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .kinkakuji .inner {
    margin-bottom: 20px;
    flex-direction: column;
  }
}

.kinkakuji .inner .imgBlock {
  width: 45.5%;
}

@media screen and (max-width: 1024px) {
  .kinkakuji .inner .imgBlock {
    width: 100%;
  }
}

.kinkakuji .inner .textBlock {
  /* width: 50%; */
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .kinkakuji .inner .textBlock {
    width: 100%;
  }
}

.kinkakuji .inner .textBlock h3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .kinkakuji .inner .textBlock h3 {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

.kinkakuji .inner .textBlock h4 {
  border-top: 1px solid #b5b5b5;
  padding-top: 15px;
  margin-top: 20px;
}

.kinkakuji .inner .textBlock .info {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .kinkakuji .inner .textBlock .info {
    flex-direction: column;
  }
}

.kinkakuji .inner .textBlock .info p:first-of-type {
  margin-right: 30px;
}

@media screen and (max-width: 1024px) {
  .kinkakuji .inner .textBlock .info p:first-of-type {
    margin-right: 0;
  }
}

.kinkakuji ul.pointList {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .kinkakuji ul.pointList {
    flex-direction: column;
  }
}

.kinkakuji ul.pointList li {
  width: 33.33%;
  margin-right: 2.5%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .kinkakuji ul.pointList li {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }

  .kinkakuji ul.pointList li:first-of-type {
    margin-top: 0;
  }
}

.kinkakuji ul.pointList li:last-of-type {
  margin-right: 0;
}

.kinkakuji ul.pointList li .point {
  font-size: 1.7rem;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  color: #041423;
  margin-bottom: 7px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .kinkakuji ul.pointList li .point {
    font-size: 1.4rem;
  }
}

.kinkakuji ul.pointList li h3.secTitle02 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 8px;
}

#kinkakuji.kinkakuji ul.pointList li h3.secTitle02 {
  margin-top: 0;
}

.kinkakuji ul.pointList li img {
  aspect-ratio: 380/256;
}

.kinkakuji ul.pointList li .text {
  text-align: left;
}

/* =========================================================
arashiyama
========================================================= */
.arashiyama .wrapper {
  border-top: 1px dotted #BFBFBF;
}

@media screen and (max-width: 1024px) {
  .arashiyama .wrapper {
    border-top: none;
  }
}

/* #arashiyama .secTitle01 {
  margin-bottom: 0;
}

#arashiyama .red {
  color: red;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  #arashiyama .red {
    margin-bottom: 20px;
  }
} */


/* =========================================================
hotel
========================================================= */
.hotel {
  background: rgba(240, 239, 234, 0.5);
}

/* =========================================================
FAQ
========================================================= */
@media (max-width: 1024px) {
  .faqList {
    margin-bottom: 20px;
  }
}

.faqList dt,
.faqList dd {
  position: relative;
  border: 1px solid #bfbfbf;
  padding: 25px 90px;
  line-height: 1.6;
  font-feature-settings: "palt";
}

@media (max-width: 1024px) {

  .faqList dt,
  .faqList dd {
    padding: 16px 45px;
  }
}

.faqList dt .icon,
.faqList dd .icon {
  position: absolute;
  top: 10px;
  left: 30px;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 3rem;
}

@media (max-width: 1024px) {

  .faqList dt .icon,
  .faqList dd .icon {
    top: 7px;
    left: 18px;
    font-size: 2rem;
  }
}

.faqList dt .icon::after,
.faqList dd .icon::after {
  content: ".";
}

.faqList dt {
  margin-top: 30px;
  font-weight: bold;
  color: #121b27;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .faqList dt {
    margin-top: 15px;
  }
}

.faqList dt .icon {
  color: #a28137;
}

.faqList dt::before,
.faqList dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  background: #a28137;
  width: 20px;
  height: 2px;
  margin: auto;
}

@media (max-width: 1024px) {

  .faqList dt::before,
  .faqList dt::after {
    right: 17px;
  }
}

.faqList dt::after {
  top: 0;
  bottom: 0;
  right: 39px;
  width: 2px;
  height: 20px;
}

@media (max-width: 1024px) {
  .faqList dt::after {
    right: 26px;
  }
}

.faqList dt.active::after {
  opacity: 0;
}

.faqList dd {
  display: none;
  border-top: none;
  background: #e8e9eb;
  padding-right: 50px;
}

@media (max-width: 1024px) {
  .faqList dd {
    padding-right: 25px;
  }
}

.faqList dd .icon {
  color: #121b27;
}

.faqList .note {
  font-size: 1.5rem;
}

@media (max-width: 1024px) {
  .faqList .note {
    font-size: 1.2rem;
  }
}

.faqList .btnS {
  margin-top: 5px;
}

/* =========================================================
fixNavArea
========================================================= */
.fixNavArea {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  right: 320px;
  z-index: 10;
  color: #fff;
}

@media (max-width: 1024px) {
  .fixNavArea {
    opacity: 1;
    visibility: visible;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: #a28137;
    width: 100%;
    color: #fff;
  }
}

.fixNavAreaList {
  display: flex;
  align-items: center;
  border: none;
  height: 100px;
  margin: 0;
  padding: 0;
  color: inherit;
}

@media (max-width: 1024px) {
  .fixNavAreaList {
    height: 50px;
  }
}

.fixNavAreaList li {
  position: relative;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.8rem;
}

@media (max-width: 1024px) {
  .fixNavAreaList li {
    border-left: none;
    width: 30%;
    font-size: 1rem;
  }

  .fixNavAreaList li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    height: 31px;
    width: 1px;
    margin: auto;
  }
}

.fixNavAreaList li:first-child {
  border-left: none;
}

.fixNavAreaList li:first-child::before {
  content: none;
}

.fixNavAreaList li a {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  color: #121b27;
}

@media (max-width: 1024px) {
  .fixNavAreaList li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50px;
    line-height: 1.5;
    padding: 0;
    color: #fff;
  }
}

.fixNavAreaList li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -31px;
  left: 0;
  background: #a28137;
  width: 100%;
  height: 6px;
  opacity: 0;
  transition: all 0.3s;
}

.fixNavAreaList li:hover a,
.fixNavAreaList li.current a {
  color: #121b27;
}

.fixNavAreaList li:hover::after,
.fixNavAreaList li.current::after {
  opacity: 1;
}

.globalHeader.is_animation+.globalNav+.contents .fixNavArea,
.globalHeader.is_animation+.hotel_searchBtn+.globalNav+.pageTopHeader+.hotelSearch+.contents .fixNavArea {
  opacity: 1;
  visibility: visible;
}

.globalHeader.is_animation .globalNav_pc {
  display: none !important;
}

/* =========================================================
colorbox
========================================================= */
#cboxLoadedContent {
  border: none !important;
}

#colorbox,
#cboxWrapper {
  overflow: visible !important;
}

#cboxClose {
  top: -40px !important;
  right: -10px !important;
  background: none !important;
  width: 40px !important;
  height: 40px !important;
}

#cboxClose::before,
#cboxClose::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 30px;
  height: 3px;
  margin: auto;
  transform: rotate(-45deg);
}

@media (max-width: 1024px) {

  #cboxClose::before,
  #cboxClose::after {
    width: 20px;
    height: 2px;
  }
}

#cboxClose::after {
  transform: rotate(45deg);
}

.cboxPhoto {
  width: 600px !important;
  height: auto !important;
}

/* =========================================================
多言語
========================================================= */
body.lang_en .kv h1 span:nth-of-type(2) {
  font-size: 5.1rem;
}

@media (max-width: 1024px) {
  body.lang_en .kv h1 span:nth-of-type(2) {
    font-size: 2.6rem;
  }
}

@media (max-width: 1024px) {
  body.lang_en .kv .textBlock .btn {
    max-width: 475px;
  }
}

body.lang_en .kv .textBlock .btn a {
  width: 475px;
}

@media (max-width: 767px) {
  body.lang_en .kv .textBlock .btn a {
    width: 100%;
    font-size: 1rem;
  }
}

body.lang_en .bus .inner .textBlock a {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  body.lang_en .hotelList>li .btnList .btn a {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  body.lang_en .hotelList>li .btnList .btn a .mark {
    right: 6px;
  }
}

.hotelList+.btn a+a {
  margin-top: 10px;
}

body.lang_fr .kv h1 span:first-of-type,
body.lang_de .kv h1 span:first-of-type,
body.lang_es .kv h1 span:first-of-type,
body.lang_vi .kv h1 span:first-of-type,
body.lang_it .kv h1 span:first-of-type {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}

body.lang_fr .kv h1 span:nth-of-type(2),
body.lang_de .kv h1 span:nth-of-type(2),
body.lang_es .kv h1 span:nth-of-type(2),
body.lang_it .kv h1 span:nth-of-type(2) {
  display: none;
}



/* 6/1追加 */
p.name {
  color: #142335;
}

p.name span {
  display: block;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-weight: 600;
  font-size: 4.0rem;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  p.name span {
    font-size: 2.3rem;
  }
}

p.name span.enExc {
  margin: 10px 0 50px;
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  p.name span.enExc {
    margin: 10px 0 30px;
    font-size: 1.4rem;
  }
}



.kinkakujiroot {
  margin: 80px 0 40px;
  border-bottom: 1px dotted #BFBFBF;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .kinkakujiroot {
    margin: 40px 0 20px;
    padding-bottom: 30px;
  }
}

.imgLocation {
  margin-top: 20px;
}

.imgLocation .imgBoarding .inner {
  gap: 20px;
}


.notice {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .notice {
    margin-bottom: 0;
  }
}

.btn span.caution {
  text-align: center;
  display: block;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .btn span.caution {
    text-align: left;
  }
}

/*# sourceMappingURL=kyoto_shuttlebus.css.map */