@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a img {
  border-width: 0px;
  border-style: none;
  border-color: #fff;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* box-size */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;
  /* 文字色を親から継承 */
  color: inherit;
}

html {
  height: -webkit-fill-available;
}

.footer {
  background-color: #fff !important;
}
.footer .s-paegtop {
  bottom: 50px;
  z-index: 1000;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}

body:has(#nav-sec.hidden) .footer .s-paegtop {
  bottom: 8px;
}

body {
  line-height: 1.5;
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  min-height: -webkit-fill-available;
  background-color: var(--col-black);
  --col-black: #151412;
  --col-arashi-green: #225907;
  --col-arashi-green-light: #386f1d;
  --col-arashi-green-deep: #183d05;
  --col-yellow: #cdad26;
  --col-white-transp20: rgba(255, 255, 255, 0.2);
  --col-white-transp25: rgba(255, 255, 255, 0.25);
  --col-white-transp80: rgba(255, 255, 255, 0.8);
  --col-white-transp40: rgba(255, 255, 255, 0.4);
  --col-nishi-purple: #45307b;
  --col-nishi-purple-light: #5c4693;
  --col-nishi-purple-deep: #332063;
  --col-ooto-base: #553079;
  --col-ooto-base-transp80: #553079cc;
  --col-ooto-deep: #411769;
  --col-yoshi-base: #653078;
  --col-yoshi-base-transp80: #653078cc;
  --col-yoshi-light: #7d4392;
  --col-yoshi-deep: #521c65;
  --col-yana-base: #7b3075;
  --col-yana-base-transp80: #7b3075cc;
  --col-yana-light: #8f4289;
  --col-yana-deep: #601a5a;
}

header,
.section,
.remodal {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  line-height: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.012em;
}
header *,
.section *,
.remodal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header img,
.section img,
.remodal img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 1;
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
}

.section .gothic {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.section .mincho {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
.section .reglar {
  font-weight: normal;
}
.section .bold {
  font-weight: bold;
}

.section a:hover {
  text-decoration: none;
}

.section .pc-block {
  display: none;
}
.section .sp350-block {
  display: none;
}
.section .sp-block {
  display: block;
}

.section {
  position: relative;
  padding: 0 20px;
}
.section .content_wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

/*共通ロゴ*/
header {
  background-color: transparent;
}
header.l-header-wrap {
  z-index: 100;
  position: absolute;
  width: 100%;
}
header.l-header-wrap div {
  margin: 8px 12px 8px;
  text-align: left;
  width: calc(100% - 24px);
  line-height: 1;
}
header.l-header-wrap div img {
  height: auto;
  vertical-align: bottom;
  margin-left: 0;
  width: 48px;
}

/*下部バナーエリア*/
#banner {
  position: relative;
  z-index: 2;
}
#banner div.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
  padding: 50px 40px 80px;
}
#banner div.wrap a {
  width: 100%;
  background: #000;
}
#banner div.wrap a img {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
#banner div.wrap a:hover {
  opacity: 1;
}
#banner div.wrap a:hover img {
  opacity: 0.7;
}

/*／下部バナーエリア*/
/*MV*/
#mainvisual {
  padding: 0;
}
#mainvisual .content_wrap {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  position: relative;
}
#mainvisual .content_wrap .img_wrap {
  position: relative;
  display: grid;
}
#mainvisual .content_wrap .img_wrap .logo_img {
  position: absolute;
  z-index: 2;
}
#mainvisual .content_wrap .img_wrap .main_img {
  grid-area: 1/1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#mainvisual .content_wrap .img_wrap .anchor_link {
  display: none;
}
#mainvisual .content_wrap .arashiyama_wrap {
  grid-column: 1/2;
  grid-row: 1/2;
}
#mainvisual .content_wrap .arashiyama_wrap .logo_img {
  top: 16px;
  right: 17px;
  width: 8.8%;
}
#mainvisual .content_wrap .nishiyama_wrap {
  grid-column: 1/2;
  grid-row: 2/3;
}
#mainvisual .content_wrap .nishiyama_wrap .logo_img {
  bottom: 7px;
  left: 12px;
  width: 52.5333333333%;
}
#mainvisual .content_wrap figcaption.caption {
  display: none;
}
#mainvisual .content_wrap h2 {
  grid-column: 1/2;
  grid-row: 1/3;
  position: relative;
  margin: auto;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-filter: drop-shadow(7px 7px 0px var(--col-black));
          filter: drop-shadow(7px 7px 0px var(--col-black));
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#mainvisual .content_wrap h2 .wrapper {
  display: block;
  padding: 15px 9px 16.5px;
  background: #fff;
}
#mainvisual .content_wrap h2 .wrapper .gradation_bg {
  display: block;
  width: 8.2666666667vw;
  height: auto;
  aspect-ratio: 31/138;
  font-size: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--col-arashi-green)), to(var(--col-nishi-purple)));
  background: linear-gradient(to bottom, var(--col-arashi-green), var(--col-nishi-purple));
  -webkit-mask-image: url(../_img/mv_title01.svg);
          mask-image: url(../_img/mv_title01.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
#mainvisual .content_wrap h2 .wrapper:last-child {
  padding: 16px 9px 14.5px;
  margin-top: 26.4vw;
}
#mainvisual .content_wrap h2 .wrapper:last-child .gradation_bg {
  aspect-ratio: 31/141;
  -webkit-mask-image: url(../_img/mv_title02.svg);
          mask-image: url(../_img/mv_title02.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
#mainvisual .content_wrap > .caption_sp {
  position: absolute;
  bottom: -18px;
  right: 8px;
  font-size: 10px;
  line-height: 1;
  color: var(--col-white-transp80);
  z-index: 10;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide_title {
  0% {
    -webkit-transform: translateY(calc(var(--slide) * 1px));
            transform: translateY(calc(var(--slide) * 1px));
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide_title {
  0% {
    -webkit-transform: translateY(calc(var(--slide) * 1px));
            transform: translateY(calc(var(--slide) * 1px));
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#mainvisual .content_wrap .title_wrap .wrapper {
  --slide: 80;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadein, slide_title;
          animation-name: fadein, slide_title;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#mainvisual .content_wrap .title_wrap .wrapper:last-child {
  --slide: 80;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

/*／MV*/
/*TOP*/
#top {
  position: relative;
}
#top::after {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 750/1806;
  height: auto;
  background: url(../_img/bg_top-sp@2x.jpg) top center no-repeat;
  background-size: contain;
  z-index: -1;
}
#top .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 90px auto;
}
#top .content_wrap .lead {
  font-size: 15px;
  line-height: 2.13;
}
#top .content_wrap .lead .big {
  font-size: 18px;
}
#top .content_wrap .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
#top .content_wrap .stars img {
  width: 18px;
}
#top .content_wrap .sustainable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
#top .content_wrap .sustainable .title {
  width: 59.7014925373%;
}
#top .content_wrap .sustainable .sustainable_inner {
  width: 100%;
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
#top .content_wrap .sustainable .sustainable_inner::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--col-border-transp);
}
#top .content_wrap .sustainable .sustainable_inner > p {
  font-size: 15px;
  line-height: 1.8666666667;
  color: var(--col-white-transp80);
}
#top .content_wrap .sustainable .sustainable_inner > a {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 30px 2px 6px;
  color: var(--col-white-transp80);
  font-size: 15px;
  line-height: 1.8;
  text-decoration: underline;
  margin: -2px -6px;
  -webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
  transition: background 0.2s ease-in, color 0.2s ease-in;
}
#top .content_wrap .sustainable .sustainable_inner > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 6px;
  display: block;
  width: 20px;
  height: 20px;
  background: var(--col-white-transp80);
  -webkit-mask-image: url(../_img/icon_question.svg);
          mask-image: url(../_img/icon_question.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#top .content_wrap .sustainable .sustainable_inner > a:hover {
  background: var(--col-yellow);
  color: #fff;
}
#top .content_wrap .sustainable .sustainable_inner > a:hover::after {
  background: #fff;
}

/*／TOP*/
/*nav_area*/
.nav_area {
  position: relative;
}

/*／nav_area*/
/*固定ナビ*/
#nav-sec {
  position: fixed;
  padding: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: bottom 0.3s ease-out;
  transition: bottom 0.3s ease-out;
}
#nav-sec.hidden {
  bottom: -60px;
}
#nav-sec nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#nav-sec nav ul li {
  width: 50%;
}
#nav-sec nav ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 12px;
  background: var(--col-arashi-green);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
  transition: background 0.2s ease-in, color 0.2s ease-in;
}
#nav-sec nav ul li a .icon {
  width: 20px;
}
#nav-sec nav ul li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
  display: block;
  width: 16px;
  height: 8px;
  background: #fff;
  -webkit-mask-image: url(../_img/icon_arrow_bottom.svg);
          mask-image: url(../_img/icon_arrow_bottom.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#nav-sec nav ul li a:hover {
  opacity: 1;
  color: var(--col-arashi-green);
  background: #fff;
}
#nav-sec nav ul li a:hover::after {
  background: var(--col-arashi-green);
}
#nav-sec nav ul li:nth-child(2) a {
  background: var(--col-nishi-purple);
}
#nav-sec nav ul li:nth-child(2) a .icon {
  width: 13px;
}
#nav-sec nav ul li:nth-child(2) a:hover {
  color: var(--col-nishi-purple);
  background: #fff;
}
#nav-sec nav ul li:nth-child(2) a:hover::after {
  background: var(--col-nishi-purple);
}
#nav-sec nav ul li:last-child {
  display: none;
}

/*／固定ナビ*/
/* 嵐山月灯路 京都西山竹あかり 共用 */
.area_common .content_wrap {
  --col-bg-table: var(--col-arashi-green-light);
  --col-dot-color: #5c9241;
}
.area_common .content_wrap .text_shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4), -1px 1px 3px rgba(0, 0, 0, 0.4), -1px -1px 3px rgba(0, 0, 0, 0.4), 1px -1px 3px rgba(0, 0, 0, 0.4);
}
.area_common .content_wrap a.btn {
  --col-key-color: var(--col-arashi-green);
  width: 100%;
  height: 60px;
  border: solid 1px #fff;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5555555556;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
  transition: background 0.2s ease-in, color 0.2s ease-in;
}
.area_common .content_wrap a.btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  left: 16px;
  width: 32px;
  height: 32px;
  background: transparent;
  -webkit-mask-image: url(../_img/icon_btn_star.svg);
          mask-image: url(../_img/icon_btn_star.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.area_common .content_wrap a.btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 16px;
  width: 8px;
  height: 16px;
  background: #fff;
  -webkit-mask-image: url(../_img/icon_arrow_right.svg);
          mask-image: url(../_img/icon_arrow_right.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.area_common .content_wrap a.btn:hover {
  background: var(--col-yellow);
}
.area_common .content_wrap a.btn:hover::before {
  background: #fff;
}
.area_common .content_wrap a.btn.ex {
  background: #fff;
  color: var(--col-key-color);
}
.area_common .content_wrap a.btn.ex::after {
  background: var(--col-key-color);
}
.area_common .content_wrap a.btn.ex:hover {
  color: #fff;
  background: var(--col-yellow);
}
.area_common .content_wrap a.btn.ex:hover::before {
  background: #fff;
}
.area_common .content_wrap a.btn.ex:hover::after {
  background: #fff;
}
.area_common .content_wrap a.btn.official::before {
  display: none;
}
.area_common .content_wrap a.btn.g_map::before {
  background: #fff;
  -webkit-mask-image: url(../_img/icon_map_pin.svg);
          mask-image: url(../_img/icon_map_pin.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
.area_common .content_wrap a.btn.comingsoon {
  pointer-events: none;
  color: var(--col-key-color);
  background: #fff;
  opacity: 0.5;
}
.area_common .content_wrap a.btn.comingsoon::after {
  background: var(--col-key-color);
}
.area_common .content_wrap .inner_wrap {
  padding: 40px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.area_common .content_wrap .inner_wrap .top_lead {
  font-size: 15px;
  line-height: 2;
  text-align: left;
}
.area_common .content_wrap .table {
  margin: -2px;
  width: calc(100% + 4px);
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: normal;
}
.area_common .content_wrap .table tr {
  width: 100%;
}
.area_common .content_wrap .table th,
.area_common .content_wrap .table td {
  background: var(--col-bg-table);
  vertical-align: middle;
  padding: 8px;
}
.area_common .content_wrap .table th {
  white-space: nowrap;
  width: 91px;
}
.area_common .content_wrap .table td {
  text-align: left;
}
.area_common .content_wrap .table th.stars_wrap {
  padding: 16px;
}
.area_common .content_wrap .table th.stars_wrap .stars {
  font-size: 18px;
  line-height: 1.5555555556;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 1em;
  margin: auto;
  position: relative;
  padding-left: 1em;
}
.area_common .content_wrap .table th.stars_wrap .stars::before, .area_common .content_wrap .table th.stars_wrap .stars::after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: calc(-40px + 1em);
  display: block;
  width: 24px;
  height: 24px;
  background: var(--col-yellow);
  -webkit-mask-image: url(../_img/icon_star.svg);
          mask-image: url(../_img/icon_star.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
.area_common .content_wrap .table th.stars_wrap .stars::after {
  left: auto;
  right: calc(-40px + 1em);
}
.area_common .content_wrap .spot {
  --col-bg-spot: var(--col-arashi-green-deep);
  background-color: var(--col-bg-spot);
  padding: 24px 16px;
  display: grid;
  gap: 16px;
}
.area_common .content_wrap .spot .spot_title {
  font-size: 20px;
  line-height: 1.4;
}
.area_common .content_wrap .spot .spot_img {
  display: grid;
  gap: 8px;
}
.area_common .content_wrap .spot .spot_img picture {
  display: block;
  overflow: hidden;
  background: #000;
}
.area_common .content_wrap .spot .spot_img figcaption {
  font-size: 12px;
  line-height: normal;
  text-align: left;
}
.area_common .content_wrap .spot .spot_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.area_common .content_wrap .spot .spot_inner .spot_lead {
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: normal;
  text-align: left;
}
.area_common .content_wrap .spot .spot_inner .spot_price {
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: normal;
  text-align: left;
}
.area_common .content_wrap .spot .spot_inner .spot_price .kome {
  display: block;
  font-size: 12px;
}
.area_common .content_wrap .guide_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.area_common .content_wrap .guide_wrap .title {
  position: relative;
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area_common .content_wrap .guide_wrap .title::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: var(--col-yellow);
  -webkit-mask-image: url(../_img/icon_star.svg);
          mask-image: url(../_img/icon_star.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
.area_common .content_wrap .guide_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.area_common .content_wrap .guide_wrap ul li {
  position: relative;
}
.area_common .content_wrap .guide_wrap ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, var(--col-dot-color) 0px, var(--col-dot-color) 4px, transparent 4px, transparent 8px) left top repeat;
  background-size: 8px 1px;
}
.area_common .content_wrap .guide_wrap ul li a {
  text-align: left;
  display: block;
  width: 100%;
  color: #fff;
  padding: 12px 16px 12px 0;
  position: relative;
}
.area_common .content_wrap .guide_wrap ul li a:hover {
  text-decoration: underline;
}
.area_common .content_wrap .guide_wrap ul li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  display: block;
  width: 8px;
  height: 16px;
  background: #fff;
  -webkit-mask-image: url(../_img/icon_arrow_right.svg);
          mask-image: url(../_img/icon_arrow_right.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.area_common .content_wrap .guide_wrap ul li:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, var(--col-dot-color) 0px, var(--col-dot-color) 4px, transparent 4px, transparent 8px) left top repeat;
  background-size: 8px 1px;
}

/* 嵐山月灯路 京都西山竹あかり 共用 */
/* 地図左肩閉じるボタン共用 */
.map {
  position: relative;
}
.map figure {
  position: relative;
}
.map figure figcaption {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  line-height: 1;
  background-color: #fff;
  color: var(--col-arashi-green);
  padding: 8px 7px 8px 23px;
  -webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
  transition: background 0.2s ease-in, color 0.2s ease-in;
  -webkit-box-shadow: 3px 3px var(--col-arashi-green-deep);
          box-shadow: 3px 3px var(--col-arashi-green-deep);
}
.map figure figcaption::before {
  content: "";
  position: absolute;
  top: calc(50% - 7.5px);
  left: 7px;
  display: block;
  width: 13px;
  height: 13px;
  background: var(--col-arashi-green);
  -webkit-mask-image: url(../_img/icon_zoomin.svg);
          mask-image: url(../_img/icon_zoomin.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.map figure img {
  -webkit-transition: outline 0.2s ease-in;
  transition: outline 0.2s ease-in;
  outline: solid 2px transparent;
  outline-offset: -2px;
}
.map:hover figure figcaption {
  background-color: var(--col-arashi-green);
  color: #fff;
}
.map:hover figure figcaption::before {
  background: #fff;
}
.map:hover figure img {
  outline: solid 2px var(--col-yellow);
}

/* ／ 地図左肩閉じるボタン共用 */
a.textlink {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
a.textlink:hover {
  color: var(--col-white-transp40);
  text-decoration: underline;
}

/* 嵐山月灯路 エリア*/
#arashiyama {
  overflow: hidden;
}
#arashiyama .content_wrap {
  background-color: var(--col-arashi-green);
}
#arashiyama .content_wrap .top_visual {
  position: relative;
}
#arashiyama .content_wrap .top_visual figure {
  position: relative;
  background: #000;
}
#arashiyama .content_wrap .top_visual figure picture {
  overflow: hidden;
  display: block;
}
#arashiyama .content_wrap .top_visual figure figcaption {
  position: absolute;
  bottom: 4px;
  left: 4px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
}
#arashiyama .content_wrap .top_visual .title {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 16px;
  padding: 12px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 0px var(--col-arashi-green-deep);
          box-shadow: 4px 4px 0px var(--col-arashi-green-deep);
}
#arashiyama .content_wrap .top_visual .title img.title_img {
  width: 8vw;
}
#arashiyama .content_wrap .top_visual .title img.deco {
  max-width: none;
  position: absolute;
  bottom: -35px;
  right: -32px;
  width: 68px;
}
#arashiyama .content_wrap .inner_wrap .overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
#arashiyama .content_wrap .inner_wrap .overview a.map {
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
}
#arashiyama .content_wrap .inner_wrap .overview a.map .map_notes {
  position: absolute;
  bottom: 2px;
  left: 2px;
  z-index: 2;
  padding: 4px 8px;
  background: var(--col-arashi-green);
}
#arashiyama .content_wrap .inner_wrap .overview a.map .map_notes table {
  font-size: 12px;
  line-height: normal;
  text-align: left;
  border-collapse: separate;
  border-spacing: 6px 4px;
}
#arashiyama .content_wrap .inner_wrap .overview a.map .map_notes table tr td:first-child {
  width: 15px;
  vertical-align: middle;
}
#arashiyama .content_wrap .inner_wrap .overview a.map .map_notes table tr.lantern td:first-child span {
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, transparent 0px, transparent 3px, var(--col-yellow) 3px, var(--col-yellow) 7px) left top repeat;
  background-size: 7px 3px;
  background-position: 2.5px 0;
}
#arashiyama .content_wrap .inner_wrap .overview a.map .map_notes table tr.lightup span {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--col-yellow);
}
#arashiyama .content_wrap .inner_wrap .overview a.map .map_notes table tr.paid_area span {
  display: block;
  width: 100%;
  height: 10px;
  background: #cd4a26;
}
#arashiyama .content_wrap .inner_wrap .overview .table_wrap .table + dl.table_notes {
  font-size: 15px;
  margin: 8px auto 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#arashiyama .content_wrap .inner_wrap .overview .table_wrap .table + dl.table_notes dt {
  white-space: nowrap;
}
#arashiyama .content_wrap .inner_wrap .overview .table_wrap .table + dl.table_notes dd .notes {
  font-size: 13px;
  margin-top: 4px;
}
#arashiyama .content_wrap .inner_wrap .spot {
  position: relative;
}
#arashiyama .content_wrap .inner_wrap .spot .deco {
  position: absolute;
}
#arashiyama .content_wrap .inner_wrap .spot .deco.deco02 {
  top: -29px;
  left: -32.5px;
  width: 73px;
}
#arashiyama .content_wrap .inner_wrap .spot .deco.deco03 {
  bottom: 79px;
  right: -26.5px;
  width: 50.5px;
}
#arashiyama .content_wrap .inner_wrap .spot .spot_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
#arashiyama .content_wrap .inner_wrap .spot .spot_title .inner {
  font-size: 20px;
  line-height: 1.4;
}
#arashiyama .content_wrap .inner_wrap .spot .spot_title .inner:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#arashiyama .content_wrap .inner_wrap .spot .spot_title .inner:first-child .yellow {
  font-size: 15px;
  line-height: normal;
  padding: 3px 7px;
  border: solid 1px var(--col-yellow);
  color: var(--col-yellow);
}
#arashiyama .content_wrap .inner_wrap > a.btn {
  margin-top: -16px;
}
#arashiyama .content_wrap .inner_wrap .guide_wrap {
  margin-top: 16px;
}

/*／ 嵐山月灯路 エリア*/
/*京都西山竹あかり エリア*/
#nishiyama {
  margin-top: 80px;
}
#nishiyama .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
#nishiyama .content_wrap {
  background-color: var(--col-nishi-purple);
}
#nishiyama .content_wrap .top_visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #000;
}
#nishiyama .content_wrap .top_visual a {
  position: relative;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
  --col-bg: var(--col-ooto-base-transp80);
  --col-hover: var(--col-ooto-base);
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
#nishiyama .content_wrap .top_visual a figure {
  display: block;
}
#nishiyama .content_wrap .top_visual a figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--col-bg);
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#nishiyama .content_wrap .top_visual a figure figcaption::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: calc(50% - 7.5px);
  display: block;
  width: 15px;
  height: 7px;
  background: #fff;
  -webkit-mask-image: url(../_img/icon_arrow_bottom.svg);
          mask-image: url(../_img/icon_arrow_bottom.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#nishiyama .content_wrap .top_visual a figure figcaption > span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
#nishiyama .content_wrap .top_visual a figure figcaption > span .sp_only {
  font-size: 14px;
  margin-inline: -0.5em 0.4em;
}
#nishiyama .content_wrap .top_visual a figure picture {
  display: block;
  overflow: hidden;
  position: relative;
}
#nishiyama .content_wrap .top_visual a figure picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--col-bg);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
#nishiyama .content_wrap .top_visual a:hover {
  color: var(--col-hover);
}
#nishiyama .content_wrap .top_visual a:hover figure figcaption {
  background-color: #fff;
}
#nishiyama .content_wrap .top_visual a:hover figure figcaption::after {
  background: var(--col-hover);
}
#nishiyama .content_wrap .top_visual a:hover figure picture::after {
  opacity: 1;
}
#nishiyama .content_wrap .top_visual a.yoshimine {
  --col-bg: var(--col-yoshi-base-transp80);
  --col-hover: var(--col-yoshi-base);
}
#nishiyama .content_wrap .top_visual a.yoshimine figure figcaption {
  left: auto;
  right: 0;
}
#nishiyama .content_wrap .top_visual a.yanagidani {
  --col-bg: var(--col-yana-base-transp80);
  --col-hover: var(--col-yana-base);
}
#nishiyama .content_wrap .top_visual .title {
  background: #fff;
  width: 100%;
  padding: 0 40px;
  -webkit-box-shadow: 10px 10px 0px var(--col-nishi-purple-deep);
          box-shadow: 10px 10px 0px var(--col-nishi-purple-deep);
}
#nishiyama .content_wrap .top_visual .title picture {
  margin: auto;
}
#nishiyama .content_wrap .top_visual .caption {
  position: absolute;
  left: 8px;
  bottom: -18px;
  font-size: 10px;
  line-height: 1;
  color: var(--col-white-transp80);
}
#nishiyama .content_wrap .inner_wrap .top_lead {
  position: relative;
}
#nishiyama .content_wrap .inner_wrap .top_lead .deco {
  position: absolute;
  bottom: -67px;
  right: 8px;
  width: 26px;
  z-index: 10;
}
#nishiyama .content_wrap .inner_wrap .sub_lead_wrap dl.sub_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
  color: var(--col-white-transp80);
}
#nishiyama .content_wrap .inner_wrap .sub_lead_wrap dl.sub_lead dd {
  position: relative;
}
#nishiyama .content_wrap .inner_wrap .sub_lead_wrap dl.sub_lead dd::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--col-white-transp40);
}
#nishiyama .content_wrap .inner_wrap .sub_lead_wrap dl.sub_lead_notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin: 16px auto 0;
}
#nishiyama .content_wrap .inner_wrap .sub_lead_wrap dl.sub_lead_notes dt {
  white-space: nowrap;
}
#nishiyama .content_wrap .inner_wrap .sub_lead_wrap dl.sub_lead_notes dd {
  text-align: left;
}
#nishiyama .content_wrap .inner_wrap .sub_lead_wrap dl.sub_lead_notes dd .notes {
  font-size: 13px;
  margin-top: 4px;
}
#nishiyama .content_wrap .inner_wrap dl.bus_info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  letter-spacing: normal;
  --col-bg-light: var(--col-nishi-purple-light);
  --col-bg-deep: var(--col-nishi-purple-deep);
}
#nishiyama .content_wrap .inner_wrap dl.bus_info .deco_bus {
  position: absolute;
  top: -33px;
  right: 0;
  width: 85px;
}
#nishiyama .content_wrap .inner_wrap dl.bus_info dt {
  padding: 12px;
  background: var(--col-bg-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nishiyama .content_wrap .inner_wrap dl.bus_info dt .title {
  font-size: 15px;
  line-height: 1.4666666667;
  position: relative;
  padding-left: 28px;
}
#nishiyama .content_wrap .inner_wrap dl.bus_info dt .title::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: var(--col-yellow);
  -webkit-mask-image: url(../_img/icon_star.svg);
          mask-image: url(../_img/icon_star.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
#nishiyama .content_wrap .inner_wrap dl.bus_info dd {
  padding: 16px;
  background: var(--col-bg-deep);
}
#nishiyama .content_wrap .inner_wrap dl.bus_info dd .title {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 8px;
}
#nishiyama .content_wrap .inner_wrap dl.bus_info dd > p {
  font-size: 15px;
  line-height: 1.8666666667;
}
#nishiyama .content_wrap .inner_wrap dl.bus_info dd a.btn {
  margin-top: 8px;
}
#nishiyama .content_wrap .inner_wrap .spot {
  position: relative;
  --col-bg-spot: var(--col-nishi-purple-deep);
}
#nishiyama .content_wrap .inner_wrap .spot .spot_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#nishiyama .content_wrap .inner_wrap .spot .spot_title > span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#nishiyama .content_wrap .inner_wrap .spot .spot_title > span:first-child {
  font-size: 15px;
  line-height: 1.8666666667;
}
#nishiyama .content_wrap .inner_wrap .spot .spot_title > span:last-child {
  font-size: 20px;
  line-height: 1.4;
}
#nishiyama .content_wrap .inner_wrap .spot dl.spot_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
}
#nishiyama .content_wrap .inner_wrap .spot dl.spot_price dt {
  white-space: nowrap;
}
#nishiyama .content_wrap .inner_wrap .spot a.btn.ex {
  --col-key-color: var(--col-nishi-purple-deep);
}
#nishiyama .content_wrap .inner_wrap .spot .deco {
  display: none;
}
#nishiyama .content_wrap .inner_wrap > a.btn {
  margin-top: -16px;
}

/*／ 京都西山竹あかり エリア*/
/*京都西山竹あかり サブ設定*/
#nishiyama .slider div {
  -webkit-transition: none;
  transition: none;
}
#nishiyama .content_wrap.sub_content {
  background: var(--col-ooto-base);
}
#nishiyama .content_wrap.sub_content .visual {
  position: relative;
  --col-date-bg: var(--col-ooto-deep);
  --col-catch-color: var(--col-ooto-deep);
  --col-catch-shadow: var(--col-ooto-deep);
  --px-date-width: 130px;
}
#nishiyama .content_wrap.sub_content .visual .slider_wrap {
  position: relative;
}
#nishiyama .content_wrap.sub_content .visual .slider_wrap .btn-pause {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 2;
}
#nishiyama .content_wrap.sub_content .visual .slider_wrap .btn-play {
  display: block;
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  opacity: 0;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.75);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.75);
  -webkit-transition: opacity 0.5s ease-in, background 0.2s ease-in;
  transition: opacity 0.5s ease-in, background 0.2s ease-in;
  border-radius: calc(infinity * 1px);
  z-index: 1;
}
#nishiyama .content_wrap.sub_content .visual .slider_wrap .btn-play::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  background: #fff;
  -webkit-mask-image: url(../_img/icon_play.svg);
          mask-image: url(../_img/icon_play.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#nishiyama .content_wrap.sub_content .visual .slider_wrap .btn-play:hover {
  background: #fff;
}
#nishiyama .content_wrap.sub_content .visual .slider_wrap .btn-play:hover::after {
  background: var(--col-yellow);
}
#nishiyama .content_wrap.sub_content .visual .slider_wrap .slider.pause + .btn-pause + .btn-play {
  opacity: 1;
  z-index: 3;
}
#nishiyama .content_wrap.sub_content .visual .slider_wrap .kome {
  z-index: 100;
  position: absolute;
  bottom: 0;
  right: 4px;
  font-size: 12px;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
}
#nishiyama .content_wrap.sub_content .visual .date {
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 1.4;
  padding: 4px 12px;
  background: var(--col-date-bg);
}
#nishiyama .content_wrap.sub_content .visual .date .big {
  font-size: 20px;
}
#nishiyama .content_wrap.sub_content .visual .date .big .letterspacing-7 {
  letter-spacing: -0.07em;
}
#nishiyama .content_wrap.sub_content .visual .date .big .letterspacing-8 {
  letter-spacing: -0.08em;
}
#nishiyama .content_wrap.sub_content .visual .date .big .letterspacing-12 {
  letter-spacing: -0.12em;
}
#nishiyama .content_wrap.sub_content .visual .date .big .letterspacing-plus8 {
  letter-spacing: 0.08em;
}
#nishiyama .content_wrap.sub_content .visual .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-filter: drop-shadow(4px 4px 0 var(--col-catch-shadow));
          filter: drop-shadow(4px 4px 0 var(--col-catch-shadow));
}
#nishiyama .content_wrap.sub_content .visual .catch > p {
  display: block;
  background: #fff;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.02em;
  color: var(--col-catch-color);
}
#nishiyama .content_wrap.sub_content .visual .catch > p.second {
  margin-left: 68px;
}
#nishiyama .content_wrap.sub_content .detail_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
#nishiyama .content_wrap.sub_content .detail_wrap .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#nishiyama .content_wrap.sub_content .detail_wrap .text_wrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px 12px;
  font-size: 20px;
  line-height: normal;
  padding: 12px 0;
  border: solid 1px #fff;
  border-inline: none;
  text-align: left;
}
#nishiyama .content_wrap.sub_content .detail_wrap .text_wrap .title .yomikana {
  font-size: 10px;
}
@media (max-width: 380px) {
  #nishiyama .content_wrap.sub_content .detail_wrap .text_wrap .title.yanagidani {
    letter-spacing: -0.05em;
  }
  #nishiyama .content_wrap.sub_content .detail_wrap .text_wrap .title.yanagidani .yomikana {
    letter-spacing: -0.05em;
  }
}
@media (max-width: 390px) {
  #nishiyama .content_wrap.sub_content .detail_wrap .text_wrap .title.yanagidani {
    gap: 4px 8px;
  }
}
#nishiyama .content_wrap.sub_content .detail_wrap .text_wrap .lead {
  text-align: left;
  font-size: 15px;
  line-height: 1.8666666667;
}
#nishiyama .content_wrap.sub_content .detail_wrap .text_wrap .lead .kome {
  font-size: 12px;
  display: block;
}
#nishiyama .content_wrap.sub_content .detail_wrap .table_link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#nishiyama .content_wrap.sub_content .detail_wrap .table_link_wrap .table {
  --col-bg-table: var(--col-white-transp20);
}
#nishiyama .content_wrap.sub_content dl.bus_info {
  margin-top: 16px;
}
#nishiyama .content_wrap.sub_content#yoshimine {
  background: var(--col-yoshi-base);
}
#nishiyama .content_wrap.sub_content#yoshimine .visual {
  --col-date-bg: var(--col-yoshi-deep);
  --col-catch-color: var(--col-yoshi-deep);
  --col-catch-shadow: var(--col-yoshi-deep);
  --px-date-width: 180px;
}
#nishiyama .content_wrap.sub_content#yoshimine dl.bus_info {
  --col-bg-light: var(--col-yoshi-light);
  --col-bg-deep: var(--col-yoshi-deep);
}
#nishiyama .content_wrap.sub_content#yoshimine dl.bus_info a.btn.comingsoon {
  --col-key-color: var(--col-yoshi-deep);
}
#nishiyama .content_wrap.sub_content#yanagidani {
  background: var(--col-yana-base);
}
#nishiyama .content_wrap.sub_content#yanagidani .visual {
  --col-date-bg: var(--col-yana-deep);
  --col-catch-color: var(--col-yana-deep);
  --col-catch-shadow: var(--col-yana-deep);
  --px-date-width: 130px;
}
#nishiyama .content_wrap.sub_content#yanagidani dl.bus_info {
  --col-bg-light: var(--col-yana-light);
  --col-bg-deep: var(--col-yana-deep);
}
#nishiyama .content_wrap.sub_content#yanagidani dl.bus_info a.btn.comingsoon {
  --col-key-color: var(--col-yana-deep);
}

/* 最下部リンクリスト */
#nishiyama.area_common .content_wrap.guide {
  --col-dot-color: #7059aa;
}

/*／ 京都西山竹あかり エリア*/
.remodal {
  background: transparent;
  padding: 0;
}
.remodal .section {
  padding: 0 0;
}

.modal_wrap.modal_map {
  max-width: 700px;
}
.modal_wrap.modal_map div {
  position: relative;
}
.modal_wrap.modal_map div a {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  line-height: 1;
  background-color: #fff;
  color: var(--col-arashi-green);
  padding: 8px 7px 8px 23px;
  -webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
  transition: background 0.2s ease-in, color 0.2s ease-in;
  -webkit-box-shadow: 3px 3px var(--col-arashi-green-deep);
          box-shadow: 3px 3px var(--col-arashi-green-deep);
}
.modal_wrap.modal_map div a::before {
  content: "";
  position: absolute;
  top: calc(50% - 7.5px);
  left: 7px;
  display: block;
  width: 13px;
  height: 13px;
  background: var(--col-arashi-green);
  -webkit-mask-image: url(../_img/icon_zoomout.svg);
          mask-image: url(../_img/icon_zoomout.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.modal_wrap.modal_map div a:hover {
  background-color: var(--col-arashi-green);
  color: #fff;
}
.modal_wrap.modal_map div a:hover::before {
  background: #fff;
}
.modal_wrap.modal_map#modal_map_yusai {
  --col-main: #4f9b32;
}
.modal_wrap.modal_map#modal_map_yusai div a {
  background: #fff url(../_img/icon_zoomout_yusai.svg) center left 6px no-repeat;
  background-size: 12px 12px;
  -webkit-filter: drop-shadow(2px 2px 0px #1f4d0d);
          filter: drop-shadow(2px 2px 0px #1f4d0d);
  color: #357b1b;
}
.modal_wrap.modal_map#modal_map_yusai div a:hover {
  background: var(--col-main) url(../_img/icon_zoomout_white.svg) center left 6px no-repeat;
  background-size: 12px 12px;
  color: #fff;
}

@media screen and (max-width: 350px) {
  section.section .sp350-block {
    display: block;
  }
}
/* 終了時用 */
.alert {
  background-color: rgb(216, 0, 0);
  font-size: 18px;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
}

@-webkit-keyframes anim_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anim_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anim_zoom_in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes anim_zoom_in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes anim_slide_up {
  0% {
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes anim_slide_up {
  0% {
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes anim_slide_toLeft {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes anim_slide_toLeft {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.animation.fade_in {
  opacity: 0;
}
.animation.fade_in.active {
  -webkit-animation-name: anim_fade_in;
          animation-name: anim_fade_in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.animation.fade_in_delay img {
  opacity: 0;
}
.animation.fade_in_delay.active img {
  -webkit-animation-name: anim_fade_in;
          animation-name: anim_fade_in;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: var(--delay-sec, 0);
          animation-delay: var(--delay-sec, 0);
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.animation.slide_up {
  opacity: 0;
}
.animation.slide_up.active {
  -webkit-animation-name: anim_slide_up, anim_fade_in;
          animation-name: anim_slide_up, anim_fade_in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s, 0.8s;
          animation-duration: 0.8s, 0.8s;
  -webkit-animation-timing-function: ease-in-out, ease-in;
          animation-timing-function: ease-in-out, ease-in;
}
.animation.slide_toLeft {
  opacity: 0;
}
.animation.slide_toLeft.active {
  -webkit-animation-name: anim_slide_toLeft, anim_fade_in;
          animation-name: anim_slide_toLeft, anim_fade_in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s, 0.8s;
          animation-duration: 0.8s, 0.8s;
  -webkit-animation-timing-function: ease-in-out, ease-in;
          animation-timing-function: ease-in-out, ease-in;
}

#nishiyama .content_wrap .top_visual a figure img {
  --delay-sec: 0;
}
#nishiyama .content_wrap .top_visual a:nth-child(2) figure img {
  --delay-sec: 0.15s;
}
#nishiyama .content_wrap .top_visual a:nth-child(3) figure img {
  --delay-sec: 0.3s;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 768px !important;
  }
  .section .pc-block {
    display: block;
  }
  .section .sp350-block {
    display: none;
  }
  .section .sp-block {
    display: none;
  }
  .footer {
    z-index: 1000;
  }
  .footer .s-paegtop {
    bottom: 8px;
  }
  .footer .s-footer .inner {
    max-width: 1080px !important;
    width: 100% !important;
  }
  .footer .s-footer-links .inner {
    max-width: 1080px !important;
    width: 100% !important;
  }
  /*共通ロゴ*/
  header.l-header-wrap div {
    width: 100%;
    max-width: 1080px;
    margin: 16px auto;
  }
  header.l-header-wrap div img {
    margin-left: 12px;
    width: 60px;
  }
  /*／共通ロゴ*/
  /*下部バナーエリア*/
  #banner div.wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 8px;
    padding: 120px 0 69px;
  }
  #banner div.wrap a {
    max-width: 245px;
  }
  /*／下部バナーエリア*/
  /*MV*/
  #mainvisual {
    position: relative;
    padding: 35px 38px 0;
  }
  #mainvisual::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -185px;
    left: 0;
    display: block;
    width: 100%;
    height: 915px;
    aspect-ratio: 1762/915;
    background: url(../_img/bg_mv.jpg) top center no-repeat;
    background-size: 1762px 915px;
    z-index: -1;
  }
  #mainvisual .content_wrap {
    max-width: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  #mainvisual .content_wrap .img_wrap {
    --col-key: var(--col-arashi-green);
  }
  #mainvisual .content_wrap .img_wrap a.anchor_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    grid-area: 1/1;
    margin: auto auto -34px;
    position: relative;
    z-index: 10;
    color: #fff;
    background: var(--col-key);
    width: 100%;
    max-width: 400px;
    height: 78px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.012em;
    -webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
    transition: background 0.2s ease-in, color 0.2s ease-in;
  }
  #mainvisual .content_wrap .img_wrap a.anchor_link .main {
    font-size: 24px;
  }
  #mainvisual .content_wrap .img_wrap a.anchor_link::after {
    content: "";
    position: absolute;
    top: calc(50% - 3.5px);
    right: 15px;
    display: block;
    width: 15px;
    height: 7px;
    background: #fff;
    -webkit-mask-image: url(../_img/icon_arrow_bottom.svg);
            mask-image: url(../_img/icon_arrow_bottom.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
  }
  #mainvisual .content_wrap .img_wrap a.anchor_link:hover {
    color: var(--col-key);
    background-color: #fff;
  }
  #mainvisual .content_wrap .img_wrap a.anchor_link:hover::after {
    background: var(--col-key);
  }
  #mainvisual .content_wrap .arashiyama_wrap {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  #mainvisual .content_wrap .arashiyama_wrap .logo_img {
    top: auto;
    right: auto;
    left: 3.6363636364%;
    bottom: calc(3.5606060606% + 52px);
    width: 5.2424242424%;
  }
  /*／MV*/
  /*TOP*/
  /*／TOP*/
  /* BG03 */
  /*固定ナビ*/
  /*／固定ナビ*/
  /* 嵐山月灯路 京都西山竹あかり 共用 */
  /* 嵐山月灯路 京都西山竹あかり 共用 */
  /* 地図左肩閉じるボタン共用 */
  /* ／ 地図左肩閉じるボタン共用 */
  /* 嵐山月灯路 エリア*/
  /*／ 嵐山月灯路 エリア*/
  /*京都西山竹あかり エリア*/
  /*／ 京都西山竹あかり エリア*/
  /*京都西山竹あかり サブ設定*/
  /*／ 京都西山竹あかり サブ設定*/
  /* 最下部リンクリスト */
}
@media screen and (min-width: 769px) and (min-width: 1040px) {
  #mainvisual .content_wrap .arashiyama_wrap .logo_img {
    bottom: 3.5606060606%;
  }
}
@media screen and (min-width: 769px) {
  #mainvisual .content_wrap .arashiyama_wrap figcaption.caption {
    right: auto;
    left: 8px;
    bottom: 52px;
  }
}
@media screen and (min-width: 769px) and (min-width: 876px) {
  #mainvisual .content_wrap .arashiyama_wrap figcaption.caption {
    left: calc((100% - 400px) / 2);
  }
}
@media screen and (min-width: 769px) and (min-width: 1300px) {
  #mainvisual .content_wrap .arashiyama_wrap figcaption.caption {
    left: 8px;
    bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  #mainvisual .content_wrap .nishiyama_wrap {
    grid-column: 2/3;
    grid-row: 1/2;
    --col-key: var(--col-nishi-purple);
  }
  #mainvisual .content_wrap .nishiyama_wrap .logo_img {
    top: 2.8787878788%;
    right: 3.0303030303%;
    left: auto;
    bottom: auto;
    width: 35%;
  }
  #mainvisual .content_wrap .nishiyama_wrap figcaption.caption {
    bottom: 52px;
  }
}
@media screen and (min-width: 769px) and (min-width: 876px) {
  #mainvisual .content_wrap .nishiyama_wrap figcaption.caption {
    right: calc((100% - 400px) / 2);
  }
}
@media screen and (min-width: 769px) and (min-width: 1300px) {
  #mainvisual .content_wrap .nishiyama_wrap figcaption.caption {
    right: 8px;
    bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  #mainvisual .content_wrap figcaption.caption {
    display: block;
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 11px;
    line-height: 1;
    color: var(--col-white-transp80);
    z-index: 10;
  }
  #mainvisual .content_wrap h2 {
    grid-column: 1/3;
    grid-row: 1/2;
    -webkit-filter: drop-shadow(8px 8px 0px var(--col-black));
            filter: drop-shadow(8px 8px 0px var(--col-black));
  }
  #mainvisual .content_wrap h2 .wrapper {
    display: block;
    padding: 17.5px 10px 18px;
    padding: 1.25vw 0.7142857143vw 1.2857142857vw;
  }
  #mainvisual .content_wrap h2 .wrapper .gradation_bg {
    width: 2.5071428571vw;
  }
  #mainvisual .content_wrap h2 .wrapper:last-child {
    padding: 20px 9.7px 15.5px;
    padding: 1.4285714286vw 0.6928571429vw 1.1071428571vw;
    margin-top: 8.0714285714vw;
  }
  #mainvisual .content_wrap > .caption_sp {
    display: none;
  }
  #mainvisual .content_wrap .arashiyama_wrap .anchor_link {
    position: relative;
  }
  #mainvisual .content_wrap .title_wrap .wrapper {
    --slide: 100;
  }
  #mainvisual .content_wrap .img_wrap a.anchor_link {
    --slide: 10;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadein, slide_title;
            animation-name: fadein, slide_title;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  #top::after {
    top: 190px;
    width: 100%;
    aspect-ratio: none;
    height: 890px;
    background: url(../_img/bg_top.jpg) top center no-repeat;
    background-size: 1762px 890px;
  }
  #top .content_wrap {
    margin: 160px auto;
  }
  #top .content_wrap .animation-delay-check {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  #top .content_wrap .lead {
    font-size: 16px;
    line-height: 2.5;
  }
  #top .content_wrap .lead .big {
    font-size: 20px;
  }
  #top .content_wrap .sustainable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 64px;
  }
  #top .content_wrap .sustainable .title {
    max-width: 220px;
    width: 100%;
  }
  #top .content_wrap .sustainable .sustainable_inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 18px;
  }
  #top .content_wrap .sustainable .sustainable_inner::before {
    top: 0;
    left: -32px;
    width: 1px;
    height: 100%;
  }
  #top .content_wrap .sustainable .sustainable_inner p {
    max-width: 501px;
  }
  .for_repeatbg {
    position: relative;
  }
  .for_repeatbg > .bg {
    z-index: -1;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    top: 652px;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../_img/bg_maincontents.jpg) center top repeat;
    background-size: 1762px 1810px;
    -webkit-transition: top 0.5s ease-in;
    transition: top 0.5s ease-in;
  }
  .nav_area {
    position: relative;
  }
  #nav-sec {
    position: -webkit-sticky;
    position: sticky;
    max-width: 100%;
    margin: auto;
    overflow: visible;
    top: 0;
    height: 0;
    width: 100%;
  }
  #nav-sec nav {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    overflow: visible;
  }
  #nav-sec nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #nav-sec nav ul li {
    width: 76px;
  }
  #nav-sec nav ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 56px;
    height: 250px;
    font-size: 18px;
    padding: 0;
    margin: 0 0 0 auto;
    -webkit-transition: width 0.2s ease-in, background 0.2s ease-in, color 0.2s ease-in;
    transition: width 0.2s ease-in, background 0.2s ease-in, color 0.2s ease-in;
  }
  #nav-sec nav ul li a .icon {
    width: 28px;
  }
  #nav-sec nav ul li a span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    white-space: nowrap;
    letter-spacing: 0.2em;
  }
  #nav-sec nav ul li a::after {
    display: none;
  }
  #nav-sec nav ul li a.current {
    width: 76px;
  }
  #nav-sec nav ul li:nth-child(2) a .icon {
    width: 21px;
  }
  .area_common .content_wrap .inner_wrap {
    padding: 100px 80px 80px;
    gap: 100px;
  }
  .area_common .content_wrap .inner_wrap .top_lead {
    font-size: 16px;
  }
  .area_common .content_wrap .inner_wrap .top_lead .big {
    font-size: 20px;
  }
  .area_common .content_wrap .table th,
  .area_common .content_wrap .table td {
    padding: 16px;
  }
  .area_common .content_wrap .table th {
    width: 107px;
  }
  .area_common .content_wrap .spot {
    padding: 80px 56px;
    grid-template-columns: calc((100% - 40px) / 2 + 1px) calc((100% - 40px) / 2 - 1px);
    grid-template-rows: auto auto;
    gap: 40px;
  }
  .area_common .content_wrap .spot .spot_title {
    grid-column: 1/3;
    grid-row: 1/2;
    font-size: 32px;
    line-height: 0.875;
  }
  .area_common .content_wrap .spot .spot_img {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .area_common .content_wrap .spot .spot_inner {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .area_common .content_wrap .guide_wrap .title {
    font-size: 18px;
    padding-left: 34px;
  }
  .area_common .content_wrap .guide_wrap .title::before {
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }
  .area_common .content_wrap .guide_wrap ul li {
    position: relative;
    padding: 0 16px;
  }
  .area_common .content_wrap .guide_wrap ul li a {
    padding: 16px 0;
  }
  .map figure figcaption {
    font-size: 9px;
    padding: 6px 5px 6px 17px;
    -webkit-box-shadow: 2.5px 2.5px var(--col-arashi-green-deep);
            box-shadow: 2.5px 2.5px var(--col-arashi-green-deep);
  }
  .map figure figcaption::before {
    top: calc(50% - 5px);
    left: 5px;
    width: 10px;
    height: 10px;
  }
  #arashiyama .content_wrap .top_visual figure figcaption {
    bottom: 8px;
    left: 8px;
  }
  #arashiyama .content_wrap .top_visual .title {
    top: auto;
    right: 89px;
    bottom: -165px;
    padding: 25px 20px;
    -webkit-box-shadow: 10px 10px 0px var(--col-arashi-green-deep);
            box-shadow: 10px 10px 0px var(--col-arashi-green-deep);
  }
  #arashiyama .content_wrap .top_visual .title img.title_img {
    width: 70px;
  }
  #arashiyama .content_wrap .top_visual .title img.deco {
    bottom: -98px;
    right: -174px;
    width: 194px;
  }
  #arashiyama .content_wrap .inner_wrap .overview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
  #arashiyama .content_wrap .inner_wrap .overview a.map {
    width: calc(0.34375 * (100% - 24px));
  }
  #arashiyama .content_wrap .inner_wrap .overview .table_wrap {
    width: calc(0.65625 * (100% - 24px));
  }
  #arashiyama .content_wrap .inner_wrap .overview .table_wrap .table {
    width: 100%;
  }
  #arashiyama .content_wrap .inner_wrap .spot .deco.deco02 {
    top: -56px;
    left: -117px;
    width: 167px;
  }
  #arashiyama .content_wrap .inner_wrap .spot .deco.deco03 {
    bottom: 25px;
    right: -70px;
    width: 105px;
  }
  #arashiyama .content_wrap .inner_wrap .spot .spot_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.3em;
  }
  #arashiyama .content_wrap .inner_wrap .spot .spot_title .inner {
    font-size: 32px;
    line-height: 0.875;
  }
  #arashiyama .content_wrap .inner_wrap .spot .spot_title .inner:first-child {
    font-size: 24px;
    line-height: 1.1666666667;
    gap: 16px;
  }
  #arashiyama .content_wrap .inner_wrap .spot .spot_title .inner:first-child .yellow {
    font-size: 20px;
    line-height: 1.4;
  }
  #arashiyama .content_wrap .inner_wrap > a.btn {
    margin-top: -44px;
    max-width: 383px;
    margin-inline: auto;
  }
  #arashiyama .content_wrap .inner_wrap .guide_wrap {
    margin-top: 0;
  }
  #nishiyama .content_wrap .top_visual {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #nishiyama .content_wrap .top_visual a figure figcaption {
    bottom: auto;
    height: 200px;
  }
  #nishiyama .content_wrap .top_visual a figure figcaption > span .sp_only {
    font-size: 16px;
    margin-inline: 0 0.4em;
  }
  #nishiyama .content_wrap .top_visual a.yoshimine figure figcaption {
    left: 0;
    right: auto;
  }
  #nishiyama .content_wrap .top_visual .title {
    position: absolute;
    left: calc(50% - 222.5px);
    bottom: -48px;
    width: 445px;
  }
  #nishiyama .content_wrap .top_visual .caption {
    bottom: -19px;
    font-size: 11px;
  }
  #nishiyama .content_wrap .inner_wrap .top_lead {
    z-index: 1;
  }
  #nishiyama .content_wrap .inner_wrap .top_lead .deco {
    width: 67px;
    top: -127px;
    bottom: auto;
    right: 0;
    z-index: -1;
  }
  #nishiyama .content_wrap .inner_wrap .sub_lead_wrap {
    margin-top: -68px;
  }
  #nishiyama .content_wrap .inner_wrap .sub_lead_wrap dl.sub_lead {
    margin: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
  #nishiyama .content_wrap .inner_wrap .sub_lead_wrap dl.sub_lead dd::before {
    top: 0;
    left: -24px;
    width: 1px;
    height: 100%;
    background: var(--col-white-transp40);
  }
  #nishiyama .content_wrap .inner_wrap dl.bus_info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #nishiyama .content_wrap .inner_wrap dl.bus_info .deco_bus {
    top: -55px;
    right: 13px;
    width: 142px;
  }
  #nishiyama .content_wrap .inner_wrap dl.bus_info dt {
    width: 120px;
    padding: 24px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #nishiyama .content_wrap .inner_wrap dl.bus_info dt .title {
    text-align: center;
    padding-left: 0;
    padding-top: 28px;
  }
  #nishiyama .content_wrap .inner_wrap dl.bus_info dt .title::before {
    top: 0;
    left: calc(50% - 12px);
  }
  #nishiyama .content_wrap .inner_wrap dl.bus_info dd {
    width: calc(100% - 120px);
    padding: 24px 32px;
  }
  #nishiyama .content_wrap .inner_wrap dl.bus_info dd .title {
    font-size: 24px;
    line-height: 1.1666666667;
  }
  #nishiyama .content_wrap .inner_wrap dl.bus_info dd a.btn {
    margin-top: 24px;
  }
  #nishiyama .content_wrap .inner_wrap .spot {
    padding-block: 40px 56px;
    gap: 40px;
  }
  #nishiyama .content_wrap .inner_wrap .spot .spot_title > span:first-child {
    font-size: 18px;
    line-height: 1.8;
  }
  #nishiyama .content_wrap .inner_wrap .spot .spot_title > span:last-child {
    font-size: 24px;
    line-height: 1.8;
  }
  #nishiyama .content_wrap .inner_wrap .spot .spot_inner {
    grid-column: 1/3;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #nishiyama .content_wrap .inner_wrap .spot .deco {
    display: block;
    position: absolute;
    top: 43px;
    left: 41px;
    width: 68px;
  }
  #nishiyama .content_wrap .inner_wrap .spot .btn {
    max-width: 383px;
    margin-inline: auto;
  }
  #nishiyama .content_wrap .inner_wrap > a.btn {
    margin-top: -44px;
    max-width: 383px;
    margin-inline: auto;
  }
  #nishiyama .content_wrap.sub_content .visual .slider_wrap .btn-pause {
    top: 0;
    left: 0;
    right: 0;
    bottom: 28px;
  }
  #nishiyama .content_wrap.sub_content .visual .slider_wrap .btn-play {
    bottom: 36px;
  }
  #nishiyama .content_wrap.sub_content .visual .slider_wrap .kome {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 10px;
  }
  #nishiyama .content_wrap.sub_content .visual .date {
    font-size: 16px;
    line-height: 0.875;
    padding: 16px 0;
    width: var(--px-date-width);
  }
  #nishiyama .content_wrap.sub_content .visual .date .big {
    font-size: 32px;
  }
  #nishiyama .content_wrap.sub_content .visual .catch {
    position: absolute;
    top: -40px;
    right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-filter: drop-shadow(8px 8px 0 var(--col-catch-shadow));
            filter: drop-shadow(8px 8px 0 var(--col-catch-shadow));
  }
  #nishiyama .content_wrap.sub_content .visual .catch > p {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    padding: 16px 11px;
    font-size: 22px;
  }
  #nishiyama .content_wrap.sub_content .visual .catch > p.second {
    margin-left: 0;
    margin-top: 100px;
  }
  #nishiyama .content_wrap.sub_content .detail_wrap {
    margin-top: -44px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  #nishiyama .content_wrap.sub_content .detail_wrap .text_wrap {
    width: 50%;
  }
  #nishiyama .content_wrap.sub_content .detail_wrap .text_wrap .title {
    font-size: 24px;
  }
  #nishiyama .content_wrap.sub_content .detail_wrap .text_wrap .title .yomikana {
    font-size: 12px;
  }
  #nishiyama .content_wrap.sub_content .detail_wrap .table_link_wrap {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  #nishiyama .content_wrap.sub_content .detail_wrap .table_link_wrap .table {
    --col-bg-table: var(--col-white-transp20);
  }
  #nishiyama .content_wrap.sub_content .bus_info {
    margin-top: 0;
  }
  #nishiyama .content_wrap.sub_content .bus_info .btn {
    max-width: 383px;
  }
  #nishiyama.area_common .content_wrap.guide .inner_wrap {
    padding-top: 80px;
  }
}/*# sourceMappingURL=style.css.map */